- Subcategories:
- Credential Exemption Reasons
Credential Exemptions REST Endpoints
Common Setup/Credential Exemptions
The credential exemptions resource is used to view, add, delete, and modify information for credential exemptions.
- Create a set of credential exemptions
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions - Delete a credential exemption
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID} - Get a credential exemption
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID} - Get all credential exemptions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions - Update a credential exemption
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}