get_subposition
Retrieve a specific sub position from a Bexio document (quote, order, or invoice) using its document type, document ID, and position ID. Return the sub position's details for further processing.
Instructions
Fetch a sub position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. Sub positions can be added to quotes, orders and invoices |