OVPAY-1893 - Added invoiceDate query param.

This commit is contained in:
Bas Boterman 2025-07-10 15:09:00 +02:00
parent e668b95b8b
commit 69e9392410

View File

@ -753,6 +753,22 @@ paths:
example: 4
required: false
description: Term of the invoice.
- in: query
name: invoiceDateFrom
schema:
type: string
format: date
example: 2024-06-02
required: false
description: Invoice date of the invoice (from).
- in: query
name: invoiceDateUntil
schema:
type: string
format: date
example: 2024-06-02
required: false
description: Invoice date of the invoice (until).
- in: query
name: createdFrom
schema: