POST api/ordenes/escaneo

Request Information

URI Parameters

None.

Body Parameters

NuevoEscaneoApiViewModel
NameDescriptionTypeAdditional information
IdOrdenDetalle

integer

None.

IdOrdenMovimiento

integer

None.

IdProducto

integer

None.

IdUbicacion

integer

None.

Ubicacion

string

None.

Cantidad

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdOrdenDetalle": 1,
  "IdOrdenMovimiento": 1,
  "IdProducto": 1,
  "IdUbicacion": 1,
  "Ubicacion": "sample string 2",
  "Cantidad": 3
}

application/xml, text/xml

Sample:
<NuevoEscaneoApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMS.Services.ViewModels">
  <Cantidad>3</Cantidad>
  <IdOrdenDetalle>1</IdOrdenDetalle>
  <IdOrdenMovimiento>1</IdOrdenMovimiento>
  <IdProducto>1</IdProducto>
  <IdUbicacion>1</IdUbicacion>
  <Ubicacion>sample string 2</Ubicacion>
</NuevoEscaneoApiViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.