Tax Details REST Endpoints
Business License/BL Records/Tax Details
The tax details resource is used to view the tax details of a record.
- Create a set of tax details
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails - Delete a tax detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id} - Get a tax detail
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id} - Get all tax details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails - Update a tax detail
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id}