Create manual (non-project) allocation
resources_create_allocationManual allocation NOT tied to a project, but to an activity type (e.g. internal work, admin, sales). To allocate an employee to a PROJECT, use projects_add_team_member instead. activity_type_id is required. Rejects if total capacity in the window would exceed 100% unless allow_overbooking is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| end_date | Yes | ||
| start_date | Yes | ||
| employee_id | Yes | ||
| allocated_hours | No | ||
| activity_type_id | Yes | Required. Use timelog_get_activity_types to look up. | |
| allow_overbooking | No | Set true to bypass the >100% capacity check. | |
| allocated_capacity | No | Percent (0-100) |