list_subtotal_positions
List subtotal line items for any Bexio offer, order, or invoice by specifying the document type and ID.
Instructions
Fetch a list of subtotal 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. Subtotal positions can be added to quotes, orders and invoices |