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
POIZoneName | 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": "8d8cfe76-6c07-4a70-ac16-1db7369420d1", "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": "817f236e-2bc4-48d5-ae14-e776d348a689", "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": [ "1fef1dfb-6021-44a9-a557-c293ec80d4b4", "670743fb-7ea1-4d05-a623-3886f44a5c0b" ], "POIGroup": { "POIGroupID": "3561a202-ee70-424b-8e6f-61961674a340", "Name": "sample string 2", "ClientID": "dce4c904-ea47-4d2b-a0f3-6c5d6c072f8c", "PartnerID": "973031c3-be69-4210-80a1-5ef0c7bd05dd" } }
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>817f236e-2bc4-48d5-ae14-e776d348a689</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>dce4c904-ea47-4d2b-a0f3-6c5d6c072f8c</ClientID> <Name>sample string 2</Name> <POIGroupID>3561a202-ee70-424b-8e6f-61961674a340</POIGroupID> <PartnerID>973031c3-be69-4210-80a1-5ef0c7bd05dd</PartnerID> </POIGroup> <POIType>None</POIType> <POIZoneID>8d8cfe76-6c07-4a70-ac16-1db7369420d1</POIZoneID> <POIZoneIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1fef1dfb-6021-44a9-a557-c293ec80d4b4</d2p1:guid> <d2p1:guid>670743fb-7ea1-4d05-a623-3886f44a5c0b</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>