GET
/api-v1/purchase-invoice/total
curl \
--request GET 'https://wyzio.app/api-v1/purchase-invoice/total' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"organizationId": 42,
"journalEntryId": 42,
"date": "2026-05-04T09:42:00Z",
"supplier": "string",
"supplierId": 42,
"reference": "string",
"currency": "string",
"netAmount": 42.0,
"totalAmount": 42.0,
"payable": 42.0,
"status": "UNPAID",
"validated": true,
"comment": "string",
"warnings": "string",
"fileId": 42,
"fileExtension": "string",
"hasWarnings": true,
"shipmentsCount": 42,
"creatorContactId": 42,
"workflowPermissions": "string",
"hasComments": true,
"isInWorkflow": true,
"flagsAmount": 42,
"systemValidated": true
}