POST Object/SetLocation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OBJECT": "sample string 1",
"LONG": "sample string 2",
"LAT": "sample string 3"
}
application/xml, text/xml
Sample:
<Location xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OBJECT>sample string 1</OBJECT> <LONG>sample string 2</LONG> <LAT>sample string 3</LAT> </Location>
application/x-www-form-urlencoded
Sample:
Sample not available.