Comment Event
comment[Auth Required] Create a child-event (comment / task / timelog) under an existing contract event. Inherits the parent's contract as billable; benefitable {type,value} must be a member of that contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time-of-day HH:MM | |
| date | No | Event date (YYYY-MM-DD) | |
| files | No | Attached user_files ids (multiple). Upload via /api/agent/upload first. Markdown inline images in description:  where url comes from event.files[].url in the payload. | |
| label | Yes | Comment label | |
| start | No | Start time-of-day HH:MM | |
| amount | No | Amount in minor units (timelog) | |
| type_id | No | Event type id (default 2=Busy) | |
| currency | No | Currency code | |
| duration | No | Duration in minutes (timelog) | |
| event_id | Yes | Parent event ID (must be a contract event) | |
| settings | No | Free-form settings blob (event-to-event relations). | |
| status_id | No | Event status id (default 100=Pending) | |
| benefitable | No | Assignee of the comment. {type: 'user'|'agent', value: int}. Must be a member of the parent's contract. | |
| description | No | Comment description / body |