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": "509c8aee-1f96-484e-830c-36c42a856d94",
"ClientId": "c4c07b6c-bee8-4b77-a36f-17e4d2deb5a7",
"SystemUserId": "9e8bd65e-7272-4184-8334-89452f605601",
"PurchaseOrderId": "355a5cf7-fac0-4387-8b6b-48596a9ddc42",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "0c978380-a1ec-4249-abec-751540cc2065",
"PackagingId": "c5d1eeff-1014-4d00-99dc-e85ae3a7e47f",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:12:15.5951036+02:00"
},
{
"ProductId": "0c978380-a1ec-4249-abec-751540cc2065",
"PackagingId": "c5d1eeff-1014-4d00-99dc-e85ae3a7e47f",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:12:15.5951036+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.