License Insurances REST Endpoints

Licenses/License Insurances
The license insurances resource is used to view, add, delete and modify details pertaining to insurance and workers compensation for a contractor license.
Create a set of license insurances for a contractor license
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseInsurances
Delete a license insurance for a contractor license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseInsurances/{LicenseInsuranceKey}
Get a license insurance for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseInsurances/{LicenseInsuranceKey}
Get all license insurances for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseInsurances
Update a license insurance for a contractor license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses/{LicenseKey}/child/ContractorLicenseInsurances/{LicenseInsuranceKey}