Attachments REST Endpoints

Manufacturing/Standard Operations/Attachments
The Attachments resource manages attachments that contain details about the standard operation.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationAttachment
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationAttachment/{StandardOperationAttachmentUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationAttachment
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationAttachment/{StandardOperationAttachmentUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationAttachment/{StandardOperationAttachmentUniqID}