create_withholding
Add a withholding tax deduction to any invoice by specifying type, category, and optional amount or percentage.
Instructions
Add a withholding tax deduction to an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The invoice ID to add the withholding to | |
| type | Yes | Withholding type (AADE tax type) | |
| category | Yes | Withholding category (AADE tax category) | |
| amount | No | Withholding amount (calculated from percent if not provided) | |
| percent | No | Withholding percentage |