Contractor Licenses REST Endpoints
Contractor Licenses
The contractor licenses resource is used to view, add, delete, and modify general information for a contractor license.
- Create a contractor license
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses - Delete a contractor license
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey} - Get a contractor license
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey} - Get all contractor licenses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses - Update a contractor license
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}