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: post
Path: /fscmRestApi/resources/11.13.18.05/taxDocumentSetups
Delete a tax document
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}
Get a tax document
Method: get
Path: /fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}
Get all tax documents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/taxDocumentSetups
Update a tax document
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/taxDocumentSetups/{TaxDocumentSetupId}