POST api/track/trackot

Request Information

URI Parameters

None.

Body Parameters

GeoposicionDtoV2
NameDescriptionTypeAdditional information
Latitud

decimal number

Required

Longitud

decimal number

Required

Origen

string

None.

Timestamp

date

None.

OTs

string

None.

FechaPlanificacion

string

None.

IdCentro

integer

None.

IdMotivoStandby

integer

None.

FechaInicioStandby

date

None.

FechaFinStandby

date

None.

UsuarioInicioStandby

string

None.

UsuarioFinStandby

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Latitud": 1.0,
  "Longitud": 2.0,
  "Origen": "sample string 3",
  "Timestamp": "2024-11-12T14:57:00.0562972-05:00",
  "OTs": "sample string 4",
  "FechaPlanificacion": "sample string 5",
  "IdCentro": 1,
  "IdMotivoStandby": 1,
  "FechaInicioStandby": "2024-11-12T14:57:00.0562972-05:00",
  "FechaFinStandby": "2024-11-12T14:57:00.0562972-05:00",
  "UsuarioInicioStandby": "sample string 6",
  "UsuarioFinStandby": "sample string 7"
}

application/xml, text/xml

Sample:
<GeoposicionDtoV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMS.Data.ViewModels.ApiChoferes">
  <FechaFinStandby>2024-11-12T14:57:00.0562972-05:00</FechaFinStandby>
  <FechaInicioStandby>2024-11-12T14:57:00.0562972-05:00</FechaInicioStandby>
  <FechaPlanificacion>sample string 5</FechaPlanificacion>
  <IdCentro>1</IdCentro>
  <IdMotivoStandby>1</IdMotivoStandby>
  <Latitud>1</Latitud>
  <Longitud>2</Longitud>
  <OTs>sample string 4</OTs>
  <Origen>sample string 3</Origen>
  <Timestamp>2024-11-12T14:57:00.0562972-05:00</Timestamp>
  <UsuarioFinStandby>sample string 7</UsuarioFinStandby>
  <UsuarioInicioStandby>sample string 6</UsuarioInicioStandby>
</GeoposicionDtoV2>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.