Record Contractor License Facts REST Endpoints

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