Skip to main content
Base path: /inventory-allocation (relative to your instance’s /api/v2). The standard list, single-record read, query, count, and group-and-count endpoints are available. Generic write routes are not registered.

Fields

Each reservation belongs to exactly one deliverableId or projectId. quantityConsumed records the used portion; statuses are open, fulfilled, and cancelled. isArchived is an internal lifecycle flag, but this read-only model does not hide archived rows by default. Filter with isArchived=false when you only want active reservations. Generic writes are not registered. Reserve through POST /bom-line/order/{id}/allocate or POST /bom-line/project/{id}/allocate. Consumption and release commands maintain reservations. See BOM lines.