curl --request GET \
--url https://{host}/api/v3/expenseTempItems/{expenseTempItemId} \
--header 'Authorization: <authorization>'{}Retrieve an temporary expense item by its identifier.
curl --request GET \
--url https://{host}/api/v3/expenseTempItems/{expenseTempItemId} \
--header 'Authorization: <authorization>'{}API key. Value must be formatted like so: lucca application={api_key}.
Unique identifier of the ExpenseTempItem.
OK
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). Once submitted within an expense report, the expense turns into an ExpenseClaimItem.
Show child attributes
Was this page helpful?