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": "298893d6-248f-4547-adb9-8e2755ef39d9",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:32:51.2574939+02:00",
"DeliveryDate": "2026-08-24T14:32:51.2574939+02:00",
"ProductionStart": "2026-08-24T14:32:51.2574939+02:00",
"ProductionStop": "2026-08-24T14:32:51.2574939+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:32:51.2574939+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "fd5633fa-a31e-4d20-8388-46dcbe8518ee",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "43953c59-45cf-4957-b95c-ba2e9e8a07e7",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "f52bd4ad-6719-4165-a007-646b45c31e98",
"ProdOrderBestBefore": "2026-08-24T14:32:51.2574939+02:00",
"LocationId": "1ba060eb-279e-45d3-a1d4-c9864a86f597",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-08-24T14:32:51.2574939+02:00",
"LocationStoreToId": "84e418f8-e125-451e-a39a-e72c2b778763",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
},
{
"OrderId": "298893d6-248f-4547-adb9-8e2755ef39d9",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-08-24T14:32:51.2574939+02:00",
"DeliveryDate": "2026-08-24T14:32:51.2574939+02:00",
"ProductionStart": "2026-08-24T14:32:51.2574939+02:00",
"ProductionStop": "2026-08-24T14:32:51.2574939+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-08-24T14:32:51.2574939+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "fd5633fa-a31e-4d20-8388-46dcbe8518ee",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "43953c59-45cf-4957-b95c-ba2e9e8a07e7",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "f52bd4ad-6719-4165-a007-646b45c31e98",
"ProdOrderBestBefore": "2026-08-24T14:32:51.2574939+02:00",
"LocationId": "1ba060eb-279e-45d3-a1d4-c9864a86f597",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-08-24T14:32:51.2574939+02:00",
"LocationStoreToId": "84e418f8-e125-451e-a39a-e72c2b778763",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
}
]