Tasks
A project comprises of a single or multiple tasks that need to be completed. You need a task to the project before you log time.
End Points
Add a task
List tasks
Update a task
Get a task
Delete Task
Attribute
project_id
string
Unique ID of the project generated by the server.
task_id
string
Unique ID of the task generated by the server.
currency_id
string
The currenct id of the currency
customer_id
string
Customer ID of the customer for whom the task is created.
task_name
string
The name of the task.
Max-length [100]
project_name
string
The name of the project
customer_name
string
Name of the customer to whom the task is created.
billed_hours
double
The total hours that are billed.
log_time
double
Total hours logged in the project.
un_billed_hours
double
Total hours that are unbilled.
Add a task
The task has been added.
OAuth Scope : ZohoBooks.projects.CREATE
Arguments
task_name
string
(Required)
The name of the task.
Max-length [100]
description
string
The description of the project.
rate
integer
Hourly rate for a task.
budget_hours
integer
Task budget hours.
List tasks
Get list of tasks added to a project.
OAuth Scope : ZohoBooks.projects.READ
Update a task
Update the details of a task.
OAuth Scope : ZohoBooks.projects.UPDATE
Arguments
task_name
string
(Required)
The name of the task.
Max-length [100]
description
string
The description of the project.
rate
integer
Hourly rate for a task.
budget_hours
integer
Task budget hours.
Get a task
Get the details of a task.
OAuth Scope : ZohoBooks.projects.READ
Delete Task
Delete a task added to a project.
OAuth Scope : ZohoBooks.projects.DELETE