File tree 5 files changed +138
-8
lines changed
selfcare_support_service/v1
5 files changed +138
-8
lines changed Original file line number Diff line number Diff line change 1485
1485
"$ref" : " #/components/schemas/GeographicTaxonomyDto"
1486
1486
}
1487
1487
},
1488
+ "gpuData" : {
1489
+ "description" : " GPU specific data" ,
1490
+ "$ref" : " #/components/schemas/GPUData"
1491
+ },
1488
1492
"institutionLocationData" : {
1489
1493
"description" : " Institution's location Data" ,
1490
1494
"$ref" : " #/components/schemas/InstitutionLocationDataDto"
1680
1684
}
1681
1685
}
1682
1686
},
1687
+ "GPUData" : {
1688
+ "title" : " GPUData" ,
1689
+ "type" : " object" ,
1690
+ "properties" : {
1691
+ "businessRegisterNumber" : {
1692
+ "type" : " string"
1693
+ },
1694
+ "institutionCourtMeasures" : {
1695
+ "type" : " boolean"
1696
+ },
1697
+ "legalRegisterName" : {
1698
+ "type" : " string"
1699
+ },
1700
+ "legalRegisterNumber" : {
1701
+ "type" : " string"
1702
+ },
1703
+ "manager" : {
1704
+ "type" : " boolean"
1705
+ },
1706
+ "managerAuthorized" : {
1707
+ "type" : " boolean"
1708
+ },
1709
+ "managerEligible" : {
1710
+ "type" : " boolean"
1711
+ },
1712
+ "managerProsecution" : {
1713
+ "type" : " boolean"
1714
+ }
1715
+ }
1716
+ },
1683
1717
"InstitutionLocationDataDto" : {
1684
1718
"title" : " InstitutionLocationDataDto" ,
1685
1719
"type" : " object" ,
Original file line number Diff line number Diff line change 226
226
"schema" : {
227
227
"type" : " string"
228
228
}
229
+ },
230
+ {
231
+ "name" : " productId" ,
232
+ "in" : " query" ,
233
+ "description" : " productId" ,
234
+ "required" : false ,
235
+ "style" : " form" ,
236
+ "schema" : {
237
+ "type" : " string"
238
+ }
229
239
}
230
240
],
231
241
"responses" : {
1776
1786
"email" : {
1777
1787
"type" : " string"
1778
1788
},
1789
+ "mobilePhone" : {
1790
+ "type" : " string"
1791
+ },
1779
1792
"workContacts" : {
1780
1793
"type" : " object" ,
1781
1794
"additionalProperties" : {
2179
2192
"$ref" : " #/components/schemas/GeographicTaxonomy"
2180
2193
}
2181
2194
},
2195
+ "gpuData" : {
2196
+ "$ref" : " #/components/schemas/GPUData"
2197
+ },
2182
2198
"imported" : {
2183
2199
"type" : " boolean"
2184
2200
},
2248
2264
}
2249
2265
}
2250
2266
},
2267
+ "GPUData" : {
2268
+ "title" : " GPUData" ,
2269
+ "type" : " object" ,
2270
+ "properties" : {
2271
+ "businessRegisterNumber" : {
2272
+ "type" : " string"
2273
+ },
2274
+ "institutionCourtMeasures" : {
2275
+ "type" : " boolean"
2276
+ },
2277
+ "legalRegisterName" : {
2278
+ "type" : " string"
2279
+ },
2280
+ "legalRegisterNumber" : {
2281
+ "type" : " string"
2282
+ },
2283
+ "manager" : {
2284
+ "type" : " boolean"
2285
+ },
2286
+ "managerAuthorized" : {
2287
+ "type" : " boolean"
2288
+ },
2289
+ "managerEligible" : {
2290
+ "type" : " boolean"
2291
+ },
2292
+ "managerProsecution" : {
2293
+ "type" : " boolean"
2294
+ }
2295
+ }
2296
+ },
2251
2297
"PaymentServiceProvider" : {
2252
2298
"title" : " PaymentServiceProvider" ,
2253
2299
"type" : " object" ,
2623
2669
"PaymentServiceProviderRequest1" : {
2624
2670
"type" : " object" ,
2625
2671
"properties" : {
2626
- "abiCode" : {
2627
- "type" : " string"
2628
- },
2629
2672
"businessRegisterNumber" : {
2630
2673
"type" : " string"
2631
2674
},
2635
2678
"legalRegisterName" : {
2636
2679
"type" : " string"
2637
2680
},
2681
+ "abiCode" : {
2682
+ "type" : " string"
2683
+ },
2638
2684
"vatNumberGroup" : {
2639
2685
"type" : " boolean"
2640
2686
},
2793
2839
},
2794
2840
"additionalInformations" : {
2795
2841
"$ref" : " #/components/schemas/AdditionalInformationsDto1"
2842
+ },
2843
+ "gpuData" : {
2844
+ "$ref" : " #/components/schemas/GPUData1"
2796
2845
}
2797
2846
}
2798
2847
},
2987
3036
" AS" ,
2988
3037
" REC" ,
2989
3038
" CON" ,
2990
- " PRV"
3039
+ " PRV" ,
3040
+ " GPU"
2991
3041
],
2992
3042
"type" : " string"
2993
3043
},
3005
3055
}
3006
3056
}
3007
3057
},
3058
+ "GPUData1" : {
3059
+ "type" : " object" ,
3060
+ "properties" : {
3061
+ "businessRegisterNumber" : {
3062
+ "type" : " string"
3063
+ },
3064
+ "legalRegisterNumber" : {
3065
+ "type" : " string"
3066
+ },
3067
+ "legalRegisterName" : {
3068
+ "type" : " string"
3069
+ },
3070
+ "manager" : {
3071
+ "type" : " boolean"
3072
+ },
3073
+ "managerAuthorized" : {
3074
+ "type" : " boolean"
3075
+ },
3076
+ "managerEligible" : {
3077
+ "type" : " boolean"
3078
+ },
3079
+ "managerProsecution" : {
3080
+ "type" : " boolean"
3081
+ },
3082
+ "institutionCourtMeasures" : {
3083
+ "type" : " boolean"
3084
+ }
3085
+ }
3086
+ },
3008
3087
"PageOfUserGroupResource" : {
3009
3088
"title" : " PageOfUserGroupResource" ,
3010
3089
"required" : [
Original file line number Diff line number Diff line change 1135
1135
"email" : {
1136
1136
"type" : " string"
1137
1137
},
1138
+ "mobilePhone" : {
1139
+ "type" : " string"
1140
+ },
1138
1141
"workContacts" : {
1139
1142
"type" : " object" ,
1140
1143
"additionalProperties" : {
Original file line number Diff line number Diff line change 354
354
"PaymentServiceProviderRequest1" : {
355
355
"type" : " object" ,
356
356
"properties" : {
357
- "abiCode" : {
358
- "type" : " string"
359
- },
360
357
"businessRegisterNumber" : {
361
358
"type" : " string"
362
359
},
366
363
"legalRegisterName" : {
367
364
"type" : " string"
368
365
},
366
+ "abiCode" : {
367
+ "type" : " string"
368
+ },
369
369
"vatNumberGroup" : {
370
370
"type" : " boolean"
371
371
},
520
520
" AS" ,
521
521
" REC" ,
522
522
" CON" ,
523
- " PRV"
523
+ " PRV" ,
524
+ " GPU"
524
525
],
525
526
"type" : " string"
526
527
},
Original file line number Diff line number Diff line change 77
77
"schema" : {
78
78
"type" : " string"
79
79
}
80
+ },
81
+ {
82
+ "name" : " productId" ,
83
+ "in" : " query" ,
84
+ "description" : " productId" ,
85
+ "required" : false ,
86
+ "style" : " form" ,
87
+ "schema" : {
88
+ "type" : " string"
89
+ }
80
90
}
81
91
],
82
92
"responses" : {
1217
1227
"email" : {
1218
1228
"type" : " string"
1219
1229
},
1230
+ "mobilePhone" : {
1231
+ "type" : " string"
1232
+ },
1220
1233
"workContacts" : {
1221
1234
"type" : " object" ,
1222
1235
"additionalProperties" : {
You can’t perform that action at this time.
0 commit comments