Attachments REST Endpoints

Manufacturing/Workstations/Attachments
The attachments that are associated with workstations.
Create one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments
Delete one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}
Update one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}