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": "6755f082-29be-4f20-a148-f2188b2ba76f", "AreaName": "sample string 2", "RegionId": "996303cf-e40e-4778-b318-8336786a6969", "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>6755f082-29be-4f20-a148-f2188b2ba76f</AreaId> <AreaName>sample string 2</AreaName> <RegionId>996303cf-e40e-4778-b318-8336786a6969</RegionId> <RegionName>sample string 4</RegionName> </AreaResult>