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": "c4e49e98-57a6-473f-91e0-f6f6d1cc1962",
"ClientId": "cc87b04a-0432-4c73-a810-b9b340a2a895",
"SystemUserId": "97ce9d72-8623-4332-b2ea-d0b09b8aea68",
"PurchaseOrderId": "425d5512-f3f2-43e0-b543-eb6e8831bd8a",
"SSCC": "sample string 5",
"ItemContent": [
{
"ProductId": "79b65605-369b-4998-809b-e966f309874a",
"PackagingId": "b18b74ff-cfae-4b71-8734-53575d673ae5",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:37:01.7273469+02:00"
},
{
"ProductId": "79b65605-369b-4998-809b-e966f309874a",
"PackagingId": "b18b74ff-cfae-4b71-8734-53575d673ae5",
"Quantity": 3.0,
"NetWeight": 4.0,
"BatchNumber": "sample string 5",
"BestBefore": "2026-08-24T14:37:01.7273469+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.