- Subcategories:
- Record Attachment Revisions
Record Attachment Accessors REST Endpoints
Permits/Record Attachments/Record Attachment Accessors
The record attachment accessors resource is used for displaying permit attachment file-related information such as file name and file URL.
- Create a permit attachment's file-related information
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}/child/LnpAttachmentAccessor - Delete a permit attachment's file-related information
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}/child/LnpAttachmentAccessor/{AttachedDocumentId} - Get a permit attachment's file-related information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}/child/LnpAttachmentAccessor/{AttachedDocumentId} - Get all attachment file-related information for a permit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}/child/LnpAttachmentAccessor - Update a permit attachment's file-related information
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordAttachments/{LnpAttachmentKey}/child/LnpAttachmentAccessor/{AttachedDocumentId}