Get total values for list of expenses report for the current user
Headers
-
TARGET-ORGANIZATION-ID
integer(int32) ID of organization, for which the operation must be performed
-
WEAL-TOKEN
string Required API token (can be retrieved from account settings)
GET
/api-v1/myaccount/expenses-report/total
curl \
--request GET 'http://wyzio.app/api-v1/myaccount/expenses-report/total' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"comment": "string",
"creatorContactId": 42,
"currency": "string",
"date": "2025-05-04T09:42:00Z",
"fileExtension": "string",
"fileId": 42,
"flagsAmount": 42,
"hasComments": true,
"hasWarnings": true,
"id": 42,
"isInWorkflow": true,
"journalEntryId": 42,
"netAmount": 42.0,
"organizationId": 42,
"payable": 42.0,
"reference": "string",
"shipmentsCount": 42,
"status": "UNPAID",
"supplier": "string",
"supplierId": 42,
"systemValidated": true,
"totalAmount": 42.0,
"validated": true,
"warnings": "string",
"workflowPermissions": "string"
}