dropdowns

Validate Combination

Check whether a process/material/finishing combination is supported.

Used when the user selects manufacturing specs for a part. The backend checks the process_mappings table to confirm the combination is valid before persisting the selection.

post/api/v1/dropdowns/validate

Request body

machining_process_idstring uuid required
material_idstring uuid required
finishing_idstring uuid nullable

Response

Successful Response

is_validboolean required
messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.