create_working_hours
Enter a new working hours record by specifying date, start, and end times. Track employee time for smallinvoice accounting.
Instructions
Creates new working hours entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | id of user - default value: 'user id of authenticated request' | |
| date | Yes | date of working hours time span | |
| time_start | Yes | start of working hours time span (in HH:MM format) | |
| time_end | Yes | end of working hours time span (in HH:MM format) |