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": "d66432fa-6eef-4f06-9b1f-419064d9bc42",
"ClientId": "7de5e055-697a-45a4-826a-356b4ef83aa6",
"SystemUserId": "2b4068ed-3442-4ebc-999e-d5682566d120",
"PurchaseOrderId": "26320790-6d5d-4f20-aeac-f9b2f1ccf154",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "288ee625-222b-4024-8e28-33acb2dabb75",
"PackagingId": "c4d68f4e-8639-4995-9ab6-65828fe80b46",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:12:11.6833384+02:00"
},
{
"ProductId": "288ee625-222b-4024-8e28-33acb2dabb75",
"PackagingId": "c4d68f4e-8639-4995-9ab6-65828fe80b46",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:12:11.6833384+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.