Data Access Manufacturing orders (Deprecated)
Endpoints
Get manufacturing orders list (Deprecated)
| /companies/{companycode}/establishments/{establishmentcode}/data-access/manufacturing-orders | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Company code | string | 
| Path | establishmentCode | Establishment code | string | 
| Query | from | Begin date | string | 
| Query | to | End date | string | 
| Query | mode | Mode export data | IN(INITIALISATION=from and to parameters compared to planned begin date, INCREMENTAL=from and to parameters compared to updated date) | 
| Query | scrollId | Scroll ID of first response | string | 
Data structure
ManufacturingOrders (Deprecated)
Description of manufacturing orders.
| Name | Description | Value | 
|---|---|---|
| manufacturingOrders | Manufacturing Orders | ManufacturingOrder list | 
| scrollId | Scroll ID | string | 
ManufacturingOrder
| Name | Description | Value | 
|---|---|---|
| area | Area | |
| batchNumber | Batch number | string | 
| cancelled | Cancelled | boolean | 
| company | Company | |
| establishment | Establishment | |
| item | Item | |
| lineDetails | Line details | |
| moNumber | Mo number | string | 
| operationsDetails | Operations details | |
| plannedBeginDate | Planned begin date | datetime | 
| plannedEndDate | Planned end date | datetime | 
| plannedQuantity | Planned quantity | double | 
| plannedQuantityUnit | Planned quantity unit | 
LineDetails
| Name | Description | Value | 
|---|---|---|
| cadency | Cadency | double | 
| configuration | Configuration | |
| line | Line | |
| realBeginDate | Real begin date | datetime | 
| realEndDate | Real end date | datetime | 
| realQuantity | Real quantity | double | 
| finalQuantity | Final quantity | double | 
OperationsDetails
| Name | Description | Value | 
|---|---|---|
| activitiesSequence | Activities sequence | |
| activity | Activity | |
| realBeginDate | Real begin date | datetime | 
| realEndDate | Real end date | datetime | 
| realQuantity | Real quantity | double | 
| operatingProcess | Operating process |