POST api/FSRGEOFencing/UpdateGEOFencingByReq
Request Information
URI Parameters
None.
Body Parameters
RequestGEOFencing| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCOUNTID | integer |
None. |
|
| REQUESTID | integer |
None. |
|
| GEOFENCING | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACCOUNTID": 1,
"REQUESTID": 2,
"GEOFENCING": "sample string 3",
"LATITUDE": "sample string 4",
"LONGITUDE": "sample string 5"
}
application/xml, text/xml
Sample:
<RequestGEOFencing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelPortal.Request"> <ACCOUNTID>1</ACCOUNTID> <GEOFENCING>sample string 3</GEOFENCING> <LATITUDE>sample string 4</LATITUDE> <LONGITUDE>sample string 5</LONGITUDE> <REQUESTID>2</REQUESTID> </RequestGEOFencing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />