GET api/AppEIR_Entrada_Validar?key={key}&pContenedor={pContenedor}&pFechaEntrada={pFechaEntrada}&IDUsuarioWeb={IDUsuarioWeb}&IDEmpresa={IDEmpresa}&IDSucursal={IDSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| pContenedor | string |
Required |
|
| pFechaEntrada | string |
Required |
|
| IDUsuarioWeb | integer |
Required |
|
| IDEmpresa | integer |
Default value is 3 |
|
| IDSucursal | integer |
Default value is 160 |
Body Parameters
None.
Response Information
Resource Description
ContenedoresPendientes_EIR_E| Name | Description | Type | Additional information |
|---|---|---|---|
| folio | integer |
None. |
|
| nopartida | integer |
None. |
|
| fechaservicio | string |
None. |
|
| modotrans | string |
None. |
|
| listacontenedores | string |
None. |
|
| placas | string |
None. |
|
| transportista | string |
None. |
|
| operador | string |
None. |
|
| contenedor | string |
None. |
|
| sello | string |
None. |
|
| agente | string |
None. |
|
| cliente | string |
None. |
|
| idagente | integer |
None. |
|
| idcliente | integer |
None. |
|
| unidadnegocio | string |
None. |
|
| tipocontenedor | string |
None. |
|
| idwebentradadetallecarga | integer |
None. |
|
| conceptoservicio | string |
None. |
|
| IDManiobraCIMA | integer |
None. |
|
| FlagExisteEIR | boolean |
None. |
|
| folioeirentrada | integer |
None. |
|
| validarArribadoMsg | string |
None. |
|
| OrigenPCG | boolean |
None. |
|
| FolioPCG | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"folio": 1,
"nopartida": 2,
"fechaservicio": "sample string 3",
"modotrans": "sample string 4",
"listacontenedores": "sample string 5",
"placas": "sample string 6",
"transportista": "sample string 7",
"operador": "sample string 8",
"contenedor": "sample string 9",
"sello": "sample string 10",
"agente": "sample string 11",
"cliente": "sample string 12",
"idagente": 13,
"idcliente": 14,
"unidadnegocio": "sample string 15",
"tipocontenedor": "sample string 16",
"idwebentradadetallecarga": 17,
"conceptoservicio": "sample string 18",
"IDManiobraCIMA": 19,
"FlagExisteEIR": true,
"folioeirentrada": 21,
"validarArribadoMsg": "sample string 22",
"OrigenPCG": true,
"FolioPCG": "sample string 24"
}
application/xml, text/xml
Sample:
<ContenedoresPendientes_EIR_E xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIMA_WebAPI_Dapper.Models"> <FlagExisteEIR>true</FlagExisteEIR> <FolioPCG>sample string 24</FolioPCG> <IDManiobraCIMA>19</IDManiobraCIMA> <OrigenPCG>true</OrigenPCG> <agente>sample string 11</agente> <cliente>sample string 12</cliente> <conceptoservicio>sample string 18</conceptoservicio> <contenedor>sample string 9</contenedor> <fechaservicio>sample string 3</fechaservicio> <folio>1</folio> <folioeirentrada>21</folioeirentrada> <idagente>13</idagente> <idcliente>14</idcliente> <idwebentradadetallecarga>17</idwebentradadetallecarga> <listacontenedores>sample string 5</listacontenedores> <modotrans>sample string 4</modotrans> <nopartida>2</nopartida> <operador>sample string 8</operador> <placas>sample string 6</placas> <sello>sample string 10</sello> <tipocontenedor>sample string 16</tipocontenedor> <transportista>sample string 7</transportista> <unidadnegocio>sample string 15</unidadnegocio> <validarArribadoMsg>sample string 22</validarArribadoMsg> </ContenedoresPendientes_EIR_E>