OVPAY-1563 - Added query param contractInvoiceId.

This commit is contained in:
Bas Boterman 2025-03-04 10:55:20 +01:00
parent dc4674202a
commit 976293e617

View File

@ -624,6 +624,14 @@ paths:
tags: tags:
- ContractInvoice - ContractInvoice
parameters: parameters:
- in: query
name: contractInvoiceId
schema:
type: string
format: uuid
example: 8699d72a-cf4d-4e6b-9e9c-549d837ca51f
required: false
description: Id of the contract invoice to fetch.
- in: query - in: query
name: contractId name: contractId
schema: schema: