Business Tax Details REST Endpoints
Business License/Business Tax Details
The business tax detail resource is used to view, create, or modify a business tax detail. Business tax details are used in business license applications.
- Create a set of business tax details
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxDetails - Delete a business tax detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxDetails/{BlTaxDetailKey} - Get a business tax detail
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxDetails/{BlTaxDetailKey} - Get all business tax details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxDetails - Update a business tax detail
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxDetails/{BlTaxDetailKey}