Samples REST Endpoints

Manufacturing/Inspection Events/Samples
The Samples resource manages sample items.
Create one sample
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample
Get all samples
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample
Get one sample
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}
Remove one sample
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}
Update one sample
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inspectionEvents/{IpEventId}/child/Sample/{SampleId}