Skip to main content
Version: v1.0.0(int)

Work Orders

WOs, output items (editable post-creation; each drags its BOM-input snapshot, and item edits 409 once a receipt exists), receipts (consume materials + produce finished goods), and WO status types.

Endpoints E129E143. Each maps 1:1 to the L3 workflow with the same number — see the master endpoints table for the flat view.

Writes

  • E129 POST /work-orders — Create work order → W129
  • E132 PATCH /work-orders/:id — Update work order → W132
  • E133 DELETE /work-orders/:id — Delete work order → W133
  • E134 POST /work-orders/:id/items — Add item to work order → W134
  • E135 PATCH /work-order-items/:id — Update work order item → W135
  • E136 DELETE /work-order-items/:id — Remove item from work order → W136
  • E143 POST /work-orders/bulk-import — Bulk-import work orders → W143
  • E137 POST /work-orders/:id/receipts — Create receipt against work order → W137
  • E140 PATCH /work-order-receipts/:id — Update receipt → W140
  • E141 DELETE /work-order-receipts/:id — Delete receipt → W141

Reads

  • E130 GET /work-orders — List work orders → W130
  • E131 GET /work-orders/:id — Get work order detail → W131
  • E138 GET /work-orders/:id/receipts — List receipts for a work order → W138
  • E139 GET /work-order-receipts/:id — Get receipt detail → W139
  • E142 GET /work-order-status-types — List WO status types → W142