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 - ALTERNATEADDRESS - BUSINESSADDRESS - CORRESPONDENCEADDRESS - POSTALADDRESS - SERVICEADDRESS - 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 | |
inUse | true/false |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"addressType"=>"POSTAL_ADDRESS", "effectiveDate"=>"2022-07-25", "addressId"=>1675110}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |