Credential Group Details REST Endpoints

Common Setup/Credential Group Details
The credential group details resource is used to view, add, delete, and modify information for a credential group details.
Create a set of credential group details
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialGroupDetails
Delete a credential group detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialGroupDetails/{publicSectorCredentialGroupDetailsUniqID}
Get a credential group detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialGroupDetails/{publicSectorCredentialGroupDetailsUniqID}
Get all credential group details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialGroupDetails
Update a credential group detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialGroupDetails/{publicSectorCredentialGroupDetailsUniqID}