GET api/AppEIR_Salida_Validar?key={key}&pContenedor={pContenedor}&IDUsuarioWeb={IDUsuarioWeb}&IDEmpresa={IDEmpresa}&IDSucursal={IDSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| pContenedor | 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_S| Name | Description | Type | Additional information |
|---|---|---|---|
| folio | integer |
None. |
|
| nopartida | integer |
None. |
|
| contenedor | string |
None. |
|
| sello | string |
None. |
|
| idwebentradadetallecarga | integer |
None. |
|
| conceptoservicio | string |
None. |
|
| IDManiobraCIMA | integer |
None. |
|
| agente | string |
None. |
|
| cliente | string |
None. |
|
| idagente | integer |
None. |
|
| idcliente | integer |
None. |
|
| unidadnegocio | string |
None. |
|
| tipocontenedor | string |
None. |
|
| idcalidad | integer |
None. |
|
| manufactura | string |
None. |
|
| fechaeirentrada | string |
None. |
|
| folioeirentrada | integer |
None. |
|
| FlagExisteEIR | boolean |
None. |
|
| folioeirsalida | integer |
None. |
|
| validarEIRExisteMsg | string |
None. |
|
| OrigenPCG | boolean |
None. |
|
| FolioPCG | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"folio": 1,
"nopartida": 2,
"contenedor": "sample string 3",
"sello": "sample string 4",
"idwebentradadetallecarga": 5,
"conceptoservicio": "sample string 6",
"IDManiobraCIMA": 7,
"agente": "sample string 8",
"cliente": "sample string 9",
"idagente": 10,
"idcliente": 11,
"unidadnegocio": "sample string 12",
"tipocontenedor": "sample string 13",
"idcalidad": 14,
"manufactura": "sample string 15",
"fechaeirentrada": "sample string 16",
"folioeirentrada": 17,
"FlagExisteEIR": true,
"folioeirsalida": 19,
"validarEIRExisteMsg": "sample string 20",
"OrigenPCG": true,
"FolioPCG": "sample string 22"
}
application/xml, text/xml
Sample:
<ContenedoresPendientes_EIR_S 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 22</FolioPCG> <IDManiobraCIMA>7</IDManiobraCIMA> <OrigenPCG>true</OrigenPCG> <agente>sample string 8</agente> <cliente>sample string 9</cliente> <conceptoservicio>sample string 6</conceptoservicio> <contenedor>sample string 3</contenedor> <fechaeirentrada>sample string 16</fechaeirentrada> <folio>1</folio> <folioeirentrada>17</folioeirentrada> <folioeirsalida>19</folioeirsalida> <idagente>10</idagente> <idcalidad>14</idcalidad> <idcliente>11</idcliente> <idwebentradadetallecarga>5</idwebentradadetallecarga> <manufactura>sample string 15</manufactura> <nopartida>2</nopartida> <sello>sample string 4</sello> <tipocontenedor>sample string 13</tipocontenedor> <unidadnegocio>sample string 12</unidadnegocio> <validarEIRExisteMsg>sample string 20</validarEIRExisteMsg> </ContenedoresPendientes_EIR_S>