Update an address
URL
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.
Headers
Name | Type | Description |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the address. |
Body
Name | Type | Description |
---|---|---|
| string | The type of address. Valid values include:
1. |
| string | The property number for this address. |
| string | The building name for this address. |
| string | The line of the client's address. |
| string | The city or town of the client's address. |
| string | The county, state, or province of the client's address. When country is |
| string | The zip or postcode of the client's address. |
| string | The country of the client's address. This will be the two-letter country ISO code. |
| string | The date the client moved into this address. The format is |
| string | The date the client moved out of this address. The format is |
Example request
Example response
Last updated