GET
/api-v1/late-notice/client
curl \
--request GET 'https://wyzio.app/api-v1/late-notice/client' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"salesInvoiceId": 42,
"salesInvoiceNumber": "string",
"currencyId": 42,
"overdueAmount": 42.0,
"noticeGeneratedQuantity": 42,
"lastNoticeGeneratedDate": "2026-05-04T09:42:00Z",
"clientContactId": 42,
"overdueDate": "2026-05-04T09:42:00Z",
"organizationId": 42,
"daysOverdue": 42,
"qrBillData": "string",
"bvrGenerationAvailability": true,
"clientEmail": "string",
"clientECorrespondence": true,
"entityCreatorContactId": 42,
"clientLateNoticeEmail": "string"
}
]