POST api/generareir
Request Information
URI Parameters
None.
Body Parameters
EIRGenerarRQTName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
IDRol | integer |
None. |
|
ContCargCodigo | string |
None. |
|
BookLineCodigo | string |
None. |
|
Prefijo | string |
None. |
|
Numero | string |
None. |
|
Medida | string |
None. |
|
Tipo | string |
None. |
|
FechaHoraEIR | string |
None. |
|
CIN | integer |
None. |
|
COUT | integer |
None. |
|
Lleno | integer |
None. |
|
Vacio | integer |
None. |
|
Linea | string |
None. |
|
Tara | decimal number |
None. |
|
MPL | string |
None. |
|
Anio | integer |
None. |
|
Nave | string |
None. |
|
Viaje | string |
None. |
|
Placa | string |
None. |
|
Cliente | string |
None. |
|
Clase | string |
None. |
|
CodISO | string |
None. |
|
UbicPlanta | string |
None. |
|
Limpio | boolean |
None. |
|
Sucio | boolean |
None. |
|
BuenasCondiciones | boolean |
None. |
|
Danado | boolean |
None. |
|
IMCD | boolean |
None. |
|
Observaciones | string |
None. |
|
Contenedor | string |
None. |
|
Documento | string |
None. |
|
Deta | Collection of DetalleEIR |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsjRPSName | Description | Type | Additional information |
---|---|---|---|
Cod | integer |
None. |
|
Msj | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Cod": 1, "Msj": "sample string 2" }
text/xml
Sample:
<MsjRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <Cod>1</Cod> <Msj>sample string 2</Msj> </MsjRPS>