PUT api/Bulto/Paletiza
Paletiza unidades de picking hacia un bulto. La ubicacion de destino se establece por defecto
Informacion Request
URI Parametros
Ninguno.
Parametros Body
Datos para paletizado
Paletizado| Nombre | Descripcion | Tipo | Informacion Adicicional |
|---|---|---|---|
| LayoutId |
Ubicacion de origen |
integer |
Required |
| SiteId |
Sitio de las unidades a mover |
integer |
Required |
| Cantidad |
Cantidad a mover |
integer |
Required |
| UserId |
Usuario que realiza la accion |
integer |
Required |
| Sscc |
Bulto de destino |
string |
Required |
| Lote |
Lote a mover |
string |
Ninguno. |
| CodProducto |
Codigo de producto |
string |
Required |
Formato Request
application/json, text/json
Ejemplo:
{
"LayoutId": 1,
"SiteId": 2,
"Cantidad": 3,
"UserId": 4,
"Sscc": "sample string 5",
"Lote": "sample string 6",
"CodProducto": "sample string 7"
}
application/xml, text/xml
Ejemplo:
<DtoObj.Paletizado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNVITA_DTO"> <Cantidad>3</Cantidad> <CodProducto>sample string 7</CodProducto> <LayoutId>1</LayoutId> <Lote>sample string 6</Lote> <SiteId>2</SiteId> <Sscc>sample string 5</Sscc> <UserId>4</UserId> </DtoObj.Paletizado>
application/x-www-form-urlencoded
Ejemplo:
Sample not available.
Informacion Response
Descripcion Recurso
Retorna booleano
HttpResponseMessage| Nombre | Descripcion | Tipo | Informacion Adicicional |
|---|---|---|---|
| Version | Version |
Ninguno. |
|
| Content | HttpContent |
Ninguno. |
|
| StatusCode | HttpStatusCode |
Ninguno. |
|
| ReasonPhrase | string |
Ninguno. |
|
| Headers | Collection of Object |
Ninguno. |
|
| RequestMessage | HttpRequestMessage |
Ninguno. |
|
| IsSuccessStatusCode | boolean |
Ninguno. |