{
"purchasedOn": "2023-11-07T05:31:56Z",
"expenseNatureId": 1,
"lineNumber": 1,
"isControlled": true,
"createdOn": "2023-11-07T05:31:56Z",
"modifiedOn": "2023-11-07T05:31:56Z",
"originalTransaction": {
"grossAmount": 123,
"currencyId": "<string>",
"isExpenseAbroad": true,
"currency": {
"id": "<string>",
"name": "<string>",
"url": "<string>"
}
},
"mileage": {
"distance": 123,
"power": 123,
"waypoints": [
"<unknown>"
]
},
"quantity": 1,
"attendees": {
"internal": [
{
"id": 123,
"name": "<string>",
"url": "<string>",
"displayName": "<string>",
"modifiedOn": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"login": "<string>",
"mail": "<string>",
"dtContractStart": "<string>",
"birthDate": "<string>",
"employeeNumber": "<string>",
"calendar": {
"id": 123,
"url": "<string>",
"name": "<string>"
},
"culture": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"picture": {
"id": "<string>",
"url": "<string>",
"name": "<string>"
},
"applicationData": {
"profile_figgo": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"profile_utime": {
"id": 123,
"name": "<string>",
"url": "<string>"
}
},
"legalEntity": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"department": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"manager": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"rolePrincipal": {
"id": 123,
"name": "<string>",
"url": "<string>"
},
"habilitedRoles": [
{
"id": 123,
"name": "<string>",
"url": "<string>"
}
],
"userWorkCycles": [
{
"Id": 123,
"OwnerID": 123,
"WorkCycleID": 123,
"StartsOn": "<string>",
"EndsOn": "<string>"
}
],
"dtContractEnd": "<unknown>"
}
],
"external": [
{
"id": 2,
"displayName": "<string>"
}
]
},
"axisSections": [
{
"id": 2
}
],
"customFields": {},
"merchant": "<string>",
"comment": "<string>",
"expenseReceipts": [
{
"id": "f0d01fd0-5f27-4061-8dca-bee6318b0103",
"originalReceipt": {
"id": "cb0aae89-56c9-48db-9052-48981660e0f7",
"name": "receipt-f0d01fd0-5f27-4061-8dca-bee6318b0103.pdf",
"href": "https://example.ilucca.net/api/v3/ExpenseReceipts/f0d01fd0-5f27-4061-8dca-bee6318b0103/originalReceiptFile",
"extension": ".pdf"
},
"receiptPreview": {
"id": "cb0aae89-56c9-48db-9052-48981660e0f7",
"name": "receipt-f0d01fd0-5f27-4061-8dca-bee6318b0103-preview.pdf",
"href": "https://example.ilucca.net/api/v3/ExpenseReceipts/f0d01fd0-5f27-4061-8dca-bee6318b0103/receiptPreviewFile",
"extension": ".pdf"
}
}
],
"sourceId": {
"id": "<string>"
},
"source": {
"id": 123,
"code": "<string>"
},
"ownerId": 123,
"paymentMethodId": 0
}The ExpenseClaimItem, is an expense that has been declared (within an expense report) by its owner (the user who made the expense).
Day the expense was made.
Nature of the expense: Meals, Train, Taxi, Hotels, Taxi, Mileage... List depends on the app configuration.
x >= 0Incremental number used to order expense claim items in an expense claim
x >= 0Date-time the item was created. Corresponds to the submition date of the expense claim.
Date-time the item was last modified.
Expense amount in original currency.
Show child attributes
Additional information when the expense type is mileage.
Show child attributes
The quantity when the expense type is 'Quantity'.
x >= 1Additional information when the expense type is 'Invitation'.
Show child attributes
Axis sections values.
Show child attributes
Values for custom fields.
Show child attributes
Merchant of the expense.
The expense receipts (PDF file, image, ...). Technically, there could be more than one, but in reality, there’s usually just one.
Show child attributes
The source describes how the expense was created:
Show child attributes
Show child attributes
Unique identifier of the user that made this expense.
How this expense was made: the owner used his money, an enterprise debit card, or a Cleemy card:
0, 1, 3 Was this page helpful?