POST api/recepcion/updatePackingList

Informacion Request

URI Parametros

Ninguno.

Parametros Body

ReceptionReported
NombreDescripcionTipoInformacion Adicicional
Company_Id

integer

Ninguno.

Site_Id

integer

Ninguno.

Reception_Id

integer

Ninguno.

ArticleProvider_Id

integer

Ninguno.

ReceptionReported_Quantity

integer

Ninguno.

ReceptionReported_Weigth

decimal number

Ninguno.

Formato Request

application/json, text/json

Ejemplo:
{
  "Company_Id": 1,
  "Site_Id": 2,
  "Reception_Id": 3,
  "ArticleProvider_Id": 4,
  "ReceptionReported_Quantity": 1,
  "ReceptionReported_Weigth": 1.0
}

application/xml, text/xml

Ejemplo:
<ReceptionReported xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Framework">
  <ArticleProvider_Id>4</ArticleProvider_Id>
  <Company_Id>1</Company_Id>
  <ReceptionReported_Quantity>1</ReceptionReported_Quantity>
  <ReceptionReported_Weigth>1</ReceptionReported_Weigth>
  <Reception_Id>3</Reception_Id>
  <Site_Id>2</Site_Id>
</ReceptionReported>

application/x-www-form-urlencoded

Ejemplo:

Sample not available.

Informacion Response

Descripcion Recurso

HttpResponseMessage
NombreDescripcionTipoInformacion Adicicional
Version

Version

Ninguno.

Content

Ninguno.