POST api/Item/ReceiveFromProduction
Receive new items from production as spceified 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": "0b71d7d4-99b0-4d60-a2be-ba3a564a60a1",
"ClientId": "d683b0fa-6e27-467c-805e-6269b0a304ef",
"SystemUserId": "25cf42e6-d347-4229-895f-986da1370fee",
"CreatedBy": "sample string 4",
"ProductionOrderId": "830044e3-95d0-4f78-86e0-ae41e2aaeedd",
"ClassificationCodeId": "171e9396-b82c-4b18-b64c-e798baaad836",
"ReleasedItemSplitable": true,
"TemperatureControlled": 8,
"Allocate": true,
"AllocateAndPick": true,
"ProductId": "6debd722-1cd7-4305-bdef-442c072fac98",
"ProductionDate": "2026-08-24T14:51:55.8273073+02:00",
"Items": [
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "3fd3e12c-e786-4c6f-aa14-f46f4fe740a2",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:51:55.8273073+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:51:55.8273073+02:00",
"SerialNumber": "sample string 4"
}
]
},
{
"Quantity": 1.0,
"NetWeight": 2.0,
"GrossWeight": 3.0,
"TopLoad": 4.0,
"SalesOrderLineId": "3fd3e12c-e786-4c6f-aa14-f46f4fe740a2",
"Lines": [
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:51:55.8273073+02:00",
"SerialNumber": "sample string 4"
},
{
"Quantity": 1.0,
"BatchNumber": "sample string 2",
"BestBefore": "2026-08-24T14:51:55.8273073+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.