GET ConsultarContenedorDanados/{contenedor}/{idMovimiento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contenedor | string |
Required |
|
| idMovimiento | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DanosInspeccionesContenedorListaModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Archivos | Collection of DanadosEstimadoArchivoApiModel |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Archivos": null,
"Total": 1
}
application/xml, text/xml
Sample:
<DanosInspeccionesContenedorListaModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <Archivos i:nil="true" /> <Total>1</Total> </DanosInspeccionesContenedorListaModels>