diff --git a/package-lock.json b/package-lock.json
index b83f479b12..c51959360e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,11 @@
{
"name": "ev-server",
- "version": "2.6.8",
+ "version": "2.6.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "ev-server",
- "version": "2.6.8",
+ "version": "2.6.9",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^8.11.0",
@@ -19,6 +18,7 @@
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"body-parser-xml": "^2.0.3",
+ "bufferutil": "^4.0.6",
"busboy": "^1.4.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
@@ -71,6 +71,7 @@
"tslib": "^2.2.0",
"tz-lookup": "^6.1.25",
"urlencode": "^1.1.0",
+ "utf-8-validate": "^5.0.9",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.10.0",
"validator": "^13.7.0",
"ws": "^8.4.2"
@@ -116,7 +117,7 @@
"@types/tz-lookup": "^6.1.0",
"@types/urlencode": "^1.1.2",
"@types/uuid": "^8.3.4",
- "@types/validator": "^13.7.2",
+ "@types/validator": "^13.7.3",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.32.0",
@@ -147,10 +148,10 @@
"rosie": "^2.1.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.3.0",
- "ts-node": "^10.7.0",
+ "ts-node": "^10.8.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4",
- "webpack": "^5.72.0",
+ "webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
@@ -177,6 +178,8 @@
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.0.tgz",
"integrity": "sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==",
"dependencies": {
+ "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
+ "chokidar": "^3.4.0",
"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0",
@@ -2043,22 +2046,13 @@
"turbo-json-parse": "^2.2.0"
}
},
- "node_modules/@cspotcode/source-map-consumer": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz",
- "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==",
- "dev": true,
- "engines": {
- "node": ">= 12"
- }
- },
"node_modules/@cspotcode/source-map-support": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz",
- "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==",
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
"dev": true,
"dependencies": {
- "@cspotcode/source-map-consumer": "0.8.0"
+ "@jridgewell/trace-mapping": "0.3.9"
},
"engines": {
"node": ">=12"
@@ -3289,6 +3283,31 @@
"regenerator-runtime": "^0.13.3"
}
},
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz",
+ "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.13",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
+ "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
"node_modules/@nearform/heap-profiler": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nearform/heap-profiler/-/heap-profiler-2.0.0.tgz",
@@ -4060,9 +4079,9 @@
"dev": true
},
"node_modules/@types/validator": {
- "version": "13.7.2",
- "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.2.tgz",
- "integrity": "sha512-KFcchQ3h0OPQgFirBRPZr5F/sVjxZsOrQHedj3zi8AH3Zv/hOLx2OLR4hxR5HcfoU+33n69ZuOfzthKVdMoTiw==",
+ "version": "13.7.3",
+ "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.3.tgz",
+ "integrity": "sha512-DNviAE5OUcZ5s+XEQHRhERLg8fOp8gSgvyJ4aaFASx5wwaObm+PBwTIMXiOFm1QrSee5oYwEAYb7LMzX2O88gA==",
"dev": true
},
"node_modules/@types/webgl-ext": {
@@ -6662,6 +6681,7 @@
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
+ "fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
@@ -6801,6 +6821,7 @@
"integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==",
"dev": true,
"dependencies": {
+ "colors": "^1.1.2",
"object-assign": "^4.1.0",
"string-width": "^4.2.0"
},
@@ -9175,7 +9196,8 @@
"dependencies": {
"esprima": "~1.0.4",
"estraverse": "~1.5.0",
- "esutils": "~1.0.0"
+ "esutils": "~1.0.0",
+ "source-map": "~0.1.30"
},
"bin": {
"escodegen": "bin/escodegen.js",
@@ -10243,6 +10265,8 @@
"dependencies": {
"@firebase/database-compat": "^0.1.1",
"@firebase/database-types": "^0.7.2",
+ "@google-cloud/firestore": "^4.5.0",
+ "@google-cloud/storage": "^5.3.0",
"@types/node": ">=12.12.47",
"dicer": "^0.3.0",
"jsonwebtoken": "^8.5.1",
@@ -13325,6 +13349,7 @@
"@types/node": "*",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
+ "fsevents": "^2.3.2",
"graceful-fs": "^4.2.9",
"jest-regex-util": "^27.5.1",
"jest-serializer": "^27.5.1",
@@ -14001,7 +14026,8 @@
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"esutils": "^2.0.2",
- "optionator": "^0.8.1"
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@@ -14226,12 +14252,6 @@
"integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
"dev": true
},
- "node_modules/json-parse-better-errors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
- "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
- "dev": true
- },
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
@@ -14312,6 +14332,7 @@
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dev": true,
"dependencies": {
+ "graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
},
"optionalDependencies": {
@@ -15695,6 +15716,7 @@
"bson": "^4.6.3",
"denque": "^2.0.1",
"mongodb-connection-string-url": "^2.5.2",
+ "saslprep": "^1.0.3",
"socks": "^2.6.2"
},
"engines": {
@@ -20895,7 +20917,8 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
- "optionator": "^0.8.1"
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@@ -21001,7 +21024,8 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
- "optionator": "^0.8.1"
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@@ -22335,12 +22359,12 @@
}
},
"node_modules/ts-node": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz",
- "integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==",
+ "version": "10.8.1",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
+ "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true,
"dependencies": {
- "@cspotcode/source-map-support": "0.7.0",
+ "@cspotcode/source-map-support": "^0.8.0",
"@tsconfig/node10": "^1.0.7",
"@tsconfig/node12": "^1.0.7",
"@tsconfig/node14": "^1.0.0",
@@ -22351,7 +22375,7 @@
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
- "v8-compile-cache-lib": "^3.0.0",
+ "v8-compile-cache-lib": "^3.0.1",
"yn": "3.1.1"
},
"bin": {
@@ -23290,9 +23314,9 @@
}
},
"node_modules/webpack": {
- "version": "5.72.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
- "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
+ "version": "5.73.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
+ "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@@ -23304,13 +23328,13 @@
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
- "enhanced-resolve": "^5.9.2",
+ "enhanced-resolve": "^5.9.3",
"es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.9",
- "json-parse-better-errors": "^1.0.2",
+ "json-parse-even-better-errors": "^2.3.1",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
@@ -25370,19 +25394,13 @@
"turbo-json-parse": "^2.2.0"
}
},
- "@cspotcode/source-map-consumer": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz",
- "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==",
- "dev": true
- },
"@cspotcode/source-map-support": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz",
- "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==",
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
"dev": true,
"requires": {
- "@cspotcode/source-map-consumer": "0.8.0"
+ "@jridgewell/trace-mapping": "0.3.9"
}
},
"@discoveryjs/json-ext": {
@@ -26360,6 +26378,28 @@
"regenerator-runtime": "^0.13.3"
}
},
+ "@jridgewell/resolve-uri": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz",
+ "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==",
+ "dev": true
+ },
+ "@jridgewell/sourcemap-codec": {
+ "version": "1.4.13",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
+ "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==",
+ "dev": true
+ },
+ "@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
"@nearform/heap-profiler": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nearform/heap-profiler/-/heap-profiler-2.0.0.tgz",
@@ -27102,9 +27142,9 @@
"dev": true
},
"@types/validator": {
- "version": "13.7.2",
- "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.2.tgz",
- "integrity": "sha512-KFcchQ3h0OPQgFirBRPZr5F/sVjxZsOrQHedj3zi8AH3Zv/hOLx2OLR4hxR5HcfoU+33n69ZuOfzthKVdMoTiw==",
+ "version": "13.7.3",
+ "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.3.tgz",
+ "integrity": "sha512-DNviAE5OUcZ5s+XEQHRhERLg8fOp8gSgvyJ4aaFASx5wwaObm+PBwTIMXiOFm1QrSee5oYwEAYb7LMzX2O88gA==",
"dev": true
},
"@types/webgl-ext": {
@@ -35243,12 +35283,6 @@
"integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
"dev": true
},
- "json-parse-better-errors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
- "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
- "dev": true
- },
"json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
@@ -41826,12 +41860,12 @@
}
},
"ts-node": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz",
- "integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==",
+ "version": "10.8.1",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
+ "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true,
"requires": {
- "@cspotcode/source-map-support": "0.7.0",
+ "@cspotcode/source-map-support": "^0.8.0",
"@tsconfig/node10": "^1.0.7",
"@tsconfig/node12": "^1.0.7",
"@tsconfig/node14": "^1.0.0",
@@ -41842,7 +41876,7 @@
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
- "v8-compile-cache-lib": "^3.0.0",
+ "v8-compile-cache-lib": "^3.0.1",
"yn": "3.1.1"
},
"dependencies": {
@@ -42603,9 +42637,9 @@
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g=="
},
"webpack": {
- "version": "5.72.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
- "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
+ "version": "5.73.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
+ "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",
@@ -42617,13 +42651,13 @@
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
- "enhanced-resolve": "^5.9.2",
+ "enhanced-resolve": "^5.9.3",
"es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.9",
- "json-parse-better-errors": "^1.0.2",
+ "json-parse-even-better-errors": "^2.3.1",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
diff --git a/package.json b/package.json
index 4dd3df2dca..d011c46fa6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ev-server",
- "version": "2.6.8",
+ "version": "2.6.9",
"engines": {
"node": "16.x.x",
"npm": "8.x.x"
@@ -58,7 +58,7 @@
"import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}' 'test/**/*.ts{,x}' 'types/**/*.ts{,x}'",
"test": "npm version && cross-env TS_NODE_FILES=true jest --config='test/jest.config.ts' --reporters='default' --reporters='./JestEvseReporter.js' --runInBand --logHeapUsage --verbose --colors --silent --forceExit --testPathIgnorePatterns='.*Runner.ts$'",
"test:createContext": "npm version && cross-env TS_NODE_FILES=true jest --config='test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent --forceExit -- test/**/**/ContextBuilderRunner.ts",
- "test:create:utbilling": "npm version && cross-env TS_NODE_FILES=true TENANT_FILTER=utbilling jest --config='test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent --forceExit -- test/**/**/ContextBuilderRunner.ts",
+ "test:create:utbilling": "npm version && cross-env TS_NODE_FILES=true TENANT_FILTER=utbilling.* jest --config='test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent --forceExit -- test/**/**/ContextBuilderRunner.ts",
"test:asset": "npm version && cross-env TS_NODE_FILES=true jest --config='./test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent -- test/**/AssetTest.ts",
"test:authentication": "npm version && cross-env TS_NODE_FILES=true jest --config='./test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent -- test/**/AuthenticationTest.ts",
"test:billing": "npm version && cross-env TS_NODE_FILES=true jest --config='./test/jest.config.ts' --runInBand --logHeapUsage --verbose --colors --silent -- test/**/BillingTest.ts",
@@ -97,6 +97,7 @@
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"body-parser-xml": "^2.0.3",
+ "bufferutil": "^4.0.6",
"busboy": "^1.4.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
@@ -149,6 +150,7 @@
"tslib": "^2.2.0",
"tz-lookup": "^6.1.25",
"urlencode": "^1.1.0",
+ "utf-8-validate": "^5.0.9",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.10.0",
"validator": "^13.7.0",
"ws": "^8.4.2"
@@ -198,7 +200,7 @@
"@types/tz-lookup": "^6.1.0",
"@types/urlencode": "^1.1.2",
"@types/uuid": "^8.3.4",
- "@types/validator": "^13.7.2",
+ "@types/validator": "^13.7.3",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.32.0",
@@ -229,10 +231,10 @@
"rosie": "^2.1.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.3.0",
- "ts-node": "^10.7.0",
+ "ts-node": "^10.8.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4",
- "webpack": "^5.72.0",
+ "webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
diff --git a/postman/EVSE.postman_collection.json b/postman/EVSE.postman_collection.json
deleted file mode 100644
index a0a94c8e6c..0000000000
--- a/postman/EVSE.postman_collection.json
+++ /dev/null
@@ -1,13024 +0,0 @@
-{
- "info": {
- "_postman_id": "ac2912e2-caff-45d8-82a5-08548880c3a9",
- "name": "EVSE",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "FE-LoginSuperAdmin",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"token\", responseJson[\"token\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"super.admin@sap.com\",\n \"password\": \"pass\",\n \"acceptEula\": true,\n \"tenant\": \"\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/signin",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "signin"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SchneiderGTC",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"tokenGTC\", responseJson[\"access_token\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/x-www-form-urlencoded"
- }
- ],
- "body": {
- "mode": "urlencoded",
- "urlencoded": [
- {
- "key": "grant_type",
- "value": "password",
- "type": "text"
- },
- {
- "key": "username",
- "value": "admin",
- "type": "text"
- },
- {
- "key": "password",
- "value": "",
- "type": "text"
- }
- ]
- },
- "url": {
- "raw": "http://10.55.128.125:8083/GetToken",
- "protocol": "http",
- "host": [
- "10",
- "55",
- "128",
- "125"
- ],
- "port": "8083",
- "path": [
- "GetToken"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-LoginAdmin",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"token\", responseJson[\"token\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"demo.admin@sap.com\",\n \"password\": \"\",\n \"acceptEula\": true,\n \"tenant\": \"{{tenant}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/signin",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "signin"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-LoginBasic",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"token\", responseJson[\"token\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"demo.basic@sap.com\",\n \"password\": \"pass\",\n \"acceptEula\": true,\n \"tenant\": \"{{tenant}}\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/signin",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "signin"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-LoginDemo",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"token\", responseJson[\"token\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"demo.demo@sap.com\",\n \"password\": \"pass\",\n \"acceptEula\": true,\n \"tenant\": \"{{tenant}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/signin",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "signin"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ResetPassword",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"demo.basic@sap.com\",\n \"captcha\": \"captcha\",\n \"tenant\": \"{{tenant}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/password/reset",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "password",
- "reset"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ResetPasswordHash",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"demo.basic@sap.com\",\n \"hash\": \"795fc992-d9bd-4695-8fa6-78cee1ef3464\",\n \"captcha\": \"aaa\",\n \"password\": \"Azerty123?\",\n \"tenant\": \"{{tenant}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/password/reset",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "password",
- "reset"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegisterUser",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"ssssssss\",\r\n \"firstName\": \"sdfsdf\",\r\n \"email\": \"sdf3.sdf.sdfssss@free.fr\",\r\n \"captcha\": \"03AHqfIOkrqjt2RAg3fYA5zheYBKQKwPGppT69OdbWEFaMAXpe-dAcTsAZi-G7Lwdb6BYhKT_hJxIvDktmZ7EB9i3Ifq8LmeDrr5KMFy5tJ_6cuqT1T0MwuYe_uOkvZ9bH07nCaI6P0fWwaUZcoar_-0rKefUVLipvO4thr3-zQjIk5OO6dEY16H5JF1b1EdOoORGzPkXdUbIRH-QcfkykhfAf7UOHpB7V4_Y8P3ZRUXkoS7RQREFfT8tYU4ZWN4LbUPRqi8jxhi2Ye_i7frsFOIDuvOwVwgB77LZSaPOLpkH8lTpm3Na_dT9BPH-WwX7jDk40zpa0wp00ozcpb-7vrPRNZtEnmTSfl7jJpHAbzA5DbkSRgZLphkS6s6x4TfEtWv4dyC8ECZofasu098KMFDgR8_4xLkZ7X18rCAFS77MAyLi7CyHIys0\",\r\n \"passwords\": {\r\n \"password\": \"Azerty123!\",\r\n \"repeatPassword\": \"Azerty123!\"\r\n },\r\n \"acceptEula\": true,\r\n \"tenant\": \"slf\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/v1/auth/signon",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "auth",
- "signon"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SchneiderGTCGetBorneSud",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{tokenGTC}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://10.55.128.125:8083/Containers/00%252FServer%25201%252FSAPInterface%252FCOMPTEURS%252FBORNES_VE_SUD_BATIMENT/children",
- "protocol": "http",
- "host": [
- "10",
- "55",
- "128",
- "125"
- ],
- "port": "8083",
- "path": [
- "Containers",
- "00%252FServer%25201%252FSAPInterface%252FCOMPTEURS%252FBORNES_VE_SUD_BATIMENT",
- "children"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-IsAuthorizedStopTransaction",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/IsAuthorized?Action=StopTransaction&Arg1=SAP-Mougins-06&Arg2=1142067022",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "IsAuthorized"
- ],
- "query": [
- {
- "key": "Action",
- "value": "StopTransaction"
- },
- {
- "key": "Arg1",
- "value": "SAP-Mougins-06"
- },
- {
- "key": "Arg2",
- "value": "1142067022"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TenantCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"tenantID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"email\": \"slf@chargeangels.fr\", \n\t\"subdomain\": \"slf2\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tenants",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Tenants",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tenants?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Tenant",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tenants/{{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants",
- "{{tenantID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TenantLogo",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tenants/logo?ID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants",
- "logo"
- ],
- "query": [
- {
- "key": "ID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Tenant",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"name\": \"Tenant 1 updated\", \n\t\"email\": \"slf@chargeangels.fr\", \n\t\"subdomain\": \"slf2\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tenants/{{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants",
- "{{tenantID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TenantDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tenants/{{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tenants",
- "{{tenantID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Vehicles",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/Vehicles?Type=C",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "Vehicles"
- ],
- "query": [
- {
- "key": "Type",
- "value": "C"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Vehicle",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/Vehicle?ID=5b6cb7f569dd774d784f4cca",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "Vehicle"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5b6cb7f569dd774d784f4cca"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleImages",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/VehicleImages",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleImages"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleImage",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/VehicleImage?ID=5b6cb7f569dd774d784f4cca",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleImage"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5b6cb7f569dd774d784f4cca"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CompanyCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"companyID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"name\": \"Eurecom2\",\n\t\"address\": {\n\t\t\"address1\": \"805 Av. du Docteur Maurice Donat\",\n\t\t\"address2\": \"Font de l'Orme\",\n\t\t\"postalCode\": \"06150\",\n\t\t\"city\": \"Mougins\",\n\t\t\"region\": \"PACA\",\n\t\t\"country\": \"France\"\n\t}\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/companies",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "companies"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Companies",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/companies?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "companies"
- ],
- "query": [
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithLogo",
- "value": "",
- "disabled": true
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLongitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLatitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocMaxDistanceMeters",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Company",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/companies/{{companyID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "companies",
- "{{companyID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CompanyLogo",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/util/companies/{{companyID}}/logo?TenantID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "companies",
- "{{companyID}}",
- "logo"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CompanyUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"New Name\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/companies/{{companyID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "companies",
- "{{companyID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CompanyDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/companies/{{companyID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "companies",
- "{{companyID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Sites",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/Sites?WithSiteAreas=false&WithChargeBoxes=false&WithCompany=false&Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "Sites"
- ],
- "query": [
- {
- "key": "WithSiteAreas",
- "value": "false"
- },
- {
- "key": "WithChargeBoxes",
- "value": "false"
- },
- {
- "key": "WithCompany",
- "value": "false"
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SitesWithAvailableChargers",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/Sites?WithAvailableChargers=true&Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "Sites"
- ],
- "query": [
- {
- "key": "WithAvailableChargers",
- "value": "true"
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Site",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/Site?ID={{siteID}}&WithUsers=false",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "Site"
- ],
- "query": [
- {
- "key": "ID",
- "value": "{{siteID}}"
- },
- {
- "key": "WithUsers",
- "value": "false"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteImages",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/SiteImages",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "SiteImages"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationRemoteStartTransaction",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"args\": {\n\t\t\"connectorId\": 2,\n\t\t\"tagID\": \"SMD\"\n\t}\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/remote/start",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "remote",
- "start"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationRemoteStopTransaction",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "type": "text",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"args\": {\n\t\t\"transactionId\": 2\n\t}\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/remote/stop",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "remote",
- "stop"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationReset",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"args\": {\n\t\t\"type\": \"Soft\"\n\t}\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/reset",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "reset"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationClearCache",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/cache/clear",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "cache",
- "clear"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationGetConfiguration",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"key\": []\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/configuration/retrieve",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "configuration",
- "retrieve"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationUpdateConfiguration",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"key\": \"\",\n \"value\": \"\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/configuration",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "configuration"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationUnlockConnector",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/connectors/{{connectorId}}/unlock",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "connectors",
- "{{connectorId}}",
- "unlock"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationGetCompositeSchedule",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"connectorId\": 0,\n \"duration\": 36000,\n \"chargingRateUnit\": \"A\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/composite-schedule/get",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "composite-schedule",
- "get"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationGetDiagnostics",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"location\": \"\",\n \"retries\": 1,\n \"retryInterval\": 5,\n \"startTime\": \"2021-06-01T13:35:14.118Z\",\n \"stopTime\": \"2021-06-01T13:35:14.118Z\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/diagnostics/get",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "diagnostics",
- "get"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationUpdateFirmware",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"location\": \"\",\n \"retrieveDate\": \"2021-06-01T13:35:50.260Z\",\n \"retries\": 1,\n \"retryInterval\": 5\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/firmware/update",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "firmware",
- "update"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationChangeAvailability",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "name": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"args\": {\n \"connectorId\": 1,\n \"type\": \"Operative\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/availability/change",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "availability",
- "change"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStations",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations"
- ],
- "query": [
- {
- "key": "WithNoSiteArea",
- "value": "false",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorType",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "IncludeDeleted",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLongitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLatitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocMaxDistanceMeters",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Status",
- "value": "",
- "disabled": true
- },
- {
- "key": "ErrorType",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationTransactions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/transactions?ConnectorId=2&StartDateTime=2018-05-05T22:00:00.000Z&EndDateTime=2018-08-06T21:22:54.225Z&Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "transactions"
- ],
- "query": [
- {
- "key": "ConnectorId",
- "value": "2"
- },
- {
- "key": "StartDateTime",
- "value": "2018-05-05T22:00:00.000Z"
- },
- {
- "key": "EndDateTime",
- "value": "2018-08-06T21:22:54.225Z"
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationConsumptionFromTransaction",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/ChargingStationConsumptionFromTransaction?TransactionId=5360545",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "ChargingStationConsumptionFromTransaction"
- ],
- "query": [
- {
- "key": "TransactionId",
- "value": "5360545"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStation",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationGenerateQRCode",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/connectors/{{connectorId}}/qrcode/generate",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "connectors",
- "{{connectorId}}",
- "qrcode",
- "generate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationDownloadQRCode",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/qrcode/download?ChargingStationID={{chargingStation}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "qrcode",
- "download"
- ],
- "query": [
- {
- "key": "ChargingStationID",
- "value": "{{chargingStation}}"
- },
- {
- "key": "ConnectorID",
- "value": "{{connectorId}}",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationOcppParameters",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/ocpp/parameters",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "ocpp",
- "parameters"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationRequestOCPPParameters",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"chargingStationID\": \"{{chargingStation}}\",\n \"forceUpdateOCPPParamsFromTemplate\": false\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/ocpp/parameters",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "ocpp",
- "parameters"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationExportOCPPParameters",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/ocpp/parameters/export?ChargingStationID={{chargingStation}}&Limit=1000",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "ocpp",
- "parameters",
- "export"
- ],
- "query": [
- {
- "key": "ChargingStationID",
- "value": "{{chargingStation}}"
- },
- {
- "key": "Limit",
- "value": "1000"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationUpdateParameters",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"chargingStationUrl\": \"string\",\n \"maximumPower\": 50000,\n \"excludeFromSmartCharging\": false,\n \"forceInactive\": false,\n \"manualConfiguration\": true,\n \"public\": false,\n \"siteAreaID\": \"\",\n \"coordinates\": [\n 43,\n 7\n ],\n \"connectors\": [\n {\n \"connectorId\": 1,\n \"power\": 0,\n \"type\": \"T2\",\n \"voltage\": 110,\n \"amperage\": 0,\n \"currentType\": \"AC\",\n \"numberOfConnectedPhase\": 0,\n \"phaseAssignmentToGrid\": {\n \"csPhaseL1\": \"L1\",\n \"csPhaseL2\": \"L2\",\n \"csPhaseL3\": \"L3\"\n }\n }\n ],\n \"chargePoints\": [\n {\n \"chargePointID\": 0,\n \"currentType\": \"AC\",\n \"voltage\": 110,\n \"amperage\": 0,\n \"numberOfConnectedPhase\": 0,\n \"cannotChargeInParallel\": true,\n \"sharePowerToAllConnectors\": true,\n \"excludeFromPowerLimitation\": true,\n \"ocppParamForPowerLimitation\": \"string\",\n \"power\": 0,\n \"efficiency\": 0,\n \"connectorIDs\": [\n 0\n ]\n }\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/parameters",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "parameters"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationLimitPower",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"chargePointID\": 1,\n \"connectorId\": 0,\n \"ampLimitValue\": 192,\n \"forceUpdateChargingPlan\": false\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/{{chargingStation}}/power/limit",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "{{chargingStation}}",
- "power",
- "limit"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationsInError",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/status/in-error",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "status",
- "in-error"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationsExport",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/action/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithNoSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorType",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "IncludeDeleted",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLongitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocLatitude",
- "value": "",
- "disabled": true
- },
- {
- "key": "LocMaxDistanceMeters",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationsDownloadFirmware",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/firmware/download",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "firmware",
- "download"
- ],
- "query": [
- {
- "key": "FileName",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationsCheckSmartCharging",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/smartcharging/connection/check",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "smartcharging",
- "connection",
- "check"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationsTriggerSmartCharging",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/smartcharging/trigger?SiteAreaID={{siteAreaID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "smartcharging",
- "trigger"
- ],
- "query": [
- {
- "key": "SiteAreaID",
- "value": "{{siteAreaID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Notifications",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/notifications?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "notifications"
- ],
- "query": [
- {
- "key": "DateFrom",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Channel",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Transactions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsCompleted",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/status/completed?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "status",
- "completed"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsActive",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/status/active?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "status",
- "active"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsRefund",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/status/active?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "status",
- "active"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsInError",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/status/in-error?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "status",
- "in-error"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsUnassigned",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/status/in-error?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "status",
- "in-error"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"transactionsIDs\": [0, 1, 2]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Transaction",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}"
- ],
- "query": [
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionPushCDR",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}/ocpi/cdr",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}",
- "ocpi",
- "cdr"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionCDRExport",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}/ocpi/cdr/action/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}",
- "ocpi",
- "cdr",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionConsumptions",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}/consumptions",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}",
- "consumptions"
- ],
- "query": [
- {
- "key": "LoadAllConsumptions",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionRebuildConsumptions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}/consumptions/rebuild",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}",
- "consumptions",
- "rebuild"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionSoftStop",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/{{transactionId}}/stop/soft",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "{{transactionId}}",
- "stop",
- "soft"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionRefund",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"transactionsIDs\": [0, 1, 2]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/refund",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "refund"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionExportRefunded",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"transactionsIDs\": [0, 1, 2]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/refund/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "refund",
- "export"
- ],
- "query": [
- {
- "key": "Status",
- "value": "100",
- "disabled": true
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionSynchronizeToRefund",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/refund/synchronize",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "refund",
- "synchronize"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsRefundReports",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/refund/reports",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "refund",
- "reports"
- ],
- "query": [
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsAssign",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/assign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "assign"
- ],
- "query": [
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionsExport",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/transactions/action/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "transactions",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "Status",
- "value": "100",
- "disabled": true
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithChargingStation",
- "value": "",
- "disabled": true
- },
- {
- "key": "ChargingStationID",
- "value": "",
- "disabled": true
- },
- {
- "key": "ConnectorID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCar",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithTag",
- "value": "",
- "disabled": true
- },
- {
- "key": "TagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "VisualTagID",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSite",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaID",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithCompany",
- "value": "",
- "disabled": true
- },
- {
- "key": "InactivityStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "Statistics",
- "value": "",
- "disabled": true
- },
- {
- "key": "RefundStatus",
- "value": "",
- "disabled": true
- },
- {
- "key": "MinimalPrice",
- "value": "",
- "disabled": true
- },
- {
- "key": "ReportIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserUsageStatistics",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/client/api/UserUsageStatistics?Year=2017",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "UserUsageStatistics"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2017"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Users",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Role",
- "value": "",
- "disabled": true
- },
- {
- "key": "Status",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-User",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UsersInError",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/status/in-error",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "status",
- "in-error"
- ],
- "query": [
- {
- "key": "Role",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "User",
- "disabled": true
- },
- {
- "key": "ErrorType",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UsersExport",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/action/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteID",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Role",
- "value": "",
- "disabled": true
- },
- {
- "key": "Status",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UsersImport",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "multipart/form-data",
- "type": "text"
- }
- ],
- "body": {
- "mode": "file",
- "file": {
- "src": ""
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/action/import",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "action",
- "import"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserDefaultTag",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/default-car-tag",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "default-car-tag"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserSites",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/sites?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "sites"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserImage",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/image",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "image"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserAddSites",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"siteIDs\": [\n \"{{siteID}}\"\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/sites",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "sites"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserUnassignSites",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"siteIDs\": [\n \"{{siteID}}\"\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/sites",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "sites"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"userID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"CreateName\",\n \"firstName\": \"CreateFirstname\",\n \"email\": \"firstname.lastname@sap.com\",\n \"password\": \"Azerty123!\",\n \"acceptEula\": true,\n \"tenant\": \"slf\",\n \"role\": \"B\",\n \"status\": \"A\"\n}\n",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- ""
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"UpdateName\",\r\n \"firstName\": \"UpdateFirstname\",\r\n \"email\": \"update@email.fr\",\r\n \"phone\": \"+33 0102030405\",\r\n \"mobile\": \"\",\r\n \"iNumber\": \"I010203\",\r\n \"tagIDs\": [\r\n \"ABCDE123\"\r\n ],\r\n \"costCenter\": \"123456789\",\r\n \"status\": \"A\",\r\n \"role\": \"A\",\r\n \"password\": \"Azerty123!\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserUpdateMobileToken",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"mobileToken\": \"new_token\",\n \"mobileOS\": \"mobile_os\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/mobile-token",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "mobile-token"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Tags",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"tagID\", responseJson[\"result\"][0][\"id\"]);",
- "postman.setEnvironmentVariable(\"tagVisualID\", responseJson[\"result\"][0][\"visualID\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tags?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Tag",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tags/{{tagID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- "{{tagID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagByVisualID",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tags?VisualID={{tagVisualID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags"
- ],
- "query": [
- {
- "key": "VisualID",
- "value": "{{tagVisualID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagExport",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/tags/action/export?Active=",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "Active",
- "value": ""
- },
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "description": "Pipe separated user ids",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"tag\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"id\": \"ABCD987654\",\n \"visualID\": \"######\",\n \"description\": \"Postman tag\",\n \"active\": true,\n \"issuer\": true,\n \"default\": false,\n \"userID\": \"{{userID}}\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags/",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- ""
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagImport",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "file",
- "file": {}
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags/action/import",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- "action",
- "import"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagUpdate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"id\": \"ABCDE1234679\",\n \"visualID\": \"New visual ID\",\n \"description\": \"Postman tag\",\n \"active\": true,\n \"issuer\": true,\n \"default\": false,\n \"userID\": \"{{userID}}\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags/{{tag}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- "{{tag}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagUpdateByVisualID",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"id\": \"ABCDE1234679\",\n \"visualID\": \"New visual ID\",\n \"description\": \"Postman tag\",\n \"active\": true,\n \"issuer\": true,\n \"default\": false,\n \"userID\": \"{{userID}}\"\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagDelete",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags/{{tag}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags",
- "{{tag}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TagsDelete",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"tagsIDs\": [\n \"{{tagId1}}\",\n \"{{tagId2}}\"\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/tags",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "tags"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Assets",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/assets?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets"
- ],
- "query": [
- {
- "key": "Issuer",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteAreaIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "SiteIDs",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "WithNoSiteArea",
- "value": "",
- "disabled": true
- },
- {
- "key": "DynamicOnly",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Asset",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/assets/{{assetID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets",
- "{{assetID}}"
- ],
- "query": [
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-AssetsInError",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/assets/status/in-error",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets",
- "status",
- "in-error"
- ],
- "query": [
- {
- "key": "WithSiteArea",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-AssetUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"Updated asset\",\n \"siteAreaID\": \"{{siteAreaID}}\",\n \"assetType\": \"CO\",\n \"excludeFromSmartCharging\": true,\n \"variationThresholdPercent\": 100,\n \"fluctuationPercent\": null,\n \"staticValueWatt\": 2000,\n \"image\": \"\",\n \"dynamicAsset\": false,\n \"connectionID\": \"\",\n \"meterID\": \"\",\n \"usesPushAPI\": false,\n \"coordinates\": [0, 0]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/assets/{{assetID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets",
- "{{assetID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-AssetDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/assets/{{assetID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets",
- "{{assetID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-AssetConsumptions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/assets/601b2a5e52f1d8000e8dd95b/consumptions",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "assets",
- "601b2a5e52f1d8000e8dd95b",
- "consumptions"
- ],
- "query": [
- {
- "key": "StartDate",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDate",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-AssetImage",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/util/assets/601b2a5e52f1d8000e8dd95b/image?TenantID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "assets",
- "601b2a5e52f1d8000e8dd95b",
- "image"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCatalogs",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/car-catalogs?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "car-catalogs"
- ],
- "query": [
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "CarMaker",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCatalog",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/car-catalogs/1172",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "car-catalogs",
- "1172"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCatalogImage",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/util/car-catalogs/1172/image",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "car-catalogs",
- "1172",
- "image"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCatalogImages",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/car-catalogs/1172/images?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "car-catalogs",
- "1172",
- "images"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCatalogsSynchronize",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/car-catalogs/action/synchronize",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "car-catalogs",
- "action",
- "synchronize"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarMakers",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/car-makers",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "car-makers"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-CarCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"carID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"vin\": \"string\",\n \"licensePlate\": \"AB-123-CD\",\n \"carCatalogID\": 1160,\n \"forced\": true,\n \"type\": \"P\",\n \"userID\": \"{{userID}}\",\n \"default\": true,\n \"converter\": {\n \"amperagePerPhase\": 1,\n \"numberOfPhases\": 1,\n \"powerWatts\": 1,\n \"type\": \"S\"\n }\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/cars",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "cars"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Cars",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/cars?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "cars"
- ],
- "query": [
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "CarMaker",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Car",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/cars/{{carID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "cars",
- "{{carID}}"
- ],
- "query": [
- {
- "key": "WithUser",
- "value": "",
- "disabled": true
- },
- {
- "key": "CarMaker",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Logs",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"logID\", responseJson[\"result\"][0][\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/logs?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "logs"
- ],
- "query": [
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "Level",
- "value": "",
- "disabled": true
- },
- {
- "key": "Source",
- "value": "",
- "disabled": true
- },
- {
- "key": "Host",
- "value": "",
- "disabled": true
- },
- {
- "key": "Type",
- "value": "",
- "disabled": true
- },
- {
- "key": "Action",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Log",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/logs/{{logID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "logs",
- "{{logID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-IntegrationConnections",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/connections?UserID={{userID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "connections"
- ],
- "query": [
- {
- "key": "UserID",
- "value": "{{userID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-IntegrationConnectionsCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"connectionID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"connectorId\": 0,\n \"userId\": \"{{userID}}\",\n \"data\": {}\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/connections",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "connections"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-IntegrationConnection",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/connections/{{connectionID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "connections",
- "{{connectionID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-IntegrationConnectionDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/connections/{{connectionID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "connections",
- "{{connectionID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-LogsExport",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/logs/action/export",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "logs",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "StartDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "EndDateTime",
- "value": "",
- "disabled": true
- },
- {
- "key": "Level",
- "value": "",
- "disabled": true
- },
- {
- "key": "Source",
- "value": "",
- "disabled": true
- },
- {
- "key": "Host",
- "value": "",
- "disabled": true
- },
- {
- "key": "Type",
- "value": "",
- "disabled": true
- },
- {
- "key": "Action",
- "value": "",
- "disabled": true
- },
- {
- "key": "UserID",
- "value": "",
- "disabled": true
- },
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "",
- "disabled": true
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpoints",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints"
- ],
- "query": [
- {
- "key": "Search",
- "value": "",
- "disabled": true
- },
- {
- "key": "SortFields",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- },
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "OnlyRecordCount",
- "value": "",
- "disabled": true
- },
- {
- "key": "ProjectFields",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"ocpiEndpointID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"OCPI Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"localToken\": \"string\",\n \"token\": \"string\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpoint",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"OCPI Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"localToken\": \"string\",\n \"token\": \"string\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPing",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"OCPI Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"localToken\": \"string\",\n \"token\": \"string\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/ping",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "ping"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointCheckCDRs",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/cdrs/check",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "cdrs",
- "check"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointCheckLocations",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/locations/check",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "locations",
- "check"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointCheckLocations Copy",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/sessions/check",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "sessions",
- "check"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPullCDRs",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/cdrs/pull",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "cdrs",
- "pull"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPullLocations",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/locations/pull",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "locations",
- "pull"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPullSessions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/sessions/pull",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "sessions",
- "pull"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPullTokens",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/tokens/pull",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "tokens",
- "pull"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPushEvsesStatuses",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/evses/statuses/send",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "evses",
- "statuses",
- "send"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointPushTokens",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/tokens/send",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "tokens",
- "send"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointRegister",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/register",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "register"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OCPIEndpointUnregister",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/ocpi/endpoints/{{ocpiEndpointID}}/unregister",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "ocpi",
- "endpoints",
- "{{ocpiEndpointID}}",
- "unregister"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"oicpID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"OICP Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- ""
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"Updated OICP Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointPing",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"OICP Endpoint name\",\n \"role\": \"CPO\",\n \"baseUrl\": \"https://xxxxxxx.xx\",\n \"countryCode\": \"FR\",\n \"partyId\": \"ABC\",\n \"backgroundPatchJob\": true\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}/ping",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}",
- "ping"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointSendEvseStatuses",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}/evses/statuses/send",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}",
- "evses",
- "statuses",
- "send"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointSendEvses",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}/evses/send",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}",
- "evses",
- "send"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpoints",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpoint",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointRegister",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}/register",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}",
- "register"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointUnregister",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}/unregister",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}",
- "unregister"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-OICPEndpointDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/oicp/endpoints/{{oicpID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "oicp",
- "endpoints",
- "{{oicpID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationTokens",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens"
- ],
- "query": [
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationTokensCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"registrationTokenID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"description\": \"A Token description\",\n \"siteAreaID\": null\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationToken",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens/{{registrationTokenID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens",
- "{{registrationTokenID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationTokenUpdate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"description\": \"An updated Token description\",\n \"siteAreaID\": null\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens/{{registrationTokenID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens",
- "{{registrationTokenID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationTokenRevoke",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens/{{registrationTokenID}}/revoke",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens",
- "{{registrationTokenID}}",
- "revoke"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-RegistrationTokenDelete",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/registration-tokens/{{registrationTokenID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "registration-tokens",
- "{{registrationTokenID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SettingCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"settingID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"identifier\": \"User\",\n \"sensitiveData\": [],\n \"content\": {\n \"type\": \"user\",\n \"user\": {\n \"autoActivateAccountAfterValidation\": true\n }\n }\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/settings",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "settings"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Settings",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/settings",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "settings"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Setting",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/settings/{{settingID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "settings",
- "{{settingID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SettingUpdate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"identifier\": \"User\",\n \"sensitiveData\": [],\n \"content\": {\n \"type\": \"user\",\n \"user\": {\n \"autoActivateAccountAfterValidation\": false\n }\n }\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/settings/{{settingID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "settings",
- "{{settingID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SettingDelete",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/settings/{{settingID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "settings",
- "{{settingID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = JSON.parse(responseBody);",
- "postman.setEnvironmentVariable(\"siteID\", responseJson[\"id\"]);"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"name\": \"SAP Labs Mougins\",\n\t\"address\": {\n\t\t\"address1\": \"805 Av. du Docteur Maurice Donat\",\n\t\t\"address2\": \"Font de l'Orme\",\n\t\t\"postalCode\": \"06150\",\n\t\t\"city\": \"Mougins\",\n\t\t\"region\": \"PACA\",\n\t\t\"country\": \"France\"\n\t},\n\t\"companyID\": \"{{companyID}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/sites",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-Site",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteUsers",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}/users",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}",
- "users"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteUpdate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n\t\"name\": \"SAP Labs Mougins updated\",\n\t\"address\": {\n\t\t\"address1\": \"805 Av. du Docteur Maurice Donat\",\n\t\t\"address2\": \"Font de l'Orme\",\n\t\t\"postalCode\": \"06150\",\n\t\t\"city\": \"Mougins\",\n\t\t\"region\": \"PACA\",\n\t\t\"country\": \"France\"\n\t},\n\t\"companyID\": \"{{companyID}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAssignUsers",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"userIDs\": [\"{{userID}}\"]\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}/users/assign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}",
- "users",
- "assign"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteSetAdmin",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"userID\": \"{{userID}}\",\n \"siteAdmin\": true\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}/users/admin",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}",
- "users",
- "admin"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteSetOwner",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"userID\": \"{{userID}}\",\n \"siteOwner\": true\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}/users/owner",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}",
- "users",
- "owner"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteImage",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/util/sites/{{siteID}}/image?TenantID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "sites",
- "{{siteID}}",
- "image"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteDelete",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/sites/{{siteID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "sites",
- "{{siteID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreas",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas"
- ],
- "query": [
- {
- "key": "WithSite",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithAvailableChargers",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithChargeBoxes",
- "value": "true",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaCreate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"accessControl\": true,\n \"address\": {\n \"address1\": \"805 av. du Docteur Maurice Donat\",\n \"address2\": \"string\",\n \"postalCode\": \"06250\",\n \"city\": \"Mougins\",\n \"department\": \"Alpes Maritimes\",\n \"region\": \"PACA\",\n \"country\": \"France\",\n \"coordinates\": [\n 43,\n 7\n ]\n },\n \"issuer\": true,\n \"maximumPower\": 1,\n \"name\": \"Test Site Area\",\n \"numberOfPhases\": 1,\n \"siteID\": \"{{siteID}}\",\n \"smartCharging\": true,\n \"voltage\": 110\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas"
- ],
- "query": [
- {
- "key": "WithSite",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithAvailableChargers",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithChargeBoxes",
- "value": "true",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteArea",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}"
- ],
- "query": [
- {
- "key": "WithSite",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithAvailableChargers",
- "value": "true",
- "disabled": true
- },
- {
- "key": "WithChargeBoxes",
- "value": "true",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaImage",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/util/site-areas/{{siteAreaID}}/image?TenantID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "site-areas",
- "{{siteAreaID}}",
- "image"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaConsumption",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}/consumptions?StartDate=2019-11-18T14:35:23.603Z&EndDate=2021-11-18T14:35:23.603Z",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}",
- "consumptions"
- ],
- "query": [
- {
- "key": "StartDate",
- "value": "2019-11-18T14:35:23.603Z"
- },
- {
- "key": "EndDate",
- "value": "2021-11-18T14:35:23.603Z"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaAssignChargingStations",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"chargingStationIDs\": [\"{{chargingStation}}\"]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}/charging-stations/assign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}",
- "charging-stations",
- "assign"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaUnassignChargingStations",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"chargingStationIDs\": [\"{{chargingStation}}\"]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}/charging-stations/unassign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}",
- "charging-stations",
- "unassign"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaAssignAssets",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"assetIDs\": [\"{{assetID}}\"]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}/assets/assign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}",
- "assets",
- "assign"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaUnassignAssets",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"assetIDs\": [\"{{assetID}}\"]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "{{base_url}}/v1/api/site-areas/{{siteAreaID}}/assets/unassign",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "site-areas",
- "{{siteAreaID}}",
- "assets",
- "unassign"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsExport",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/action/export?DataType=Users&DataCategory=Pricing&DataScope=Year",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "action",
- "export"
- ],
- "query": [
- {
- "key": "DataType",
- "value": "Users"
- },
- {
- "key": "DataCategory",
- "value": "Pricing"
- },
- {
- "key": "DataScope",
- "value": "Year"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsTransactionsYears",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/transactions/years",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "transactions",
- "years"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsChargingStationConsumption",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/charging-stations/consumption?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "charging-stations",
- "consumption"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsChargingStationInactivity",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/charging-stations/inactivity?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "charging-stations",
- "inactivity"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsChargingStationUsage",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/charging-stations/usage?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "charging-stations",
- "usage"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsChargingStationTransaction",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/charging-stations/transaction?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "charging-stations",
- "transaction"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsChargingStationPricing",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/charging-stations/transaction?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "charging-stations",
- "transaction"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsUsersConsumption",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/users/consumption?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "users",
- "consumption"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsUsersUsage",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/users/usage?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "users",
- "usage"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsUsersInactivity",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/users/inactivity?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "users",
- "inactivity"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsUsersTransactions",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/users/transaction?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "users",
- "transaction"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-StatisticsUsersPricing",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{base_url}}/v1/api/statistics/users/pricing?Year=2018",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "statistics",
- "users",
- "pricing"
- ],
- "query": [
- {
- "key": "Year",
- "value": "2018"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingSetting",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/billing-setting",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "billing-setting"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingSettingUpdate",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"id\": \"\",\n \"identifier\": \"billing\",\n \"sensitiveData\": [],\n \"type\": \"stripe\",\n \"billing\": {\n \"isTransactionBillingActivated\": true,\n \"immediateBillingAllowed\": true,\n \"periodicBillingAllowed\": true,\n \"taxID\": \"\"\n },\n \"stripe\": {\n \"url\": \"string\",\n \"secretKey\": \"string\",\n \"publicKey\": \"string\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/billing-setting",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "billing-setting"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingCreateSubAccount",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"userID\": \"{{userID}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/billing/sub-accounts",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "billing",
- "sub-accounts"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingActivateSubAccount",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/util/billing/sub-accounts/628760264ecb9faff36311b2/activate?TenantID={{tenantID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "util",
- "billing",
- "sub-accounts",
- "628760264ecb9faff36311b2",
- "activate"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingGetUserPaymentMethod",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"id\": \"\",\n \"identifier\": \"billing\",\n \"sensitiveData\": [],\n \"type\": \"stripe\",\n \"billing\": {\n \"isTransactionBillingActivated\": true,\n \"immediateBillingAllowed\": true,\n \"periodicBillingAllowed\": true,\n \"taxID\": \"\"\n },\n \"stripe\": {\n \"url\": \"string\",\n \"secretKey\": \"string\",\n \"publicKey\": \"string\"\n }\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/payment-methods?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "payment-methods"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingGetUserPaymentMethod Copy",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/payment-methods/{{paymentMethodID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "payment-methods",
- "{{paymentMethodID}}"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingSetupUserPaymentMethod",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"paymentMethodId\": \"{{paymentMethodID}}\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/payment-methods/setup",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "payment-methods",
- "setup"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingAttachUserPaymentMethod",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"paymentMethodId\": \"pm_1Ib3MxF5e1VSb1v6eH3Zhn4K\"\n}"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/payment-methods/{{paymentMethodID}}/attach",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "payment-methods",
- "{{paymentMethodID}}",
- "attach"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingDetachUserPaymentMethod",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}/payment-methods/{{paymentMethodID}}/attach",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}",
- "payment-methods",
- "{{paymentMethodID}}",
- "attach"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingTaxes",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/billing/taxes",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "billing",
- "taxes"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingCheck",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/billing/check",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "billing",
- "check"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingInvoices",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/invoices?Limit=100",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "invoices"
- ],
- "query": [
- {
- "key": "Skip",
- "value": "",
- "disabled": true
- },
- {
- "key": "Limit",
- "value": "100"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingInvoice",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/invoices/{{invoiceID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "invoices",
- "{{invoiceID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-BillingDownloadInvoice",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "url": {
- "raw": "{{base_url}}/v1/api/invoices/{{invoiceID}}/download",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "invoices",
- "{{invoiceID}}",
- "download"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserUpdateToAdmin",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"DEMO\",\r\n \"firstName\": \"Demo\",\r\n \"email\": \"demo.basic@sap.com\",\r\n \"phone\": \"+33 123456789\",\r\n \"mobile\": \"\",\r\n \"iNumber\": \"I123456\",\r\n \"tagIDs\": [\r\n \"ABCDE123\"\r\n ],\r\n \"costCenter\": \"123456789\",\r\n \"status\": \"A\",\r\n \"role\": \"A\",\r\n \"password\": \"\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/{{userID}}",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "{{userID}}"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TenantUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id\": \"5bbd06cd4598d76ea07dd3cf\",\r\n \"name\": \"Tenant Updated\",\r\n \"subdomain\": \"slfnew\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/client/api/TenantUpdate",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "TenantUpdate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id\": \"5b6cb7f569dd774d784f4cca\",\r\n \"type\": \"C\",\r\n \"model\": \"Zoe666\",\r\n \"batteryKW\": 402,\r\n \"autonomyKmWLTP\": 3002,\r\n \"autonomyKmReal\": 2002,\r\n \"horsePower\": 802,\r\n \"torqueNm\": 1002,\r\n \"performance0To100kmh\": 692,\r\n \"weightKg\": 12502,\r\n \"lengthMeter\": 4.32,\r\n \"widthMeter\": 22,\r\n \"heightMeter\": 1.62,\r\n\t\"vehicleManufacturerID\" : \"5ae6df8c00abd72b716047a9\",\r\n\t\"images\": [\"www\", \"zzz\"],\r\n\t\"withVehicleImages\": true\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/client/api/VehicleUpdate",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleUpdate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleManufacturerUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id\": \"5b6cb3e8aeead45c9c70eba3\",\r\n\t\"name\": \"Renault Updated\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/client/api/VehicleManufacturerUpdate",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleManufacturerUpdate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationUpdate",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id\": \"EURECOM1\",\r\n \"siteAreaID\": \"5a717ab6f137a46c39dcd402\"\r\n}\r\n"
- },
- "url": {
- "raw": "{{base_url}}/client/api/ChargingStationUpdate",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "ChargingStationUpdate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-ChargingStationDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/charging-stations/SAP-Mougins-11",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "charging-stations",
- "SAP-Mougins-11"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/SiteDelete?ID=5afaa433374fca4ee850b8b5",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "SiteDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5afaa433374fca4ee850b8b5"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TenantDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/TenantDelete?ID=5bbd06cd4598d76ea07dd3cf",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "TenantDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5bbd06cd4598d76ea07dd3cf"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-UserDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/v1/api/users/592e969f89d8e07a2b16a78f",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "v1",
- "api",
- "users",
- "592e969f89d8e07a2b16a78f"
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/VehicleDelete?ID=5aeab570da4ddc20e9672a97",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5aeab570da4ddc20e9672a97"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-VehicleManufacturerDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/VehicleManufacturerDelete?ID=5ae6df8c00abd72b716047a9",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "VehicleManufacturerDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5ae6df8c00abd72b716047a9"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-SiteAreaDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/SiteAreaDelete?ID=5a72286d2e24f229a520add1",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "SiteAreaDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "5a72286d2e24f229a520add1"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FE-TransactionDelete",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{token}}",
- "type": "string"
- }
- ]
- },
- "method": "DELETE",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": ""
- },
- "url": {
- "raw": "{{base_url}}/client/api/TransactionDelete?ID=1476453553",
- "host": [
- "{{base_url}}"
- ],
- "path": [
- "client",
- "api",
- "TransactionDelete"
- ],
- "query": [
- {
- "key": "ID",
- "value": "1476453553"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "HeartBeat",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /Authorize\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "Authorize",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /Authorize\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{tagId1}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "AuthorizeUnknownTagID",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /Authorize\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n VTFE\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "DataTransfer",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /DataTransfer\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n Schneider Electric\r\n Detection loop\r\n {\\\"connectorId\\\":2,\\\"name\\\":\\\"Vehicle\\\",\\\"state\\\":\\\"0\\\",\\\"timestamp\\\":\\\"2018-08-08T10:21:11Z:\\\"}\r\n {{chargingStation}}\r\n {{currentDate}}\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "DiagnosticStatusNotif",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /DiagnosticsStatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n Uploaded\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "FirmwareStatusNotif",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /FirmwareStatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n Downloading\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "Authorize NoUser",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /Authorize\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{tagIdUnknown}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "BootNotification",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /BootNotification\r\n {{newChargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n Schneider Electric\r\n MONOBLOCK\r\n 1234\r\n 6789\r\n 666\r\n 1.5\r\n http://192.168.0.110:8080\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "BootNotificationStatusNotificationConn1",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{newChargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 2\r\n Available\r\n NoError\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "BootNotificationStatusNotificationConn2",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{newChargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 1\r\n Available\r\n NoError\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionABBLockConn",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{abbChargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagId1}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOkAbb",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{abbChargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionWrongConnID",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 10\r\n {{tagId1}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionNotStartMeterVal",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagId1}}\r\n {{dateStartTransaction}}\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionNoTimeStamp",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagId1}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionNoUser",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagIdUnknown}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOk",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationPreparingNoTimeStamp",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Preparing\r\n NoError\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationError",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Faulted\r\n PowerMeterFailure\r\n 14\r\n [Un]Plug_Process\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOk2",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationError2",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Faulted\r\n PowerMeterFailure\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOk2Conns",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n",
- "options": {
- "raw": {
- "language": "xml"
- }
- }
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOk2ConnsEBEE",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n SAP-Mougins-02-EBE\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationPrep2Conns",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n Preparing\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue1KEBASampleClock",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n \r\n {{currentDate}}\r\n \r\n \t10400\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransaction",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagId1}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionOtherUser",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagIdOtherUser}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransactionEBEENoTimestamp/MeterStart",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "postman.setEnvironmentVariable(\"transactionId\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 6; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{tagId1}}\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationOccupied",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Occupied\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue1-KEBA-NoTrID-Conn=0",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n \r\n {{dateTransaction1}}\r\n \r\n \t10022\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-ABB-WrongTrID",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n -123456798\r\n \r\n {{dateTransaction2}}\r\n \r\n \t10400\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue3-KEBA-NoTrID-Conn=0",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n 0\r\n \r\n {{dateTransaction3}}\r\n \r\n \t11412\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue4-ABB-Sample.Clock",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n -255686\r\n \r\n {{dateTransaction4}}\r\n \r\n \t11414\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue5",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{transactionId}}\r\n \r\n {{dateTransaction5}}\r\n \r\n \t11414\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue6",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n {{transactionId}}\r\n \r\n {{dateTransaction6}}\r\n \r\n \t11414\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StopTransaction",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StopTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:469b9586-5e2a-4113-ae73-eab03d515730\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{transactionId}}\r\n {{tagId1}}\r\n {{dateStopTransaction}}\r\n 11414\r\n \r\n \r\n\t {{dateStartTransaction}}\r\n\t \r\n\t \t10000\r\n\t \r\n\t \r\n \r\n\t {{dateStopTransaction}}\r\n\t \r\n\t \t11414\r\n\t \r\n\t \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationAvailable",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId}}\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StopTransactionDiffUser",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StopTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:469b9586-5e2a-4113-ae73-eab03d515730\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{transactionId}}\r\n {{tagIdOtherUser}}\r\n {{dateStopTransaction}}\r\n 0\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StopTransactionNoUser",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StopTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:469b9586-5e2a-4113-ae73-eab03d515730\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{transactionId}}\r\n {{tagIdUnknown}}\r\n {{dateStopTransaction}}\r\n 0\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransaction2NoBadgeID",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "console.log(transactionId);",
- "postman.setEnvironmentVariable(\"transactionId2\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 7; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n \r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StartTransaction2",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var responseJson = xml2Json(responseBody);",
- "var transactionId = responseJson[\"soap:Envelope\"][\"soap:Body\"][\"ns1:startTransactionResponse\"][\"ns1:transactionId\"];",
- "console.log(transactionId);",
- "postman.setEnvironmentVariable(\"transactionId2\", transactionId);"
- ],
- "type": "text/javascript"
- }
- },
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "var dateTransaction = new Date();",
- "",
- "// Set Start Transaction",
- "postman.setEnvironmentVariable(\"dateStartTransaction\", dateTransaction.toISOString());",
- "",
- "// Fill 6 transaction dates for the Meter Values",
- "for(var i = 1; i <= 7; i++) {",
- " // Add 1 min",
- " dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- " // Set",
- " postman.setEnvironmentVariable(\"dateTransaction\" + i, dateTransaction.toISOString()); ",
- "}",
- "",
- "// Add 1 min",
- "dateTransaction = new Date(dateTransaction.getTime() + 60000);",
- "// Set Stop Transaction",
- "postman.setEnvironmentVariable(\"dateStopTransaction\", dateTransaction.toISOString());",
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StartTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:eb0fa6dc-7f93-47c8-9774-ff3ed4a2baba\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{tagId2}}\r\n {{dateStartTransaction}}\r\n 10000\r\n \r\n \r\n\r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationStartPreparing",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Preparing\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationStartCharging",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Charging\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationStartOccupied",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Occupied\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-1",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction1}}\r\n \r\n \t10400\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-2",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction2}}\r\n \r\n \t10600\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-3",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction3}}\r\n \r\n \t11200\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-4",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction4}}\r\n \r\n \t11450\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-5",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction5}}\r\n \r\n \t0\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-6",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction6}}\r\n \r\n \t0\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "MeterValue2-7",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /MeterValues\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:b31235d2-42dc-4195-8e01-50f508593ce1\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n {{transactionId2}}\r\n \r\n {{dateTransaction7}}\r\n \r\n \t0\r\n \r\n \r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StopTransaction2",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StopTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:469b9586-5e2a-4113-ae73-eab03d515730\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{transactionId2}}\r\n {{tagId2}}\r\n {{dateStopTransaction}}\r\n 0\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationStopFinishing",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Finishing\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StatusNotificationStopAvailable",
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "exec": [
- "postman.setEnvironmentVariable(\"currentDate\", new Date().toISOString());"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StatusNotification\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:e88f0d17-2b60-454b-9939-f57b2c0746c0\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{connectorId2}}\r\n Available\r\n NoError\r\n {{currentDate}}\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "StopTransaction2DiffUser",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "\r\n \r\n /StopTransaction\r\n {{chargingStation}}\r\n \r\n {{base_url}}:8081/ChargeBox/Ocpp\r\n \r\n urn:uuid:469b9586-5e2a-4113-ae73-eab03d515730\r\n \r\n http://www.w3.org/2005/08/addressing/anonymous\r\n \r\n {{to}}\r\n \r\n \r\n \r\n {{transactionId2}}\r\n {{tagIdOtherUser}}\r\n {{dateStopTransaction}}\r\n 0\r\n \r\n \r\n"
- },
- "url": {
- "raw": "{{server_url}}/OCPP15?TenantID={{tenantID}}",
- "host": [
- "{{server_url}}"
- ],
- "path": [
- "OCPP15"
- ],
- "query": [
- {
- "key": "TenantID",
- "value": "{{tenantID}}"
- }
- ]
- }
- },
- "response": []
- }
- ]
-}
\ No newline at end of file
diff --git a/postman/EVSE.postman_environment.json b/postman/EVSE.postman_environment.json
deleted file mode 100644
index 5be14e7a93..0000000000
--- a/postman/EVSE.postman_environment.json
+++ /dev/null
@@ -1,154 +0,0 @@
-{
- "id": "2d6d1787-482c-4800-a166-5ed2cd6eb94f",
- "name": "EVSE",
- "values": [
- {
- "key": "currentDate",
- "value": "2019-04-14T11:05:47.793Z",
- "enabled": true
- },
- {
- "key": "tagId1",
- "value": "DEMOBASIC",
- "enabled": true
- },
- {
- "key": "tagId2",
- "value": "DEMOBASIC",
- "enabled": true
- },
- {
- "key": "tagIdOtherUser",
- "value": "BADGEID",
- "enabled": true
- },
- {
- "key": "tagIdUnknown",
- "value": "666666",
- "enabled": true
- },
- {
- "key": "chargingStation",
- "value": "SAP-Mougins-02",
- "enabled": true
- },
- {
- "key": "connectorId",
- "value": "1",
- "enabled": true
- },
- {
- "key": "connectorId2",
- "value": "2",
- "enabled": true
- },
- {
- "key": "transactionId",
- "value": "465469435",
- "enabled": true
- },
- {
- "key": "transactionId2",
- "value": "622078888",
- "enabled": true
- },
- {
- "key": "dateStartTransaction",
- "value": "2019-04-14T11:09:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction1",
- "value": "2019-04-14T11:10:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction2",
- "value": "2019-04-14T11:11:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction3",
- "value": "2019-04-14T11:12:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction4",
- "value": "2019-04-14T11:13:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction5",
- "value": "2019-04-14T11:14:55.019Z",
- "enabled": true
- },
- {
- "key": "dateTransaction6",
- "value": "2019-04-14T11:15:55.019Z",
- "enabled": true
- },
- {
- "key": "dateStopTransaction",
- "value": "2019-04-14T11:17:55.019Z",
- "enabled": true
- },
- {
- "key": "base_url",
- "value": "http://127.0.0.1",
- "enabled": true
- },
- {
- "key": "to",
- "value": "http://127.0.0.1:8000",
- "enabled": true
- },
- {
- "key": "tenantID",
- "value": "5be7fb271014d90008992f06",
- "enabled": true
- },
- {
- "key": "server_url",
- "value": "{{base_url}}:8000",
- "enabled": true
- },
- {
- "key": "tenant",
- "value": "slf",
- "enabled": true
- },
- {
- "key": "tokenGTC",
- "value": "AQAAANCMnd8BFdERjHoAwE_Cl-sBAAAA59q3wwKDnkKpzYBtso7R1AAAAAACAAAAAAAQZgAAAAEAACAAAACtvapFNDWO_hnHHRtko_kDWZ34G-DSqDRXg_DhZB9EzAAAAAAOgAAAAAIAACAAAAAaGf-aRsFvqX5xwN3AdMoYPrVm-3m0m1r9X1QiHfEOIsABAABoKlq-0WNJExhJMAIM1I3kvGnyY4NVcbhHXSeqxRdULNBabP2cnG-_k247tCP6gcGyEMb7xxQ13rH-tAwWkvcJqcvsw4-DWP_v6QqwboDg3QZlT3N61tqHnA-4_B5dC9ejf7mzNFa7mGmJqLayYbxoxjzYr0RcLx-nagjGqVKJiFqKyvQ35pY04S9TGdyByA271EKBg8UH8n0i7jc60HBo81y9rbwxFFV3K-Ei4qu-kL_ctnN009hTv5gAqkP6p8x_IZeAeS30rS-GoM-VqmAuhrFizxckwhl4AxhwuJBQLtSg87WGhawLAFiHnBfoTHea0TFQ-5Orm9wZ23laNHN_iD-VTWN0-X5GfYWAoVKZ9EhA3nEWhZfZDf0u8N_mHiRFMxhen7Z-PwCQsqe7ZDJM6RV-IGd4tZPlDnntllLaXEfFh5-PriQ1vuzQoTi3OP_aBF_0tQDoYNgntLI1M9blFX60HTgslS4EadOs9T-sAafqrn6eMyBivMDA7vmqacLntrMXkFDwfQtlMd5QOVQA-VPsix1sluqbdQJ9YpJiCU7A1TLAR6jWyG49YfCEGpPF9mcpPWPTRcZmCE9zhtHhQAAAAAHP2W0YKIO4QzGZcklaUugSxQX7FaUMobJjUcoiskd6nUThpOKV--6wyZnQ7Q1Iz81yvqemBJnkmNELuac9Wi4",
- "enabled": true
- },
- {
- "key": "dateTransaction7",
- "value": "2019-04-14T11:16:55.019Z",
- "enabled": true
- },
- {
- "key": "token",
- "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVjZTI0OWExYTM5YWUxYzA1NmMzODliZCIsInJvbGUiOiJBIiwibmFtZSI6IkFkbWluIiwibW9iaWxlIjoiNjY2NjY2NjY2NjYiLCJlbWFpbCI6ImxvYW4uYWxvdWFjaGVAc2FwLmNvbSIsInRhZ0lEcyI6WyJBMTIzNCJdLCJmaXJzdE5hbWUiOiJVc2VyIiwibG9jYWxlIjoiZW4tVVMiLCJsYW5ndWFnZSI6ImVuIiwiY3VycmVuY3kiOiJFVVIiLCJ0ZW5hbnRJRCI6ImFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhMSIsInRlbmFudE5hbWUiOiJ1dGFsbCIsInRlbmFudFN1YmRvbWFpbiI6InV0YWxsIiwidXNlckhhc2hJRCI6IjY4N2JlNDc4ZTE5NGViZjA2YTM2NzM5MzRhMjVlOGU2NWE4M2Q1YzQ2ZGNjMzJkZjM1MzhkYjllZWRlZmViODkiLCJ0ZW5hbnRIYXNoSUQiOiIwNTA3MDk3MGVlMDA2MGJmYzUwZDM2NjIwZTUwZGE0MzUyYWE2MjAyOGFjZGRkMDFhNTg4YzgzYWVlMTE5ZmQ3Iiwic2NvcGVzIjpbIkFzc2V0OkNoZWNrQ29ubmVjdGlvbiIsIkFzc2V0OkNyZWF0ZSIsIkFzc2V0OkRlbGV0ZSIsIkFzc2V0OlJlYWQiLCJBc3NldDpSZXRyaWV2ZUNvbnN1bXB0aW9uIiwiQXNzZXQ6VXBkYXRlIiwiQXNzZXRzOkluRXJyb3IiLCJBc3NldHM6TGlzdCIsIkJpbGxpbmc6Q2hlY2tDb25uZWN0aW9uIiwiQ2FyOkNyZWF0ZSIsIkNhcjpEZWxldGUiLCJDYXI6UmVhZCIsIkNhcjpVcGRhdGUiLCJDYXJDYXRhbG9nOlJlYWQiLCJDYXJDYXRhbG9nczpMaXN0IiwiQ2FyczpMaXN0IiwiQ2hhcmdpbmdQcm9maWxlOlJlYWQiLCJDaGFyZ2luZ1Byb2ZpbGVzOkxpc3QiLCJDaGFyZ2luZ1N0YXRpb246QXV0aG9yaXplIiwiQ2hhcmdpbmdTdGF0aW9uOkNoYW5nZUF2YWlsYWJpbGl0eSIsIkNoYXJnaW5nU3RhdGlvbjpDaGFuZ2VDb25maWd1cmF0aW9uIiwiQ2hhcmdpbmdTdGF0aW9uOkNsZWFyQ2FjaGUiLCJDaGFyZ2luZ1N0YXRpb246Q2xlYXJDaGFyZ2luZ1Byb2ZpbGUiLCJDaGFyZ2luZ1N0YXRpb246Q3JlYXRlIiwiQ2hhcmdpbmdTdGF0aW9uOkRlbGV0ZSIsIkNoYXJnaW5nU3RhdGlvbjpFeHBvcnQiLCJDaGFyZ2luZ1N0YXRpb246R2V0Q29tcG9zaXRlU2NoZWR1bGUiLCJDaGFyZ2luZ1N0YXRpb246R2V0Q29uZmlndXJhdGlvbiIsIkNoYXJnaW5nU3RhdGlvbjpHZXREaWFnbm9zdGljcyIsIkNoYXJnaW5nU3RhdGlvbjpSZWFkIiwiQ2hhcmdpbmdTdGF0aW9uOlJlbW90ZVN0YXJ0VHJhbnNhY3Rpb24iLCJDaGFyZ2luZ1N0YXRpb246UmVtb3RlU3RvcFRyYW5zYWN0aW9uIiwiQ2hhcmdpbmdTdGF0aW9uOlJlc2V0IiwiQ2hhcmdpbmdTdGF0aW9uOlNldENoYXJnaW5nUHJvZmlsZSIsIkNoYXJnaW5nU3RhdGlvbjpTdGFydFRyYW5zYWN0aW9uIiwiQ2hhcmdpbmdTdGF0aW9uOlN0b3BUcmFuc2FjdGlvbiIsIkNoYXJnaW5nU3RhdGlvbjpVbmxvY2tDb25uZWN0b3IiLCJDaGFyZ2luZ1N0YXRpb246VXBkYXRlIiwiQ2hhcmdpbmdTdGF0aW9uOlVwZGF0ZUZpcm13YXJlIiwiQ2hhcmdpbmdTdGF0aW9uczpJbkVycm9yIiwiQ2hhcmdpbmdTdGF0aW9uczpMaXN0IiwiQ29tcGFuaWVzOkxpc3QiLCJDb21wYW55OkNyZWF0ZSIsIkNvbXBhbnk6RGVsZXRlIiwiQ29tcGFueTpSZWFkIiwiQ29tcGFueTpVcGRhdGUiLCJDb25uZWN0aW9uOkNyZWF0ZSIsIkNvbm5lY3Rpb246RGVsZXRlIiwiQ29ubmVjdGlvbjpSZWFkIiwiQ29ubmVjdGlvbnM6TGlzdCIsIkludm9pY2U6Q3JlYXRlIiwiSW52b2ljZTpEb3dubG9hZCIsIkludm9pY2VzOkxpc3QiLCJJbnZvaWNlczpTeW5jaHJvbml6ZSIsIkxvZ2dpbmc6UmVhZCIsIkxvZ2dpbmdzOkxpc3QiLCJOb3RpZmljYXRpb246Q3JlYXRlIiwiT2NwaUVuZHBvaW50OkNyZWF0ZSIsIk9jcGlFbmRwb2ludDpEZWxldGUiLCJPY3BpRW5kcG9pbnQ6R2VuZXJhdGVMb2NhbFRva2VuIiwiT2NwaUVuZHBvaW50OlBpbmciLCJPY3BpRW5kcG9pbnQ6UmVhZCIsIk9jcGlFbmRwb2ludDpSZWdpc3RlciIsIk9jcGlFbmRwb2ludDpUcmlnZ2VySm9iIiwiT2NwaUVuZHBvaW50OlVwZGF0ZSIsIk9jcGlFbmRwb2ludHM6TGlzdCIsIk9pY3BFbmRwb2ludDpDcmVhdGUiLCJPaWNwRW5kcG9pbnQ6RGVsZXRlIiwiT2ljcEVuZHBvaW50OlBpbmciLCJPaWNwRW5kcG9pbnQ6UmVhZCIsIk9pY3BFbmRwb2ludDpSZWdpc3RlciIsIk9pY3BFbmRwb2ludDpUcmlnZ2VySm9iIiwiT2ljcEVuZHBvaW50OlVwZGF0ZSIsIk9pY3BFbmRwb2ludHM6TGlzdCIsIlBheW1lbnRNZXRob2Q6Q3JlYXRlIiwiUGF5bWVudE1ldGhvZDpSZWFkIiwiUGF5bWVudE1ldGhvZHM6TGlzdCIsIlByaWNpbmc6UmVhZCIsIlByaWNpbmc6VXBkYXRlIiwiUmVwb3J0OlJlYWQiLCJTZXR0aW5nOkNyZWF0ZSIsIlNldHRpbmc6RGVsZXRlIiwiU2V0dGluZzpSZWFkIiwiU2V0dGluZzpVcGRhdGUiLCJTZXR0aW5nczpMaXN0IiwiU2l0ZTpDcmVhdGUiLCJTaXRlOkRlbGV0ZSIsIlNpdGU6UmVhZCIsIlNpdGU6VXBkYXRlIiwiU2l0ZUFyZWE6Q3JlYXRlIiwiU2l0ZUFyZWE6RGVsZXRlIiwiU2l0ZUFyZWE6UmVhZCIsIlNpdGVBcmVhOlVwZGF0ZSIsIlNpdGVBcmVhczpMaXN0IiwiU2l0ZXM6TGlzdCIsIlRhZzpDcmVhdGUiLCJUYWc6RGVsZXRlIiwiVGFnOlJlYWQiLCJUYWc6VXBkYXRlIiwiVGFnczpMaXN0IiwiVGF4ZXM6TGlzdCIsIlRva2VuOkNyZWF0ZSIsIlRva2VuOkRlbGV0ZSIsIlRva2VuOlJlYWQiLCJUb2tlbjpVcGRhdGUiLCJUb2tlbnM6TGlzdCIsIlRyYW5zYWN0aW9uOkRlbGV0ZSIsIlRyYW5zYWN0aW9uOlJlYWQiLCJUcmFuc2FjdGlvbjpSZWZ1bmRUcmFuc2FjdGlvbiIsIlRyYW5zYWN0aW9uOlVwZGF0ZSIsIlRyYW5zYWN0aW9uczpFeHBvcnQiLCJUcmFuc2FjdGlvbnM6SW5FcnJvciIsIlRyYW5zYWN0aW9uczpMaXN0IiwiVXNlcjpDcmVhdGUiLCJVc2VyOkRlbGV0ZSIsIlVzZXI6UmVhZCIsIlVzZXI6U3luY2hyb25pemVCaWxsaW5nVXNlciIsIlVzZXI6VXBkYXRlIiwiVXNlcnM6RXhwb3J0IiwiVXNlcnM6SW1wb3J0IiwiVXNlcnM6SW5FcnJvciIsIlVzZXJzOkxpc3QiLCJVc2VyczpTeW5jaHJvbml6ZUJpbGxpbmdVc2VycyIsIlVzZXJzQ2FyczpBc3NpZ24iLCJVc2Vyc0NhcnM6TGlzdCIsIlVzZXJzU2l0ZXM6QXNzaWduIiwiVXNlcnNTaXRlczpMaXN0IiwiVXNlcnNTaXRlczpVbmFzc2lnbiJdLCJzaXRlc0FkbWluIjpbXSwic2l0ZXNPd25lciI6W10sInNpdGVzIjpbXSwiYWN0aXZlQ29tcG9uZW50cyI6WyJvY3BpIiwicmVmdW5kIiwicHJpY2luZyIsIm9yZ2FuaXphdGlvbiIsInN0YXRpc3RpY3MiLCJhbmFseXRpY3MiLCJiaWxsaW5nIiwiYXNzZXQiLCJzbWFydENoYXJnaW5nIiwiY2FyIl0sImlhdCI6MTYxNTg4NDg3MywiZXhwIjoxNjE1OTI4MDczfQ.iRUiHIaEONBByP9bEtZykw_6Ci7ZnfopHGHMPPwLLOo",
- "enabled": true
- },
- {
- "key": "userID",
- "value": "5db815731fdcb70006e0a8ce",
- "enabled": true
- },
- {
- "key": "siteID",
- "value": "5abeba8d4bae1457eb565e5b",
- "enabled": true
- },
- {
- "key": "siteAreaID",
- "value": "5abebb1b4bae1457eb565e98",
- "enabled": true
- }
- ],
- "_postman_variable_scope": "environment",
- "_postman_exported_at": "2021-06-01T14:19:46.802Z",
- "_postman_exported_using": "Postman/8.0.7"
-}
\ No newline at end of file
diff --git a/postman/e-Mobility REST API.postman_collection.json b/postman/e-Mobility REST API.postman_collection.json
new file mode 100644
index 0000000000..df18abc89e
--- /dev/null
+++ b/postman/e-Mobility REST API.postman_collection.json
@@ -0,0 +1,68524 @@
+{
+ "info": {
+ "_postman_id": "6d9bb3dd-a36a-47f9-82d6-c3cc15b365c7",
+ "name": "e-Mobility REST API",
+ "description": "Charging Station Management Software\n\nContact Support:\n Name: Serge FABIANO",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
+ "_exporter_id": "8922584"
+ },
+ "item": [
+ {
+ "name": "api",
+ "item": [
+ {
+ "name": "tenants",
+ "item": [
+ {
+ "name": "{id}",
+ "item": [
+ {
+ "name": "/api/tenants/:id",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "GET",
+ "header": [
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": "",
+ "description": "Pipe separated projected fields"
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ },
+ "description": "Retrieve a Tenant"
+ },
+ "response": [
+ {
+ "name": "Return the found Tenant",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"id\": \"66666666666666666666666\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id?ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ },
+ {
+ "name": "/api/tenants/:id",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "DELETE",
+ "header": [],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ },
+ "description": "Delete a Tenant"
+ },
+ "response": [
+ {
+ "name": "Tenant has been successfully deleted",
+ "originalRequest": {
+ "method": "DELETE",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "DELETE",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "DELETE",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "DELETE",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "DELETE",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ },
+ {
+ "name": "/api/tenants/:id",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "PUT",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ },
+ "description": "Update a Tenant"
+ },
+ "response": [
+ {
+ "name": "Tenant has been successfully updated",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"status\": \"Success\"\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants/:id",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Tenant ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "/api/tenants",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "GET",
+ "header": [
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants?Search=sint consequat&WithLogo=false&WithComponents=false&WithAddress=false&Limit=100&Skip=0&SortFields=id&OnlyRecordCount=false&ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ],
+ "query": [
+ {
+ "key": "Search",
+ "value": "sint consequat",
+ "description": "Search"
+ },
+ {
+ "key": "WithLogo",
+ "value": "false",
+ "description": "Request Tenants with their logos"
+ },
+ {
+ "key": "WithComponents",
+ "value": "false",
+ "description": "Request Tenants with their components"
+ },
+ {
+ "key": "WithAddress",
+ "value": "false",
+ "description": "Request Tenants with their address"
+ },
+ {
+ "key": "Limit",
+ "value": "100",
+ "description": "(Required) Limit the number of records"
+ },
+ {
+ "key": "Skip",
+ "value": "0",
+ "description": "Skip number of records"
+ },
+ {
+ "key": "SortFields",
+ "value": "id",
+ "description": "Sorted fields"
+ },
+ {
+ "key": "OnlyRecordCount",
+ "value": "false",
+ "description": "Return only the number of records"
+ },
+ {
+ "key": "ProjectFields",
+ "value": "",
+ "description": "Pipe separated projected fields"
+ }
+ ]
+ },
+ "description": "Retrieve a list of Tenants"
+ },
+ "response": [
+ {
+ "name": "Return the tenant list",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants?Search=sint consequat&WithLogo=false&WithComponents=false&WithAddress=false&Limit=100&Skip=0&SortFields=id&OnlyRecordCount=false&ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ],
+ "query": [
+ {
+ "key": "Search",
+ "value": "sint consequat"
+ },
+ {
+ "key": "WithLogo",
+ "value": "false"
+ },
+ {
+ "key": "WithComponents",
+ "value": "false"
+ },
+ {
+ "key": "WithAddress",
+ "value": "false"
+ },
+ {
+ "key": "Limit",
+ "value": "100"
+ },
+ {
+ "key": "Skip",
+ "value": "0"
+ },
+ {
+ "key": "SortFields",
+ "value": "id"
+ },
+ {
+ "key": "OnlyRecordCount",
+ "value": "false"
+ },
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"count\": 1,\n \"result\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants?Search=sint consequat&WithLogo=false&WithComponents=false&WithAddress=false&Limit=100&Skip=0&SortFields=id&OnlyRecordCount=false&ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ],
+ "query": [
+ {
+ "key": "Search",
+ "value": "sint consequat"
+ },
+ {
+ "key": "WithLogo",
+ "value": "false"
+ },
+ {
+ "key": "WithComponents",
+ "value": "false"
+ },
+ {
+ "key": "WithAddress",
+ "value": "false"
+ },
+ {
+ "key": "Limit",
+ "value": "100"
+ },
+ {
+ "key": "Skip",
+ "value": "0"
+ },
+ {
+ "key": "SortFields",
+ "value": "id"
+ },
+ {
+ "key": "OnlyRecordCount",
+ "value": "false"
+ },
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants?Search=sint consequat&WithLogo=false&WithComponents=false&WithAddress=false&Limit=100&Skip=0&SortFields=id&OnlyRecordCount=false&ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ],
+ "query": [
+ {
+ "key": "Search",
+ "value": "sint consequat"
+ },
+ {
+ "key": "WithLogo",
+ "value": "false"
+ },
+ {
+ "key": "WithComponents",
+ "value": "false"
+ },
+ {
+ "key": "WithAddress",
+ "value": "false"
+ },
+ {
+ "key": "Limit",
+ "value": "100"
+ },
+ {
+ "key": "Skip",
+ "value": "0"
+ },
+ {
+ "key": "SortFields",
+ "value": "id"
+ },
+ {
+ "key": "OnlyRecordCount",
+ "value": "false"
+ },
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants?Search=sint consequat&WithLogo=false&WithComponents=false&WithAddress=false&Limit=100&Skip=0&SortFields=id&OnlyRecordCount=false&ProjectFields=",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ],
+ "query": [
+ {
+ "key": "Search",
+ "value": "sint consequat"
+ },
+ {
+ "key": "WithLogo",
+ "value": "false"
+ },
+ {
+ "key": "WithComponents",
+ "value": "false"
+ },
+ {
+ "key": "WithAddress",
+ "value": "false"
+ },
+ {
+ "key": "Limit",
+ "value": "100"
+ },
+ {
+ "key": "Skip",
+ "value": "0"
+ },
+ {
+ "key": "SortFields",
+ "value": "id"
+ },
+ {
+ "key": "OnlyRecordCount",
+ "value": "false"
+ },
+ {
+ "key": "ProjectFields",
+ "value": ""
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ },
+ {
+ "name": "/api/tenants",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ]
+ },
+ "description": "Create a Tenant"
+ },
+ "response": [
+ {
+ "name": "Tenant is created with success",
+ "originalRequest": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"name\": \"Labs France\",\n \"email\": \"user@domain.com\",\n \"subdomain\": \"slf\",\n \"logo\": \"data:image/png;base64,iVBORw0KGgoAAAANS\",\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"lastChangedOn\": {\n \"value\": \"\"\n },\n \"components\": {\n \"ocpi\": {\n \"value\": \"\"\n },\n \"oicp\": {\n \"value\": \"\"\n },\n \"refund\": {\n \"value\": \"\"\n },\n \"pricing\": {\n \"value\": \"\"\n },\n \"billing\": {\n \"value\": \"\"\n },\n \"organization\": {\n \"value\": \"\"\n },\n \"statistics\": {\n \"value\": \"\"\n },\n \"analytics\": {\n \"value\": \"\"\n },\n \"smartCharging\": {\n \"value\": \"\"\n },\n \"asset\": {\n \"value\": \"\"\n },\n \"car\": {\n \"value\": \"\"\n }\n }\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/tenants",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "tenants"
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "site-areas",
+ "item": [
+ {
+ "name": "{id}",
+ "item": [
+ {
+ "name": "charging-stations",
+ "item": [
+ {
+ "name": "/api/site-areas/:id/charging-stations/assign",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "PUT",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"voluptate enim ut sunt in\",\n \"e\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ },
+ "description": "Assign charging stations to a Site Area"
+ },
+ "response": [
+ {
+ "name": "Charging stations assigned successfully",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"status\": \"Success\"\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ },
+ {
+ "name": "/api/site-areas/:id/charging-stations/unassign",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "PUT",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"voluptate enim ut sunt in\",\n \"e\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ },
+ "description": "Unassign charging stations from a Site Area"
+ },
+ "response": [
+ {
+ "name": "Charging stations unassigned successfully",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"status\": \"Success\"\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"chargingStationIDs\": [\n \"velit \",\n \"adipisicing sunt quis\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/charging-stations/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "charging-stations",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "assets",
+ "item": [
+ {
+ "name": "/api/site-areas/:id/assets/assign",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "PUT",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"dolore occaecat Duis ex\",\n \"esse reprehenderit nulla\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ },
+ "description": "Assign assets to a Site Area"
+ },
+ "response": [
+ {
+ "name": "Assets assigned successfully",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"status\": \"Success\"\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/assign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "assign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ },
+ {
+ "name": "/api/site-areas/:id/assets/unassign",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "PUT",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"dolore occaecat Duis ex\",\n \"esse reprehenderit nulla\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ },
+ "description": "Unassign assets from a Site Area"
+ },
+ "response": [
+ {
+ "name": "Charging stations unassigned successfully",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"status\": \"Success\"\n}"
+ },
+ {
+ "name": "Unauthorized access to the API",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Unauthorized",
+ "code": 401,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Not authorized to execute this operation",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Forbidden",
+ "code": 403,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Resource does not exist",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Not Found",
+ "code": 404,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ },
+ {
+ "name": "Unexpected Backend error, checks the Logs",
+ "originalRequest": {
+ "method": "PUT",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "{\n \"assetIDs\": [\n \"aliqua incididunt mollit veniam enim\",\n \"aliqua commodo\"\n ]\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id/assets/unassign",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id",
+ "assets",
+ "unassign"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "Internal Server Error",
+ "code": 500,
+ "_postman_previewlanguage": "text",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ }
+ ],
+ "cookie": [],
+ "body": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "/api/site-areas/:id",
+ "request": {
+ "auth": {
+ "type": "bearer",
+ "bearer": [
+ {
+ "key": "token",
+ "value": "",
+ "type": "string"
+ }
+ ]
+ },
+ "method": "GET",
+ "header": [
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id?WithSite=true&WithChargingStations=true",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "WithSite",
+ "value": "true",
+ "description": "With site attribute"
+ },
+ {
+ "key": "WithChargingStations",
+ "value": "true",
+ "description": "With charging stations attribute"
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ },
+ "description": "Retrieve a Site Area"
+ },
+ "response": [
+ {
+ "name": "Return the site area",
+ "originalRequest": {
+ "method": "GET",
+ "header": [
+ {
+ "description": "Added as a part of security scheme: bearer",
+ "key": "Authorization",
+ "value": "Bearer "
+ }
+ ],
+ "url": {
+ "raw": "{{baseUrl}}/api/site-areas/:id?WithSite=true&WithChargingStations=true",
+ "host": [
+ "{{baseUrl}}"
+ ],
+ "path": [
+ "api",
+ "site-areas",
+ ":id"
+ ],
+ "query": [
+ {
+ "key": "WithSite",
+ "value": "true"
+ },
+ {
+ "key": "WithChargingStations",
+ "value": "true"
+ }
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "sint consequat",
+ "description": "(Required) Site Area ID"
+ }
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "json",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "application/json"
+ }
+ ],
+ "cookie": [],
+ "body": "{\n \"name\": \"laboris\",\n \"siteID\": \"sed pariatur sit Excepteur\",\n \"id\": \"ad adipi\",\n \"accessControl\": false,\n \"address\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"createdOn\": {\n \"value\": \"\"\n },\n \"issuer\": false,\n \"lastChangedBy\": {\n \"value\": \"\"\n },\n \"maximumPower\": 68620492.08311993,\n \"numberOfPhases\": null,\n \"site\": {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n }\n },\n \"parentSiteAreaID\": \"sit aliquip officia irure\",\n \"parentSiteArea\": {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n }\n },\n \"connectorStats\": {\n \"totalChargers\": {\n \"value\": \"\"\n },\n \"availableChargers\": {\n \"value\": \"\"\n },\n \"totalConnectors\": {\n \"value\": \"\"\n },\n \"chargingConnectors\": {\n \"value\": \"