Attachments REST Endpoints

Business License/BL Activity Attachments/Attachments
The attachment resource is used to view, create, and update attachments.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlActivityAttachments/{publicSectorBlActivityAttachmentsUniqID}/child/LnpAttachmentAccessor
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlActivityAttachments/{publicSectorBlActivityAttachmentsUniqID}/child/LnpAttachmentAccessor/{LnpAttachmentAccessorUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlActivityAttachments/{publicSectorBlActivityAttachmentsUniqID}/child/LnpAttachmentAccessor
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlActivityAttachments/{publicSectorBlActivityAttachmentsUniqID}/child/LnpAttachmentAccessor/{LnpAttachmentAccessorUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlActivityAttachments/{publicSectorBlActivityAttachmentsUniqID}/child/LnpAttachmentAccessor/{LnpAttachmentAccessorUniqID}