OVPAY-1893 - Added invoiceDate query param.
This commit is contained in:
parent
e668b95b8b
commit
69e9392410
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user