• Register

Production Order

This API allows to create production orders based on the information sent by the Logistics system

Request URI

Request Structure

Field Type Mandatory Description Technical Details
orderData
material Integer N Material identifier code Nillable: true
plant String N Manufacturing plant code Nillable: true
orderType String N Type of production order Nillable: true
startDate Date N Planned start date Format: YYYY-MM-DD
endDate Date N Planned end date Format: YYYY-MM-DD
quantity Decimal N Order quantity Nillable: true
unitOfMeasure String N Unit of measure for the quantity Nillable: true
externalReference String N External system reference ID Nillable: true

Request Example JSON

Request Example XML

Response Structure

Field Type Mandatory
status String N
message String N

Response Example JSON

Response Example XML

Docs Navigation