Create Expense

View as Markdown
Creates a direct expense.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

identitystring
The identity for the active project.

Request

This endpoint expects an object.
itemslist of objectsRequired
account_idstringRequiredformat: "uuid"
expense_datedatetimeRequired
documentslist of objectsOptional
vendor_idstringOptionalformat: "uuid"
adjustmentslist of objectsOptional
exchange_ratedoubleOptional

Response

Created
dataobject
statusboolean
messagestring