From 57607d8ad7d9053db54669a9c9b1189b8de6c1be Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 14 Aug 2025 11:53:19 +0200 Subject: [PATCH] OVPAY-2032 - Added profile instances to the compare call. --- src/openapi/customers/SE-customers.yaml | 46 +++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index c8047e6..6c7900a 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -2179,6 +2179,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [] }, "newOvPayToken": { @@ -2194,6 +2195,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "isTransferable": true, "transferableObjects": @@ -2206,6 +2208,7 @@ paths: "ePurse": true, "personalAccountData": { "name": true, "birthdate": true, "photo": true }, + "profileInstances": true, }, "_links": { @@ -2234,6 +2237,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "newOvPayToken": { @@ -2249,6 +2253,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "isTransferable": false, "transferableObjects": @@ -2261,6 +2266,7 @@ paths: "ePurse": true, "personalAccountData": { "name": true, "birthdate": true, "photo": true }, + "profileInstances": true, }, "_links": {}, } @@ -2283,6 +2289,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "newOvPayToken": { @@ -2298,6 +2305,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "isTransferable": false, "transferableObjects": @@ -2310,6 +2318,7 @@ paths: "ePurse": true, "personalAccountData": { "name": true, "birthdate": true, "photo": true }, + "profileInstances": true, }, "_links": {}, } @@ -2362,6 +2371,16 @@ paths: "lastChangeDate": "2024-08-24T14:15:22Z", }, }, + "profileInstances": [ + { + "profileType": "199900100", + "validPeriod": { + "fromInclusive": "2021-09-18T13:11:11+02:00", + "untilInclusive": "2026-01-01T01:00:00+01:00" + }, + "xprofit": "ad7c62d0-2fc0-47d4-9307-cf03bf53ef4b" + } + ] }, "newOvPayToken": { @@ -2377,6 +2396,7 @@ paths: "ePurse": null, "personalAccountData": { "name": null, "birthdate": null, "photo": null }, + "profileInstances": [], }, "isTransferable": false, "transferableObjects": @@ -2393,6 +2413,7 @@ paths: "birthdate": false, "photo": false, }, + "profileInstances": true, }, "_links": {}, } @@ -2427,6 +2448,16 @@ paths: }, "photo": null, }, + "profileInstances": [ + { + "profileType": "199900100", + "validPeriod": { + "fromInclusive": "2021-09-18T13:11:11+02:00", + "untilInclusive": "2026-01-01T01:00:00+01:00" + }, + "xprofit": "ad7c62d0-2fc0-47d4-9307-cf03bf53ef4b" + } + ] }, "newOvPayToken": { @@ -2455,6 +2486,16 @@ paths: }, "photo": null, }, + "profileInstances": [ + { + "profileType": "133700100", + "validPeriod": { + "fromInclusive": "2021-09-18T13:11:11+02:00", + "untilInclusive": "2026-01-01T01:00:00+01:00" + }, + "xprofit": "4a2d2c9c-1e5d-4d8a-9c0a-6c0a6c0a6c0a" + } + ] }, "isTransferable": false, "transferableObjects": @@ -2467,6 +2508,7 @@ paths: "ePurse": false, "personalAccountData": { "name": true, "birthdate": false, "photo": true }, + "profileInstances": false, }, "_links": {}, } @@ -2626,8 +2668,8 @@ paths: "alias": "My new token", }, } - ? Transfer from a token with PAD to a new token without existing PAD - : summary: Transfer from a token with PAD to a new token without existing PAD + Transfer from a token with PAD to a new token without existing PAD: + summary: Transfer from a token with PAD to a new token without existing PAD description: | Transfer of a token with PAD to a new token by xTAT without existing PAD. Note how this request is different, since it has an e-mail address on which the new PAD should be created. This request may