Tax Attributes REST Endpoints
Business License/Tax Attributes
The tax attributes resource is used to list the tax attributes used in tax class.
- Create all tax attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxAttributes - Get a tax attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxAttributes/{AttributeName} - Get all tax attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxAttributes - Update a tax attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTaxAttributes/{AttributeName}