POST api/lavados/Registrar/All
Request Information
URI Parameters
None.
Body Parameters
Collection of RegistrarServicioLavadoApiModel| Name | Description | Type | Additional 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
},
{
"IdMovimientoContenedor": 1,
"IdContenedor": 2,
"IdServicioContenedor": 1,
"IdTipoServicioLavado": 3,
"IdMotivosLavado": 1,
"IdCondicionesLavado": 1,
"Observacion": "sample string 4",
"Estado": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfRegistrarServicioLavadoApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.Reparaciones.ApiModels">
<RegistrarServicioLavadoApiModel>
<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>
<RegistrarServicioLavadoApiModel>
<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>
</ArrayOfRegistrarServicioLavadoApiModel>
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.