Attachment Revisions REST Endpoints

Common Setup/Business Rules Framework Attachments/Attachments/Attachment Revisions
The attachment revisions resource is used to view attachment revisions within the Busiess Rules Framework.
Create an attachment revision
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}/child/AttachmentsRevision
Delete an attachment revision
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Get all attachment revisions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}/child/AttachmentsRevision
Get an attachment revision
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}
Update an attachment revision
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkAttachments/{BrfAttachmentKey}/child/EventMgmtAttachmentAccessor/{EventMgmtAttachmentAccessorUniqID}/child/AttachmentsRevision/{AttachmentsRevisionUniqID}