Credentials REST Endpoints

Business License/BL Records/Credentials
The credential resource is used to view, create, modify, or delete a credential. A credential shows the credential information associated with a record. Note: The standard actions are not available in the BL records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a set of credentials
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/Credential
Delete a credential
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/Credential/{publicSectorBlRecords_Credential_Id}
Get a credential
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/Credential/{publicSectorBlRecords_Credential_Id}
Get all credentials
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/Credential
Update a credential
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/Credential/{publicSectorBlRecords_Credential_Id}