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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts - Delete a license fact for a contractor license
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey} - Get a license fact for a contractor license
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey} - Get all license facts for a contractor license
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts - Update a license fact for a contractor license
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenseFacts/{LicenseFactKey}