Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The expense item uuid
200
The unique identifier for the object.
The approval status of the expense item.
not_submitted, pending_approval, approved, rejected The name of the vendor for the expense.
Additional notes about the expense item.
The date of the expense. In the form YYYY-MM-DD.
The ISO 4217 currency code for the expense amount. This is a read-only property.
The expense amount in the expense's currency.
The markup method applied to the expense. null if no markup is applied.
percentage, amount The markup ratio (e.g. 0.1 for 10%). Present when markupMethod is percentage, otherwise null.
The fixed markup amount. Present when markupMethod is amount, otherwise null.
The computed markup value in the expense's currency. null when no markup method is set.
The total billed amount including any markup, in the expense's currency.
The number of units for unit-based expense categories. null if not applicable.
The per-unit amount for unit-based expense categories. null if not applicable.
Whether the expense is reimbursable to the member.
Whether the expense item is billable back to the client.
The timestamp when the object was created.
The project associated with this expense item. null if not assigned to a project.
The expense report this item belongs to.
The expense category for this item.
The member who submitted the expense.
Whether this record has been invoiced.