Update an address
Update an address
POST
https://api.complycube.com/v1/addresses/:id
Updates the specified address by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the address. |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | The content-type must always be set to |
Authorization | string | The API |
Request Body
Name | Type | Description |
---|---|---|
type | string | The type of address. Valid values include:
1. |
propertyNumber | string | The property number for this address. |
buildingName | string | The building name for this address. |
line | string | The line of the client's address. |
city | string | The city or town of the client's address. |
state | string | The country, state, or province of the client's address. |
postalCode | string | The zip or postcode of the client's address. |
country | string | The country of the client's address. This will be the two-letter country ISO code. |
fromDate | string | The date the client moved into this address. The format is |
toDate | string | The date the client moved out of this address. The format is |
Example request
Last updated