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": "818ecea5-0181-4520-b5d1-7403b92ba4c5",
"ClientId": "844a31fb-1419-4dcc-9d0d-fdcfd96913b5",
"SystemUserId": "8daabcc1-d49d-4c97-a4b7-7102ca2c6601",
"CreatedBy": "sample string 4",
"ProductionOrderId": "c0e67a18-0a99-426d-b67e-f345fb40ae68",
"ClassificationCodeId": "5393179b-cdbf-431d-a2dc-b270a2ea479d",
"ReleasedItemSplitable": true,
"TemperatureControlled": 8,
"Allocate": true,
"AllocateAndPick": true,
"ProductId": "be243b2f-61f9-4022-859a-176664fd6f67",
"ProductionDate": "2026-06-25T16:11:42.1114145+02:00",
"Items": [
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "e021da4e-9da8-42d9-9ffe-8ac704be0363",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-06-25T16:11:42.1114145+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-06-25T16:11:42.1114145+02:00",
"SerialNumber": "sample string 4"
}
]
},
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "e021da4e-9da8-42d9-9ffe-8ac704be0363",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-06-25T16:11:42.1114145+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-06-25T16:11:42.1114145+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.