qbo_time_activities_create
Record employee or vendor time entries in QuickBooks Online with date, duration, and billing details.
Instructions
Create a new TimeActivity record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Hours | No | Duration hours portion | |
| NameOf | Yes | Whose time this is: "Employee" or "Vendor" | |
| EndTime | No | End time (ISO 8601), alternative to Hours+Minutes | |
| ItemRef | No | Service item the time is logged against, e.g. {"value": "7"} | |
| Minutes | No | Duration minutes portion | |
| Taxable | No | Whether the time is taxable when billed | |
| TxnDate | Yes | Activity date (YYYY-MM-DD) | |
| StartTime | No | Start time (ISO 8601), alternative to Hours+Minutes | |
| VendorRef | No | Vendor reference when NameOf is "Vendor", e.g. {"value": "56"} | |
| HourlyRate | No | Hourly billing rate | |
| CustomerRef | No | Customer the time is billed to (optional) | |
| Description | No | Activity description | |
| EmployeeRef | No | Employee reference when NameOf is "Employee", e.g. {"value": "42"} | |
| BillableStatus | No | Billable status: "Billable", "NotBillable", or "HasBeenBilled" |