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. |
|
| ProdOrderBestBefore | date |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| ProdOrderProductionDate | date |
None. |
|
| LocationStoreToId | globally unique identifier |
None. |
|
| LocationStoreToNumber | string |
None. |
|
| LocationStoreToName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderId": "e7a76023-da1a-41f7-8db5-af5ddef67638",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T11:34:33.0655192+02:00",
"DeliveryDate": "2026-06-25T11:34:33.0655192+02:00",
"ProductionStart": "2026-06-25T11:34:33.0655192+02:00",
"ProductionStop": "2026-06-25T11:34:33.0655192+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T11:34:33.0655192+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "00d06eea-3eb4-4acb-be72-3db561a1a7a9",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "b84bbce9-af27-4565-aefd-80228a738b8a",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "0ec4023b-b263-45de-9b5c-93e231eedbfa",
"ProdOrderBestBefore": "2026-06-25T11:34:33.0655192+02:00",
"LocationId": "b94a9126-ca53-4d10-9bfe-00da82025c98",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T11:34:33.0655192+02:00",
"LocationStoreToId": "f9beee14-1e86-4ec2-82f3-e37c1744f226",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
},
{
"OrderId": "e7a76023-da1a-41f7-8db5-af5ddef67638",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T11:34:33.0655192+02:00",
"DeliveryDate": "2026-06-25T11:34:33.0655192+02:00",
"ProductionStart": "2026-06-25T11:34:33.0655192+02:00",
"ProductionStop": "2026-06-25T11:34:33.0655192+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T11:34:33.0655192+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "00d06eea-3eb4-4acb-be72-3db561a1a7a9",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "b84bbce9-af27-4565-aefd-80228a738b8a",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "0ec4023b-b263-45de-9b5c-93e231eedbfa",
"ProdOrderBestBefore": "2026-06-25T11:34:33.0655192+02:00",
"LocationId": "b94a9126-ca53-4d10-9bfe-00da82025c98",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T11:34:33.0655192+02:00",
"LocationStoreToId": "f9beee14-1e86-4ec2-82f3-e37c1744f226",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
}
]