create_comment
Add a comment to a Bexio document (quote, order, or invoice). Specify the document type, document ID, text, and user details to attach the comment.
Instructions
Create a comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| user_id | Yes | References a [user object](#operation/v3ListUsers) | |
| is_public | No | ||
| user_name | Yes | ||
| user_email | 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 | |
| kb_document_type | Yes | The type of the document. Comments can be added to quotes, orders and invoices |