LiquidPlanner Classic Forum
Track_time gives 404 when "work" value is set
*Posted on behalf of Pat Daly. Original posting date 2016-09-10.*
I'm trying to use track_time to add and estimate and log hours against a task.
I can successfully add the low and high remaining estimate values. However when I add "work" property I get a 404
Sample URIs
This works fine
```
https://app.liquidplanner.com/api/workspaces/###/tasks/###/track_time {person_id:###,low:9.0,high:9.0}
```
This fails
```
https://app.liquidplanner.com/api/workspaces/###/tasks/###/track_time {person_id:###,work:1.0,low:9.0,high:9.0}
```
Posted by LiquidPlanner Support about 5 years ago
Can I update the track_time of person_id 0
*Posted on behalf of Graves, Mark. Original posting date 2015-01-22.*
Sometimes we have tasks that have yet to be assigned, but we'd like to be able to update those tasks to have correct remaining effort values (using track_time). In my testing, I believe I'm getting a "Bad Request 404" error when I try to update the remaining effort values for an unassigned task. Is this your intent?
Posted by LiquidPlanner Support about 5 years ago
Upload document with c#
*Posted on behalf of Krisztian Buscsei. Original posting date 2014-12-13.*
Hi,
I try to upload a file with csharp, but it is not working :( someone has any ideal about why?
I made a simple code for test, it is in the attached file.
Thank you
Krisz
Posted by LiquidPlanner Support about 5 years ago