Create Task

POST https://api.freshbooks.com/accounting/account/{{accountId}}/projects/tasks

Request Body

{"task"=>{"name"=>"Saving the planet", "description"=>"Hourly rate for doing positive things", "rate"=>{"amount"=>"50.00", "code"=>"USD"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"response":{"result":{"task":{"billable":true,"description":"Hourly rate for doing positive things","id":74830,"name":"Saving the planet","rate":{"amount":"50.00","code":"USD"},"taskid":74830,"tax1":0,"tax2":0,"tdesc":"Hourly rate for doing positive things","tname":"Saving the planet","updated":"2019-04-24 14:39:06","vis_state":0}}}}