update_subtotal_position
Edit a subtotal position in a bexio document (quote, order, or invoice) by providing the document type, document ID, and position ID to modify its text or content.
Instructions
Edit a subtotal position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| document_id | Yes | the id of the document. E.g. if the `kb_document_type` is set to `kb_invoice` the `document_id` must be set to the ID of the invoice | |
| position_id | Yes | the id of the position | |
| kb_document_type | Yes | The type of the document. Subtotal positions can be added to quotes, orders and invoices |