list_discount_positions
Fetch discount positions from Bexio quotes, orders, or invoices. Provide the document type and ID to list all applied discounts.
Instructions
Fetch a list of discount positions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| 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 | |
| kb_document_type | Yes | The type of the document. Discount positions can be added to quotes, orders and invoices |