Export parameters

Directory

/data/export/manufacturing-orders

Files reference

  • filename : manufacturingOrders_{processCode}

  • filename : jobs_{processCode}

Other parameters

Process Code identification (processCode)

Related process is passed by the processCode parameter which is required.

Files content

Data structure

Manufacturing Order

Field Column Data type Required Business rules

Process company code

companyCode

String

X

Process establishment code

establishmentCode

String

X

Process code

processCode

String

X

Scheduling manufacturing order id

manufacturingOrderId

String

X

Chrono prefix

prechro

String

X

Manufacturing order number

manufacturingOrderRef

String

X

Item code

itemCode

String

X

Activity suite code

activitySuiteCode

String

Quantity

quantity

Double

X

Unit code

unitCode

String

X

Start date

startDate

String (ISO-8601)

X

YYYY-MM-DDTHH:MMZ

End date

endDate

String (ISO-8601)

X

YYYY-MM-DDTHH:MMZ

To delete

toDelete

Boolean

X

True if manufacturing order deleted in scheduling app

Comment

comment

String

X

First possible date

firstPossibleDate

String (ISO-8601)

X

YYYY-MM-DD

Last possible date

lastPossibleDate

String (ISO-8601)

X

YYYY-MM-DD

Example

companyCode;establishmentCode;processCode;manufacturingOrderId;prechro;manufacturingOrderRef;itemCode;activitySuiteCode;quantity;unitCode;startDate;endDate;toDelete;comment;firstPossibleDate;lastPossibleDate
20;21;AJU;35033;;202401111154;P0054;;450;CPT;2024-01-17T17:00Z;2024-01-17T21:30Z;false;;2024-01-11;2024-01-14

Job

Field Column Data type Required Business rules

Scheduling manufacturing order id

manufacturingOrderId

String

X

Same as the scheduling manufacturing order id in manufacturing order csv file

Item code

itemCode

String

X

Activity code

activityCode

String

X

Operating process code

operatingProcessCode

String

X

Critical resource code

criticalResourceCode

String

X

Quantity

quantity

Double

X

Unit code

unitCode

String

X

Start date

startDate

String (ISO-8601)

X

YYYY-MM-DDTHH:MMZ

End date

endDate

String (ISO-8601)

X

YYYY-MM-DDTHH:MMZ

Example

manufacturingOrderId;itemCode;activityCode;operatingProcessCode;criticalResourceCode;quantity;unitCode;startDate;endDate
35033;P0054;P0054;P0100;MA_CDT_21;450;CPT;2024-01-17T17:00Z;2024-01-17T21:30Z