part_annotations

Create Edge Note

Add a manufacturing note to an edge.

post/api/v1/parts/{part_id}/edge-notes

Path parameters

part_idstring uuid required

Request body

edge_idstring required

Topology edge ID (e.g. edge_17).

note_textstring required
note_type'general' | 'weld'
weld_process'tig' | 'mig' | 'spot' | 'laser' | 'other' nullable

Required when note_type='weld'. Ignored otherwise.

Response

Successful Response

idstring uuid required
part_idstring uuid required
cad_file_version_idstring uuid nullable required
edge_idstring required
note_textstring required
note_typestring required
weld_processstring nullable required
statestring required
created_atstring date-time required
updated_atstring date-time nullable required

Changes

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