- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
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: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment
- Delete an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}
- Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment
- Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}
- Update an attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAttachment/{WorkOrderAttachmentUniqID}