POST api/Location/updateUserLocation
Request Information
URI Parameters
None.
Body Parameters
vm_updateUserLocationResDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Latitude": "sample string 2",
"Longitude": "sample string 3"
}
application/xml, text/xml
Sample:
<vm_updateUserLocationResDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/initiate.BAL.DTO"> <Latitude>sample string 2</Latitude> <Longitude>sample string 3</Longitude> <UserId>1</UserId> </vm_updateUserLocationResDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.