Create Item
POST https://api.freshbooks.com/accounting/account/{{accountId}}/items/items
Request Body
{"item"=>{"name"=>"Packback", "qty"=>"10", "inventory"=>"50", "unit_cost"=>{"amount"=>"550.00", "code"=>"CAD"}, "vis_state"=>0, "description"=>"65L Brack Pack", "sku"=>"KS994RUR"}}
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}}}}