@ampeco/public-api-mcp 0.4.0 → 3.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/build-stats.json +9 -9
- package/dist/generated/endpoints.json +396 -33
- package/dist/generated/response-schemas.json +910 -236
- package/dist/generated/schemas.d.ts +280 -95
- package/dist/generated/schemas.d.ts.map +1 -1
- package/dist/generated/schemas.js +77 -18
- package/dist/generated/schemas.js.map +1 -1
- package/dist/generated/schemas.ts +79 -18
- package/package.json +1 -1
|
@@ -1926,65 +1926,7 @@
|
|
|
1926
1926
|
}
|
|
1927
1927
|
}
|
|
1928
1928
|
},
|
|
1929
|
-
"
|
|
1930
|
-
"200": {
|
|
1931
|
-
"schema": {
|
|
1932
|
-
"type": "object",
|
|
1933
|
-
"properties": {
|
|
1934
|
-
"data": {
|
|
1935
|
-
"type": "array",
|
|
1936
|
-
"items": {
|
|
1937
|
-
"type": "object",
|
|
1938
|
-
"description": "Availability information for a specific EVSE",
|
|
1939
|
-
"properties": {
|
|
1940
|
-
"evseId": {
|
|
1941
|
-
"type": "integer"
|
|
1942
|
-
},
|
|
1943
|
-
"availableSlots": {
|
|
1944
|
-
"type": "array",
|
|
1945
|
-
"items": {
|
|
1946
|
-
"type": "object",
|
|
1947
|
-
"description": "Time slot representing an available booking period",
|
|
1948
|
-
"properties": {
|
|
1949
|
-
"startAt": {
|
|
1950
|
-
"type": "string",
|
|
1951
|
-
"format": "date-time",
|
|
1952
|
-
"description": "Start time of the available slot"
|
|
1953
|
-
},
|
|
1954
|
-
"endAt": {
|
|
1955
|
-
"type": "string",
|
|
1956
|
-
"format": "date-time",
|
|
1957
|
-
"description": "End time of the available slot"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
"required": [
|
|
1961
|
-
"startAt",
|
|
1962
|
-
"endAt"
|
|
1963
|
-
]
|
|
1964
|
-
},
|
|
1965
|
-
"description": "Array of available time slots"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
"required": [
|
|
1969
|
-
"evseId",
|
|
1970
|
-
"availableSlots"
|
|
1971
|
-
]
|
|
1972
|
-
},
|
|
1973
|
-
"description": "Array of EVSE availability information for a location"
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"400": {
|
|
1979
|
-
"schema": {
|
|
1980
|
-
"type": "object",
|
|
1981
|
-
"properties": {
|
|
1982
|
-
"message": {
|
|
1983
|
-
"type": "string"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
},
|
|
1929
|
+
"assignInstallerJobChargePoints": {
|
|
1988
1930
|
"401": {
|
|
1989
1931
|
"schema": {
|
|
1990
1932
|
"type": "object",
|
|
@@ -2027,8 +1969,8 @@
|
|
|
2027
1969
|
}
|
|
2028
1970
|
}
|
|
2029
1971
|
},
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
1972
|
+
"changeInstallerJobStatus": {
|
|
1973
|
+
"401": {
|
|
2032
1974
|
"schema": {
|
|
2033
1975
|
"type": "object",
|
|
2034
1976
|
"properties": {
|
|
@@ -2038,17 +1980,18 @@
|
|
|
2038
1980
|
}
|
|
2039
1981
|
}
|
|
2040
1982
|
},
|
|
2041
|
-
"
|
|
1983
|
+
"403": {
|
|
2042
1984
|
"schema": {
|
|
2043
1985
|
"type": "object",
|
|
2044
1986
|
"properties": {
|
|
2045
1987
|
"message": {
|
|
2046
|
-
"type": "string"
|
|
1988
|
+
"type": "string",
|
|
1989
|
+
"default": "This action is unauthorized."
|
|
2047
1990
|
}
|
|
2048
1991
|
}
|
|
2049
1992
|
}
|
|
2050
1993
|
},
|
|
2051
|
-
"
|
|
1994
|
+
"404": {
|
|
2052
1995
|
"schema": {
|
|
2053
1996
|
"type": "object",
|
|
2054
1997
|
"properties": {
|
|
@@ -2057,10 +2000,8 @@
|
|
|
2057
2000
|
}
|
|
2058
2001
|
}
|
|
2059
2002
|
}
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
"parkingSpaceUpdateOccupancyStatus": {
|
|
2063
|
-
"401": {
|
|
2003
|
+
},
|
|
2004
|
+
"429": {
|
|
2064
2005
|
"schema": {
|
|
2065
2006
|
"type": "object",
|
|
2066
2007
|
"properties": {
|
|
@@ -2069,19 +2010,58 @@
|
|
|
2069
2010
|
}
|
|
2070
2011
|
}
|
|
2071
2012
|
}
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"locationCheckBookingAvailability": {
|
|
2016
|
+
"200": {
|
|
2074
2017
|
"schema": {
|
|
2075
2018
|
"type": "object",
|
|
2076
2019
|
"properties": {
|
|
2077
|
-
"
|
|
2078
|
-
"type": "
|
|
2079
|
-
"
|
|
2020
|
+
"data": {
|
|
2021
|
+
"type": "array",
|
|
2022
|
+
"items": {
|
|
2023
|
+
"type": "object",
|
|
2024
|
+
"description": "Availability information for a specific EVSE",
|
|
2025
|
+
"properties": {
|
|
2026
|
+
"evseId": {
|
|
2027
|
+
"type": "integer"
|
|
2028
|
+
},
|
|
2029
|
+
"availableSlots": {
|
|
2030
|
+
"type": "array",
|
|
2031
|
+
"items": {
|
|
2032
|
+
"type": "object",
|
|
2033
|
+
"description": "Time slot representing an available booking period",
|
|
2034
|
+
"properties": {
|
|
2035
|
+
"startAt": {
|
|
2036
|
+
"type": "string",
|
|
2037
|
+
"format": "date-time",
|
|
2038
|
+
"description": "Start time of the available slot"
|
|
2039
|
+
},
|
|
2040
|
+
"endAt": {
|
|
2041
|
+
"type": "string",
|
|
2042
|
+
"format": "date-time",
|
|
2043
|
+
"description": "End time of the available slot"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
"required": [
|
|
2047
|
+
"startAt",
|
|
2048
|
+
"endAt"
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
"description": "Array of available time slots"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
"required": [
|
|
2055
|
+
"evseId",
|
|
2056
|
+
"availableSlots"
|
|
2057
|
+
]
|
|
2058
|
+
},
|
|
2059
|
+
"description": "Array of EVSE availability information for a location"
|
|
2080
2060
|
}
|
|
2081
2061
|
}
|
|
2082
2062
|
}
|
|
2083
2063
|
},
|
|
2084
|
-
"
|
|
2064
|
+
"400": {
|
|
2085
2065
|
"schema": {
|
|
2086
2066
|
"type": "object",
|
|
2087
2067
|
"properties": {
|
|
@@ -2091,18 +2071,6 @@
|
|
|
2091
2071
|
}
|
|
2092
2072
|
}
|
|
2093
2073
|
},
|
|
2094
|
-
"429": {
|
|
2095
|
-
"schema": {
|
|
2096
|
-
"type": "object",
|
|
2097
|
-
"properties": {
|
|
2098
|
-
"message": {
|
|
2099
|
-
"type": "string"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
"certificateIssueAnEmaid": {
|
|
2106
2074
|
"401": {
|
|
2107
2075
|
"schema": {
|
|
2108
2076
|
"type": "object",
|
|
@@ -2145,8 +2113,8 @@
|
|
|
2145
2113
|
}
|
|
2146
2114
|
}
|
|
2147
2115
|
},
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2116
|
+
"notificationsResendFailed": {
|
|
2117
|
+
"404": {
|
|
2150
2118
|
"schema": {
|
|
2151
2119
|
"type": "object",
|
|
2152
2120
|
"properties": {
|
|
@@ -2156,18 +2124,7 @@
|
|
|
2156
2124
|
}
|
|
2157
2125
|
}
|
|
2158
2126
|
},
|
|
2159
|
-
"
|
|
2160
|
-
"schema": {
|
|
2161
|
-
"type": "object",
|
|
2162
|
-
"properties": {
|
|
2163
|
-
"message": {
|
|
2164
|
-
"type": "string",
|
|
2165
|
-
"default": "This action is unauthorized."
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
}
|
|
2169
|
-
},
|
|
2170
|
-
"404": {
|
|
2127
|
+
"409": {
|
|
2171
2128
|
"schema": {
|
|
2172
2129
|
"type": "object",
|
|
2173
2130
|
"properties": {
|
|
@@ -2188,17 +2145,7 @@
|
|
|
2188
2145
|
}
|
|
2189
2146
|
}
|
|
2190
2147
|
},
|
|
2191
|
-
"
|
|
2192
|
-
"400": {
|
|
2193
|
-
"schema": {
|
|
2194
|
-
"type": "object",
|
|
2195
|
-
"properties": {
|
|
2196
|
-
"message": {
|
|
2197
|
-
"type": "string"
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2148
|
+
"parkingSpaceUpdateOccupancyStatus": {
|
|
2202
2149
|
"401": {
|
|
2203
2150
|
"schema": {
|
|
2204
2151
|
"type": "object",
|
|
@@ -2241,7 +2188,7 @@
|
|
|
2241
2188
|
}
|
|
2242
2189
|
}
|
|
2243
2190
|
},
|
|
2244
|
-
"
|
|
2191
|
+
"certificateIssueAnEmaid": {
|
|
2245
2192
|
"401": {
|
|
2246
2193
|
"schema": {
|
|
2247
2194
|
"type": "object",
|
|
@@ -2273,16 +2220,6 @@
|
|
|
2273
2220
|
}
|
|
2274
2221
|
}
|
|
2275
2222
|
},
|
|
2276
|
-
"409": {
|
|
2277
|
-
"schema": {
|
|
2278
|
-
"type": "object",
|
|
2279
|
-
"properties": {
|
|
2280
|
-
"message": {
|
|
2281
|
-
"type": "string"
|
|
2282
|
-
}
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
2223
|
"429": {
|
|
2287
2224
|
"schema": {
|
|
2288
2225
|
"type": "object",
|
|
@@ -2294,7 +2231,7 @@
|
|
|
2294
2231
|
}
|
|
2295
2232
|
}
|
|
2296
2233
|
},
|
|
2297
|
-
"
|
|
2234
|
+
"reservationCancel": {
|
|
2298
2235
|
"401": {
|
|
2299
2236
|
"schema": {
|
|
2300
2237
|
"type": "object",
|
|
@@ -2326,16 +2263,6 @@
|
|
|
2326
2263
|
}
|
|
2327
2264
|
}
|
|
2328
2265
|
},
|
|
2329
|
-
"409": {
|
|
2330
|
-
"schema": {
|
|
2331
|
-
"type": "object",
|
|
2332
|
-
"properties": {
|
|
2333
|
-
"message": {
|
|
2334
|
-
"type": "string"
|
|
2335
|
-
}
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
},
|
|
2339
2266
|
"429": {
|
|
2340
2267
|
"schema": {
|
|
2341
2268
|
"type": "object",
|
|
@@ -2347,8 +2274,8 @@
|
|
|
2347
2274
|
}
|
|
2348
2275
|
}
|
|
2349
2276
|
},
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2277
|
+
"updateCustomTariffFilterTariff": {
|
|
2278
|
+
"400": {
|
|
2352
2279
|
"schema": {
|
|
2353
2280
|
"type": "object",
|
|
2354
2281
|
"properties": {
|
|
@@ -2358,18 +2285,7 @@
|
|
|
2358
2285
|
}
|
|
2359
2286
|
}
|
|
2360
2287
|
},
|
|
2361
|
-
"
|
|
2362
|
-
"schema": {
|
|
2363
|
-
"type": "object",
|
|
2364
|
-
"properties": {
|
|
2365
|
-
"message": {
|
|
2366
|
-
"type": "string",
|
|
2367
|
-
"default": "This action is unauthorized."
|
|
2368
|
-
}
|
|
2369
|
-
}
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"404": {
|
|
2288
|
+
"401": {
|
|
2373
2289
|
"schema": {
|
|
2374
2290
|
"type": "object",
|
|
2375
2291
|
"properties": {
|
|
@@ -2379,24 +2295,13 @@
|
|
|
2379
2295
|
}
|
|
2380
2296
|
}
|
|
2381
2297
|
},
|
|
2382
|
-
"
|
|
2383
|
-
"schema": {
|
|
2384
|
-
"type": "object",
|
|
2385
|
-
"properties": {
|
|
2386
|
-
"message": {
|
|
2387
|
-
"type": "string"
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
}
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
"tariffSetDisplayInformation": {
|
|
2394
|
-
"401": {
|
|
2298
|
+
"403": {
|
|
2395
2299
|
"schema": {
|
|
2396
2300
|
"type": "object",
|
|
2397
2301
|
"properties": {
|
|
2398
2302
|
"message": {
|
|
2399
|
-
"type": "string"
|
|
2303
|
+
"type": "string",
|
|
2304
|
+
"default": "This action is unauthorized."
|
|
2400
2305
|
}
|
|
2401
2306
|
}
|
|
2402
2307
|
}
|
|
@@ -2422,7 +2327,7 @@
|
|
|
2422
2327
|
}
|
|
2423
2328
|
}
|
|
2424
2329
|
},
|
|
2425
|
-
"
|
|
2330
|
+
"sessionAssignToUser": {
|
|
2426
2331
|
"401": {
|
|
2427
2332
|
"schema": {
|
|
2428
2333
|
"type": "object",
|
|
@@ -2464,16 +2369,6 @@
|
|
|
2464
2369
|
}
|
|
2465
2370
|
}
|
|
2466
2371
|
},
|
|
2467
|
-
"412": {
|
|
2468
|
-
"schema": {
|
|
2469
|
-
"type": "object",
|
|
2470
|
-
"properties": {
|
|
2471
|
-
"message": {
|
|
2472
|
-
"type": "string"
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
}
|
|
2476
|
-
},
|
|
2477
2372
|
"429": {
|
|
2478
2373
|
"schema": {
|
|
2479
2374
|
"type": "object",
|
|
@@ -2485,7 +2380,7 @@
|
|
|
2485
2380
|
}
|
|
2486
2381
|
}
|
|
2487
2382
|
},
|
|
2488
|
-
"
|
|
2383
|
+
"sessionRetryPayment": {
|
|
2489
2384
|
"401": {
|
|
2490
2385
|
"schema": {
|
|
2491
2386
|
"type": "object",
|
|
@@ -2538,7 +2433,7 @@
|
|
|
2538
2433
|
}
|
|
2539
2434
|
}
|
|
2540
2435
|
},
|
|
2541
|
-
"
|
|
2436
|
+
"subscriptionPlanReplace": {
|
|
2542
2437
|
"401": {
|
|
2543
2438
|
"schema": {
|
|
2544
2439
|
"type": "object",
|
|
@@ -2581,17 +2476,7 @@
|
|
|
2581
2476
|
}
|
|
2582
2477
|
}
|
|
2583
2478
|
},
|
|
2584
|
-
"
|
|
2585
|
-
"400": {
|
|
2586
|
-
"schema": {
|
|
2587
|
-
"type": "object",
|
|
2588
|
-
"properties": {
|
|
2589
|
-
"message": {
|
|
2590
|
-
"type": "string"
|
|
2591
|
-
}
|
|
2592
|
-
}
|
|
2593
|
-
}
|
|
2594
|
-
},
|
|
2479
|
+
"tariffSetDisplayInformation": {
|
|
2595
2480
|
"401": {
|
|
2596
2481
|
"schema": {
|
|
2597
2482
|
"type": "object",
|
|
@@ -2602,17 +2487,218 @@
|
|
|
2602
2487
|
}
|
|
2603
2488
|
}
|
|
2604
2489
|
},
|
|
2605
|
-
"
|
|
2606
|
-
"schema": {
|
|
2607
|
-
"type": "object",
|
|
2608
|
-
"properties": {
|
|
2609
|
-
"message": {
|
|
2610
|
-
"type": "string"
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2490
|
+
"404": {
|
|
2491
|
+
"schema": {
|
|
2492
|
+
"type": "object",
|
|
2493
|
+
"properties": {
|
|
2494
|
+
"message": {
|
|
2495
|
+
"type": "string"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
"429": {
|
|
2501
|
+
"schema": {
|
|
2502
|
+
"type": "object",
|
|
2503
|
+
"properties": {
|
|
2504
|
+
"message": {
|
|
2505
|
+
"type": "string"
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"transactionIssueInvoice": {
|
|
2512
|
+
"401": {
|
|
2513
|
+
"schema": {
|
|
2514
|
+
"type": "object",
|
|
2515
|
+
"properties": {
|
|
2516
|
+
"message": {
|
|
2517
|
+
"type": "string"
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"403": {
|
|
2523
|
+
"schema": {
|
|
2524
|
+
"type": "object",
|
|
2525
|
+
"properties": {
|
|
2526
|
+
"message": {
|
|
2527
|
+
"type": "string",
|
|
2528
|
+
"default": "This action is unauthorized."
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
"404": {
|
|
2534
|
+
"schema": {
|
|
2535
|
+
"type": "object",
|
|
2536
|
+
"properties": {
|
|
2537
|
+
"message": {
|
|
2538
|
+
"type": "string"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
"409": {
|
|
2544
|
+
"schema": {
|
|
2545
|
+
"type": "object",
|
|
2546
|
+
"properties": {
|
|
2547
|
+
"message": {
|
|
2548
|
+
"type": "string"
|
|
2549
|
+
}
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"412": {
|
|
2554
|
+
"schema": {
|
|
2555
|
+
"type": "object",
|
|
2556
|
+
"properties": {
|
|
2557
|
+
"message": {
|
|
2558
|
+
"type": "string"
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"429": {
|
|
2564
|
+
"schema": {
|
|
2565
|
+
"type": "object",
|
|
2566
|
+
"properties": {
|
|
2567
|
+
"message": {
|
|
2568
|
+
"type": "string"
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"transactionResendInvoice": {
|
|
2575
|
+
"401": {
|
|
2576
|
+
"schema": {
|
|
2577
|
+
"type": "object",
|
|
2578
|
+
"properties": {
|
|
2579
|
+
"message": {
|
|
2580
|
+
"type": "string"
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
"403": {
|
|
2586
|
+
"schema": {
|
|
2587
|
+
"type": "object",
|
|
2588
|
+
"properties": {
|
|
2589
|
+
"message": {
|
|
2590
|
+
"type": "string",
|
|
2591
|
+
"default": "This action is unauthorized."
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
"404": {
|
|
2597
|
+
"schema": {
|
|
2598
|
+
"type": "object",
|
|
2599
|
+
"properties": {
|
|
2600
|
+
"message": {
|
|
2601
|
+
"type": "string"
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
"409": {
|
|
2607
|
+
"schema": {
|
|
2608
|
+
"type": "object",
|
|
2609
|
+
"properties": {
|
|
2610
|
+
"message": {
|
|
2611
|
+
"type": "string"
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2616
|
+
"429": {
|
|
2617
|
+
"schema": {
|
|
2618
|
+
"type": "object",
|
|
2619
|
+
"properties": {
|
|
2620
|
+
"message": {
|
|
2621
|
+
"type": "string"
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"transactionUpdatePaymentReference": {
|
|
2628
|
+
"401": {
|
|
2629
|
+
"schema": {
|
|
2630
|
+
"type": "object",
|
|
2631
|
+
"properties": {
|
|
2632
|
+
"message": {
|
|
2633
|
+
"type": "string"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"403": {
|
|
2639
|
+
"schema": {
|
|
2640
|
+
"type": "object",
|
|
2641
|
+
"properties": {
|
|
2642
|
+
"message": {
|
|
2643
|
+
"type": "string",
|
|
2644
|
+
"default": "This action is unauthorized."
|
|
2645
|
+
}
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
"404": {
|
|
2650
|
+
"schema": {
|
|
2651
|
+
"type": "object",
|
|
2652
|
+
"properties": {
|
|
2653
|
+
"message": {
|
|
2654
|
+
"type": "string"
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
"429": {
|
|
2660
|
+
"schema": {
|
|
2661
|
+
"type": "object",
|
|
2662
|
+
"properties": {
|
|
2663
|
+
"message": {
|
|
2664
|
+
"type": "string"
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2670
|
+
"userActivateSubscription": {
|
|
2671
|
+
"400": {
|
|
2672
|
+
"schema": {
|
|
2673
|
+
"type": "object",
|
|
2674
|
+
"properties": {
|
|
2675
|
+
"message": {
|
|
2676
|
+
"type": "string"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
},
|
|
2681
|
+
"401": {
|
|
2682
|
+
"schema": {
|
|
2683
|
+
"type": "object",
|
|
2684
|
+
"properties": {
|
|
2685
|
+
"message": {
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
"403": {
|
|
2692
|
+
"schema": {
|
|
2693
|
+
"type": "object",
|
|
2694
|
+
"properties": {
|
|
2695
|
+
"message": {
|
|
2696
|
+
"type": "string",
|
|
2697
|
+
"default": "This action is unauthorized."
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2616
2702
|
"404": {
|
|
2617
2703
|
"schema": {
|
|
2618
2704
|
"type": "object",
|
|
@@ -55153,7 +55239,8 @@
|
|
|
55153
55239
|
"Pax",
|
|
55154
55240
|
"Windcave",
|
|
55155
55241
|
"Web portal",
|
|
55156
|
-
"AdyenCastles"
|
|
55242
|
+
"AdyenCastles",
|
|
55243
|
+
"Printec Castles"
|
|
55157
55244
|
]
|
|
55158
55245
|
},
|
|
55159
55246
|
"operatorId": {
|
|
@@ -55273,7 +55360,8 @@
|
|
|
55273
55360
|
"Pax",
|
|
55274
55361
|
"Windcave",
|
|
55275
55362
|
"Web portal",
|
|
55276
|
-
"AdyenCastles"
|
|
55363
|
+
"AdyenCastles",
|
|
55364
|
+
"Printec Castles"
|
|
55277
55365
|
]
|
|
55278
55366
|
},
|
|
55279
55367
|
"operatorId": {
|
|
@@ -55407,7 +55495,8 @@
|
|
|
55407
55495
|
"Pax",
|
|
55408
55496
|
"Windcave",
|
|
55409
55497
|
"Web portal",
|
|
55410
|
-
"AdyenCastles"
|
|
55498
|
+
"AdyenCastles",
|
|
55499
|
+
"Printec Castles"
|
|
55411
55500
|
]
|
|
55412
55501
|
},
|
|
55413
55502
|
"operatorId": {
|
|
@@ -55461,7 +55550,8 @@
|
|
|
55461
55550
|
"Pax",
|
|
55462
55551
|
"Windcave",
|
|
55463
55552
|
"Web portal",
|
|
55464
|
-
"AdyenCastles"
|
|
55553
|
+
"AdyenCastles",
|
|
55554
|
+
"Printec Castles"
|
|
55465
55555
|
]
|
|
55466
55556
|
},
|
|
55467
55557
|
"operatorId": {
|
|
@@ -55525,7 +55615,8 @@
|
|
|
55525
55615
|
"Pax",
|
|
55526
55616
|
"Windcave",
|
|
55527
55617
|
"Web portal",
|
|
55528
|
-
"AdyenCastles"
|
|
55618
|
+
"AdyenCastles",
|
|
55619
|
+
"Printec Castles"
|
|
55529
55620
|
]
|
|
55530
55621
|
},
|
|
55531
55622
|
"operatorId": {
|
|
@@ -55583,7 +55674,8 @@
|
|
|
55583
55674
|
"Pax",
|
|
55584
55675
|
"Windcave",
|
|
55585
55676
|
"Web portal",
|
|
55586
|
-
"AdyenCastles"
|
|
55677
|
+
"AdyenCastles",
|
|
55678
|
+
"Printec Castles"
|
|
55587
55679
|
]
|
|
55588
55680
|
},
|
|
55589
55681
|
"operatorId": {
|
|
@@ -55640,7 +55732,8 @@
|
|
|
55640
55732
|
"Pax",
|
|
55641
55733
|
"Windcave",
|
|
55642
55734
|
"Web portal",
|
|
55643
|
-
"AdyenCastles"
|
|
55735
|
+
"AdyenCastles",
|
|
55736
|
+
"Printec Castles"
|
|
55644
55737
|
]
|
|
55645
55738
|
},
|
|
55646
55739
|
"operatorId": {
|
|
@@ -55719,7 +55812,8 @@
|
|
|
55719
55812
|
"Pax",
|
|
55720
55813
|
"Windcave",
|
|
55721
55814
|
"Web portal",
|
|
55722
|
-
"AdyenCastles"
|
|
55815
|
+
"AdyenCastles",
|
|
55816
|
+
"Printec Castles"
|
|
55723
55817
|
]
|
|
55724
55818
|
},
|
|
55725
55819
|
"operatorId": {
|
|
@@ -55773,7 +55867,8 @@
|
|
|
55773
55867
|
"Pax",
|
|
55774
55868
|
"Windcave",
|
|
55775
55869
|
"Web portal",
|
|
55776
|
-
"AdyenCastles"
|
|
55870
|
+
"AdyenCastles",
|
|
55871
|
+
"Printec Castles"
|
|
55777
55872
|
]
|
|
55778
55873
|
},
|
|
55779
55874
|
"operatorId": {
|
|
@@ -55849,7 +55944,8 @@
|
|
|
55849
55944
|
"Pax",
|
|
55850
55945
|
"Windcave",
|
|
55851
55946
|
"Web portal",
|
|
55852
|
-
"AdyenCastles"
|
|
55947
|
+
"AdyenCastles",
|
|
55948
|
+
"Printec Castles"
|
|
55853
55949
|
]
|
|
55854
55950
|
},
|
|
55855
55951
|
"operatorId": {
|
|
@@ -55932,6 +56028,143 @@
|
|
|
55932
56028
|
"readOnly": true
|
|
55933
56029
|
}
|
|
55934
56030
|
}
|
|
56031
|
+
},
|
|
56032
|
+
{
|
|
56033
|
+
"title": "Printec Castles",
|
|
56034
|
+
"required": [
|
|
56035
|
+
"phone",
|
|
56036
|
+
"defaultLanguage",
|
|
56037
|
+
"info",
|
|
56038
|
+
"bundle",
|
|
56039
|
+
"name",
|
|
56040
|
+
"integrationId",
|
|
56041
|
+
"terminalType",
|
|
56042
|
+
"operatorId"
|
|
56043
|
+
],
|
|
56044
|
+
"type": "object",
|
|
56045
|
+
"properties": {
|
|
56046
|
+
"id": {
|
|
56047
|
+
"type": "integer",
|
|
56048
|
+
"readOnly": true
|
|
56049
|
+
},
|
|
56050
|
+
"name": {
|
|
56051
|
+
"type": "string"
|
|
56052
|
+
},
|
|
56053
|
+
"integrationId": {
|
|
56054
|
+
"type": "integer"
|
|
56055
|
+
},
|
|
56056
|
+
"terminalType": {
|
|
56057
|
+
"type": "string",
|
|
56058
|
+
"enum": [
|
|
56059
|
+
"Payter",
|
|
56060
|
+
"Valina",
|
|
56061
|
+
"Crane",
|
|
56062
|
+
"Ampeco",
|
|
56063
|
+
"Nayax",
|
|
56064
|
+
"Embedded",
|
|
56065
|
+
"Pax",
|
|
56066
|
+
"Windcave",
|
|
56067
|
+
"Web portal",
|
|
56068
|
+
"AdyenCastles",
|
|
56069
|
+
"Printec Castles"
|
|
56070
|
+
]
|
|
56071
|
+
},
|
|
56072
|
+
"operatorId": {
|
|
56073
|
+
"type": "integer"
|
|
56074
|
+
},
|
|
56075
|
+
"chargingZoneId": {
|
|
56076
|
+
"type": "integer",
|
|
56077
|
+
"description": "The charging zone the terminal belongs to. Note that either the `chargePointId` OR this attribute should be provided;"
|
|
56078
|
+
},
|
|
56079
|
+
"chargePointId": {
|
|
56080
|
+
"type": "integer",
|
|
56081
|
+
"description": "The Charge point the terminal belongs to. Note that either the `chargingZoneId` OR this attribute should be provided;"
|
|
56082
|
+
},
|
|
56083
|
+
"adminToken": {
|
|
56084
|
+
"type": "string",
|
|
56085
|
+
"readOnly": true,
|
|
56086
|
+
"description": "Specific token, linked to each terminal that can be used for access to the API. The token is created automatically when a new payment terminal is created."
|
|
56087
|
+
},
|
|
56088
|
+
"networkStatus": {
|
|
56089
|
+
"type": "string",
|
|
56090
|
+
"enum": [
|
|
56091
|
+
"online",
|
|
56092
|
+
"offline",
|
|
56093
|
+
"unknown"
|
|
56094
|
+
]
|
|
56095
|
+
},
|
|
56096
|
+
"phone": {
|
|
56097
|
+
"type": "string"
|
|
56098
|
+
},
|
|
56099
|
+
"defaultLanguage": {
|
|
56100
|
+
"type": "string"
|
|
56101
|
+
},
|
|
56102
|
+
"presentCardOnStopSession": {
|
|
56103
|
+
"type": "boolean",
|
|
56104
|
+
"default": false
|
|
56105
|
+
},
|
|
56106
|
+
"info": {
|
|
56107
|
+
"type": "array",
|
|
56108
|
+
"items": {
|
|
56109
|
+
"type": "object",
|
|
56110
|
+
"properties": {
|
|
56111
|
+
"locale": {
|
|
56112
|
+
"type": "string",
|
|
56113
|
+
"description": "valid locale"
|
|
56114
|
+
},
|
|
56115
|
+
"translation": {
|
|
56116
|
+
"type": "string"
|
|
56117
|
+
}
|
|
56118
|
+
}
|
|
56119
|
+
}
|
|
56120
|
+
},
|
|
56121
|
+
"currencyCode": {
|
|
56122
|
+
"type": "string",
|
|
56123
|
+
"readOnly": true
|
|
56124
|
+
},
|
|
56125
|
+
"countryCode": {
|
|
56126
|
+
"type": "string",
|
|
56127
|
+
"description": "ISO 3166-1 alpha-2 country code",
|
|
56128
|
+
"readOnly": true
|
|
56129
|
+
},
|
|
56130
|
+
"serialNumber": {
|
|
56131
|
+
"type": "string"
|
|
56132
|
+
},
|
|
56133
|
+
"externalId": {
|
|
56134
|
+
"type": "string"
|
|
56135
|
+
},
|
|
56136
|
+
"supportedLanguages": {
|
|
56137
|
+
"type": "array",
|
|
56138
|
+
"items": {
|
|
56139
|
+
"type": "string"
|
|
56140
|
+
},
|
|
56141
|
+
"nullable": true,
|
|
56142
|
+
"readOnly": true
|
|
56143
|
+
},
|
|
56144
|
+
"bundle": {
|
|
56145
|
+
"type": "object",
|
|
56146
|
+
"readOnly": true,
|
|
56147
|
+
"properties": {
|
|
56148
|
+
"version": {
|
|
56149
|
+
"type": "string",
|
|
56150
|
+
"example": [
|
|
56151
|
+
"1.0.0",
|
|
56152
|
+
"1.0.1",
|
|
56153
|
+
"2.1.0"
|
|
56154
|
+
],
|
|
56155
|
+
"description": "Desired version of the terminal android bundle. This field should be used to detect version difference between the actual one running on the terminal and the configured on the server, in order to detect if an OTA update is required."
|
|
56156
|
+
},
|
|
56157
|
+
"downloadUrl": {
|
|
56158
|
+
"type": "string",
|
|
56159
|
+
"description": "Download link to the archived (zip) bundle version. Can be used to download the bundle and initiate the OTA update on the terminal."
|
|
56160
|
+
}
|
|
56161
|
+
}
|
|
56162
|
+
},
|
|
56163
|
+
"networkStatusMonitoringEnabled": {
|
|
56164
|
+
"type": "boolean",
|
|
56165
|
+
"readOnly": true
|
|
56166
|
+
}
|
|
56167
|
+
}
|
|
55935
56168
|
}
|
|
55936
56169
|
]
|
|
55937
56170
|
}
|
|
@@ -56087,7 +56320,8 @@
|
|
|
56087
56320
|
"Pax",
|
|
56088
56321
|
"Windcave",
|
|
56089
56322
|
"Web portal",
|
|
56090
|
-
"AdyenCastles"
|
|
56323
|
+
"AdyenCastles",
|
|
56324
|
+
"Printec Castles"
|
|
56091
56325
|
]
|
|
56092
56326
|
},
|
|
56093
56327
|
"operatorId": {
|
|
@@ -56207,7 +56441,8 @@
|
|
|
56207
56441
|
"Pax",
|
|
56208
56442
|
"Windcave",
|
|
56209
56443
|
"Web portal",
|
|
56210
|
-
"AdyenCastles"
|
|
56444
|
+
"AdyenCastles",
|
|
56445
|
+
"Printec Castles"
|
|
56211
56446
|
]
|
|
56212
56447
|
},
|
|
56213
56448
|
"operatorId": {
|
|
@@ -56341,7 +56576,8 @@
|
|
|
56341
56576
|
"Pax",
|
|
56342
56577
|
"Windcave",
|
|
56343
56578
|
"Web portal",
|
|
56344
|
-
"AdyenCastles"
|
|
56579
|
+
"AdyenCastles",
|
|
56580
|
+
"Printec Castles"
|
|
56345
56581
|
]
|
|
56346
56582
|
},
|
|
56347
56583
|
"operatorId": {
|
|
@@ -56395,7 +56631,8 @@
|
|
|
56395
56631
|
"Pax",
|
|
56396
56632
|
"Windcave",
|
|
56397
56633
|
"Web portal",
|
|
56398
|
-
"AdyenCastles"
|
|
56634
|
+
"AdyenCastles",
|
|
56635
|
+
"Printec Castles"
|
|
56399
56636
|
]
|
|
56400
56637
|
},
|
|
56401
56638
|
"operatorId": {
|
|
@@ -56459,7 +56696,8 @@
|
|
|
56459
56696
|
"Pax",
|
|
56460
56697
|
"Windcave",
|
|
56461
56698
|
"Web portal",
|
|
56462
|
-
"AdyenCastles"
|
|
56699
|
+
"AdyenCastles",
|
|
56700
|
+
"Printec Castles"
|
|
56463
56701
|
]
|
|
56464
56702
|
},
|
|
56465
56703
|
"operatorId": {
|
|
@@ -56517,7 +56755,8 @@
|
|
|
56517
56755
|
"Pax",
|
|
56518
56756
|
"Windcave",
|
|
56519
56757
|
"Web portal",
|
|
56520
|
-
"AdyenCastles"
|
|
56758
|
+
"AdyenCastles",
|
|
56759
|
+
"Printec Castles"
|
|
56521
56760
|
]
|
|
56522
56761
|
},
|
|
56523
56762
|
"operatorId": {
|
|
@@ -56574,7 +56813,8 @@
|
|
|
56574
56813
|
"Pax",
|
|
56575
56814
|
"Windcave",
|
|
56576
56815
|
"Web portal",
|
|
56577
|
-
"AdyenCastles"
|
|
56816
|
+
"AdyenCastles",
|
|
56817
|
+
"Printec Castles"
|
|
56578
56818
|
]
|
|
56579
56819
|
},
|
|
56580
56820
|
"operatorId": {
|
|
@@ -56653,7 +56893,8 @@
|
|
|
56653
56893
|
"Pax",
|
|
56654
56894
|
"Windcave",
|
|
56655
56895
|
"Web portal",
|
|
56656
|
-
"AdyenCastles"
|
|
56896
|
+
"AdyenCastles",
|
|
56897
|
+
"Printec Castles"
|
|
56657
56898
|
]
|
|
56658
56899
|
},
|
|
56659
56900
|
"operatorId": {
|
|
@@ -56707,7 +56948,8 @@
|
|
|
56707
56948
|
"Pax",
|
|
56708
56949
|
"Windcave",
|
|
56709
56950
|
"Web portal",
|
|
56710
|
-
"AdyenCastles"
|
|
56951
|
+
"AdyenCastles",
|
|
56952
|
+
"Printec Castles"
|
|
56711
56953
|
]
|
|
56712
56954
|
},
|
|
56713
56955
|
"operatorId": {
|
|
@@ -56783,7 +57025,8 @@
|
|
|
56783
57025
|
"Pax",
|
|
56784
57026
|
"Windcave",
|
|
56785
57027
|
"Web portal",
|
|
56786
|
-
"AdyenCastles"
|
|
57028
|
+
"AdyenCastles",
|
|
57029
|
+
"Printec Castles"
|
|
56787
57030
|
]
|
|
56788
57031
|
},
|
|
56789
57032
|
"operatorId": {
|
|
@@ -56866,6 +57109,143 @@
|
|
|
56866
57109
|
"readOnly": true
|
|
56867
57110
|
}
|
|
56868
57111
|
}
|
|
57112
|
+
},
|
|
57113
|
+
{
|
|
57114
|
+
"title": "Printec Castles",
|
|
57115
|
+
"required": [
|
|
57116
|
+
"phone",
|
|
57117
|
+
"defaultLanguage",
|
|
57118
|
+
"info",
|
|
57119
|
+
"bundle",
|
|
57120
|
+
"name",
|
|
57121
|
+
"integrationId",
|
|
57122
|
+
"terminalType",
|
|
57123
|
+
"operatorId"
|
|
57124
|
+
],
|
|
57125
|
+
"type": "object",
|
|
57126
|
+
"properties": {
|
|
57127
|
+
"id": {
|
|
57128
|
+
"type": "integer",
|
|
57129
|
+
"readOnly": true
|
|
57130
|
+
},
|
|
57131
|
+
"name": {
|
|
57132
|
+
"type": "string"
|
|
57133
|
+
},
|
|
57134
|
+
"integrationId": {
|
|
57135
|
+
"type": "integer"
|
|
57136
|
+
},
|
|
57137
|
+
"terminalType": {
|
|
57138
|
+
"type": "string",
|
|
57139
|
+
"enum": [
|
|
57140
|
+
"Payter",
|
|
57141
|
+
"Valina",
|
|
57142
|
+
"Crane",
|
|
57143
|
+
"Ampeco",
|
|
57144
|
+
"Nayax",
|
|
57145
|
+
"Embedded",
|
|
57146
|
+
"Pax",
|
|
57147
|
+
"Windcave",
|
|
57148
|
+
"Web portal",
|
|
57149
|
+
"AdyenCastles",
|
|
57150
|
+
"Printec Castles"
|
|
57151
|
+
]
|
|
57152
|
+
},
|
|
57153
|
+
"operatorId": {
|
|
57154
|
+
"type": "integer"
|
|
57155
|
+
},
|
|
57156
|
+
"chargingZoneId": {
|
|
57157
|
+
"type": "integer",
|
|
57158
|
+
"description": "The charging zone the terminal belongs to. Note that either the `chargePointId` OR this attribute should be provided;"
|
|
57159
|
+
},
|
|
57160
|
+
"chargePointId": {
|
|
57161
|
+
"type": "integer",
|
|
57162
|
+
"description": "The Charge point the terminal belongs to. Note that either the `chargingZoneId` OR this attribute should be provided;"
|
|
57163
|
+
},
|
|
57164
|
+
"adminToken": {
|
|
57165
|
+
"type": "string",
|
|
57166
|
+
"readOnly": true,
|
|
57167
|
+
"description": "Specific token, linked to each terminal that can be used for access to the API. The token is created automatically when a new payment terminal is created."
|
|
57168
|
+
},
|
|
57169
|
+
"networkStatus": {
|
|
57170
|
+
"type": "string",
|
|
57171
|
+
"enum": [
|
|
57172
|
+
"online",
|
|
57173
|
+
"offline",
|
|
57174
|
+
"unknown"
|
|
57175
|
+
]
|
|
57176
|
+
},
|
|
57177
|
+
"phone": {
|
|
57178
|
+
"type": "string"
|
|
57179
|
+
},
|
|
57180
|
+
"defaultLanguage": {
|
|
57181
|
+
"type": "string"
|
|
57182
|
+
},
|
|
57183
|
+
"presentCardOnStopSession": {
|
|
57184
|
+
"type": "boolean",
|
|
57185
|
+
"default": false
|
|
57186
|
+
},
|
|
57187
|
+
"info": {
|
|
57188
|
+
"type": "array",
|
|
57189
|
+
"items": {
|
|
57190
|
+
"type": "object",
|
|
57191
|
+
"properties": {
|
|
57192
|
+
"locale": {
|
|
57193
|
+
"type": "string",
|
|
57194
|
+
"description": "valid locale"
|
|
57195
|
+
},
|
|
57196
|
+
"translation": {
|
|
57197
|
+
"type": "string"
|
|
57198
|
+
}
|
|
57199
|
+
}
|
|
57200
|
+
}
|
|
57201
|
+
},
|
|
57202
|
+
"currencyCode": {
|
|
57203
|
+
"type": "string",
|
|
57204
|
+
"readOnly": true
|
|
57205
|
+
},
|
|
57206
|
+
"countryCode": {
|
|
57207
|
+
"type": "string",
|
|
57208
|
+
"description": "ISO 3166-1 alpha-2 country code",
|
|
57209
|
+
"readOnly": true
|
|
57210
|
+
},
|
|
57211
|
+
"serialNumber": {
|
|
57212
|
+
"type": "string"
|
|
57213
|
+
},
|
|
57214
|
+
"externalId": {
|
|
57215
|
+
"type": "string"
|
|
57216
|
+
},
|
|
57217
|
+
"supportedLanguages": {
|
|
57218
|
+
"type": "array",
|
|
57219
|
+
"items": {
|
|
57220
|
+
"type": "string"
|
|
57221
|
+
},
|
|
57222
|
+
"nullable": true,
|
|
57223
|
+
"readOnly": true
|
|
57224
|
+
},
|
|
57225
|
+
"bundle": {
|
|
57226
|
+
"type": "object",
|
|
57227
|
+
"readOnly": true,
|
|
57228
|
+
"properties": {
|
|
57229
|
+
"version": {
|
|
57230
|
+
"type": "string",
|
|
57231
|
+
"example": [
|
|
57232
|
+
"1.0.0",
|
|
57233
|
+
"1.0.1",
|
|
57234
|
+
"2.1.0"
|
|
57235
|
+
],
|
|
57236
|
+
"description": "Desired version of the terminal android bundle. This field should be used to detect version difference between the actual one running on the terminal and the configured on the server, in order to detect if an OTA update is required."
|
|
57237
|
+
},
|
|
57238
|
+
"downloadUrl": {
|
|
57239
|
+
"type": "string",
|
|
57240
|
+
"description": "Download link to the archived (zip) bundle version. Can be used to download the bundle and initiate the OTA update on the terminal."
|
|
57241
|
+
}
|
|
57242
|
+
}
|
|
57243
|
+
},
|
|
57244
|
+
"networkStatusMonitoringEnabled": {
|
|
57245
|
+
"type": "boolean",
|
|
57246
|
+
"readOnly": true
|
|
57247
|
+
}
|
|
57248
|
+
}
|
|
56869
57249
|
}
|
|
56870
57250
|
]
|
|
56871
57251
|
}
|
|
@@ -56936,7 +57316,8 @@
|
|
|
56936
57316
|
"Pax",
|
|
56937
57317
|
"Windcave",
|
|
56938
57318
|
"Web portal",
|
|
56939
|
-
"AdyenCastles"
|
|
57319
|
+
"AdyenCastles",
|
|
57320
|
+
"Printec Castles"
|
|
56940
57321
|
]
|
|
56941
57322
|
},
|
|
56942
57323
|
"operatorId": {
|
|
@@ -57056,7 +57437,8 @@
|
|
|
57056
57437
|
"Pax",
|
|
57057
57438
|
"Windcave",
|
|
57058
57439
|
"Web portal",
|
|
57059
|
-
"AdyenCastles"
|
|
57440
|
+
"AdyenCastles",
|
|
57441
|
+
"Printec Castles"
|
|
57060
57442
|
]
|
|
57061
57443
|
},
|
|
57062
57444
|
"operatorId": {
|
|
@@ -57190,7 +57572,8 @@
|
|
|
57190
57572
|
"Pax",
|
|
57191
57573
|
"Windcave",
|
|
57192
57574
|
"Web portal",
|
|
57193
|
-
"AdyenCastles"
|
|
57575
|
+
"AdyenCastles",
|
|
57576
|
+
"Printec Castles"
|
|
57194
57577
|
]
|
|
57195
57578
|
},
|
|
57196
57579
|
"operatorId": {
|
|
@@ -57244,7 +57627,8 @@
|
|
|
57244
57627
|
"Pax",
|
|
57245
57628
|
"Windcave",
|
|
57246
57629
|
"Web portal",
|
|
57247
|
-
"AdyenCastles"
|
|
57630
|
+
"AdyenCastles",
|
|
57631
|
+
"Printec Castles"
|
|
57248
57632
|
]
|
|
57249
57633
|
},
|
|
57250
57634
|
"operatorId": {
|
|
@@ -57308,7 +57692,8 @@
|
|
|
57308
57692
|
"Pax",
|
|
57309
57693
|
"Windcave",
|
|
57310
57694
|
"Web portal",
|
|
57311
|
-
"AdyenCastles"
|
|
57695
|
+
"AdyenCastles",
|
|
57696
|
+
"Printec Castles"
|
|
57312
57697
|
]
|
|
57313
57698
|
},
|
|
57314
57699
|
"operatorId": {
|
|
@@ -57366,7 +57751,8 @@
|
|
|
57366
57751
|
"Pax",
|
|
57367
57752
|
"Windcave",
|
|
57368
57753
|
"Web portal",
|
|
57369
|
-
"AdyenCastles"
|
|
57754
|
+
"AdyenCastles",
|
|
57755
|
+
"Printec Castles"
|
|
57370
57756
|
]
|
|
57371
57757
|
},
|
|
57372
57758
|
"operatorId": {
|
|
@@ -57423,7 +57809,8 @@
|
|
|
57423
57809
|
"Pax",
|
|
57424
57810
|
"Windcave",
|
|
57425
57811
|
"Web portal",
|
|
57426
|
-
"AdyenCastles"
|
|
57812
|
+
"AdyenCastles",
|
|
57813
|
+
"Printec Castles"
|
|
57427
57814
|
]
|
|
57428
57815
|
},
|
|
57429
57816
|
"operatorId": {
|
|
@@ -57502,7 +57889,8 @@
|
|
|
57502
57889
|
"Pax",
|
|
57503
57890
|
"Windcave",
|
|
57504
57891
|
"Web portal",
|
|
57505
|
-
"AdyenCastles"
|
|
57892
|
+
"AdyenCastles",
|
|
57893
|
+
"Printec Castles"
|
|
57506
57894
|
]
|
|
57507
57895
|
},
|
|
57508
57896
|
"operatorId": {
|
|
@@ -57556,7 +57944,8 @@
|
|
|
57556
57944
|
"Pax",
|
|
57557
57945
|
"Windcave",
|
|
57558
57946
|
"Web portal",
|
|
57559
|
-
"AdyenCastles"
|
|
57947
|
+
"AdyenCastles",
|
|
57948
|
+
"Printec Castles"
|
|
57560
57949
|
]
|
|
57561
57950
|
},
|
|
57562
57951
|
"operatorId": {
|
|
@@ -57632,7 +58021,8 @@
|
|
|
57632
58021
|
"Pax",
|
|
57633
58022
|
"Windcave",
|
|
57634
58023
|
"Web portal",
|
|
57635
|
-
"AdyenCastles"
|
|
58024
|
+
"AdyenCastles",
|
|
58025
|
+
"Printec Castles"
|
|
57636
58026
|
]
|
|
57637
58027
|
},
|
|
57638
58028
|
"operatorId": {
|
|
@@ -57715,6 +58105,143 @@
|
|
|
57715
58105
|
"readOnly": true
|
|
57716
58106
|
}
|
|
57717
58107
|
}
|
|
58108
|
+
},
|
|
58109
|
+
{
|
|
58110
|
+
"title": "Printec Castles",
|
|
58111
|
+
"required": [
|
|
58112
|
+
"phone",
|
|
58113
|
+
"defaultLanguage",
|
|
58114
|
+
"info",
|
|
58115
|
+
"bundle",
|
|
58116
|
+
"name",
|
|
58117
|
+
"integrationId",
|
|
58118
|
+
"terminalType",
|
|
58119
|
+
"operatorId"
|
|
58120
|
+
],
|
|
58121
|
+
"type": "object",
|
|
58122
|
+
"properties": {
|
|
58123
|
+
"id": {
|
|
58124
|
+
"type": "integer",
|
|
58125
|
+
"readOnly": true
|
|
58126
|
+
},
|
|
58127
|
+
"name": {
|
|
58128
|
+
"type": "string"
|
|
58129
|
+
},
|
|
58130
|
+
"integrationId": {
|
|
58131
|
+
"type": "integer"
|
|
58132
|
+
},
|
|
58133
|
+
"terminalType": {
|
|
58134
|
+
"type": "string",
|
|
58135
|
+
"enum": [
|
|
58136
|
+
"Payter",
|
|
58137
|
+
"Valina",
|
|
58138
|
+
"Crane",
|
|
58139
|
+
"Ampeco",
|
|
58140
|
+
"Nayax",
|
|
58141
|
+
"Embedded",
|
|
58142
|
+
"Pax",
|
|
58143
|
+
"Windcave",
|
|
58144
|
+
"Web portal",
|
|
58145
|
+
"AdyenCastles",
|
|
58146
|
+
"Printec Castles"
|
|
58147
|
+
]
|
|
58148
|
+
},
|
|
58149
|
+
"operatorId": {
|
|
58150
|
+
"type": "integer"
|
|
58151
|
+
},
|
|
58152
|
+
"chargingZoneId": {
|
|
58153
|
+
"type": "integer",
|
|
58154
|
+
"description": "The charging zone the terminal belongs to. Note that either the `chargePointId` OR this attribute should be provided;"
|
|
58155
|
+
},
|
|
58156
|
+
"chargePointId": {
|
|
58157
|
+
"type": "integer",
|
|
58158
|
+
"description": "The Charge point the terminal belongs to. Note that either the `chargingZoneId` OR this attribute should be provided;"
|
|
58159
|
+
},
|
|
58160
|
+
"adminToken": {
|
|
58161
|
+
"type": "string",
|
|
58162
|
+
"readOnly": true,
|
|
58163
|
+
"description": "Specific token, linked to each terminal that can be used for access to the API. The token is created automatically when a new payment terminal is created."
|
|
58164
|
+
},
|
|
58165
|
+
"networkStatus": {
|
|
58166
|
+
"type": "string",
|
|
58167
|
+
"enum": [
|
|
58168
|
+
"online",
|
|
58169
|
+
"offline",
|
|
58170
|
+
"unknown"
|
|
58171
|
+
]
|
|
58172
|
+
},
|
|
58173
|
+
"phone": {
|
|
58174
|
+
"type": "string"
|
|
58175
|
+
},
|
|
58176
|
+
"defaultLanguage": {
|
|
58177
|
+
"type": "string"
|
|
58178
|
+
},
|
|
58179
|
+
"presentCardOnStopSession": {
|
|
58180
|
+
"type": "boolean",
|
|
58181
|
+
"default": false
|
|
58182
|
+
},
|
|
58183
|
+
"info": {
|
|
58184
|
+
"type": "array",
|
|
58185
|
+
"items": {
|
|
58186
|
+
"type": "object",
|
|
58187
|
+
"properties": {
|
|
58188
|
+
"locale": {
|
|
58189
|
+
"type": "string",
|
|
58190
|
+
"description": "valid locale"
|
|
58191
|
+
},
|
|
58192
|
+
"translation": {
|
|
58193
|
+
"type": "string"
|
|
58194
|
+
}
|
|
58195
|
+
}
|
|
58196
|
+
}
|
|
58197
|
+
},
|
|
58198
|
+
"currencyCode": {
|
|
58199
|
+
"type": "string",
|
|
58200
|
+
"readOnly": true
|
|
58201
|
+
},
|
|
58202
|
+
"countryCode": {
|
|
58203
|
+
"type": "string",
|
|
58204
|
+
"description": "ISO 3166-1 alpha-2 country code",
|
|
58205
|
+
"readOnly": true
|
|
58206
|
+
},
|
|
58207
|
+
"serialNumber": {
|
|
58208
|
+
"type": "string"
|
|
58209
|
+
},
|
|
58210
|
+
"externalId": {
|
|
58211
|
+
"type": "string"
|
|
58212
|
+
},
|
|
58213
|
+
"supportedLanguages": {
|
|
58214
|
+
"type": "array",
|
|
58215
|
+
"items": {
|
|
58216
|
+
"type": "string"
|
|
58217
|
+
},
|
|
58218
|
+
"nullable": true,
|
|
58219
|
+
"readOnly": true
|
|
58220
|
+
},
|
|
58221
|
+
"bundle": {
|
|
58222
|
+
"type": "object",
|
|
58223
|
+
"readOnly": true,
|
|
58224
|
+
"properties": {
|
|
58225
|
+
"version": {
|
|
58226
|
+
"type": "string",
|
|
58227
|
+
"example": [
|
|
58228
|
+
"1.0.0",
|
|
58229
|
+
"1.0.1",
|
|
58230
|
+
"2.1.0"
|
|
58231
|
+
],
|
|
58232
|
+
"description": "Desired version of the terminal android bundle. This field should be used to detect version difference between the actual one running on the terminal and the configured on the server, in order to detect if an OTA update is required."
|
|
58233
|
+
},
|
|
58234
|
+
"downloadUrl": {
|
|
58235
|
+
"type": "string",
|
|
58236
|
+
"description": "Download link to the archived (zip) bundle version. Can be used to download the bundle and initiate the OTA update on the terminal."
|
|
58237
|
+
}
|
|
58238
|
+
}
|
|
58239
|
+
},
|
|
58240
|
+
"networkStatusMonitoringEnabled": {
|
|
58241
|
+
"type": "boolean",
|
|
58242
|
+
"readOnly": true
|
|
58243
|
+
}
|
|
58244
|
+
}
|
|
57718
58245
|
}
|
|
57719
58246
|
]
|
|
57720
58247
|
}
|
|
@@ -57828,7 +58355,8 @@
|
|
|
57828
58355
|
"Pax",
|
|
57829
58356
|
"Windcave",
|
|
57830
58357
|
"Web portal",
|
|
57831
|
-
"AdyenCastles"
|
|
58358
|
+
"AdyenCastles",
|
|
58359
|
+
"Printec Castles"
|
|
57832
58360
|
]
|
|
57833
58361
|
},
|
|
57834
58362
|
"operatorId": {
|
|
@@ -57948,7 +58476,8 @@
|
|
|
57948
58476
|
"Pax",
|
|
57949
58477
|
"Windcave",
|
|
57950
58478
|
"Web portal",
|
|
57951
|
-
"AdyenCastles"
|
|
58479
|
+
"AdyenCastles",
|
|
58480
|
+
"Printec Castles"
|
|
57952
58481
|
]
|
|
57953
58482
|
},
|
|
57954
58483
|
"operatorId": {
|
|
@@ -58082,7 +58611,8 @@
|
|
|
58082
58611
|
"Pax",
|
|
58083
58612
|
"Windcave",
|
|
58084
58613
|
"Web portal",
|
|
58085
|
-
"AdyenCastles"
|
|
58614
|
+
"AdyenCastles",
|
|
58615
|
+
"Printec Castles"
|
|
58086
58616
|
]
|
|
58087
58617
|
},
|
|
58088
58618
|
"operatorId": {
|
|
@@ -58136,7 +58666,8 @@
|
|
|
58136
58666
|
"Pax",
|
|
58137
58667
|
"Windcave",
|
|
58138
58668
|
"Web portal",
|
|
58139
|
-
"AdyenCastles"
|
|
58669
|
+
"AdyenCastles",
|
|
58670
|
+
"Printec Castles"
|
|
58140
58671
|
]
|
|
58141
58672
|
},
|
|
58142
58673
|
"operatorId": {
|
|
@@ -58200,7 +58731,8 @@
|
|
|
58200
58731
|
"Pax",
|
|
58201
58732
|
"Windcave",
|
|
58202
58733
|
"Web portal",
|
|
58203
|
-
"AdyenCastles"
|
|
58734
|
+
"AdyenCastles",
|
|
58735
|
+
"Printec Castles"
|
|
58204
58736
|
]
|
|
58205
58737
|
},
|
|
58206
58738
|
"operatorId": {
|
|
@@ -58258,7 +58790,8 @@
|
|
|
58258
58790
|
"Pax",
|
|
58259
58791
|
"Windcave",
|
|
58260
58792
|
"Web portal",
|
|
58261
|
-
"AdyenCastles"
|
|
58793
|
+
"AdyenCastles",
|
|
58794
|
+
"Printec Castles"
|
|
58262
58795
|
]
|
|
58263
58796
|
},
|
|
58264
58797
|
"operatorId": {
|
|
@@ -58315,7 +58848,8 @@
|
|
|
58315
58848
|
"Pax",
|
|
58316
58849
|
"Windcave",
|
|
58317
58850
|
"Web portal",
|
|
58318
|
-
"AdyenCastles"
|
|
58851
|
+
"AdyenCastles",
|
|
58852
|
+
"Printec Castles"
|
|
58319
58853
|
]
|
|
58320
58854
|
},
|
|
58321
58855
|
"operatorId": {
|
|
@@ -58394,7 +58928,8 @@
|
|
|
58394
58928
|
"Pax",
|
|
58395
58929
|
"Windcave",
|
|
58396
58930
|
"Web portal",
|
|
58397
|
-
"AdyenCastles"
|
|
58931
|
+
"AdyenCastles",
|
|
58932
|
+
"Printec Castles"
|
|
58398
58933
|
]
|
|
58399
58934
|
},
|
|
58400
58935
|
"operatorId": {
|
|
@@ -58448,7 +58983,8 @@
|
|
|
58448
58983
|
"Pax",
|
|
58449
58984
|
"Windcave",
|
|
58450
58985
|
"Web portal",
|
|
58451
|
-
"AdyenCastles"
|
|
58986
|
+
"AdyenCastles",
|
|
58987
|
+
"Printec Castles"
|
|
58452
58988
|
]
|
|
58453
58989
|
},
|
|
58454
58990
|
"operatorId": {
|
|
@@ -58524,7 +59060,8 @@
|
|
|
58524
59060
|
"Pax",
|
|
58525
59061
|
"Windcave",
|
|
58526
59062
|
"Web portal",
|
|
58527
|
-
"AdyenCastles"
|
|
59063
|
+
"AdyenCastles",
|
|
59064
|
+
"Printec Castles"
|
|
58528
59065
|
]
|
|
58529
59066
|
},
|
|
58530
59067
|
"operatorId": {
|
|
@@ -58607,6 +59144,143 @@
|
|
|
58607
59144
|
"readOnly": true
|
|
58608
59145
|
}
|
|
58609
59146
|
}
|
|
59147
|
+
},
|
|
59148
|
+
{
|
|
59149
|
+
"title": "Printec Castles",
|
|
59150
|
+
"required": [
|
|
59151
|
+
"phone",
|
|
59152
|
+
"defaultLanguage",
|
|
59153
|
+
"info",
|
|
59154
|
+
"bundle",
|
|
59155
|
+
"name",
|
|
59156
|
+
"integrationId",
|
|
59157
|
+
"terminalType",
|
|
59158
|
+
"operatorId"
|
|
59159
|
+
],
|
|
59160
|
+
"type": "object",
|
|
59161
|
+
"properties": {
|
|
59162
|
+
"id": {
|
|
59163
|
+
"type": "integer",
|
|
59164
|
+
"readOnly": true
|
|
59165
|
+
},
|
|
59166
|
+
"name": {
|
|
59167
|
+
"type": "string"
|
|
59168
|
+
},
|
|
59169
|
+
"integrationId": {
|
|
59170
|
+
"type": "integer"
|
|
59171
|
+
},
|
|
59172
|
+
"terminalType": {
|
|
59173
|
+
"type": "string",
|
|
59174
|
+
"enum": [
|
|
59175
|
+
"Payter",
|
|
59176
|
+
"Valina",
|
|
59177
|
+
"Crane",
|
|
59178
|
+
"Ampeco",
|
|
59179
|
+
"Nayax",
|
|
59180
|
+
"Embedded",
|
|
59181
|
+
"Pax",
|
|
59182
|
+
"Windcave",
|
|
59183
|
+
"Web portal",
|
|
59184
|
+
"AdyenCastles",
|
|
59185
|
+
"Printec Castles"
|
|
59186
|
+
]
|
|
59187
|
+
},
|
|
59188
|
+
"operatorId": {
|
|
59189
|
+
"type": "integer"
|
|
59190
|
+
},
|
|
59191
|
+
"chargingZoneId": {
|
|
59192
|
+
"type": "integer",
|
|
59193
|
+
"description": "The charging zone the terminal belongs to. Note that either the `chargePointId` OR this attribute should be provided;"
|
|
59194
|
+
},
|
|
59195
|
+
"chargePointId": {
|
|
59196
|
+
"type": "integer",
|
|
59197
|
+
"description": "The Charge point the terminal belongs to. Note that either the `chargingZoneId` OR this attribute should be provided;"
|
|
59198
|
+
},
|
|
59199
|
+
"adminToken": {
|
|
59200
|
+
"type": "string",
|
|
59201
|
+
"readOnly": true,
|
|
59202
|
+
"description": "Specific token, linked to each terminal that can be used for access to the API. The token is created automatically when a new payment terminal is created."
|
|
59203
|
+
},
|
|
59204
|
+
"networkStatus": {
|
|
59205
|
+
"type": "string",
|
|
59206
|
+
"enum": [
|
|
59207
|
+
"online",
|
|
59208
|
+
"offline",
|
|
59209
|
+
"unknown"
|
|
59210
|
+
]
|
|
59211
|
+
},
|
|
59212
|
+
"phone": {
|
|
59213
|
+
"type": "string"
|
|
59214
|
+
},
|
|
59215
|
+
"defaultLanguage": {
|
|
59216
|
+
"type": "string"
|
|
59217
|
+
},
|
|
59218
|
+
"presentCardOnStopSession": {
|
|
59219
|
+
"type": "boolean",
|
|
59220
|
+
"default": false
|
|
59221
|
+
},
|
|
59222
|
+
"info": {
|
|
59223
|
+
"type": "array",
|
|
59224
|
+
"items": {
|
|
59225
|
+
"type": "object",
|
|
59226
|
+
"properties": {
|
|
59227
|
+
"locale": {
|
|
59228
|
+
"type": "string",
|
|
59229
|
+
"description": "valid locale"
|
|
59230
|
+
},
|
|
59231
|
+
"translation": {
|
|
59232
|
+
"type": "string"
|
|
59233
|
+
}
|
|
59234
|
+
}
|
|
59235
|
+
}
|
|
59236
|
+
},
|
|
59237
|
+
"currencyCode": {
|
|
59238
|
+
"type": "string",
|
|
59239
|
+
"readOnly": true
|
|
59240
|
+
},
|
|
59241
|
+
"countryCode": {
|
|
59242
|
+
"type": "string",
|
|
59243
|
+
"description": "ISO 3166-1 alpha-2 country code",
|
|
59244
|
+
"readOnly": true
|
|
59245
|
+
},
|
|
59246
|
+
"serialNumber": {
|
|
59247
|
+
"type": "string"
|
|
59248
|
+
},
|
|
59249
|
+
"externalId": {
|
|
59250
|
+
"type": "string"
|
|
59251
|
+
},
|
|
59252
|
+
"supportedLanguages": {
|
|
59253
|
+
"type": "array",
|
|
59254
|
+
"items": {
|
|
59255
|
+
"type": "string"
|
|
59256
|
+
},
|
|
59257
|
+
"nullable": true,
|
|
59258
|
+
"readOnly": true
|
|
59259
|
+
},
|
|
59260
|
+
"bundle": {
|
|
59261
|
+
"type": "object",
|
|
59262
|
+
"readOnly": true,
|
|
59263
|
+
"properties": {
|
|
59264
|
+
"version": {
|
|
59265
|
+
"type": "string",
|
|
59266
|
+
"example": [
|
|
59267
|
+
"1.0.0",
|
|
59268
|
+
"1.0.1",
|
|
59269
|
+
"2.1.0"
|
|
59270
|
+
],
|
|
59271
|
+
"description": "Desired version of the terminal android bundle. This field should be used to detect version difference between the actual one running on the terminal and the configured on the server, in order to detect if an OTA update is required."
|
|
59272
|
+
},
|
|
59273
|
+
"downloadUrl": {
|
|
59274
|
+
"type": "string",
|
|
59275
|
+
"description": "Download link to the archived (zip) bundle version. Can be used to download the bundle and initiate the OTA update on the terminal."
|
|
59276
|
+
}
|
|
59277
|
+
}
|
|
59278
|
+
},
|
|
59279
|
+
"networkStatusMonitoringEnabled": {
|
|
59280
|
+
"type": "boolean",
|
|
59281
|
+
"readOnly": true
|
|
59282
|
+
}
|
|
59283
|
+
}
|
|
58610
59284
|
}
|
|
58611
59285
|
]
|
|
58612
59286
|
}
|