OVPAY-758 - Added query params to GET /contractinvoices

This commit is contained in:
Bas Boterman 2024-09-03 10:04:30 +02:00
parent 7d13e00b4e
commit d9ccbb8227

View File

@ -584,8 +584,50 @@ paths:
schema: schema:
type: string type: string
example: F2024-0030 example: F2024-0030
required: true required: false
description: External reference of the invoice. description: External reference of the invoice.
- in: query
name: term
schema:
type: integer
example: 4
required: false
description: Term of the invoice.
- in: query
name: createdFrom
schema:
type: string
example: 2024-06-02 15:01:00.000
required: false
description: Billing date of the invoice (from).
- in: query
name: createdUntil
schema:
type: string
example: 2024-06-02 15:01:00.000
required: false
description: Billing date of the invoice (until).
- in: query
name: updatedFrom
schema:
type: string
example: 2024-06-02 15:01:00.000
required: false
description: Updated timestamp of the invoice (from).
- in: query
name: updatedUntil
schema:
type: string
example: 2024-06-02 15:01:00.000
required: false
description: Updated timestamp of the invoice (until).
- in: query
name: state
schema:
type: string
example: created
required: false
description: Invoice state.
responses: responses:
"200": "200":
description: OK description: OK