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": "74b09bc0-6903-4d1f-a7d2-c4b535c12719",
"ClientId": "f63a3542-f6c6-45f2-bce8-b29067d45fa5",
"SystemUserId": "cdee939d-0434-4669-88f8-c062ea922256",
"PurchaseOrderId": "cee5f071-b4df-4433-a9db-a14b5cb7e1f8",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "4514bb31-017c-4ca4-8d84-72462762a096",
"PackagingId": "abf385cf-7681-4b6b-860c-0db30abd4a5e",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:14:43.2567874+02:00"
},
{
"ProductId": "4514bb31-017c-4ca4-8d84-72462762a096",
"PackagingId": "abf385cf-7681-4b6b-860c-0db30abd4a5e",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-06-25T16:14:43.2567874+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.