Create Service
POST https://api.freshbooks.com/accounting/account/{{accountId}}/billable_items/billable_items
Request Body
{"billable_item"=>{"name"=>"Workingg hard", "billable"=>true, "description"=>"Cool dude", "tax1"=>nil, "tax2"=>nil, "unit_cost"=>{"amount"=>"50", "code"=>"CAD"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |