- Subcategories:
 - Attachment Revisions
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
    
        Permits/Credential Attachments/Attachments
    
The attachments resource is used to view, create, and update attachments.
- Create a set of credential attachment accessors
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}/child/CredentialAttachmentAccessor - Delete a credential attachment accessor
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}/child/CredentialAttachmentAccessor/{CredentialAttachmentAccessorUniqID} - Get a credential attachment accessor
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}/child/CredentialAttachmentAccessor/{CredentialAttachmentAccessorUniqID} - Get all credential attachments accessor
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}/child/CredentialAttachmentAccessor - Update a credential attachment accessor
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}/child/CredentialAttachmentAccessor/{CredentialAttachmentAccessorUniqID}