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": "35742043-7a31-4913-9629-d0f641899aab",
"ClientId": "834ce7a4-231f-44d5-abe5-f04308aae46e",
"SystemUserId": "6aab043d-3769-4c19-97c7-41ac00df432c",
"PurchaseOrderId": "79816291-ad45-4e1e-8cde-2a73ab763a54",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "a6068bde-3daf-4ca7-af15-c75206536bed",
"PackagingId": "760bf2cf-f39f-4fb9-8c35-bb2f607f82a5",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:33:05.8555654+02:00"
},
{
"ProductId": "a6068bde-3daf-4ca7-af15-c75206536bed",
"PackagingId": "760bf2cf-f39f-4fb9-8c35-bb2f607f82a5",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:33:05.8555654+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.