• Register

Confirm Prodcution Order

This API allows Logicall to confirm production orders in SAP, updating their main status and details

Request URI

Path Parameter Type Mandatory Description
productionOrder String Y Production Order

Request Structure

Field Type Mandatory Description
orderData
    item(0...∞) Array
        material Integer N Material identifier code
        quantity Decimal N Quantity to confirm
        unitOfMeasure String N Unit of measure for the quantity
        batch String N Batch or lot number

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