Create Single Other Income
POST https://api.freshbooks.com/accounting/account/{{accountId}}/other_incomes/other_incomes
This allows you to create a single entry for other income you collected (or will collect) through other means outside of FreshBooks.
Request Body
{"other_income"=>{"amount"=>{"amount"=>"113.00", "code"=>"USD"}, "category_name"=>"online_sales", "date"=>"2019-04-20", "note"=>"Han Solo portrait", "payment_type"=>"Visa", "source"=>"Etsy", "taxes"=>[{"amount"=>"3", "name"=>"HST"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"other_income":{"amount":{"amount":"113.00","code":"USD"},"category_name":"online_sales","created_at":"2019-04-24 14:20:41","date":"2019-04-20","incomeid":2852,"note":"Han Solo portrait","payment_type":"VISA","source":"Etsy","taxes":[{"amount":"3","name":"HST"}],"updated_at":"2019-04-24 14:20:41","vis_state":0}}}}