From 2b754dfb754f42d5921d74fb4f7d0937e5177922 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 3 Mar 2025 14:10:28 +0100 Subject: [PATCH] OVPAY-1518 - TaxPercentageAmount is a number. --- src/openapi/fiko/fiko-crud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 77403b5..4f8acee 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -1885,7 +1885,7 @@ paths: - in: query name: taxPercentageAmount schema: - type: string + type: number example: 21 description: The tax percentage amount. - in: query @@ -3838,7 +3838,7 @@ components: type: string example: V21 taxPercentageAmount: - type: integer + type: number example: 21 description: type: string