GET eo-areas?ClientId={ClientId}®ion_id={region_id}
Retrieve all areas by Region Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
|
region_id | globally unique identifier |
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": "e3f0bc32-4142-44ce-a545-affb3351602a", "AreaName": "sample string 2", "RegionId": "f138b668-ec24-4c09-b47d-fee0d12441c4", "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>e3f0bc32-4142-44ce-a545-affb3351602a</AreaId> <AreaName>sample string 2</AreaName> <RegionId>f138b668-ec24-4c09-b47d-fee0d12441c4</RegionId> <RegionName>sample string 4</RegionName> </AreaResult>