Skip to main content
POST
Create Reimbursement

Authorizations

Authorization
string
header
required

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

Body

application/json
expenseClaimId
string
required
amount
reimbursementDate
string<date> | null
method
string | null
sourceAccountKey
string | null
reimbursementNumber
string | null
employeeId
string | null
currency
string | null
notes
string | null

Response

Successful Response

id
string
required
orgId
string
required
reimbursementDate
string<date>
required
method
string
required
sourceAccountKey
string
required
currency
string
required
amount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
status
string
required
glPosted
boolean
required
reimbursementNumber
string | null
expenseClaimId
string | null
employeeId
string | null
notes
string | null