GET Api/POIZone?clientID={clientID}&poiZoneID={poiZoneID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| poiZoneID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
POIZone| Name | Description | Type | Additional information |
|---|---|---|---|
| POIZoneID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Color | string |
None. |
|
| Radius | integer |
None. |
|
| Points | Collection of TupleOfDoubleAndDouble |
None. |
|
| CenterPoint | TupleOfDoubleAndDouble |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| POICategoryType | POICategoryType |
None. |
|
| PointsString | Collection of string |
None. |
|
| LatList | Collection of decimal number |
None. |
|
| LanList | Collection of decimal number |
None. |
|
| CurrentLat | decimal number |
None. |
|
| CurrentLon | decimal number |
None. |
|
| POIType | POIType |
None. |
|
| Distance | decimal number |
None. |
|
| POIZoneIDs | Collection of globally unique identifier |
None. |
|
| POIGroup | POIGroup |
None. |
Response Formats
application/json, text/json
Sample:
{
"POIZoneID": "08b92768-f557-427f-8e39-036c487adb39",
"Name": "sample string 2",
"Description": "sample string 3",
"Color": "sample string 4",
"Radius": 5,
"Points": [
{
"m_Item1": 1.1,
"m_Item2": 2.1
},
{
"m_Item1": 1.1,
"m_Item2": 2.1
}
],
"CenterPoint": {
"m_Item1": 1.1,
"m_Item2": 2.1
},
"ClientID": "e4fbb1fb-50fe-4d00-b86a-697ca4fe13f2",
"POICategoryType": 0,
"PointsString": [
"sample string 1",
"sample string 2"
],
"LatList": [
1.1,
2.1
],
"LanList": [
1.1,
2.1
],
"CurrentLat": 7.1,
"CurrentLon": 8.1,
"POIType": 0,
"Distance": 9.1,
"POIZoneIDs": [
"84e2fa66-1472-40fb-b68d-f8cd02a80161",
"ba2a5d40-9501-47c5-abd5-55e5efc445c7"
],
"POIGroup": {
"POIGroupID": "3bfcf376-37f0-43fb-9227-f5f8dd0d2cdf",
"Name": "sample string 2",
"ClientID": "1a71bce2-ff0a-4033-9e22-d4b4a1d7f9c4",
"PartnerID": "83ae1ecc-3e96-4b59-96b4-c94ae376a1c5"
}
}
application/xml, text/xml
Sample:
<POIZone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<CenterPoint xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:m_Item1>1.1</d2p1:m_Item1>
<d2p1:m_Item2>2.1</d2p1:m_Item2>
</CenterPoint>
<ClientID>e4fbb1fb-50fe-4d00-b86a-697ca4fe13f2</ClientID>
<Color>sample string 4</Color>
<CurrentLat>7.1</CurrentLat>
<CurrentLon>8.1</CurrentLon>
<Description>sample string 3</Description>
<Distance>9.1</Distance>
<LanList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:double>1.1</d2p1:double>
<d2p1:double>2.1</d2p1:double>
</LanList>
<LatList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:double>1.1</d2p1:double>
<d2p1:double>2.1</d2p1:double>
</LatList>
<Name>sample string 2</Name>
<POICategoryType>None</POICategoryType>
<POIGroup>
<ClientID>1a71bce2-ff0a-4033-9e22-d4b4a1d7f9c4</ClientID>
<Name>sample string 2</Name>
<POIGroupID>3bfcf376-37f0-43fb-9227-f5f8dd0d2cdf</POIGroupID>
<PartnerID>83ae1ecc-3e96-4b59-96b4-c94ae376a1c5</PartnerID>
</POIGroup>
<POIType>None</POIType>
<POIZoneID>08b92768-f557-427f-8e39-036c487adb39</POIZoneID>
<POIZoneIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>84e2fa66-1472-40fb-b68d-f8cd02a80161</d2p1:guid>
<d2p1:guid>ba2a5d40-9501-47c5-abd5-55e5efc445c7</d2p1:guid>
</POIZoneIDs>
<Points xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:TupleOfdoubledouble>
<d2p1:m_Item1>1.1</d2p1:m_Item1>
<d2p1:m_Item2>2.1</d2p1:m_Item2>
</d2p1:TupleOfdoubledouble>
<d2p1:TupleOfdoubledouble>
<d2p1:m_Item1>1.1</d2p1:m_Item1>
<d2p1:m_Item2>2.1</d2p1:m_Item2>
</d2p1:TupleOfdoubledouble>
</Points>
<PointsString xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</PointsString>
<Radius>5</Radius>
</POIZone>