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": "bcec3534-9824-48ea-aaaf-b91f83f1343d",
"ClientId": "df67563b-d4e1-419c-9ecf-24647421b726",
"SystemUserId": "70868f53-4be5-4bcc-b890-8a5cd99e9e4d",
"PurchaseOrderId": "81636294-8a22-471e-8174-e9f9e9ab4409",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "57f9f19d-1f7e-4d08-98f6-d0a5db36f792",
"PackagingId": "59d1e9da-7533-4b4f-a2e5-0c9eddabb8d2",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:35:16.7067361+02:00"
},
{
"ProductId": "57f9f19d-1f7e-4d08-98f6-d0a5db36f792",
"PackagingId": "59d1e9da-7533-4b4f-a2e5-0c9eddabb8d2",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:35:16.7067361+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.