create_effort
Create a new time effort entry for an entity. Specify entity type, ID, duration, date, and optional notes, hourly rate, or invoicing status.
Instructions
Creates new effort
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | type of assigned entity, one of: P - project, CU - cost unit, C - contact | |
| entity_id | Yes | assigned entity id | |
| duration | Yes | duration of effort | |
| date | Yes | date | |
| activity_id | No | assigned activity id | |
| notes | No | notes | |
| is_invoiced | No | if effort has been invoiced already | |
| hourly_rate | No | hourly rate |