Withholding Tax API REST Endpoints

Integration Services/Withholding Tax API
This service is used to perform Withholding Tax related operations
Adds a new withholding tax
Method: post
Path: /withholdingtax
Authorize the withholding tax by given ID
Method: patch
Path: /withholdingtax/{id}/approve
Close the withholdingtax by given ID
Method: patch
Path: /withholdingtax/{id}/close
Deletes the withholding tax identified by given ID
Method: delete
Path: /withholdingtax/{id}
Get all valid withholding Tax
Method: get
Path: /withholdingtax
Reject the withholdingtax by given ID
Method: patch
Path: /withholdingtax/{id}/reject
Reopen the withholding tax by given ID
Method: patch
Path: /withholdingtax/{id}/reopen
Retrieves the withholding tax by ID
Method: get
Path: /withholdingtax/{id}
Retrives the withholding tax by given ID
Method: get
Path: /withholdingtax/{id}/history
Retrives the withholding tax by given ID
Method: get
Path: /withholdingtax/{id}/unauthorized
Save the total child amount in ICTBLmChildSumInt table
Method: post
Path: /withholdingtax/buildadvantageinterestpool/{todayDate}
Update an existing withholding tax
Method: put
Path: /withholdingtax/{id}