From 12126253ac3a3aa3ca847a971546d64be578f450 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Fri, 21 Feb 2025 14:29:32 +0100 Subject: [PATCH] changed swift to bic inline with orders --- src/openapi/customers/customers-crud-v2.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index acd9d10..7499913 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -160,7 +160,7 @@ paths: schema: type: string example: NL20INGB - - name: swift + - name: bic in: query schema: type: string @@ -1567,7 +1567,7 @@ paths: schema: type: string example: "NL73RABO2677424363" - - name: swift + - name: bic in: query schema: type: string @@ -1625,7 +1625,7 @@ paths: "customerProfileId": 1, "issuerCountry": "NL", "iban": "NL27ABNA4458972219", - "swift": "GHJZIEJSKVM", + "bic": "GHJZIEJSKVM", "ascription": "J. Doe", "alias": "John's billing details", "billingAddressId": 4 @@ -1671,7 +1671,7 @@ paths: "customerProfileId": 5, "issuerCountry": "NL", "iban": "NL27ABNA4458972219", - "swift": "GHJZIEJSKVM", + "bic": "GHJZIEJSKVM", "ascription": "J. Doe", "alias": null, "billingAddressId": 42 @@ -1681,7 +1681,7 @@ paths: "customerProfileId": 9, "issuerCountry": "NL", "iban": "NL27ABNA4458972219", - "swift": "GHJZIEJSKVM", + "bic": "GHJZIEJSKVM", "ascription": "J. Doe", "alias": null, "billingAddressId": 84 @@ -1720,7 +1720,7 @@ paths: billingInformation: issuerCountry: "NL" iban: "NL73RABO2677424363" - swift: "GHJZIEJSKVM" + bic: "GHJZIEJSKVM" ascription: "J. Doe" alias: "John's billing details" billingAddressId: 1 @@ -2491,7 +2491,7 @@ components: type: string bic: type: string - swift: + bic: type: string ascription: type: string