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": "76536d9a-d429-4aaf-9a6c-93081e79ffcf",
"ClientId": "d722cf9e-d7a7-45eb-af54-e311e4438938",
"SystemUserId": "132c8115-6c0c-4972-97e4-7ecb0d2f7fc4",
"PurchaseOrderId": "141e0241-63ff-4e8d-85e8-2c529ffc1c02",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "a20b8d5f-5537-4219-a250-c12b2fabdcc0",
"PackagingId": "1faeeadb-584d-41f3-b840-ba3fe59ed029",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:20:45.601838+02:00"
},
{
"ProductId": "a20b8d5f-5537-4219-a250-c12b2fabdcc0",
"PackagingId": "1faeeadb-584d-41f3-b840-ba3fe59ed029",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:20:45.601838+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.