Record Attachments REST Endpoints

Record Attachments
The record attachments resource is used to view, create, delete, or modify attachments on permit records.
Create an attachment for a permit
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments
Delete an attachment for a permit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}
Get all attachments for a permit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments
Get an attachment for a permit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}
Update an attachment for a permit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}