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": "61046326-52fe-4add-ab5d-0857b1b71780",
"ClientId": "10b82e9d-1530-437d-b676-ade1003d7cb1",
"SystemUserId": "cdfa2946-5a43-41cd-ac74-d7852961e14d",
"CreatedBy": "sample string 4",
"ProductionOrderId": "902973f0-464f-4875-95b5-2b45287cd90a",
"ClassificationCodeId": "a3fe6595-4c21-404e-8ad3-22e81149cc33",
"ReleasedItemSplitable": true,
"TemperatureControlled": 8,
"Allocate": true,
"AllocateAndPick": true,
"ProductId": "cdb0e4a5-49bc-48db-8892-f839f11c3773",
"ProductionDate": "2026-08-24T14:36:36.577334+02:00",
"Items": [
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "61a407af-1d73-4447-abad-24b9223e9dd2",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:36.577334+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:36.577334+02:00",
"SerialNumber": "sample string 4"
}
]
},
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "61a407af-1d73-4447-abad-24b9223e9dd2",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:36.577334+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:36.577334+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.