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": "17f31344-a863-48c0-a703-d681825fec14",
"ClientId": "dd8608bd-2abe-4245-ac05-6d28af507673",
"SystemUserId": "2e9a3aa7-32b4-4daf-8c56-8b1900e002c9",
"PurchaseOrderId": "a8a5f47c-36e7-4c1c-a785-6bf223247c3f",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "c62367b3-381f-4674-ac46-8894186ac749",
"PackagingId": "67ef1cd1-054f-4e7d-a86b-c39c1171f623",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:36:59.2720422+02:00"
},
{
"ProductId": "c62367b3-381f-4674-ac46-8894186ac749",
"PackagingId": "67ef1cd1-054f-4e7d-a86b-c39c1171f623",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:36:59.2720422+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.