PUT api/Users/ChangeLocation
Request Information
URI Parameters
None.
Body Parameters
ChangeLocationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | string |
Required |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationId": "sample string 1",
"latitude": 1.1,
"longitude": 1.1
}
application/xml, text/xml
Sample:
<ChangeLocationRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klutchn.Poco.ApiRequests"> <Latitude>1.1</Latitude> <LocationId>sample string 1</LocationId> <Longitude>1.1</Longitude> </ChangeLocationRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.