diff --git a/src/openapi/contracts/contracts-crud.yaml b/src/openapi/contracts/contracts-crud.yaml index 7495a5b..f39f4cb 100644 --- a/src/openapi/contracts/contracts-crud.yaml +++ b/src/openapi/contracts/contracts-crud.yaml @@ -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: