list_item_positions
Fetch item positions from Bexio quotes, orders, or invoices by specifying the document type and ID.
Instructions
Fetch a list of item 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. Item positions can be added to quotes, orders and invoices |