Result Attachments REST Endpoints

Manufacturing/Inspection Events/Samples/Sample Dispositions/Sample Results/Result Attachments
The Result Attachments resource manages the attachments for the sample results.
Create one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments
Delete one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments/{AttachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}/child/SampleDisposition/{SampleEventDispositionId}/child/SampleResult/{SampleResultId}/child/Attachments/{AttachmentsUniqID}