Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The expense item uuid
The name of the vendor for the expense. Max 255 characters.
Notes about the expense item. Max 5000 characters.
Attendees for the expense. Max 5000 characters.
The date of the expense. Should be in the form YYYY-MM-DD.
The ISO 4217 currency code for the expense amount (e.g. USD).
The expense amount in the expense's currency.
The markup method to apply to the expense.
percentage, amount, null The markup ratio (e.g. 0.1 for 10%). Must be between 0 and 1. Used when markupMethod is percentage.
0 <= x <= 1The fixed markup amount. Used when markupMethod is amount.
The number of units for unit-based expense categories.
The per-unit amount for unit-based expense categories.
Whether the expense is reimbursable to the member.
Whether the expense item is billable back to the client.
The expense report ID (uuid) this item belongs to.
The expense category ID (uuid) for this item.
The project ID (uuid) to associate this expense with.
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 attendees for the expense (e.g. for meals or entertainment categories).
The date of the expense. In the form YYYY-MM-DD.
The ISO 4217 currency code for the expense amount (e.g. USD).
The expense amount in the expense's currency.
The markup method applied to the expense. null if no markup is applied.
percentage, amount, null 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 expense report this item belongs to.
The expense category for this item.
The member who submitted the expense.
The project associated with this expense item. null if not assigned to a project.
Whether this record has been invoiced.