Create Contact Address

POST {{baseUrl}}/cas/contacts/{{contactId}}/addresses

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



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



Request Params

KeyDatatypeRequiredDescription
``null

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring