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: postPath:
/withholdingtax - Authorize the withholding tax by given ID
- Method: patchPath:
/withholdingtax/{id}/approve - Close the withholdingtax by given ID
- Method: patchPath:
/withholdingtax/{id}/close - Deletes the withholding tax identified by given ID
- Method: deletePath:
/withholdingtax/{id} - Get all valid withholding Tax
- Method: getPath:
/withholdingtax - Reject the withholdingtax by given ID
- Method: patchPath:
/withholdingtax/{id}/reject - Reopen the withholding tax by given ID
- Method: patchPath:
/withholdingtax/{id}/reopen - Retrieves the withholding tax by ID
- Method: getPath:
/withholdingtax/{id} - Retrives the withholding tax by given ID
- Method: getPath:
/withholdingtax/{id}/history - Retrives the withholding tax by given ID
- Method: getPath:
/withholdingtax/{id}/unauthorized - Save the total child amount in ICTBLmChildSumInt table
- Method: postPath:
/withholdingtax/buildadvantageinterestpool/{todayDate} - Update an existing withholding tax
- Method: putPath:
/withholdingtax/{id}