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