POST api/GreenBelt?lat={lat}&lng={lng}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lat | string |
Required |
|
| lng | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Collection of Dictionary of string [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
[
[
{
"sample string 1": 2.1,
"sample string 3": 4.1
},
{
"sample string 1": 2.1,
"sample string 3": 4.1
}
],
[
{
"sample string 1": 2.1,
"sample string 3": 4.1
},
{
"sample string 1": 2.1,
"sample string 3": 4.1
}
]
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfArrayOfKeyValueOfstringdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfArrayOfKeyValueOfstringdouble>