POST api/ProductionOrder/InProduction/Client/{ClientId}/User/{SystemUserId}
Get production orders in production
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| SystemUserId | globally unique identifier |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ProductionOrderV2| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| ProdOrderType | integer |
None. |
|
| OrderNumber | string |
None. |
|
| OrderStatus | integer |
None. |
|
| OrderDate | date |
None. |
|
| DeliveryDate | date |
None. |
|
| ProductionStart | date |
None. |
|
| ProductionStop | date |
None. |
|
| ProductionTimeMinuteReal | integer |
None. |
|
| ProductionOriginalPlannedStart | date |
None. |
|
| ProductionLineNumber | integer |
None. |
|
| ProductionLineName | string |
None. |
|
| ProductionGroupNumber | integer |
None. |
|
| ProductionGroupName | string |
None. |
|
| BatchNumberProd | string |
None. |
|
| ProdOrderNotShowInReceive | boolean |
None. |
|
| TypeId | globally unique identifier |
None. |
|
| TypeNumber | integer |
None. |
|
| TypeName | string |
None. |
|
| ProductionTimeTotalMinute | integer |
None. |
|
| ArticleId | globally unique identifier |
None. |
|
| ArticleNumber | string |
None. |
|
| ArticleName | string |
None. |
|
| Quantity | decimal number |
None. |
|
| QuantityReceived | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| NetWeightReceived | decimal number |
None. |
|
| OrderLineId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderId": "a78b0fcb-2dea-40c8-aa16-c64581a654c8",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:32:35.4383613+02:00",
"DeliveryDate": "2026-08-24T14:32:35.4383613+02:00",
"ProductionStart": "2026-08-24T14:32:35.4383613+02:00",
"ProductionStop": "2026-08-24T14:32:35.4383613+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:32:35.4383613+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "7bfbcaf0-91af-42c6-8e3e-53a0ebe130a4",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "ef83b048-a0e9-4e2e-b839-9ee3eed180e1",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "d560b1e5-dffb-4868-a566-4f156d454071"
},
{
"OrderId": "a78b0fcb-2dea-40c8-aa16-c64581a654c8",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:32:35.4383613+02:00",
"DeliveryDate": "2026-08-24T14:32:35.4383613+02:00",
"ProductionStart": "2026-08-24T14:32:35.4383613+02:00",
"ProductionStop": "2026-08-24T14:32:35.4383613+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:32:35.4383613+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "7bfbcaf0-91af-42c6-8e3e-53a0ebe130a4",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "ef83b048-a0e9-4e2e-b839-9ee3eed180e1",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "d560b1e5-dffb-4868-a566-4f156d454071"
}
]