OVPAY-2032 - Added profile instances to the compare call.
This commit is contained in:
parent
adcbc4e61c
commit
57607d8ad7
@ -2179,6 +2179,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": []
|
||||||
},
|
},
|
||||||
"newOvPayToken":
|
"newOvPayToken":
|
||||||
{
|
{
|
||||||
@ -2194,6 +2195,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"isTransferable": true,
|
"isTransferable": true,
|
||||||
"transferableObjects":
|
"transferableObjects":
|
||||||
@ -2206,6 +2208,7 @@ paths:
|
|||||||
"ePurse": true,
|
"ePurse": true,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": true, "birthdate": true, "photo": true },
|
{ "name": true, "birthdate": true, "photo": true },
|
||||||
|
"profileInstances": true,
|
||||||
},
|
},
|
||||||
"_links":
|
"_links":
|
||||||
{
|
{
|
||||||
@ -2234,6 +2237,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"newOvPayToken":
|
"newOvPayToken":
|
||||||
{
|
{
|
||||||
@ -2249,6 +2253,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"isTransferable": false,
|
"isTransferable": false,
|
||||||
"transferableObjects":
|
"transferableObjects":
|
||||||
@ -2261,6 +2266,7 @@ paths:
|
|||||||
"ePurse": true,
|
"ePurse": true,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": true, "birthdate": true, "photo": true },
|
{ "name": true, "birthdate": true, "photo": true },
|
||||||
|
"profileInstances": true,
|
||||||
},
|
},
|
||||||
"_links": {},
|
"_links": {},
|
||||||
}
|
}
|
||||||
@ -2283,6 +2289,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"newOvPayToken":
|
"newOvPayToken":
|
||||||
{
|
{
|
||||||
@ -2298,6 +2305,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"isTransferable": false,
|
"isTransferable": false,
|
||||||
"transferableObjects":
|
"transferableObjects":
|
||||||
@ -2310,6 +2318,7 @@ paths:
|
|||||||
"ePurse": true,
|
"ePurse": true,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": true, "birthdate": true, "photo": true },
|
{ "name": true, "birthdate": true, "photo": true },
|
||||||
|
"profileInstances": true,
|
||||||
},
|
},
|
||||||
"_links": {},
|
"_links": {},
|
||||||
}
|
}
|
||||||
@ -2362,6 +2371,16 @@ paths:
|
|||||||
"lastChangeDate": "2024-08-24T14:15:22Z",
|
"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":
|
"newOvPayToken":
|
||||||
{
|
{
|
||||||
@ -2377,6 +2396,7 @@ paths:
|
|||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },
|
||||||
|
"profileInstances": [],
|
||||||
},
|
},
|
||||||
"isTransferable": false,
|
"isTransferable": false,
|
||||||
"transferableObjects":
|
"transferableObjects":
|
||||||
@ -2393,6 +2413,7 @@ paths:
|
|||||||
"birthdate": false,
|
"birthdate": false,
|
||||||
"photo": false,
|
"photo": false,
|
||||||
},
|
},
|
||||||
|
"profileInstances": true,
|
||||||
},
|
},
|
||||||
"_links": {},
|
"_links": {},
|
||||||
}
|
}
|
||||||
@ -2427,6 +2448,16 @@ paths:
|
|||||||
},
|
},
|
||||||
"photo": null,
|
"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":
|
"newOvPayToken":
|
||||||
{
|
{
|
||||||
@ -2455,6 +2486,16 @@ paths:
|
|||||||
},
|
},
|
||||||
"photo": null,
|
"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,
|
"isTransferable": false,
|
||||||
"transferableObjects":
|
"transferableObjects":
|
||||||
@ -2467,6 +2508,7 @@ paths:
|
|||||||
"ePurse": false,
|
"ePurse": false,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": true, "birthdate": false, "photo": true },
|
{ "name": true, "birthdate": false, "photo": true },
|
||||||
|
"profileInstances": false,
|
||||||
},
|
},
|
||||||
"_links": {},
|
"_links": {},
|
||||||
}
|
}
|
||||||
@ -2626,8 +2668,8 @@ paths:
|
|||||||
"alias": "My new token",
|
"alias": "My new token",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
? 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
|
summary: Transfer from a token with PAD to a new token without existing PAD
|
||||||
description: |
|
description: |
|
||||||
Transfer of a token with PAD to a new token by xTAT without existing PAD. Note how this request is
|
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
|
different, since it has an e-mail address on which the new PAD should be created. This request may
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user