Credential Attachments REST Endpoints

Permits/Credential Attachments
The credential attachment resource is used to view, create and update the attachments.
Create a set of credential attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments
Delete a credential attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}
Get a credential attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}
Get all credential attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments
Update a credential attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}