Last active
August 29, 2015 13:56
-
-
Save thewarpaint/8834960 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projectId": 9999, | |
"statusId": 3, | |
"responsibleId": 254, | |
"petitionerId": 254, | |
"priorityId": 3, | |
"groupId": null, | |
"petitionId": null, | |
"taskSourceId": 1, | |
"concept": "TRY ME", | |
"startDate": null, | |
"deliveryDate": null, | |
"estimatedTime": 240, | |
"chargeable": true, | |
"visible": true, | |
"payable": true, | |
"locked": false, | |
"ganttStartDate": "2014-02-12 00:00:00", | |
"ganttCompletionDate": "2014-02-12 00:00:00", | |
"isActive": false, | |
"timesheets": [ | |
{ | |
"date": "2013-01-05", | |
"time": 120 | |
}, | |
{ | |
"date": "2013-02-05", | |
"time": 240 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment