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 one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment
Delete one 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 one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}