- Subcategories:
- Tax Periods
Tax Document Setup REST Endpoints
Tax Document Setup
The tax documents associated with an academic business unit. You can have multiple tax documents associated with an academic business unit based on the tax reporting entity.
- Create a tax document
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSetups
- Delete a tax document
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}
- Get a tax document
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}
- Get all tax documents
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSetups
- Update a tax document
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}