- Subcategories:
- Attachments
- Large Object (LOB) Attributes - Preview
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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments - Delete a credential attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey} - Get a credential attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey} - Get all credential attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments - Update a credential attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCredentialAttachments/{LnpCredentialAtchKey}