Expenses
Get an ExpenseTempItem by id
Retrieve an temporary expense item by its identifier.
GET
/
api
/
v3
/
expenseTempItems
/
{expenseTempItemId}
Path Parameters
expenseTempItemId
integer
requiredUnique identifier of the ExpenseTempItem.
Response
200 - application/json
data
object
The ExpenseTempItem
, or "temporary expense" is an expense that has not yet been declared (within an expense report) by its owner (the user who made the expense).
Was this page helpful?