• 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
orderData
    material Integer N Material identifier code
    plant String N Manufacturing plant code
    orderType String N Type of production order
    startDate Date N Planned start date
    endDate Date N Planned end date
    quantity Decimal N Order quantity
    unitOfMeasure String N Unit of measure for the quantity
    externalReference String N External system reference ID

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