Delete a status mapping for a contractor validation option is not allowed

delete

/fscmRestApi/resources/11.13.18.05/publicSectorRegContractorOptions/{publicSectorRegContractorOptionsUniqID}/child/ContractorOptionStatusMappings/{ContractorOptionStatusMappingsUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- LicenseSetupCode, AgencyId and SourceStatus ---for the Contractor Option Status Mappings resource and used to uniquely identify an instance of Contractor Option Status Mappings. The client should not generate the hash key value. Instead, the client should query on the Contractor Option Status Mappings collection resource with a filter on the primary key values in order to navigate to a specific instance of Contractor Option Status Mappings.

    For example: ContractorOptionStatusMappings?q=LicenseSetupCode=<value1>;AgencyId=<value2>;SourceStatus=<value3>
  • This is the hash key of the attributes which make up the composite key--- LicenseSetupCode and AgencyId ---for the Contractor Options resource and used to uniquely identify an instance of Contractor Options. The client should not generate the hash key value. Instead, the client should query on the Contractor Options collection resource with a filter on the primary key values in order to navigate to a specific instance of Contractor Options.

    For example: publicSectorRegContractorOptions?q=LicenseSetupCode=<value1>;AgencyId=<value2>
Back to Top

Response

204 Response

No content. This task does not return elements in the response body.
Back to Top