Manufacturing API
Endpoints for managing bills of materials, production orders, production batches, and material consumption. All endpoints require authentication and appropriate permissions.
RESTJWTPAGINATED
Base URL
Base
https://api.rona-erp.com/manufacturing
Endpoints
GET/manufacturing/boms
List bills of materials with filtering and pagination.
manufacturing.bom.read
POST/manufacturing/boms
Create a new bill of materials.
manufacturing.bom.create
GET/manufacturing/orders
List production orders with filtering and pagination.
manufacturing.order.read
POST/manufacturing/orders
Create a new production order.
manufacturing.order.create
PATCH/manufacturing/orders/:id/status
Update the order status — approve, start, complete, or cancel.
manufacturing.order.update
POST/manufacturing/orders/:id/reserve
Reserve materials for a production order.
manufacturing.order.reserve
POST/manufacturing/batches
Create a new production batch.
manufacturing.batch.create
POST/manufacturing/batches/:id/consume
Record material consumption for a batch.
manufacturing.batch.consume
POST/manufacturing/batches/:id/output
Record production output for a batch.
manufacturing.batch.output
Continue
Finance API
Invoices, payments, and costs — the final module in the API reference.
