Custom Image Attachments REST Endpoints
Shared Services/Custom Image Attachments
This resource is used in viewing, creating, and updating custom image attachments. You can upload images using this resource.
- Create a set of custom image attachments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments
- Delete a custom image attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}
- Get a custom image attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}
- Get all custom image attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments
- Update a custom image attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}