Credential Attributes REST Endpoints

Common Setup/Credentials/Credential Attributes
The credential attributes resource is used to view, add, delete, and modify information for a credential attribute.
Create a set of credential attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentials/{publicSectorCredentialsUniqID}/child/CredentialAttribute
Delete a credential attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentials/{publicSectorCredentialsUniqID}/child/CredentialAttribute/{CredentialAttributeUniqID}
Get a credential attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentials/{publicSectorCredentialsUniqID}/child/CredentialAttribute/{CredentialAttributeUniqID}
Get all credential attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentials/{publicSectorCredentialsUniqID}/child/CredentialAttribute
Update a credential attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentials/{publicSectorCredentialsUniqID}/child/CredentialAttribute/{CredentialAttributeUniqID}