Data Access Manufacturing orders

Endpoints

Get manufacturing orders list

/companies/{companycode}/establishments/{establishmentcode}/data-access/manufacturing-orders

Description

Returns manufacturing orders.

Parameters

Type Name Description Schema

Path

companyCode
required

Company code

string

Path

establishmentCode
required

Establishment code

string

Query

from
required

Begin date

string (YYYY-MM-DD)

Query

to
required

End date

string (YYYY-MM-DD)

Query

mode
optional

Mode export data
(either export created or updated manufacturing order)

IN(INITIALISATION=from and to parameters compared to planned begin date, INCREMENTAL=from and to parameters compared to updated date)
DEFAULT(INITIALISATION)

Query

scrollId
optional

Scroll ID of first response

string

Responses

HTTP Code Description Schema

200

Successful

400

Functional error

No Content

500

Internal server error

No Content

Produces

  • application/json

Data structure

manufacturing orders response information

Description of manufacturing orders.

Name Description Value

manufacturingOrders
required

Manufacturing Orders

scrollId
required

Scroll ID

string

ManufacturingOrderDTO

Name Description Value

area
optional

Area

batchNumber
optional

Batch number

string

cancelled
optional

Cancelled

boolean

company
optional

Company

establishment
optional

Establishment

item
optional

Item

lineDetails
optional

Line details

moNumber
optional

Mo number

string

operationsDetails
optional

Operations details

plannedBeginDate
optional

Planned begin date

datetime (ISO-8601)

plannedEndDate
optional

Planned end date

datetime (ISO-8601)

plannedQuantity
optional

Planned quantity

double

plannedQuantityUnit
optional

Planned quantity unit

LineDetailsDTO

Name Description Value

cadency
optional

Cadency

double

configuration
optional

Configuration

line
optional

Line

realBeginDate
optional

Real begin date

datetime (ISO-8601)

realEndDate
optional

Real end date

datetime (ISO-8601)

realQuantity
optional

Real quantity

double

OperationsDetailsDTO

Name Description Value

activitiesSequence
optional

Activities sequence

activity
optional

Activity

realBeginDate
optional

Real begin date

datetime (ISO-8601)

realEndDate
optional

Real end date

datetime (ISO-8601)

realQuantity
optional

Real quantity

double

operatingProcess
optional

Operating process