Clients / Addresses / Show
Name | Clients / Addresses / Show |
|---|---|
Description | Display a specific Client Address |
Type | GET |
URL | /v9/clients/:client_id/addresses/:address_id |
API | |
No |
Parameters
Name | Description | Type | Presence | Location |
|---|---|---|---|---|
| The ID of the specific Client | Integer | Required | URI |
| The ID of the specific Address | Integer | Required | URI |
Properties
Name | Description | Type |
|---|---|---|
| 2 digit ISO 3166-1 alpha-2 Country Code | String |
| Second line of the street address | String |
id | The unique ID of this Address | Integer |
| Arbitrary description, like 'home' or 'office' | String |
| Latitude for the Address | Float|null |
| City | Array|null |
| Longitude for the Address | Float|null |
| Name of the person/recipient | String|null |
| Whether or not this is considered a PO Box | Boolean |
| Zip code | Object|null |
| Whether or not this is considered the primary address for this Client | Object|null |
| State or province | String|null |
| First line of the Address | String|null |
| Last updated timestamp | Date (ISO_8601) |
| The unique URL for this Address | String |
Examples
Request | Response |
|---|---|
GET /v9/clients/109402/addresses/501545 |