Skip to main content
PATCH
Update expense

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

expenseId
string<uuid>
required

Body

application/json;charset=UTF-8
originalCurrency
string | null
Example:

"USD"

performedDate
string<date> | null

Response

default - application/json;charset=UTF-8

default response

id
string<uuid>
receiptDocumentKey
string
originalCurrency
string
Example:

"USD"

billingCurrency
string
Example:

"USD"

status
enum<string>

⚠️ This enum is not exhaustive; new values may be added in the future.

Available options:
CREATED,
IN_DRAFT,
SUBMITTED_FOR_REVIEW,
CANCELLED
userId
string<uuid>
companyId
string<uuid>
performedDate
string<date>
lineItems
object[]
createdAt
string<date-time>
updatedAt
string<date-time>