Tax Exemptions REST Endpoints

Tax Exemptions
The tax exemptions resource is used to query, update, and create tax exemptions.
Create a tax exemption
Method: post
Path: /fscmRestApi/resources/11.13.18.05/taxExemptions
Get a tax exemption
Method: get
Path: /fscmRestApi/resources/11.13.18.05/taxExemptions/{TaxExemptionId}
Get all tax exemptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/taxExemptions
Update a tax exemption
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/taxExemptions/{TaxExemptionId}