get/jobs
Summary
Get production orders
Description
Get a list of production orders, optionally filtered by query parameters.
Parameters
Query
createdBefore
Filter jobs created before or in the specified date.
Format
date
createdAfter
Filter jobs created after or in the specified date.
Format
date
code
Filter jobs by code.
customer
Filter jobs by customer code.
salesOrderId
Filter jobs by sales order ID.
status
Filter jobs in the specified production status.
post/jobs
Summary
Create production orders
Description
Create one or more production orders.
Parameters
Query
overwrite_product_bom
Overwrite product BOM.
default_dependencies
Will set default phase dependencies. If true, each phase will be dependent on the previous one with a "DELIVERED_PARTIALLY" relationship.
put/jobs/{jobCode}
Summary
Update a production order.
Description
Update data for a production order.
Parameters
Path
jobCode
Production order code.
Query
overwrite_product_bom
Overwrite bill of materials of products that are used in the picking list of phases for each of the updated production orders.
Request body required
Request type
application/json
Request content
Responses
200
400
404
500
delete/jobs/{jobCode}
Summary
Delete a production order.
Description
Delete a production order.
Parameters
Path
jobCode
Production order code.
Responses
200
400
Production order cannot be deleted: is either currently in production or already completed.
Response type
application/json