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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions
Delete a credential exemption
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}
Get a credential exemption
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}
Get all credential exemptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions
Update a credential exemption
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}