Create Recurring Expense

POST https://api.freshbooks.com/accounting/account/{{accountid}}/expense_profiles/expense_profiles

Request Body

{"expense_profile"=>{"frequency"=>"m", "profileid"=>nil, "start_date"=>"2019-01-13", "end_date"=>nil, "next_issue_date"=>"2019-01-13", "is_cogs"=>false, "amount"=>{"amount"=>"100", "code"=>"CAD"}, "notes"=>nil, "vendor"=>"Recurring Expenses Inc.", "staffid"=>1, "author_name"=>nil, "taxName1"=>"HST", "taxName2"=>nil, "taxAmount1"=>{"amount"=>"11.5", "code"=>"CAD"}, "taxPercent1"=>13, "taxPercent2"=>nil, "markup_percent"=>nil, "from_bulk_import"=>false, "categoryid"=>"4723650", "clientid"=>nil}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring