POST api/location/savegeo
Request Information
URI Parameters
None.
Body Parameters
CenterPolygon| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectID | integer |
None. |
|
| CircleID | integer |
None. |
|
| CircleName | string |
None. |
|
| Lon | decimal number |
None. |
|
| Lat | decimal number |
None. |
|
| oLon | decimal number |
None. |
|
| oLat | decimal number |
None. |
|
| R | integer |
None. |
|
| IOType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ObjectID": 1,
"CircleID": 2,
"CircleName": "sample string 3",
"Lon": 4.0,
"Lat": 5.0,
"oLon": 6.0,
"oLat": 7.0,
"R": 8,
"IOType": 9
}
Response Information
Resource Description
CommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errCode | integer |
None. |
|
| errMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errCode": 1,
"errMsg": "sample string 2"
}