POST api/ordenes/guardarNovedadInvGeneral
Request Information
URI Parameters
None.
Body Parameters
RegistroNovedadPorOrdenApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOrden | integer |
None. |
|
| Observacion | string |
None. |
|
| IdTipoNovedad | integer |
None. |
|
| CodigoProducto | string |
None. |
|
| Ubicacion | string |
None. |
|
| CantidadSku | integer |
None. |
|
| OperacionSobrantes | OperacionSobrantes |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdOrden": 1,
"Observacion": "sample string 2",
"IdTipoNovedad": 3,
"CodigoProducto": "sample string 4",
"Ubicacion": "sample string 5",
"CantidadSku": 6,
"OperacionSobrantes": 0
}
application/xml, text/xml
Sample:
<RegistroNovedadPorOrdenApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMS.Services.ViewModels"> <CantidadSku>6</CantidadSku> <CodigoProducto>sample string 4</CodigoProducto> <IdOrden>1</IdOrden> <IdTipoNovedad>3</IdTipoNovedad> <Observacion>sample string 2</Observacion> <OperacionSobrantes>Aceptar</OperacionSobrantes> <Ubicacion>sample string 5</Ubicacion> </RegistroNovedadPorOrdenApiModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.