OVPAY-1893 - Added ContractInvoice.invoiceDate. #17
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user