GET v6/location/{locationId}/address
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LocationAddressModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationAddress | string |
None. |
|
| LocationCityStateZipCountry | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"locationAddress": "sample string 1",
"locationCityStateZipCountry": "sample string 2"
}