Skip to main content
PUT
cURL

Path Parameters

businessId
integer<int64>
required
expenseId
integer<int64>
required

Body

currency
string | null
total
object
subTotal
object
totalTaxes
object
totalDiscounts
object
totalTip
object
totalFees
object
totalDuties
object
totalShipping
object
description
string | null
category
string | null
categoryId
integer<int64> | null
expenseReportId
integer<int64> | null
note
string | null
tags
string[] | null
reference
string | null
date
string<date-time> | null
lineItems
object[] | null
taxes
object[] | null
discounts
object[] | null
fees
object[] | null
status
enum<string>
Available options:
DRAFT,
PENDING,
PARTIALLY_PAID,
PAID,
OVERDUE,
CANCELLED,
REFUNDED,
PARTIALLY_REFUNDED,
VOIDED,
PENDING_APPROVAL,
POLICY_BLOCKED,
POLICY_FLAGGED
vendorId
integer<int64> | null
vendorAccountId
integer<int64> | null
payerType
enum<string>
Available options:
EMPLOYEE,
COMPANY
merchantId
integer<int64> | null
merchant
object

Response

200

OK