POST api/AduanaContendoresApi/PostGatePassbyContenedor
Request Information
URI Parameters
None.
Body Parameters
ContenedorVmName | Description | Type | Additional information |
---|---|---|---|
ContenedorId | decimal number |
None. |
|
Id | decimal number |
None. |
|
Contenedor | string |
None. |
|
IdInstruccion | string |
None. |
|
Checked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContenedorId": 1.0, "Id": 2.0, "Contenedor": "sample string 3", "IdInstruccion": "sample string 4", "Checked": true }
text/xml
Sample:
<ContenedorVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aduana.Domain.Vms"> <Checked>true</Checked> <Contenedor>sample string 3</Contenedor> <ContenedorId>1</ContenedorId> <Id>2</Id> <IdInstruccion>sample string 4</IdInstruccion> </ContenedorVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultName | Description | Type | Additional information |
---|---|---|---|
Ok | boolean |
None. |
|
Message | Object |
None. |
|
Estado | integer |
None. |
|
Data | Object |
None. |
|
IsValid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Ok": true, "Message": {}, "Estado": 3, "Data": {}, "IsValid": true }
text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aduana.Domain.Vms"> <Data /> <Estado>3</Estado> <IsValid>true</IsValid> <Message /> <Ok>true</Ok> </ApiResult>