Skip to main content

Restore BOM

POST 

/api/manufacturing/boms/1/restore

Restores an archived BOM back to Draft status. Clears archived_at and removes the is_default flag so it does not auto-promote on next activation. The caller can then re-activate from Draft when ready. Returns the refreshed BomResource (200). Returns 500 if the BOM is not currently archived. The optional reason (nullable string, max 1000) is recorded on the BOM activity log.

Request

Responses

Successful response