Credential Attributes REST Endpoints
    
        Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes - Delete a credential attribute
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID} - Get a credential attribute
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID} - Get all credential attributes
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes - Update a credential attribute
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID}