Create an address
URL
POST https://api.complycube.com/v1/addresses
Creates a new address.
Headers
Name | Type | Description |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Body
Name | Type | Description |
---|---|---|
| string | The ID of the client associated with this address. |
| string | The type of address. Valid values include:
1. |
| string | The property number of the client's address. |
| string | The building name of the client's 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 responses
Last updated