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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments
Delete a custom image attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}
Get a custom image attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}
Get all custom image attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments
Update a custom image attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomImageAttachments/{AttachmentKey}