POST v6/operation/receive/ibd/save
Request Information
URI Parameters
None.
Body Parameters
Collection of ReceiveIBDModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| IBDId | integer |
None. |
|
| SKUId | integer |
None. |
|
| OtherSKUId | integer |
None. |
|
| BatchId | integer |
None. |
|
| OtherBatch | string |
None. |
|
| Quantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ibdId": 1,
"skuId": 2,
"otherSKUId": 3,
"batchId": 4,
"otherBatch": "sample string 5",
"quantity": 6.0
},
{
"ibdId": 1,
"skuId": 2,
"otherSKUId": 3,
"batchId": 4,
"otherBatch": "sample string 5",
"quantity": 6.0
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.