GET api/ProductionOrder/InProduction/ConsumptionSSCC/{ConsumptionSSCC}
Get production orders in production by consumption SSCC
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ConsumptionSSCC | string |
Required |
Body Parameters
None.
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": "cb468f28-a4ed-4162-9b06-a960110112ba",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:33:05.5913059+02:00",
"DeliveryDate": "2026-08-24T14:33:05.5913059+02:00",
"ProductionStart": "2026-08-24T14:33:05.5913059+02:00",
"ProductionStop": "2026-08-24T14:33:05.5913059+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:33:05.5913059+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "d00bdcfd-0c90-48e4-94cb-5c4f3211e1bc",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "9f11f7a5-f7ca-4fe9-bb29-803687f19e18",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "eba4b828-ca70-4f9e-b1e0-c5724abec232",
"ProdOrderBestBefore": "2026-08-24T14:33:05.5913059+02:00",
"LocationId": "4680dc5b-c1ff-4226-8512-3cb54866e6ba",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-08-24T14:33:05.5913059+02:00",
"LocationStoreToId": "2b08bebe-0959-4ffa-a57d-918dd1dfd9ec",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
},
{
"OrderId": "cb468f28-a4ed-4162-9b06-a960110112ba",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:33:05.5913059+02:00",
"DeliveryDate": "2026-08-24T14:33:05.5913059+02:00",
"ProductionStart": "2026-08-24T14:33:05.5913059+02:00",
"ProductionStop": "2026-08-24T14:33:05.5913059+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:33:05.5913059+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "d00bdcfd-0c90-48e4-94cb-5c4f3211e1bc",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "9f11f7a5-f7ca-4fe9-bb29-803687f19e18",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "eba4b828-ca70-4f9e-b1e0-c5724abec232",
"ProdOrderBestBefore": "2026-08-24T14:33:05.5913059+02:00",
"LocationId": "4680dc5b-c1ff-4226-8512-3cb54866e6ba",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-08-24T14:33:05.5913059+02:00",
"LocationStoreToId": "2b08bebe-0959-4ffa-a57d-918dd1dfd9ec",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
}
]