Credential Exemption Reasons REST Endpoints

Common Setup/Credential Exemptions/Credential Exemption Reasons
The credential exemption reasons resource is used to view, add, delete, and modify information for credential exemption reasons.
Create a set of credential exemption reasons
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}/child/CredentialExemptReason
Delete a credential exemption reason
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}/child/CredentialExemptReason/{CredentialExemptReasonUniqID}
Get a credential exemption reason
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}/child/CredentialExemptReason/{CredentialExemptReasonUniqID}
Get all credential exemption reasons
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}/child/CredentialExemptReason
Update a credential exemption reason
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialExemptions/{publicSectorCredentialExemptionsUniqID}/child/CredentialExemptReason/{CredentialExemptReasonUniqID}