License Facts REST Endpoints

Licenses/License Facts
The 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/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseFacts
Delete a license fact for a contractor license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseFacts/{LicenseFactKey}
Get a license fact for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseFacts/{LicenseFactKey}
Get all license facts for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseFacts
Update a license fact for a contractor license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseFacts/{LicenseFactKey}