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": "f00b41ee-be0d-44b6-95d9-295fa0697674",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T11:36:15.2672993+02:00",
"DeliveryDate": "2026-06-25T11:36:15.2672993+02:00",
"ProductionStart": "2026-06-25T11:36:15.2672993+02:00",
"ProductionStop": "2026-06-25T11:36:15.2672993+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T11:36:15.2672993+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "a56f5eef-87dd-422e-9712-7f3cf1c57bd1",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "f8617fc8-d395-4a7e-a60b-c92d84d9f8d0",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "b17283e2-ed98-4fa6-92ff-ee29487c6b0e",
"ProdOrderBestBefore": "2026-06-25T11:36:15.2672993+02:00",
"LocationId": "04420ff0-3e64-4df7-84f4-b18ecbb3645a",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T11:36:15.2672993+02:00",
"LocationStoreToId": "a067cd61-6508-4912-a85b-62142b72340c",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
},
{
"OrderId": "f00b41ee-be0d-44b6-95d9-295fa0697674",
"ProdOrderType": 2,
"OrderNumber": "sample string 3",
"OrderStatus": 4,
"OrderDate": "2026-06-25T11:36:15.2672993+02:00",
"DeliveryDate": "2026-06-25T11:36:15.2672993+02:00",
"ProductionStart": "2026-06-25T11:36:15.2672993+02:00",
"ProductionStop": "2026-06-25T11:36:15.2672993+02:00",
"ProductionTimeMinuteReal": 9,
"ProductionOriginalPlannedStart": "2026-06-25T11:36:15.2672993+02:00",
"ProductionLineNumber": 11,
"ProductionLineName": "sample string 12",
"ProductionGroupNumber": 13,
"ProductionGroupName": "sample string 14",
"BatchNumberProd": "sample string 15",
"ProdOrderNotShowInReceive": true,
"TypeId": "a56f5eef-87dd-422e-9712-7f3cf1c57bd1",
"TypeNumber": 18,
"TypeName": "sample string 19",
"ProductionTimeTotalMinute": 20,
"ArticleId": "f8617fc8-d395-4a7e-a60b-c92d84d9f8d0",
"ArticleNumber": "sample string 22",
"ArticleName": "sample string 23",
"Quantity": 24.0,
"QuantityReceived": 25.0,
"NetWeight": 26.0,
"NetWeightReceived": 27.0,
"OrderLineId": "b17283e2-ed98-4fa6-92ff-ee29487c6b0e",
"ProdOrderBestBefore": "2026-06-25T11:36:15.2672993+02:00",
"LocationId": "04420ff0-3e64-4df7-84f4-b18ecbb3645a",
"LocationNumber": "sample string 31",
"LocationName": "sample string 32",
"ProdOrderProductionDate": "2026-06-25T11:36:15.2672993+02:00",
"LocationStoreToId": "a067cd61-6508-4912-a85b-62142b72340c",
"LocationStoreToNumber": "sample string 35",
"LocationStoreToName": "sample string 36"
}
]