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
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Body
application/json · object[]
The body is of type object[]
.
Response
200
application/json
OK
The response is of type object
.