Skip to main content
POST
Reject Expense Claim

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

claim_id
string
required

Body

application/json
reason
string | null

Response

Successful Response

id
string
required
orgId
string
required
claimDate
string<date>
required
status
string
required
currency
string
required
subtotal
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
taxAmount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
totalAmount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
glPosted
boolean
required
claimNumber
string | null
employeeId
string | null
employeeName
string | null
notes
string | null
lines
ExpenseClaimLineResponse · object[]