GET api/RelacionEntrada?ordencarga={ordencarga}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ordencarga

string

Required

Body Parameters

None.

Response Information

Resource Description

OrdenDeCarga
NameDescriptionTypeAdditional information
ID

integer

None.

ID_VEHICULO

integer

None.

FECHA

date

None.

APODERADO

string

None.

OBSERVACION

string

None.

FECHANOTIFICACION

date

None.

ENVIONOTIFICACION

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ID_VEHICULO": 1,
  "FECHA": "2026-07-06T12:20:53.0945223-05:00",
  "APODERADO": "sample string 2",
  "OBSERVACION": "sample string 3",
  "FECHANOTIFICACION": "2026-07-06T12:20:53.0945223-05:00",
  "ENVIONOTIFICACION": 1
}

text/html

Sample:
{"ID":1,"ID_VEHICULO":1,"FECHA":"2026-07-06T12:20:53.0945223-05:00","APODERADO":"sample string 2","OBSERVACION":"sample string 3","FECHANOTIFICACION":"2026-07-06T12:20:53.0945223-05:00","ENVIONOTIFICACION":1}

application/xml, text/xml

Sample:
<OrdenDeCarga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Models">
  <APODERADO>sample string 2</APODERADO>
  <ENVIONOTIFICACION>1</ENVIONOTIFICACION>
  <FECHA>2026-07-06T12:20:53.0945223-05:00</FECHA>
  <FECHANOTIFICACION>2026-07-06T12:20:53.0945223-05:00</FECHANOTIFICACION>
  <ID>1</ID>
  <ID_VEHICULO>1</ID_VEHICULO>
  <OBSERVACION>sample string 3</OBSERVACION>
</OrdenDeCarga>