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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails
Delete a tax detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id}
Get a tax detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id}
Get all tax details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails
Update a tax detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/TaxDetails/{publicSectorBlRecords_TaxDetails_Id}