GET Api/POIZone?poiZone={poiZone}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| poiZone | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "7909af70-e376-4cd0-b2ca-0befa279fbf6",
"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": "4d441ed5-b2b4-4a40-8eb6-17d7f2942b34",
"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": [
"9ad2ae33-72ef-463c-a2e4-02e12e338409",
"f0b4d332-cc06-47d7-a14a-de5aae3f7d37"
],
"POIGroup": {
"POIGroupID": "132122df-f805-4561-afa8-f8738fe58fef",
"Name": "sample string 2",
"ClientID": "f7018b0d-aee5-499e-962d-74e845c4ad47",
"PartnerID": "8e5f44be-015e-4c48-b06c-f20bd1733c97"
}
},
{
"POIZoneID": "7909af70-e376-4cd0-b2ca-0befa279fbf6",
"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": "4d441ed5-b2b4-4a40-8eb6-17d7f2942b34",
"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": [
"9ad2ae33-72ef-463c-a2e4-02e12e338409",
"f0b4d332-cc06-47d7-a14a-de5aae3f7d37"
],
"POIGroup": {
"POIGroupID": "132122df-f805-4561-afa8-f8738fe58fef",
"Name": "sample string 2",
"ClientID": "f7018b0d-aee5-499e-962d-74e845c4ad47",
"PartnerID": "8e5f44be-015e-4c48-b06c-f20bd1733c97"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfPOIZone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<POIZone>
<CenterPoint xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</CenterPoint>
<ClientID>4d441ed5-b2b4-4a40-8eb6-17d7f2942b34</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:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</LanList>
<LatList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</LatList>
<Name>sample string 2</Name>
<POICategoryType>None</POICategoryType>
<POIGroup>
<ClientID>f7018b0d-aee5-499e-962d-74e845c4ad47</ClientID>
<Name>sample string 2</Name>
<POIGroupID>132122df-f805-4561-afa8-f8738fe58fef</POIGroupID>
<PartnerID>8e5f44be-015e-4c48-b06c-f20bd1733c97</PartnerID>
</POIGroup>
<POIType>None</POIType>
<POIZoneID>7909af70-e376-4cd0-b2ca-0befa279fbf6</POIZoneID>
<POIZoneIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>9ad2ae33-72ef-463c-a2e4-02e12e338409</d3p1:guid>
<d3p1:guid>f0b4d332-cc06-47d7-a14a-de5aae3f7d37</d3p1:guid>
</POIZoneIDs>
<Points xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:TupleOfdoubledouble>
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</d3p1:TupleOfdoubledouble>
<d3p1:TupleOfdoubledouble>
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</d3p1:TupleOfdoubledouble>
</Points>
<PointsString xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</PointsString>
<Radius>5</Radius>
</POIZone>
<POIZone>
<CenterPoint xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</CenterPoint>
<ClientID>4d441ed5-b2b4-4a40-8eb6-17d7f2942b34</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:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</LanList>
<LatList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</LatList>
<Name>sample string 2</Name>
<POICategoryType>None</POICategoryType>
<POIGroup>
<ClientID>f7018b0d-aee5-499e-962d-74e845c4ad47</ClientID>
<Name>sample string 2</Name>
<POIGroupID>132122df-f805-4561-afa8-f8738fe58fef</POIGroupID>
<PartnerID>8e5f44be-015e-4c48-b06c-f20bd1733c97</PartnerID>
</POIGroup>
<POIType>None</POIType>
<POIZoneID>7909af70-e376-4cd0-b2ca-0befa279fbf6</POIZoneID>
<POIZoneIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>9ad2ae33-72ef-463c-a2e4-02e12e338409</d3p1:guid>
<d3p1:guid>f0b4d332-cc06-47d7-a14a-de5aae3f7d37</d3p1:guid>
</POIZoneIDs>
<Points xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:TupleOfdoubledouble>
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</d3p1:TupleOfdoubledouble>
<d3p1:TupleOfdoubledouble>
<d3p1:m_Item1>1.1</d3p1:m_Item1>
<d3p1:m_Item2>2.1</d3p1:m_Item2>
</d3p1:TupleOfdoubledouble>
</Points>
<PointsString xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</PointsString>
<Radius>5</Radius>
</POIZone>
</ArrayOfPOIZone>