Delete Single Other Income
PUT https://api.freshbooks.com/accounting/account/{{accountId}}/other_incomes/other_incomes/{{incomeId}}
Request Body
{"other_income"=>{"vis_state"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"other_income":{"amount":{"amount":"125.00","code":"USD"},"category_name":"online_sales","created_at":"2019-04-19 08:51:14","date":"2019-04-19","incomeid":2122,"note":"Nepalese Hand-sewn Pouch","payment_type":"VISA","source":"Squarespace Site","taxes":[],"updated_at":"2019-04-19 08:58:09","vis_state":1}}}}