Delete Item
PUT https://api.freshbooks.com/accounting/account/{{accountId}}/items/items/{{itemId}}
Request Body
{"item"=>{"vis_state"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"item":{"accounting_systemid":"wkMd2g","description":"Backpack with ferns","id":59704,"inventory":"55","itemid":59704,"name":"Backpack","qty":"20","tax1":0,"tax2":0,"unit_cost":{"amount":"750.00","code":"USD"},"updated":"2019-04-19 08:09:32","vis_state":0}}}}