POST api/track
Request Information
URI Parameters
None.
Body Parameters
GeoposicionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Latitud | decimal number |
Required |
|
| Longitud | decimal number |
Required |
|
| Origen | string |
None. |
|
| Timestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Latitud": 1.0,
"Longitud": 2.0,
"Origen": "sample string 3",
"Timestamp": "2025-12-05T23:37:38.8052528-05:00"
}
application/xml, text/xml
Sample:
<GeoposicionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NicoTracking.Data.ApiModels"> <Latitud>1</Latitud> <Longitud>2</Longitud> <Origen>sample string 3</Origen> <Timestamp>2025-12-05T23:37:38.8052528-05:00</Timestamp> </GeoposicionDto>
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.