Attachments for Work Orders REST Endpoints

Manufacturing/Discrete Work Orders/Attachments for Work Orders
The Attachments for Work Orders resource manages documents that the user attached to the work order.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}