OVPAY-1893 - Added ContractInvoice.invoiceDate. #17

Merged
bboterm merged 2 commits from feature/OVPAY-1893 into develop 2025-07-10 13:25:42 +00:00
Showing only changes of commit 69e9392410 - Show all commits

View File

@ -753,6 +753,22 @@ paths:
example: 4 example: 4
required: false required: false
description: Term of the invoice. 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 - in: query
name: createdFrom name: createdFrom
schema: schema: