POST api/Item/ReceiveFromProduction
Receive new items from production as specified in input parameter
Request Information
URI Parameters
None.
Body Parameters
ReceiveItemFromProductionParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| ProductionOrderId | globally unique identifier |
None. |
|
| ClassificationCodeId | globally unique identifier |
None. |
|
| ReleasedItemSplitable | boolean |
None. |
|
| TemperatureControlled | integer |
None. |
|
| Allocate | boolean |
None. |
|
| AllocateAndPick | boolean |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductionDate | date |
None. |
|
| Items | Collection of ReceiveItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": "2feeb0e5-dffd-41ff-a30d-f7fa4f9a6574",
"ClientId": "222f213d-a67e-4043-a1fe-c9e66436c249",
"SystemUserId": "3b00d4c1-b653-458b-a8f5-8697a0cf58e9",
"CreatedBy": "sample string 4",
"ProductionOrderId": "cb623e99-6d04-4efe-a4b7-64a94c36c33f",
"ClassificationCodeId": "f317d778-c568-4120-b0d7-f1eaad879c1e",
"ReleasedItemSplitable": true,
"TemperatureControlled": 8,
"Allocate": true,
"AllocateAndPick": true,
"ProductId": "d76437b9-d6e5-4f83-b57f-16ff8211119d",
"ProductionDate": "2026-08-24T14:35:07.7361349+02:00",
"Items": [
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "0c5a79a6-43e9-4988-8c2b-75547dface71",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:35:07.7361349+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:35:07.7361349+02:00",
"SerialNumber": "sample string 4"
}
]
},
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "0c5a79a6-43e9-4988-8c2b-75547dface71",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:35:07.7361349+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:35:07.7361349+02:00",
"SerialNumber": "sample string 4"
}
]
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReceiveItemMessages| Name | Description | Type | Additional information |
|---|---|---|---|
| InformationMessage | string |
None. |
|
| CriticalError | string |
None. |
|
| SuccessfulReceptions | Collection of ReceiveItemMessage |
None. |
|
| FailedReceptions | Collection of ReceiveItemMessage |
None. |
|
| SuccessfulAllocations | Collection of ReceiveItemMessage |
None. |
|
| FailedAllocations | Collection of ReceiveItemMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.