CalculateTaxForInvoice
Calculate taxes for the invoice based on the invoice details and the relevant tax configuration.
Input
Name | Type | Description |
InvoiceNumber | String | The unique number of the supplier invoice. |
BusinessUnit | String | Indicates the business unit name for the invoice. |
Supplier | String | The supplier name on the invoice. |
Result Set Columns
Name | Type | Description |
Result | String | The result returned after execution. |