GET eo-areas?ClientId={ClientId}
Retrieve all areas
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaId | globally unique identifier |
None. |
|
| AreaName | string |
None. |
|
| RegionId | globally unique identifier |
None. |
|
| RegionName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AreaId": "11b71a5c-69e2-4176-99da-5ed1fdc360e1",
"AreaName": "sample string 2",
"RegionId": "a02cd665-9b0c-4696-ae7d-8266d04d3be2",
"RegionName": "sample string 4"
}
application/xml, text/xml
Sample:
<AreaResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AreaId>11b71a5c-69e2-4176-99da-5ed1fdc360e1</AreaId> <AreaName>sample string 2</AreaName> <RegionId>a02cd665-9b0c-4696-ae7d-8266d04d3be2</RegionId> <RegionName>sample string 4</RegionName> </AreaResult>