CalculateTaxForInvoice
Computes tax amounts for a given invoice based on the invoice lines, tax configuration, and applicable rules.
Input
| Name | Type | Description |
| InvoiceNumber | String | The unique identifier assigned to the supplier's invoice, used to track and reference the invoice within the system. |
| BusinessUnit | String | The name of the business unit to which the invoice is attributed, allowing for categorization and assignment within the organization. |
| Supplier | String | The name of the supplier associated with the invoice, used for linking the invoice to the corresponding vendor in the system. |
Result Set Columns
| Name | Type | Description |
| Result | String | The outcome of the stored procedure execution, indicating whether the operation was successful or providing any error codes or messages if the operation failed. |