Attachment Previews REST Endpoints
Manufacturing/Workstations/Attachments/Attachment Previews
A preview of workstation attachments.
- Add one attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}/child/AttachmentsPreview/{AttachmentsPreviewUniqID}
- Create all attachment preview
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}/child/AttachmentsPreview
- Delete one attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}/child/AttachmentsPreview/{AttachmentsPreviewUniqID}
- Get all attachment preview
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}/child/AttachmentsPreview
- Get one attachment preview
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workstations/{WorkstationId}/child/Attachments/{AttachmentsUniqID}/child/AttachmentsPreview/{AttachmentsPreviewUniqID}