POST api/MapLocationsSave
Request Information
URI Parameters
None.
Body Parameters
GoogleMapLocations| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Date | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Date": 2,
"Latitude": "sample string 3",
"Longitude": "sample string 4"
}
application/xml, text/xml
Sample:
<GoogleMapLocations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCAPI.Models"> <Date>2</Date> <Latitude>sample string 3</Latitude> <Longitude>sample string 4</Longitude> <UserId>1</UserId> </GoogleMapLocations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |