Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The project expense uuid
200
The unique identifier for the object.
The date of the expense. Will be in the form YYYY-MM-DD.
The total amount of the expense.
The total billed amount of the expense, including any markup.
Whether the expense is billable to the client. Can only be true on billable projects.
The vendor for the expense.
Any notes about the expense.
The timestamp when the object was created.
The method used to calculate markup. Either amount (fixed dollar amount) or percentage (ratio of the expense amount).
amount, percentage, null The fixed markup amount. Present when markupMethod is amount, otherwise null.
The markup ratio (0–1). Present when markupMethod is percentage, otherwise null.
The calculated markup value. null when no markup method is set.
The project this expense belongs to.
The expense category assigned to this expense.
Whether the expense has been invoiced.