POST Reparacion/RegistroArchivos

Request Information

URI Parameters

None.

Body Parameters

ArchivosReparacionPti
NameDescriptionTypeAdditional information
IdEstimacion

integer

None.

IdInspeccionContenedor

integer

None.

SellosVentolera

Collection of HttpPostedFileBase

None.

Imagenes

Collection of HttpPostedFileBase

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEstimacion": 1,
  "IdInspeccionContenedor": 2,
  "SellosVentolera": null,
  "Imagenes": null
}

application/xml, text/xml

Sample:
<ArchivosReparacionPti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.Reparaciones.ApiModels">
  <IdEstimacion>1</IdEstimacion>
  <IdInspeccionContenedor>2</IdInspeccionContenedor>
  <Imagenes 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" />
</ArchivosReparacionPti>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.