Contractor License Facts REST Endpoints

Trade License Management/Contractor License Facts
The contractor license facts resource is used to view, add, delete, and modify details pertaining to contractor license information such as classification, certification, status, and so forth.
Create a set of license facts for a contractor license
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts
Delete a license fact for a contractor license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey}
Get a license fact for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey}
Get all license facts for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts
Update a license fact for a contractor license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey}