Returns a data template that you can fill in to use the CREATE action.
If you're on an older account plan that restricts the number of active projects you may encounter a HTTP 403 (FORBIDDEN) status code.
Creates a new project. Use the template provided by the NEW action.
If you're on an older account plan that restricts the number of active projects you may encounter a HTTP 403 (FORBIDDEN) status code.
Returns a single project.
Updates a project.
Deletes a project and all associated tasks, time entries, and expenses associated with it.
Archives an open project, or opens an archived project.
Lists are containers that allow you to organize Line Items within a Project
Returns all lists for this project, and the line items that they contain.
Returns a data template that you can fill in to use the CREATE action.
Creates a new list. Use the template provided by the NEW action.
Returns all line items for this project.
Returns all assignments associated with this project.
This could include employees who were assigned in the past, but have been removed from the project. (has_access=false)
Expects a data representation of all project assignments, as returned by the 'assigned_employees' link above. Any project assignments not included in the request will be deleted.
After a successful request, will return all assignments associated with this project.
<?xml version="1.0" encoding="UTF-8"?> <project> <billing_code>1</billing_code> <client_name read_only="true"></client_name> <client_id></client_id> <client_type></client_type> <client_view_time_code>0</client_view_time_code> <completion_date></completion_date> <created_on></created_on> <is_archived>false</is_archived> <name></name> <notes></notes> <po_number></po_number> <rate>0.00</rate> <start_date></start_date> <updated_at read_only="true"></updated_at> <time_entry_minutes read_only="true">0</time_entry_minutes> <time_entry_minutes_billable read_only="true">0</time_entry_minutes_billable> <time_entry_minutes_unbillable read_only="true">0</time_entry_minutes_unbillable> <time_entry_minutes_uninvoiced read_only="true">0</time_entry_minutes_uninvoiced> <time_best_in_minutes read_only="true">0</time_best_in_minutes> <time_worst_in_minutes read_only="true">0</time_worst_in_minutes> <price_best rel="financial" read_only="true">0</price_best> <price_worst rel="financial" read_only="true">0</price_worst> <price_actual rel="financial" read_only="true">0</price_actual> <uninvoiced_item_cost rel="financial" read_only="true">0</uninvoiced_item_cost> <uninvoiced_expense_cost rel="financial" read_only="true">0.0</uninvoiced_expense_cost> </project>
Billing code determines how a project is billed.
Determines when time entries are shown on the client UI.