- Subcategories:
- Custom Image Attachment Revisions
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Custom Image Attachment Accessors REST Endpoints
Shared Services/Custom Image Attachments/Custom Image Attachment Accessors
This resource is used in displaying file-related information such as file name and URL.
- Create a set of custom image attachment accessors
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor
- Delete a custom image attachment accessor
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}
- Get a custom image attachment accessor
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}
- Get all custom image attachment accessors
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor
- Update a custom image attachment accessor
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}/child/CustomImageAttachmentAccessor/{CustomImageAttachmentAccessorUniqID}