Skip to main content

Bulk Restore BOMs

POST 

/api/manufacturing/boms/bulk-restore

Restores multiple archived BOMs back to Draft in one call. Body: ids (required array of BOM IDs, min 1; each must exist in boms). Only BOMs currently in archived status are restored; BOMs in any other status are skipped. Returns a message summary and a data object: { totalCount, restoredCount, skippedCount, failCount }.

Request

Responses

OK

Response Headers
    Content-Type