Clients / Addresses / Update
Parameters
Name | Description | Type | Presence | Location | Limitations |
---|---|---|---|---|---|
client_id | The ID of the specific Client | Integer | Required | URI | |
address_id | The ID of the specific Address | Integer | Required | URI | |
label | Arbitrary description, like 'home' or 'office' | String | Optional | Body | 20 characters max |
name | Name of the person at this address | String | Optional | Body | |
company | Company name in the address | String | Optional | Body | |
street_address | Street address of the new address | String | Optional | Body | |
extended_address | Second line of the street address | String | Optional | Body | |
locality | City | String | Optional | Body | |
region | State or province | String | Optional | Body | |
postal_code | Zip code | String | Optional | Body | |
country_code | 2 digit ISO 3166-1 alpha-2 Country Code | String | Optional | Body |
Examples
Request | Response |
---|---|