Characteristic Attachments REST Endpoints

Manufacturing/Inspection Characteristics/Characteristic Attachments
The Characteristic Attachments resource is used to view, create, delete or modify inspection characteristic attachments.
Create characteristic attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionCharacteristics/{CharacteristicId}/child/inspectionCharacteristicAttachments
Delete a characteristic attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inspectionCharacteristics/{CharacteristicId}/child/inspectionCharacteristicAttachments/{inspectionCharacteristicAttachmentsUniqID}
Get all characteristic attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionCharacteristics/{CharacteristicId}/child/inspectionCharacteristicAttachments
Get one characteristic attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionCharacteristics/{CharacteristicId}/child/inspectionCharacteristicAttachments/{inspectionCharacteristicAttachmentsUniqID}