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": "ff25795f-9fdc-4a5f-83c7-024a4ddedce9",
"ClientId": "0508b664-b333-44f2-8cdf-3dcd9cd67406",
"SystemUserId": "2532982a-ddd3-4474-b3e5-1c9bfcea856c",
"CreatedBy": "sample string 4",
"ProductionOrderId": "0e85312e-1ad3-443b-bb09-4850f3983750",
"ClassificationCodeId": "5bd87cf2-1cb3-4cf1-8785-e6570cc3e57b",
"ReleasedItemSplitable": true,
"TemperatureControlled": 8,
"Allocate": true,
"AllocateAndPick": true,
"ProductId": "00fd9e7c-98e0-4691-9682-60b63f97e1e0",
"ProductionDate": "2026-08-24T14:36:37.8845932+02:00",
"Items": [
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "a21ca233-f10f-469d-afd2-f93204374b0c",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:37.8845932+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:37.8845932+02:00",
"SerialNumber": "sample string 4"
}
]
},
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "a21ca233-f10f-469d-afd2-f93204374b0c",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:37.8845932+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:36:37.8845932+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.