• 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 Technical Details
orderData
item(0...∞) Array
material Integer N Material identifier code nillable: true
quantity Decimal N Quantity to confirm nillable: true
unitOfMeasure String N Unit of measure for the quantity Example: "CS", "BOT"
batch String N Batch or lot number 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