POST api/MonitoreosSellos/UpdateImageMonitoring

Request Information

URI Parameters

None.

Body Parameters

Monitoreo
NameDescriptionTypeAdditional information
ID

integer

None.

ID_ETIQUETA

integer

None.

D_CERTIFICADO

date

None.

S_PLACA

string

None.

N_KILOMETRAJE

integer

None.

D_MONITOREO

date

None.

N_COORDENADA_X

decimal number

None.

N_COORDENADA_Y

decimal number

None.

S_RUTA_FOTO

string

None.

FOTO1

Collection of byte

None.

FOTO2

Collection of byte

None.

FOTO3

Collection of byte

None.

S_FOTO1

string

None.

S_FOTO2

string

None.

S_FOTO3

string

None.

N_VALOR_MONITOREO

decimal number

None.

N_RPM_RALENTI

integer

None.

S_EMPRESA

string

None.

S_OBSERVACIONES

string

None.

S_ESTADO

string

None.

S_USUARIO

string

None.

S_IMAGEN_ESTADO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ID_ETIQUETA": 2,
  "D_CERTIFICADO": "2026-04-04T02:48:31.0778618-05:00",
  "S_PLACA": "sample string 4",
  "N_KILOMETRAJE": 5,
  "D_MONITOREO": "2026-04-04T02:48:31.0778618-05:00",
  "N_COORDENADA_X": 7.1,
  "N_COORDENADA_Y": 8.1,
  "S_RUTA_FOTO": "sample string 9",
  "FOTO1": "QEA=",
  "FOTO2": "QEA=",
  "FOTO3": "QEA=",
  "S_FOTO1": "sample string 10",
  "S_FOTO2": "sample string 11",
  "S_FOTO3": "sample string 12",
  "N_VALOR_MONITOREO": 13.1,
  "N_RPM_RALENTI": 14,
  "S_EMPRESA": "sample string 15",
  "S_OBSERVACIONES": "sample string 16",
  "S_ESTADO": "sample string 17",
  "S_USUARIO": "sample string 18",
  "S_IMAGEN_ESTADO": null
}

application/xml, text/xml

Sample:
<Monitoreo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.SelloAmbiental">
  <D_CERTIFICADO>2026-04-04T02:48:31.0778618-05:00</D_CERTIFICADO>
  <D_MONITOREO>2026-04-04T02:48:31.0778618-05:00</D_MONITOREO>
  <FOTO1>QEA=</FOTO1>
  <FOTO2>QEA=</FOTO2>
  <FOTO3>QEA=</FOTO3>
  <ID>1</ID>
  <ID_ETIQUETA>2</ID_ETIQUETA>
  <N_COORDENADA_X>7.1</N_COORDENADA_X>
  <N_COORDENADA_Y>8.1</N_COORDENADA_Y>
  <N_KILOMETRAJE>5</N_KILOMETRAJE>
  <N_RPM_RALENTI>14</N_RPM_RALENTI>
  <N_VALOR_MONITOREO>13.1</N_VALOR_MONITOREO>
  <S_EMPRESA>sample string 15</S_EMPRESA>
  <S_ESTADO>sample string 17</S_ESTADO>
  <S_FOTO1>sample string 10</S_FOTO1>
  <S_FOTO2>sample string 11</S_FOTO2>
  <S_FOTO3>sample string 12</S_FOTO3>
  <S_IMAGEN_ESTADO i:nil="true" />
  <S_OBSERVACIONES>sample string 16</S_OBSERVACIONES>
  <S_PLACA>sample string 4</S_PLACA>
  <S_RUTA_FOTO>sample string 9</S_RUTA_FOTO>
  <S_USUARIO>sample string 18</S_USUARIO>
</Monitoreo>

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 'Monitoreo'.

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>