Update Contact Address

PUT {{baseUrl}}/cas/contacts/{{contactId}}/addresses/{{addressTypeId}}

Create address for a Contact.

Request Body:



Key



Datatype



Mandatory



Comments



addressType



string



Yes



Address Types:

- RESIDENTIALADDRESS
- ALTERNATE
ADDRESS
- BUSINESSADDRESS
- CORRESPONDENCE
ADDRESS
- POSTALADDRESS
- SERVICE
ADDRESS
- OTHER_ADDRESS



effectiveDate



string



Yes





addressId



string



Yes



Needs to be an existing addressId

Response Body:



Key



Datatype



Mandatory



Comments



id



number



Yes



This is the addressTypeId


addressType



string



Yes





effectiveDate



string



Yes





addressId



number



Yes



inUsetrue/false

Request Params

KeyDatatypeRequiredDescription
``null

Request Body

{"addressType"=>"POSTAL_ADDRESS", "effectiveDate"=>"2022-07-25", "addressId"=>1675110}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring