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": "4d409924-7f64-43c3-b8d0-2b757014d78c",
"ClientId": "4b41ffad-b947-4317-bb7c-727e0601d6c1",
"SystemUserId": "15f43c91-a359-4404-a0b8-e9eeb163345c",
"PurchaseOrderId": "99e14079-7e83-4ded-ba73-c6b252c0a9dc",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "201c3834-1cc0-4a1d-ba32-0a77ad9833fb",
"PackagingId": "deca7419-f2b0-4a11-b17b-cf99f1c8d21e",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T10:46:57.3897264+02:00"
},
{
"ProductId": "201c3834-1cc0-4a1d-ba32-0a77ad9833fb",
"PackagingId": "deca7419-f2b0-4a11-b17b-cf99f1c8d21e",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T10:46:57.3897264+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.