Create an ExpenseCopy Pagepost https://api.getknit.dev/v1.0/expense.createRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamscreationDatedaterequiredDate of expense creation in the format "YYYY-MM-DD" (e.g., "2024-01-15")currencystringrequired3 letter ISO currency code, in which the expense is raised (e.g., "USD", "GBP", "INR")merchantstringrequiredName of merchantamountdoublerequiredExpense amount (eg. "100.25")categorystringrequiredCategory can be fetched via GET /expense.categories APIemailstringrequiredisReimbursablebooleanIndicates whether the amount is reimbursabletruefalsecommentstringcomments or notes, if supported by origin systemisBillablebooleanIndicates whether the amount is billabletruefalsetagstringExpense tag, if supported by origin systemuserIdstringUse List Users endpoint to get the userId.metaDatastringJSON-formatted string containing set of key-value attributes to provide additional dataResponses 200200 400400Updated about 2 months ago