Returns a list of purchase invoices modified after the specified cutoff date. Returns 400 if an error occurs.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/purchase-invoice/modified-purchase-invoice
curl \
--request GET 'https://wyzio.app/api-v1/purchase-invoice/modified-purchase-invoice?cutoffDate=2026-01-01T00%3A00%3A00.000Z&timezoneName=Europe%2FZurich'
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
}
]