From 17d7b7754107ccf8d50e6daa47934ae0708168ed Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 15 Sep 2025 10:55:54 +0200 Subject: [PATCH] TransactionId, transactionLineId and articleNumber are strings. --- src/openapi/fiko/fiko-crud.yaml | 66 ++++++++++++++++----------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 8b3908f..81c5de9 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -104,8 +104,8 @@ paths: transactionItemId: afce35b2-1dff-4ace-98d0-4b9ac405c87d transactionType: sales sourceName: HTM-website - transactionId: 1001236 - transactionLineId: 1 + transactionId: "1001236" + transactionLineId: "1" name: HTM Maandkorting 20% quantity: 1 taxCode: V21 @@ -114,7 +114,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4031 + articleNumber: "4031" status: created aggregationReference: null accountingSystemReference: null @@ -123,8 +123,8 @@ paths: transactionItemId: 1c1fc1c8-57f4-4336-9b43-a974eae5afbf transactionType: sales sourceName: HTM-website - transactionId: 1002001 - transactionLineId: 1 + transactionId: "1002001" + transactionLineId: "1" name: Reisproduct HTM 3 dag Anoniem quantity: 1 taxCode: V21 @@ -133,7 +133,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4051 + articleNumber: "4051" status: failed aggregationReference: null accountingSystemReference: null @@ -142,8 +142,8 @@ paths: transactionItemId: 3f58441e-dc8f-4956-9bc5-c952312476db transactionType: sales sourceName: HTM-website - transactionId: 1001871 - transactionLineId: 1 + transactionId: "1001871" + transactionLineId: "1" name: Reisproduct HTM 3 dag Anoniem quantity: 1 taxCode: V21 @@ -152,7 +152,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4051 + articleNumber: "4051" status: returned to src aggregationReference: FIKO-171f40609e accountingSystemReference: null @@ -161,8 +161,8 @@ paths: transactionItemId: 4418825f-3f9b-45bc-b662-dc3cd4ce6599 transactionType: sales sourceName: HTM-website - transactionId: 1001131 - transactionLineId: 1 + transactionId: "1001131" + transactionLineId: "1" name: Reisproduct HTM 3 dag Anoniem quantity: 1 taxCode: V21 @@ -171,7 +171,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4051 + articleNumber: "4051" status: returned to trx-db aggregationReference: null accountingSystemReference: null @@ -180,8 +180,8 @@ paths: transactionItemId: 2ddc1831-cf7b-4a77-8aa1-11aaf8e98d9f transactionType: sales sourceName: HTM-website - transactionId: 1001885 - transactionLineId: 1 + transactionId: "1001885" + transactionLineId: "1" name: Reisproduct HTM 3 dag Anoniem quantity: 1 taxCode: V21 @@ -190,7 +190,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4051 + articleNumber: "4051" status: re-entered aggregationReference: null accountingSystemReference: null @@ -199,8 +199,8 @@ paths: transactionItemId: 5ab2513d-f334-4cf8-8895-4e7269374a4b transactionType: sales sourceName: HTM-website - transactionId: 1001679 - transactionLineId: 1 + transactionId: "1001679" + transactionLineId: "1" name: Reisproduct HTM 1 dag Anoniem quantity: 1 taxCode: V21 @@ -209,7 +209,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 1737 + articleNumber: "1737" status: succeeded aggregationReference: FIKO-6a4fca8cd6 accountingSystemReference: U4F-123456 @@ -237,8 +237,8 @@ paths: transactionItems: - transactionType: sales sourceName: HTM-website - transactionId: 1001236 - transactionLineId: 1 + transactionId: "1001236" + transactionLineId: "1" name: HTM Maandkorting 20% quantity: 1 taxCode: V21 @@ -247,7 +247,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4031 + articleNumber: "4031" Add multiple transaction items: summary: Add multiple transaction items description: Add multiple transaction items of type sales. @@ -255,8 +255,8 @@ paths: transactionItems: - transactionType: sales sourceName: HTM-website - transactionId: 1001236 - transactionLineId: 1 + transactionId: "1001236" + transactionLineId: "1" name: HTM Maandkorting 20% quantity: 1 taxCode: V21 @@ -265,11 +265,11 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4031 + articleNumber: "4031" - transactionType: sales sourceName: HTM-website - transactionId: 1001237 - transactionLineId: 1 + transactionId: "1001237" + transactionLineId: "1" name: HTM Maandkorting 20% quantity: 1 taxCode: V21 @@ -278,7 +278,7 @@ paths: amountTax: 21 occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: 4031 + articleNumber: "4031" responses: "202": description: Accepted @@ -3022,11 +3022,11 @@ components: example: HTM-website transactionId: type: string - example: 1001236 + example: "1001236" transactionLineId: type: string nullable: true - example: 1 + example: "1" name: type: string example: HTM Maandkorting 20% @@ -3058,7 +3058,7 @@ components: articleNumber: type: string nullable: true - example: 4031 + example: "4031" status: type: string enum: @@ -3109,11 +3109,11 @@ components: example: HTM-website transactionId: type: string - example: 1001236 + example: "1001236" transactionLineId: type: string nullable: true - example: 1 + example: "1" name: type: string example: HTM Maandkorting 20% @@ -3145,7 +3145,7 @@ components: articleNumber: type: string nullable: true - example: 4031 + example: "4031" required: - sourceName - transactionType