GET api/AppInspeccionMA/Buscar?key={key}&Contenedor={Contenedor}&TipoManiobra={TipoManiobra}&IDUnidadNegocio={IDUnidadNegocio}&IDSucursal={IDSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| Contenedor | string |
Required |
|
| TipoManiobra | integer |
Required |
|
| IDUnidadNegocio | integer |
Required |
|
| IDSucursal | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppManiobrasAdicionales| Name | Description | Type | Additional information |
|---|---|---|---|
| Contenedor | string |
None. |
|
| ManiobraPrincipal | string |
None. |
|
| FechaTarja | date |
None. |
|
| FechaTarjaStr | string |
None. |
|
| FechaMAStr | string |
None. |
|
| IDWebDetCarga | integer |
None. |
|
| IDMA | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Contenedor": "sample string 1",
"ManiobraPrincipal": "sample string 2",
"FechaTarja": "2025-12-10T05:25:14.0923194-06:00",
"FechaTarjaStr": "sample string 3",
"FechaMAStr": "sample string 4",
"IDWebDetCarga": 5,
"IDMA": 6
}
application/xml, text/xml
Sample:
<AppManiobrasAdicionales xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIMA_WebAPI_Dapper.Models"> <Contenedor>sample string 1</Contenedor> <FechaMAStr>sample string 4</FechaMAStr> <FechaTarja>2025-12-10T05:25:14.0923194-06:00</FechaTarja> <FechaTarjaStr>sample string 3</FechaTarjaStr> <IDMA>6</IDMA> <IDWebDetCarga>5</IDWebDetCarga> <ManiobraPrincipal>sample string 2</ManiobraPrincipal> </AppManiobrasAdicionales>