POST api/lavados/Registrar

Request Information

URI Parameters

None.

Body Parameters

RegistrarServicioLavadoApiModel
NameDescriptionTypeAdditional information
IdMovimientoContenedor

integer

None.

IdContenedor

integer

None.

IdServicioContenedor

integer

None.

IdTipoServicioLavado

integer

None.

IdMotivosLavado

integer

None.

IdCondicionesLavado

integer

None.

Observacion

string

None.

Estado

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdMovimientoContenedor": 1,
  "IdContenedor": 2,
  "IdServicioContenedor": 1,
  "IdTipoServicioLavado": 3,
  "IdMotivosLavado": 1,
  "IdCondicionesLavado": 1,
  "Observacion": "sample string 4",
  "Estado": 5
}

application/xml, text/xml

Sample:
<RegistrarServicioLavadoApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.Reparaciones.ApiModels">
  <Estado>5</Estado>
  <IdCondicionesLavado>1</IdCondicionesLavado>
  <IdContenedor>2</IdContenedor>
  <IdMotivosLavado>1</IdMotivosLavado>
  <IdMovimientoContenedor>1</IdMovimientoContenedor>
  <IdServicioContenedor>1</IdServicioContenedor>
  <IdTipoServicioLavado>3</IdTipoServicioLavado>
  <Observacion>sample string 4</Observacion>
</RegistrarServicioLavadoApiModel>

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.