POST api/Item/ReceiveFromPurchase
Receive new items from purchase as specified in input parameter
Request Information
URI Parameters
None.
Body Parameters
ReceiveItemFromPurchaseParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| PurchaseOrderId | globally unique identifier |
None. |
|
| SSCC | string |
None. |
|
| ItemContent | Collection of ItemContentFromPurchase |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": "6571a6c8-5587-4ef2-a11d-ccadd43d0d50",
"ClientId": "eee6f830-6d4c-42a6-8bf9-40da623c95c3",
"SystemUserId": "01ee59d1-9faa-4456-89b8-1fab4774a3ba",
"PurchaseOrderId": "005fbe17-8fdf-4915-b3c5-1ce01265b6ea",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "652324e4-2cfc-4b7e-98cd-aac7dcfe3ff7",
"PackagingId": "dee68ea3-8405-4b4f-b7d4-9e80c2c8c409",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:31:15.2800596+02:00"
},
{
"ProductId": "652324e4-2cfc-4b7e-98cd-aac7dcfe3ff7",
"PackagingId": "dee68ea3-8405-4b4f-b7d4-9e80c2c8c409",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:31:15.2800596+02:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReceiveItemFromPurchaseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| InformationMessage | string |
None. |
|
| ReceiveOrderId | globally unique identifier |
None. |
|
| ReceiveOrderNumber | string |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| SSCC | string |
None. |
|
| ItemContent | Collection of ReceiveItemContentFromPurchase |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.