GET v6/operation/receive/allergens/{purchaseOrderItemId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| purchaseOrderItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReceiveIBDSKUModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUId | integer |
None. |
|
| Batches | Collection of ReceiveIBDSKUBatchModelv6 |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"skuId": 1,
"batches": [
{
"batchId": 1,
"batch": "sample string 2",
"expectedQuantity": 3.0,
"alreadyReceivedQuantity": 4.0
},
{
"batchId": 1,
"batch": "sample string 2",
"expectedQuantity": 3.0,
"alreadyReceivedQuantity": 4.0
}
]
},
{
"skuId": 1,
"batches": [
{
"batchId": 1,
"batch": "sample string 2",
"expectedQuantity": 3.0,
"alreadyReceivedQuantity": 4.0
},
{
"batchId": 1,
"batch": "sample string 2",
"expectedQuantity": 3.0,
"alreadyReceivedQuantity": 4.0
}
]
}
]