POST api/pti/EstimarMaquina/RegistroArchivos
Request Information
URI Parameters
None.
Body Parameters
RegistroArchivosInspeccionApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMovimientoContenedor | integer |
None. |
|
| IdContenedor | integer |
None. |
|
| Derecha | HttpPostedFileBase |
None. |
|
| Izquierda | HttpPostedFileBase |
None. |
|
| Puerta | HttpPostedFileBase |
None. |
|
| Firma | HttpPostedFileBase |
None. |
|
| Fotos | Collection of HttpPostedFileBase |
None. |
|
| MappeoFotosDanos | string |
None. |
|
| FotosDanos | Collection of HttpPostedFileBase |
None. |
|
| SellosVentolera | Collection of HttpPostedFileBase |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdMovimientoContenedor": 1,
"IdContenedor": 2,
"Derecha": null,
"Izquierda": null,
"Puerta": null,
"Firma": null,
"Fotos": null,
"MappeoFotosDanos": "sample string 3",
"FotosDanos": null,
"SellosVentolera": null
}
application/xml, text/xml
Sample:
<RegistroArchivosInspeccionApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <Derecha xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <Firma xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <Fotos xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <FotosDanos xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <IdContenedor>2</IdContenedor> <IdMovimientoContenedor>1</IdMovimientoContenedor> <Izquierda xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <MappeoFotosDanos>sample string 3</MappeoFotosDanos> <Puerta xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <SellosVentolera xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> </RegistroArchivosInspeccionApiModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.