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": "5954eebd-3585-46d0-9a10-a454104fbaed",
"ClientId": "d8d0d55c-cb1a-46ef-be2d-de336ba6519d",
"SystemUserId": "7be689e5-976f-4189-b968-ec0dbec14462",
"PurchaseOrderId": "c8e73fac-4ec9-4933-b06a-1720059e457b",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "4ede28bb-8961-4532-b207-3db27a61704e",
"PackagingId": "e2e6e1cd-c0dd-4483-8a9d-9c3c97d6c690",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:37:35.0686952+02:00"
},
{
"ProductId": "4ede28bb-8961-4532-b207-3db27a61704e",
"PackagingId": "e2e6e1cd-c0dd-4483-8a9d-9c3c97d6c690",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:37:35.0686952+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.