Expense-claims
Create a new ExpenseClaim
When a user wants to declare his expenses, he creates an ExpenseClaim
.
An ExpenseClaim
is created by regrouping one or more ExpenseTempItems
and converting them into ExpenseClaimItems.
Once created, an ExpenseClaim
has to be approved by his manager.
Multiple ExpenseClaims
can be created through a single request.
POST
/
api
/
v3
/
expenseClaims
/
creation
Body
application/json ยท object[]
title
string
requiredHuman readable name for this ExpenseClaim (eg: "May 2022").
expenseTempItems
object[]
requiredList of all temporary expenses identifiers that should be included in this expense claim.
Response
200 - application/json
data
object[]
Was this page helpful?