POST api/Entrega/UpdateQTYSHPPD
Actualiza el registro de entrega
Request Information
URI Parameters
None.
Body Parameters
Collection of Entrega| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentId | integer |
Required |
|
| CMPNYDB | string |
Required |
|
| SOPTYPE | integer |
Required |
|
| SOPNUMBE | string |
Required |
|
| LNITMSEQ | integer |
Required |
|
| CMPNTSEQ | integer |
Required |
|
| ITEMNMBR | string |
Required |
|
| UOFM | string |
Required |
|
| QTYBSUOM | decimal number |
Required |
|
| QUANTITY | decimal number |
Required |
|
| ATYALLOC | decimal number |
Required |
|
| QTYPRINV | decimal number |
Required |
|
| QTYSHPPD | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"ShipmentId": 1,
"CMPNYDB": "sample string 2",
"SOPTYPE": 3,
"SOPNUMBE": "sample string 4",
"LNITMSEQ": 5,
"CMPNTSEQ": 6,
"ITEMNMBR": "sample string 7",
"UOFM": "sample string 8",
"QTYBSUOM": 9.0,
"QUANTITY": 10.0,
"ATYALLOC": 11.0,
"QTYPRINV": 12.0,
"QTYSHPPD": 13.0
},
{
"ShipmentId": 1,
"CMPNYDB": "sample string 2",
"SOPTYPE": 3,
"SOPNUMBE": "sample string 4",
"LNITMSEQ": 5,
"CMPNTSEQ": 6,
"ITEMNMBR": "sample string 7",
"UOFM": "sample string 8",
"QTYBSUOM": 9.0,
"QUANTITY": 10.0,
"ATYALLOC": 11.0,
"QTYPRINV": 12.0,
"QTYSHPPD": 13.0
}
]
application/xml, text/xml
Sample:
<ArrayOfEntrega xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Despachos_API">
<Entrega>
<ATYALLOC>11</ATYALLOC>
<CMPNTSEQ>6</CMPNTSEQ>
<CMPNYDB>sample string 2</CMPNYDB>
<ITEMNMBR>sample string 7</ITEMNMBR>
<LNITMSEQ>5</LNITMSEQ>
<QTYBSUOM>9</QTYBSUOM>
<QTYPRINV>12</QTYPRINV>
<QTYSHPPD>13</QTYSHPPD>
<QUANTITY>10</QUANTITY>
<SOPNUMBE>sample string 4</SOPNUMBE>
<SOPTYPE>3</SOPTYPE>
<ShipmentId>1</ShipmentId>
<UOFM>sample string 8</UOFM>
</Entrega>
<Entrega>
<ATYALLOC>11</ATYALLOC>
<CMPNTSEQ>6</CMPNTSEQ>
<CMPNYDB>sample string 2</CMPNYDB>
<ITEMNMBR>sample string 7</ITEMNMBR>
<LNITMSEQ>5</LNITMSEQ>
<QTYBSUOM>9</QTYBSUOM>
<QTYPRINV>12</QTYPRINV>
<QTYSHPPD>13</QTYSHPPD>
<QUANTITY>10</QUANTITY>
<SOPNUMBE>sample string 4</SOPNUMBE>
<SOPTYPE>3</SOPTYPE>
<ShipmentId>1</ShipmentId>
<UOFM>sample string 8</UOFM>
</Entrega>
</ArrayOfEntrega>
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.