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": "811d957a-2a55-4be4-8987-aab50704ab17",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T16:08:15.0906805+02:00",
"DeliveryDate": "2026-06-25T16:08:15.0906805+02:00",
"ProductionStart": "2026-06-25T16:08:15.0906805+02:00",
"ProductionStop": "2026-06-25T16:08:15.0906805+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T16:08:15.0906805+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "620ede8c-f726-49ff-a843-924172773c64",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "58ebf51f-22d0-4192-b7db-7514499a7775",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "5011a89d-bec2-4527-ada8-2921ff1a4345",
"ProdOrderBestBefore": "2026-06-25T16:08:15.0906805+02:00",
"LocationId": "cdf36f44-01a1-4198-aca3-8fd3ecdd3501",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T16:08:15.0906805+02:00",
"LocationStoreToId": "ad23e06b-4c4c-4d1f-8a4a-3f3c98cc7036",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
},
{
"OrderId": "811d957a-2a55-4be4-8987-aab50704ab17",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T16:08:15.0906805+02:00",
"DeliveryDate": "2026-06-25T16:08:15.0906805+02:00",
"ProductionStart": "2026-06-25T16:08:15.0906805+02:00",
"ProductionStop": "2026-06-25T16:08:15.0906805+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T16:08:15.0906805+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "620ede8c-f726-49ff-a843-924172773c64",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "58ebf51f-22d0-4192-b7db-7514499a7775",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "5011a89d-bec2-4527-ada8-2921ff1a4345",
"ProdOrderBestBefore": "2026-06-25T16:08:15.0906805+02:00",
"LocationId": "cdf36f44-01a1-4198-aca3-8fd3ecdd3501",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T16:08:15.0906805+02:00",
"LocationStoreToId": "ad23e06b-4c4c-4d1f-8a4a-3f3c98cc7036",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
}
]