POST api/FtesMovOperativos/DownloadMonitoreosOperative

Ingresa un Monitoreo que viene desde un Dispositivo Móvil

Request Information

URI Parameters

None.

Body Parameters

Objeto que posee toda la información del Monitoreo

MonitoreoT
NameDescriptionTypeAdditional information
ID

integer

None.

ID_OPERATIVO

integer

None.

S_PLACA

string

None.

S_CONDUCTOR

string

None.

ID_CDA

integer

None.

D_CERTIFICADO

date

None.

ID_TIPO_VEHICULO

integer

None.

ID_TIPO_COMBUSTIBLE

integer

None.

N_MODELO

integer

None.

B_PRUEBA_GASES

boolean

None.

B_COMPARENDO

boolean

None.

B_INMOVILIZADO

boolean

None.

B_INFORMO

boolean

None.

B_ENCUESTA

boolean

None.

ID_CAUSAL_DEVOLUCION

integer

None.

D_MONITOREO

date

None.

FIRMA

Collection of byte

None.

FOTO1

Collection of byte

None.

FOTO2

Collection of byte

None.

FOTO3

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ID_OPERATIVO": 2,
  "S_PLACA": "sample string 3",
  "S_CONDUCTOR": "sample string 4",
  "ID_CDA": 5,
  "D_CERTIFICADO": "2026-04-04T02:48:30.1403415-05:00",
  "ID_TIPO_VEHICULO": 7,
  "ID_TIPO_COMBUSTIBLE": 8,
  "N_MODELO": 9,
  "B_PRUEBA_GASES": true,
  "B_COMPARENDO": true,
  "B_INMOVILIZADO": true,
  "B_INFORMO": true,
  "B_ENCUESTA": true,
  "ID_CAUSAL_DEVOLUCION": 15,
  "D_MONITOREO": "2026-04-04T02:48:30.1403415-05:00",
  "FIRMA": "QEA=",
  "FOTO1": "QEA=",
  "FOTO2": "QEA=",
  "FOTO3": "QEA="
}

application/xml, text/xml

Sample:
<MonitoreoT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.FtesMovOperativos">
  <B_COMPARENDO>true</B_COMPARENDO>
  <B_ENCUESTA>true</B_ENCUESTA>
  <B_INFORMO>true</B_INFORMO>
  <B_INMOVILIZADO>true</B_INMOVILIZADO>
  <B_PRUEBA_GASES>true</B_PRUEBA_GASES>
  <D_CERTIFICADO>2026-04-04T02:48:30.1403415-05:00</D_CERTIFICADO>
  <D_MONITOREO>2026-04-04T02:48:30.1403415-05:00</D_MONITOREO>
  <FIRMA>QEA=</FIRMA>
  <FOTO1>QEA=</FOTO1>
  <FOTO2>QEA=</FOTO2>
  <FOTO3>QEA=</FOTO3>
  <ID>1</ID>
  <ID_CAUSAL_DEVOLUCION>15</ID_CAUSAL_DEVOLUCION>
  <ID_CDA>5</ID_CDA>
  <ID_OPERATIVO>2</ID_OPERATIVO>
  <ID_TIPO_COMBUSTIBLE>8</ID_TIPO_COMBUSTIBLE>
  <ID_TIPO_VEHICULO>7</ID_TIPO_VEHICULO>
  <N_MODELO>9</N_MODELO>
  <S_CONDUCTOR>sample string 4</S_CONDUCTOR>
  <S_PLACA>sample string 3</S_PLACA>
</MonitoreoT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MonitoreoT'.

Response Information

Resource Description

RtaTransaccion
NameDescriptionTypeAdditional information
Id

Identifica el Id

integer

None.

IngresoExitoso

Indica si el proceso fue satisfactorio o no

boolean

None.

MensajeError

Mensaje de error si el proceso no fue satisfactorio

string

None.

MensajeExito

Mensaje en caso de que el ingreso fue exitoso

string

None.

Exist

El registro ya exite

boolean

None.

IdExist

Id del registro ya existente

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IngresoExitoso": true,
  "MensajeError": "sample string 3",
  "MensajeExito": "sample string 4",
  "Exist": true,
  "IdExist": 6
}

application/xml, text/xml

Sample:
<RtaTransaccion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.FtesMovOperativos">
  <Exist>true</Exist>
  <Id>1</Id>
  <IdExist>6</IdExist>
  <IngresoExitoso>true</IngresoExitoso>
  <MensajeError>sample string 3</MensajeError>
  <MensajeExito>sample string 4</MensajeExito>
</RtaTransaccion>