Attachments REST Endpoints

Common Setup/Business Rules Framework Attachments/Attachments
The attachments resource is used to view, create, and update attachments with the Business Rules Framework.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}