Record Contractor Licenses REST Endpoints

Business License/BL Records/Record Contractor Licenses
The record contractor license resource is used to view, create, modify, or delete a record contractor license. You must use the agency???s dynamic REST. API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a set of contractor licenses
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordContractorLicense
Delete a contractor license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordContractorLicense/{publicSectorBlRecords_RecordContractorLicense_Id}
Get a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordContractorLicense/{publicSectorBlRecords_RecordContractorLicense_Id}
Get all contractor licenses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordContractorLicense
Update a contractor license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordContractorLicense/{publicSectorBlRecords_RecordContractorLicense_Id}