{ "openapi": "3.0.0", "info": { "title": "Telkom Digital Solution product and Solution Catalog", "description": "This is a Telkom Digital Solution Catalog", "contact": { "email": "you@your-company.com" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0.0" }, "servers": [ { "url": "https://virtserver.swaggerhub.com/cindy_yudiah/mytens-catalog/1.0.0", "description": "SwaggerHub API Auto Mocking" }, { "url": "https://virtserver.swaggerhub.com/apis/cindy_yudiah/mytens-catalog/1.0.0", "description": "SwaggerHub API Auto Mocking" }, { "url": "https://virtserver.swaggerhub.com/telkomdev-doc/TelkomDigitalSolutionCatalog/1.0.0", "description": "SwaggerHub API Auto Mocking" }, { "url": "https://virtserver.swaggerhub.com/telkomdds/TelkomDigitalSolutionCatalog/1.0.0", "description": "SwaggerHub API Auto Mocking" } ], "tags": [ { "name": "products", "description": "categorisation product in catalog" }, { "name": "medias", "description": "media for catalog main" }, { "name": "notifications", "description": "notification for catalog" }, { "name": "documents", "description": "document for marketing kit" }, { "name": "firebases", "description": "to collect token for generate data" }, { "name": "segment", "description": "segment for catalog product" }, { "name": "solutions", "description": "solution for catalog product" }, { "name": "subsidiaries", "description": "subsidiaries for catalog product" }, { "name": "apps-data", "description": "for version checking" }, { "name": "solutionpedia", "description": "for all data from soutionpedia" }, { "name": "calculator", "description": "for calculate princing data" }, { "name": "policy", "description": "for data guidence and policy" }, { "name": "rating", "description": "for data review and rating" }, { "name": "file", "description": "for adding other file on catalog" }, { "name": "user", "description": "for manage user" } ], "paths": { "/api/catalog/products/v1/bussiness-line": { "get": { "tags": [ "products" ], "summary": "function for get all bussinesslines", "description": "function for get all bussinesslines", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bussinessLine" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400bisLine" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401bisLine" } } } } } } }, "/api/catalog/products/v1/bussiness-line/cc": { "get": { "tags": [ "products" ], "summary": "function for get all bussinesslines", "description": "function for get all bussinesslines", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bussinessLine" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400bisLine" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401bisLine" } } } } } } }, "/api/catalog/medias/v1": { "get": { "tags": [ "medias" ], "summary": "function for get all media", "description": "function for get all media", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/media" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400media" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401media" } } } } } }, "post": { "tags": [ "medias" ], "summary": "function for upload all media", "description": "function for upload all media", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyuploadMedia" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/uploadMedia" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400media" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401media" } } } } } } }, "/api/catalog/medias/v2/{mediaId}": { "delete": { "tags": [ "medias" ], "summary": "function for delete all media", "description": "function for delete all media", "parameters": [ { "name": "mediaId", "in": "path", "description": "input media id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } }, { "name": "productId", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteMedia" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/medias/v1/{mediaId}": { "get": { "tags": [ "medias" ], "summary": "function for get all media by id", "description": "function for get all media by id", "parameters": [ { "name": "mediaId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/media" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400media" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401media" } } } } } }, "delete": { "tags": [ "medias" ], "summary": "function for delete all media", "description": "function for delete all media", "parameters": [ { "name": "mediaId", "in": "path", "description": "input media id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } }, { "name": "productId", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteMedia" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/medias/v2/froala": { "post": { "tags": [ "medias" ], "summary": "function for upload media from froala", "description": "function for upload media", "requestBody": { "content": { "multipart/form-data": { "schema": { "$ref": "#/components/schemas/v2_froala_body" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/uploadFroalaMedia" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } }, "delete": { "tags": [ "medias" ], "summary": "function for upload delete media from froala", "description": "function for delete media", "parameters": [ { "name": "fileName", "in": "query", "description": "input file name", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteFroalaMedia" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/api/catalog/products/v1/segment": { "get": { "tags": [ "products" ], "summary": "function for get all segment", "description": "function for get all segment", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/segment" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400segment" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401segment" } } } } } } }, "/api/catalog/segment/v1": { "get": { "tags": [ "segment" ], "summary": "function for get all segment", "description": "function for get all segment", "parameters": [ { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/allSegment" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400detailProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401detailProd" } } } }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal Server Error" } } } }, "/api/catalog/segment/product/v1": { "get": { "tags": [ "segment" ], "summary": "function for get all list product by connectivity", "description": "function for get all list product by connectivity", "parameters": [ { "name": "bussId", "in": "query", "description": "input bussinessline Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "segId", "in": "query", "description": "input segment Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subId", "in": "query", "description": "input subsidiaries Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "filter", "in": "query", "description": "input filter", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subsidiaries", "in": "query", "description": "input subsidiaries", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "type", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "connectivity" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listProduct" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400listProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401detailProd" } } } }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal Server Error" } } } }, "/api/catalog/solutions/v1/solution": { "get": { "tags": [ "solutions" ], "summary": "function for get all list solution", "description": "function for get all list solution", "parameters": [ { "name": "segCode", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/solution" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400sol" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401NOK" } } } } } } }, "/api/catalog/solutions/v1/solution/{solutionId}": { "get": { "tags": [ "solutions" ], "summary": "function for get all detail solution", "description": "function for get all detail solution", "parameters": [ { "name": "solutionId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailSolution" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400detailSol" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401NOKSol" } } } } } } }, "/api/catalog/solutions/v1/solution-data": { "get": { "tags": [ "solutions" ], "summary": "function for get global search", "description": "function for get all serach global", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "tags", "in": "query", "description": "input tags", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/searchSolution" } } } }, "400": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400searchSolution" } } } }, "401": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401searchSolution" } } } } } } }, "/api/catalog/solutionpedia/v1/data-generate": { "get": { "tags": [ "solutionpedia" ], "summary": "for get all data generate from classification", "description": "for get all data generate", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataProdukGenerate" } } } }, "400": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400generate" } } } }, "401": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401generate" } } } } } } }, "/api/catalog/products/v1/subsidiaries": { "get": { "tags": [ "products" ], "summary": "function for get all subsidiaries", "description": "function for get all subsidiaries", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/subs" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400subs" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401subs" } } } } } } }, "/api/catalog/products/v1/subsidiaries/{subsId}": { "get": { "tags": [ "products" ], "summary": "function for get all detail subsidiaries", "description": "function for get all detail subsidiaries", "parameters": [ { "name": "subsId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailSubs" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400detailSubs" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401detailSubs" } } } } } } }, "/api/catalog/products/v1/": { "get": { "tags": [ "products" ], "summary": "function for get all list product", "description": "function for get all list product", "parameters": [ { "name": "bussId", "in": "query", "description": "input bussinessline Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "segId", "in": "query", "description": "input segment Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subId", "in": "query", "description": "input subsidiaries Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "tags", "in": "query", "description": "input tags", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "filter", "in": "query", "description": "input filter", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subsidiaries", "in": "query", "description": "input subsidiaries", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listProduct" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400listProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401listProd" } } } } } }, "put": { "tags": [ "products" ], "summary": "update product", "description": "update product", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/addProduct" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/newProduct" } } } }, "409": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/409NOKprod" } } } } } }, "post": { "tags": [ "products" ], "summary": "create new product", "description": "create new product", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/addProduct" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/newProduct" } } } }, "409": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/409NOKprod" } } } } } }, "delete": { "tags": [ "products" ], "summary": "function for delete product", "description": "function for delete detail product", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteProduct" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/products/v1/cc": { "get": { "tags": [ "products" ], "summary": "function for get all list product", "description": "function for get all list product", "parameters": [ { "name": "bussId", "in": "query", "description": "input bussinessline Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "segId", "in": "query", "description": "input segment Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subId", "in": "query", "description": "input subsidiaries Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "tags", "in": "query", "description": "input tags", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "filter", "in": "query", "description": "input filter", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listProduct" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400listProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401listProd" } } } } } } }, "/api/catalog/products/v1/product-by-category": { "get": { "tags": [ "products" ], "summary": "function for get all products by Category", "description": "function for get all products by Category", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/productbyCategory" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400prodCategory" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401prodCategory" } } } } } } }, "/api/catalog/products/v1/{productId}": { "get": { "tags": [ "products" ], "summary": "function for get detail product", "description": "function for get detail product", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailProducts" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400detailProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401detailProd" } } } } } }, "put": { "tags": [ "products" ], "summary": "function for edit detail product dashboard", "description": "function for edit detail product dashboard", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateProduct" } } }, "required": true }, "responses": { "200": { "description": "Ok", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateProcess" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/products/v1/product-process/{productId}": { "get": { "tags": [ "products" ], "summary": "function for get detail product dashboard", "description": "function for get detail product dashboard", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dashProducts" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/notifications/v1": { "get": { "tags": [ "notifications" ], "summary": "function for get all notification", "description": "function for get all notification", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/notification" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400notif" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401notif" } } } } } }, "post": { "tags": [ "notifications" ], "summary": "all notification for catalog", "description": "all notification for catalog", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyNotif" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/notif" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400notifCatalog" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401notifCatalog" } } } } } } }, "/api/catalog/documents/v1/document": { "get": { "tags": [ "documents" ], "summary": "function for get all document", "description": "function for get all document", "parameters": [ { "name": "docId", "in": "query", "description": "input document id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/marketingKit" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400market" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401market" } } } } } } }, "/api/catalog/documents/v1/document/{docId}": { "get": { "tags": [ "documents" ], "summary": "function for get all document", "description": "function for get all document", "parameters": [ { "name": "docId", "in": "path", "description": "input document id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailMarketingKit" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400market" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401market" } } } } } } }, "/api/catalog/documents/v1/marketing-kit": { "post": { "tags": [ "documents" ], "summary": "function for insert new file", "description": "for insert new file", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyInsert" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/insertDoc" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Upload" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Upload" } } } } } } }, "/api/catalog/documents/v2/marketing-kit": { "post": { "tags": [ "documents" ], "summary": "function for insert new file", "description": "for insert new file", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyInsert" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/insertDoc" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Upload" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Upload" } } } } } } }, "/api/catalog/documents/v1/marketing-kit/{docId}": { "put": { "tags": [ "documents" ], "summary": "function for update data product", "description": "for update data product", "parameters": [ { "name": "docId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyUpdate" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateDoc" } } } }, "400": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Update" } } } }, "401": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Update" } } } } } } }, "/api/catalog/documents/v1/{docId}": { "delete": { "tags": [ "documents" ], "summary": "function for delete document", "description": "function for delete document", "parameters": [ { "name": "docId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteDoc" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400delete" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401delete" } } } } } } }, "/api/catalog/documents/v2/{docId}": { "delete": { "tags": [ "documents" ], "summary": "function for delete document", "description": "function for delete document", "parameters": [ { "name": "docId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteDoc" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400delete" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401delete" } } } } } } }, "/api/catalog/firebases/v1": { "post": { "tags": [ "firebases" ], "summary": "function for get all token from database", "description": "function for get all token from database", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/token" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400token" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401token" } } } } } } }, "/api/catalog/products/v1/tags": { "get": { "tags": [ "products" ], "summary": "function for get all list tags", "description": "function for get all list tags", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/tags" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400tag" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401tag" } } } } } } }, "/api/catalog/products/html": { "get": { "tags": [ "products" ], "summary": "for get detail html", "description": "tes for html", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailHtml" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400html" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401html" } } } } } } }, "/policy/v1/category": { "get": { "tags": [ "policy" ], "summary": "for get all list data policy", "description": "get all data list policy", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataPolicy" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Policy" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Policy" } } } } } } }, "/policy/v1/category/{id}": { "get": { "tags": [ "policy" ], "summary": "for get all detail data category", "description": "get all detail data category", "parameters": [ { "name": "id", "in": "path", "description": "id by category id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailCategory" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Policy" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Policy" } } } } } } }, "/policy/v1/document/{id}": { "get": { "tags": [ "policy" ], "summary": "for get detail document category", "description": "get all detail document category", "parameters": [ { "name": "id", "in": "path", "description": "id by category id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailDoc" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Policy" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Policy" } } } } } } }, "/policy/v1/attachment/{id}": { "get": { "tags": [ "policy" ], "summary": "for get detail document category", "description": "get all detail document category", "parameters": [ { "name": "id", "in": "path", "description": "id by category id", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AttachmentDoc" } } } } } } }, "/api/catalog/products/v1/solutionpedia": { "post": { "tags": [ "products" ], "summary": "for input data generate", "description": "function for input data generate", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyInputSolped" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSolped" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/solpedNOK" } } } }, "409": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/409Solped" } } } } } } }, "/api/catalog/products/v2/dashboard": { "get": { "tags": [ "products" ], "summary": "function for get all data compare V2 solutionpedia and data myTDS", "description": "for all data solped and myTDS", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "visible", "in": "query", "description": "visible", "required": false, "style": "form", "explode": true, "schema": { "type": "boolean" } }, { "name": "status", "in": "query", "description": "view show", "required": false, "style": "form", "explode": true, "schema": { "type": "boolean" } }, { "name": "typeDate", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "mytds", "solped" ] } }, { "name": "startDate", "in": "query", "description": "input start date", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "endDate", "in": "query", "description": "input end date", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailCompare" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Compare" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Compare" } } } } } } }, "/api/catalog/products/v2/dashboard/{productId}": { "get": { "tags": [ "products" ], "summary": "function for check product in classification", "description": "function for check product", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailProducts" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/nok404" } } } }, "409": { "description": "an existing item already exists" } } }, "put": { "tags": [ "products" ], "summary": "function for update visible product", "description": "function for update product", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyUpdateProd" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200updateProd" } } } }, "400": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400updateProd" } } } }, "401": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401updateProd" } } } } } } }, "/api/catalog/products/v2/dashboard/activity-log/{productId}": { "get": { "tags": [ "products" ], "summary": "function for get all data activity log", "description": "for get detail activity log", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/activityLog" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Unautorized" } } } }, "/api/catalog/products/v2/data-generate": { "get": { "tags": [ "products" ], "summary": "for get all data generate from classification", "description": "for generate all data", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataProdukGenerate" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/products/v2": { "put": { "tags": [ "products" ], "summary": "update product", "description": "update product", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/addProduct" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/newProduct" } } } }, "400": { "description": "invalid input, object invalid" }, "403": { "description": "forbidden error" }, "409": { "description": "an existing item already exists" } } }, "post": { "tags": [ "products" ], "summary": "create new product", "description": "create new product", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/addProduct" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/newProduct" } } } }, "400": { "description": "invalid input, object invalid" }, "403": { "description": "forbidden error" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/products/v2/{productId}": { "get": { "tags": [ "products" ], "summary": "function for get detail product", "description": "function for get detail product", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailProducts" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400detailProd" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401detailProd" } } } } } }, "put": { "tags": [ "products" ], "summary": "function for edit detail product dashboard", "description": "function for edit detail product dashboard", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateProduct" } } }, "required": true }, "responses": { "200": { "description": "Ok", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateProcess" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already" } } } }, "/api/catalog/products/v2/subsidiaries/{subsName}": { "get": { "tags": [ "products" ], "summary": "function for get subsidiaries by subsName", "description": "for get data subsidiaries by subsName", "parameters": [ { "name": "subsName", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/datasubsName" } } } }, "400": { "description": "invalid input, object invalid" }, "404": { "description": "Not Found" }, "409": { "description": "an existing item already" } } } }, "/api/catalog/products/v2/dashboard/subsidiaries/filter": { "get": { "tags": [ "products" ], "summary": "function for get subsidiaries by filter", "description": "for get data subsidiaries by filter", "parameters": [ { "name": "subId", "in": "query", "description": "input subsidiaries Id", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "filter", "in": "query", "description": "input filter", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "subsidiaries", "in": "query", "description": "input subsidiaries", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/subsFilter" } } } }, "400": { "description": "invalid input, object invalid" }, "404": { "description": "Not Found" }, "409": { "description": "an existing item already" } } } }, "/api/catalog/products/v2/dashboard/recapitulation": { "get": { "tags": [ "products" ], "summary": "function for get recapitulation detail product", "description": "for get data recapitulation detail product", "parameters": [ { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "A-Z" } }, { "name": "search", "in": "query", "description": "input ncxName", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "ncxName" } }, { "name": "downloadType", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "csv" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/recapitulation" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/api/catalog/products/v2/dashboard/recapitulation/process-download": { "put": { "tags": [ "products" ], "summary": "function for edit data from process download", "description": "function for edit process download", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyData" } } }, "required": true }, "responses": { "200": { "description": "Ok", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateData" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/api/catalog/products/v2/dashboard/download": { "get": { "tags": [ "products" ], "summary": "function for get download recapitulation", "description": "for get data download recapitualtion", "parameters": [ { "name": "downloadType", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "csv" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/downloadRecapitulation" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/api/catalog/products/v2/dashboard/ncx": { "get": { "tags": [ "products" ], "summary": "function for get data ncx", "description": "for get data ncx", "parameters": [ { "name": "NAME", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "Telkom SGN Package" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataNCX" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/users/user/v3/faq": { "get": { "tags": [ "user" ], "summary": "function for get data faq", "description": "for get data faq", "parameters": [ { "name": "faqId", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "dbe0de58-7009-11eb-9439-0242ac130002" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataFaq" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } }, "put": { "tags": [ "user" ], "summary": "for create data rating", "description": "input data rating", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyFaq" }, "example": { "header": "Register", "question": "Test Question 1", "answer": "
Test answer 1 at register with html" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataFaq" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } }, "post": { "tags": [ "user" ], "summary": "for create data faq", "description": "input data faq", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyFaq" }, "example": { "header": "Register", "question": "Test Question 1", "answer": "Test answer 1 at register with html", "type": "web" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataFaq" } } } }, "400": { "description": "invalid input, object invalid" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" }, "503": { "description": "Service Unavailable" } } } }, "/api/catalog/rating/v1/products": { "post": { "tags": [ "rating" ], "summary": "for create data rating", "description": "input data rating", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyRating" }, "example": { "productId": "prod001", "helpful": true, "value": 3, "description": "this app is very helpful" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/addRating" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/rating/v1/products/{productId}": { "put": { "tags": [ "rating" ], "summary": "for update data rating", "description": "input data update", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyRating" }, "example": { "value": 3, "description": "this apps is very helpful" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateRating" } } } }, "400": { "description": "invalid input, object invalid" }, "409": { "description": "an existing item already exists" } } } }, "/api/catalog/solutionpedia/v1/data-compare": { "get": { "tags": [ "solutionpedia" ], "summary": "function for get all data compare solutionpedia and data myTDS", "description": "for all data solped and myTDS", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "searchProduct", "in": "query", "description": "input search", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "visible", "in": "query", "description": "visible", "required": false, "style": "form", "explode": true, "schema": { "type": "boolean" } }, { "name": "status", "in": "query", "description": "view show", "required": false, "style": "form", "explode": true, "schema": { "type": "boolean" } }, { "name": "typeDate", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "mytds", "solped" ] } }, { "name": "startDate", "in": "query", "description": "input start date", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "endDate", "in": "query", "description": "input end date", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailCompare" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Compare" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Compare" } } } } } } }, "/api/catalog/solutionpedia/v1/{productId}": { "get": { "tags": [ "solutionpedia" ], "summary": "for get all detail solutionpedia", "description": "for detail data product solutionpedia", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataSolped" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/solutionpedia/v1/data-compare/{productId}": { "put": { "tags": [ "solutionpedia" ], "summary": "function for update visible data compare", "description": "for all data solped and myTDS", "parameters": [ { "name": "productId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/updateCompareData" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/responseUpdateCompareData" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Compare" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Compare" } } } } } } }, "/api/catalog/solutionpedia/v1/solutionpedia-data": { "get": { "tags": [ "solutionpedia" ], "summary": "for get all list product solped", "description": "for detail all list product solped", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listSolped" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400listSolped" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401listSolped" } } } } } } }, "/api/catalog/files/v1": { "get": { "tags": [ "file" ], "summary": "function for get all other file", "description": "function for get all other file", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/otherFile" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } }, "post": { "tags": [ "file" ], "summary": "function for add other file", "description": "function for add other file", "parameters": [ { "name": "file", "in": "query", "description": "get query from file", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "link", "in": "query", "description": "get query from link", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "requestBody": { "description": "add other files", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyFile" }, "examples": { "File": { "value": { "productId": "prod001", "files": {} } }, "Link": { "value": { "productId": "prod001", "link": "http://linkaja.com", "fileName": "proposal" } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/otherFile" }, "examples": { "File": { "value": { "success": true, "message": "Success upload file", "code": 200, "data": { "fileId": "file001", "fileName": "LinkProposal", "fileUrl": "http://link.pdf", "fileSize": 100, "fileExt": "pdf", "createdAt": "2019-07-12T06:16:00.229Z" } } }, "Link": { "value": { "success": true, "message": "Success upload link", "code": 200, "data": { "fileId": "file001", "fileName": "LinkProposal", "fileUrl": "http://link.pdf", "fileSize": 100, "fileExt": "pdf", "createdAt": "2019-07-12T06:16:00.229Z" } } } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/files/v2": { "post": { "tags": [ "file" ], "summary": "function for add other file", "description": "function for add other file", "parameters": [ { "name": "file", "in": "query", "description": "get query from file", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "link", "in": "query", "description": "get query from link", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "requestBody": { "description": "add other files", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bodyFile" }, "examples": { "File": { "value": { "productId": "prod001", "files": {} } }, "Link": { "value": { "productId": "prod001", "link": "http://linkaja.com", "fileName": "proposal" } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/otherFile" }, "examples": { "File": { "value": { "success": true, "message": "Success upload file", "code": 200, "data": { "fileId": "file001", "fileName": "LinkProposal", "fileUrl": "http://link.pdf", "fileSize": 100, "fileExt": "pdf", "createdAt": "2019-07-12T06:16:00.229Z" } } }, "Link": { "value": { "success": true, "message": "Success upload link", "code": 200, "data": { "fileId": "file001", "fileName": "LinkProposal", "fileUrl": "http://link.pdf", "fileSize": 100, "fileExt": "pdf", "createdAt": "2019-07-12T06:16:00.229Z" } } } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/files/v1/{fileId}": { "delete": { "tags": [ "file" ], "summary": "function for delete file", "description": "function for delete file", "parameters": [ { "name": "fileId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteFile" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/files/v2/{fileId}": { "delete": { "tags": [ "file" ], "summary": "function for delete file", "description": "function for delete file", "parameters": [ { "name": "fileId", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/deleteFile" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/calculator/v1/region": { "get": { "tags": [ "calculator" ], "summary": "service data", "description": "get the service data", "parameters": [ { "name": "productCategory", "in": "query", "description": "get query from product category", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "product", "in": "query", "description": "get query from product", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ServiceDetailsV2" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "409": { "description": "Division must be one of" }, "500": { "description": "Internal server Error" } } } }, "/api/catalog/calculator/v1/pricing": { "get": { "tags": [ "calculator" ], "summary": "for get all data pricing", "description": "get all data pricing", "parameters": [ { "name": "region", "in": "query", "description": "input name of region", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bandwidth", "in": "query", "description": "input data baandwidth", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "productName", "in": "query", "description": "input product name", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/dataPricing" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400pricing" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401pricing" } } } } } } }, "/api/catalog/generals/v1/latest-version/{path}": { "get": { "tags": [ "apps-data" ], "summary": "for version checking", "description": "for versiong checking", "parameters": [ { "name": "path", "in": "path", "required": true, "style": "simple", "explode": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/versionCheck" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400versionCheck" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401versionCheck" } } } } } } }, "/api/catalog/notifications/v1/chat": { "get": { "tags": [ "notifications" ], "summary": "function for get all story chat", "description": "function for get all story chat", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/chat" } } } }, "400": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/400Nokchat" } } } }, "401": { "description": "NOK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/401Nokchat" } } } } } } } }, "components": { "schemas": { "media": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "mediaId": "Med001", "mediaName": "Profile User", "mediaType": "PNG", "mediaSize": 100, "mediaURL": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "mediaPath": "media/${minioData.filename}-${newMediaName}.${minioData.ext}" } ], "items": { "$ref": "#/components/schemas/dataMedia" } } } }, "dataMedia": { "type": "object", "properties": { "mediaId": { "type": "string" }, "mediaName": { "type": "string" }, "mediaType": { "type": "string" }, "mediaURL": { "type": "string" }, "mediaPath": { "type": "string" } } }, "bodyuploadMedia": { "type": "array", "example": [ { "mediaId": "Med001", "mediaName": "Profile User", "mediaType": "PNG", "mediaURL": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "mediaPath": "media/${minioData.filename}-${newMediaName}.${minioData.ext}" } ], "items": { "$ref": "#/components/schemas/dataMedia" } }, "uploadMedia": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "mediaId": "Med001", "mediaName": "Profile User", "mediaType": "PNG", "mediaSize": 100, "mediaURL": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "mediaPath": "media/${minioData.filename}-${newMediaName}.${minioData.ext}" } ], "items": { "$ref": "#/components/schemas/dataMedia" } } } }, "400media": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "bad request" }, "data": {} } }, "401media": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Unauthorized" }, "data": {} } }, "deleteProduct": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Deleted Product" }, "code": { "type": "integer", "example": 200 }, "data": { "type": "object", "example": {} } } }, "deleteFile": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Deleted File" }, "code": { "type": "integer", "example": 200 }, "data": { "type": "object", "example": {} } } }, "deleteMedia": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Deleted Media" }, "code": { "type": "integer", "example": 200 }, "data": { "type": "object", "example": {} } } }, "uploadFroalaMedia": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Upload Media" }, "code": { "type": "integer", "example": 200 }, "data": { "type": "object", "example": {} } } }, "deleteFroalaMedia": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Deleted Media" }, "code": { "type": "integer", "example": 200 }, "data": { "type": "object", "example": {} } } }, "allSegment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success get all data segment" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "segmentId": "seg001", "segmentName": "Banking Management Service 1", "segmentCode": "BMS-1", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" }, { "segmentId": "seg002", "segmentName": "Banking Management Service 2", "segmentCode": "BMS-2", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" }, { "segmentId": "seg003", "segmentName": "Education Management Services", "segmentCode": "EMS", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" }, { "segmentId": "seg004", "segmentName": "Energy & Resources Service", "segmentCode": "ERS", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" } ], "items": { "$ref": "#/components/schemas/datasegment" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "segment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "segmentId": "seg001", "segmentName": "Banking Management and Finance", "segmentCode": "BMF", "segmentDivision": "DES", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" }, { "segmentId": "seg002", "segmentName": "Banking Management and Finance", "segmentCode": "BMF", "segmentDivision": "DES", "segmentIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a" } ], "items": { "$ref": "#/components/schemas/datasegment" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "datasegment": { "type": "object", "properties": { "segmentId": { "type": "string" }, "segmentName": { "type": "string" }, "segmentCode": { "type": "string" }, "segmentIconUrl": { "type": "string" }, "segmentDivision": { "type": "string" } } }, "400segment": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401segment": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "solution": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/solution_data" } } }, "dataSol": { "type": "object", "properties": { "solutionId": { "type": "string" }, "solutionName": { "type": "string" } } }, "400sol": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "401NOK": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "detailSolution": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/detailSolution_data" } } }, "contactSol": { "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" }, "mobile": { "type": "string" }, "photoProfile": { "type": "string" } } }, "400detailSol": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "401NOKSol": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "bodyFile": { "type": "object", "properties": { "link": { "type": "string", "example": "http://link.pdf" }, "fileName": { "type": "string", "example": "Proposal" } } }, "otherFile": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/otherFile_data" } } }, "searchSolution": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "200" }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "data": { "type": "array", "example": [ { "solutionId": "sol001", "solutionName": "Smart Campus", "segmentCode": "EMS" }, { "solutionId": "sol002", "solutionName": "Smart Campus", "segmentCode": "EMS" }, { "solutionId": "sol003", "solutionName": "Smart CampusF", "segmentCode": "EMS" } ], "items": { "$ref": "#/components/schemas/detailSearch" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "400searchSolution": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Bad Request" }, "data": {} } }, "401searchSolution": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Unauthorized Error" }, "data": {} } }, "detailSearch": { "type": "object", "properties": { "solutionId": { "type": "string" }, "solutionName": { "type": "string" }, "segmentCode": { "type": "string" } } }, "subs": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "subsId": "subs001", "subsName": "Telkom Sigma", "subsIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a", "subsContact": [ { "address": "jl.kebon sirih timur 10", "phoneNumber": [ "08142352289", "08137162552" ] } ] }, { "subsId": "subs001", "subsName": "Telkom Sigma", "subsIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T030624Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=c78b93edf8ffb0fa4e378fbc936bfdf8d4e9a7914e38501ed2aad48c53dde96a", "subsContact": [ { "address": "jl.kebon sirih timur 10", "phoneNumber": [ "08142352289", "08137162552" ] } ] } ], "items": { "$ref": "#/components/schemas/dataSubs" } } } }, "dataSubs": { "type": "object", "properties": { "subsidiariesId": { "type": "string" }, "subsidiariesName": { "type": "string" }, "subsidiariesCode": { "type": "string" }, "subsidiariesIconUrl": { "type": "string" }, "industryName": { "type": "string" }, "subsAlias": { "type": "string" }, "subsContact": { "type": "array", "items": { "type": "string" } } } }, "400subs": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "401subs": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "subsFilter": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "subsId": "subs001", "subsAlias": "PT. Telkom", "subsName": "Telekomunikasi Indonesia, PT" }, { "subsId": "subs021", "subsAlias": "Telkomsel", "subsName": "Telekomunikasi Selular, PT" } ], "items": { "$ref": "#/components/schemas/dataSubs" } } } }, "detailSubs": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/detailSubs_data" } } }, "400detailSubs": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "401detailSubs": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "data not found" }, "data": {} } }, "ServiceDetailsV2": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "$ref": "#/components/schemas/ServiceDetailsV2_data" }, "message": { "type": "string", "example": "Success getting list of Service Detail" }, "code": { "type": "string", "example": "200" } } }, "ListServiceCategoryDetails": { "type": "object", "properties": { "region": { "type": "array", "items": { "$ref": "#/components/schemas/ListServiceNameDetails" } } } }, "ListServiceNameDetails": { "type": "object", "properties": { "regionId": { "type": "integer" }, "region": { "type": "string" } } }, "dataPricing": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/dataPricing_data" } } }, "400pricing": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "Data Not Found" }, "data": {} } }, "401pricing": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "dataPolicy": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "All category" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "name": "Project", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Multi Years", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Bundling", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Dengan Connectivity", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Subsidiaries", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "GTMA", "childs": [], "icon": "", "level": 5 }, { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Direct atau GTMA", "childs": [], "icon": "", "level": 5 } ] } ] } ] } ] } ] }, { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "name": "Value Chain", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Pre-sales", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Business", "childs": [], "icon": "", "level": 2 }, { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Customer", "childs": [], "icon": "", "level": 2 } ] } ] }, { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "name": "Global", "childs": [ { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Internal", "childs": [], "icon": "", "level": 1 }, { "url": "http://ebisdocs.armsolusi.com/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "External", "childs": [], "icon": "", "level": 1 } ] } ], "items": { "$ref": "#/components/schemas/detailPolicy" } } } }, "detailPolicy": { "type": "object", "properties": { "Id": { "type": "string" }, "Name": { "type": "string" }, "url": { "type": "string" }, "childs": { "type": "array", "items": { "type": "string" } } } }, "400Policy": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401Policy": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "detailCategory": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Category Detail of Project" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/detailCategory_data" } } }, "dataCategoryPolicy": { "type": "object", "properties": { "url": { "type": "string" }, "id": { "type": "string" }, "title": { "type": "string" }, "state": { "type": "string" }, "policy_number": { "type": "string" }, "policy_date": { "type": "string" }, "created_date": { "type": "string" }, "last_update": { "type": "string" }, "name": { "type": "string" }, "childs": { "type": "string" }, "icon": { "type": "string" }, "desc": { "type": "string" }, "level": { "type": "string" } } }, "detailDoc": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/detailDoc_data" } } }, "AttachmentDoc": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/AttachmentDoc_data" } } }, "bussinessLine": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "bussinessLineId": "Bus001", "bussinessLineName": "Network Service and Connectivity", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/network_and_service_connectivity_%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus002", "bussinessLineName": "ICT System Integration", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/ict_system_integration%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi" }, { "bussinessLineId": "Bus003", "bussinessLineName": "Data Center and Cloud", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/data_center_and_cloud%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus004", "bussinessLineName": "Customer Relationship Management", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/cutomer_relationship_management%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus005", "bussinessLineName": "Digital Service", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/digital_service%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus006", "bussinessLineName": "Device and Mobility Management", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/device_and_mobility__management%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus007", "bussinessLineName": "Payment Services", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/payment_service%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus008", "bussinessLineName": "Business Process Outsourcing", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/business_process__outsourcing%404x.png", "bussinessLineDescription": "BPO/BPM merupakan kegiatan pengalihdayaan sebagian proses bisnis perusahaan kepada pihak ketiga dengan tujuan untuk efsiensi biaya serta mengurangi resiko pada perusahaan sehingga perusahaan dapat lebih fokus pada bisnis intinya." }, { "bussinessLineId": "Bus009", "bussinessLineName": "Digital Advertising", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/digital_advertising%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." }, { "bussinessLineId": "Bus010", "bussinessLineName": "Internet of Things", "bussinessLineIconUrl": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalogpublic/internet_of_things%404x.png", "bussinessLineDescription": "Infrastruktur Teknologi Informasi (TI) telah menjadi bagian penting dalam bisnis perusahaan. Inilah sebabnya perusahaan mencari solusi layanan data center dan cloud yang aman dan handal, dengan ketersediaan koneksi yang tinggi." } ], "items": { "$ref": "#/components/schemas/databisLine" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "databisLine": { "type": "object", "properties": { "bussinessLineId": { "type": "string" }, "bussinessLineName": { "type": "string" }, "bussinessLineIconUrl": { "type": "string" }, "bussinessLineDescription": { "type": "string" } } }, "400bisLine": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401bisLine": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "listProduct": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "prod001", "productName": "Accounting Solution", "productIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a", "subsidiaries": "infomedia", "type": "nonconnectivity", "visible": true, "totalClick": "12", "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" }, { "productId": "prod002", "productName": "AdBrief Corporate Indemnity Plus", "productIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a", "subsidiaries": "infomedia", "type": "connectivity", "visible": true, "totalClick": "20", "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" }, { "productId": "prod003", "productName": "Adbrief Indemnity", "productIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a", "subsidiaries": "infomedia", "type": "nonconnectivity", "visible": true, "totalClick": "10", "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/datalistProd" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "datalistProd": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "productIconUrl": { "type": "string" }, "classification": { "type": "string" }, "bussinessline": { "type": "string" }, "type": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }, "400listProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401listProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "productbyCategory": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "prod001", "productName": "Accounting Solution", "productIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a", "classification": "Solution", "bussinessline": "Data Center and Cloud", "productType": "Basic", "description": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh", "feature": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control", "benefit": [ "forCompany", "1.Dengan teknologi cloud computing, yang memudahkan akses kapan pun dan di mana pun,", "2. Tidak dibutuhkan investasi server ataupun perangkat,", "3. Meningkatkan efektivitas bisnis perusahaan, pengambilan keputusan dapat dilakukan dengan cepat berdasarkan laporan performansi perusahaan.", "forEmployee", "1. Akses data yang aman dengan enskripsi,", "2. Tidak dibutuhkan keahlian IT dan pengetahuan akuntansi secara khusus untuk dapat menghasilkan laporan keuangan yang sesuai,", "3. Laporan keuangan yang dihasilkan dapat diajukan sebagai laporan keuangan untuk bank" ], "specification": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis.", "relatedTag": [ "Customer Relation Management", "solution", "Konektivitas" ], "contact": { "type": "array", "items": { "$ref": "#/components/schemas/contact1" }, "example": [ { "name": "Arief habibie", "email": "ariefhabibie@gmail.com", "mobile": "0813246289", "photoProfile": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "role": "AM" } ] }, "mediaId": [ "Med001", "Med002", "Med003", "Med004" ], "mediaName": [ "image 1", "image 2", "image 3", "image 4" ], "mediaType": [ "PNG", "PNG", "PNG", "PNG" ], "mediaURL": [ "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png\"" ] } ], "items": { "$ref": "#/components/schemas/dataCategory" } } } }, "dataCategory": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "productIconUrl": { "type": "string" }, "classification": { "type": "string" }, "bussinessline": { "type": "string" }, "description": { "type": "string" }, "feature": { "type": "string" }, "benefit": { "type": "array", "items": { "type": "string" } }, "specification": { "type": "string" }, "relatedTag": { "type": "array", "items": { "type": "string" } }, "mediaId": { "type": "array", "items": { "type": "string" } }, "mediaName": { "type": "array", "items": { "type": "string" } }, "mediaType": { "type": "array", "items": { "type": "string" } } } }, "contact1": { "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" }, "mobile": { "type": "string" }, "photoProfile": { "type": "string" }, "role": { "type": "string" } } }, "400prodCategory": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401prodCategory": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "detailProducts": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "prod001", "ncxId": "1-5PIDRH", "ncxName": "Sigma Software Own", "productName": "Accounting Solution", "productIconUrl": "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a", "productIconCreatedAt": "2019-07-12T06:16:00.229Z", "type": "connectivity", "calculator": true, "bussinessline": "Data Center and Cloud", "productType": "Basic", "visible": true, "rating": { "ratingId": "rate1", "helpful": false, "value": 0, "description": "" }, "description": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh", "notificationDescription": "Untuk bank yang membutuhkan sistem perbankan mobile untuk meningkatkan saluran komunikasi dengan pelanggan, mendapatkan loyalitas mereka, mendukung strategi bisnis perbankan tanpa cabang, dan bersaing dalam lingkungan perbankan masa depan, Telkomsigma menawarkan ARIUM Mobile Banking, aplikasi perbankan seluler nyata, kompatibel dengan setiap platform seluler dan dengan fitur token terintegrasi terintegrasi untuk keamanan yang ditingkatkan.", "feature": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control", "benefit": [ "forCompany", "1.Dengan teknologi cloud computing, yang memudahkan akses kapan pun dan di mana pun,", "2. Tidak dibutuhkan investasi server ataupun perangkat,", "3. Meningkatkan efektivitas bisnis perusahaan, pengambilan keputusan dapat dilakukan dengan cepat berdasarkan laporan performansi perusahaan.", "forEmployee", "1. Akses data yang aman dengan enskripsi,", "2. Tidak dibutuhkan keahlian IT dan pengetahuan akuntansi secara khusus untuk dapat menghasilkan laporan keuangan yang sesuai,", "3. Laporan keuangan yang dihasilkan dapat diajukan sebagai laporan keuangan untuk bank" ], "implementation": "sebagai laporan keuangan untuk bank", "specification": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis.", "contact": [ { "name": "Arief habibie", "email": "ariefhabibie@gmail.com", "mobile": "0813246289", "photoProfile": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "role": "AM", "note": "kontak pada data ini dapat dihubungi terkait info produk" }, { "name": "Arief habibie", "email": "ariefhabibie@gmail.com", "mobile": "0813246289", "photoProfile": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png", "role": "AM", "note": "kontak pada data ini dapat dihubungi terkait info produk" } ], "mediaId": [ "Med001", "Med002", "Med003", "Med004" ], "documentId": [ "doc001", "doc008", "doc003" ], "subsidiaries": "telkomsel", "segment": [ "seg001", "seg002", "seg003" ], "tariff": "Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
Kebijakan Program Modernisasi Infrastruktur dan Service (PROMIS) untuk Customer EBIS, menjadi Program Utama yang dilaksanakan di tahun 2019 Sebagai program yang berkelanjutan. Serta penetapan kembali Satgas Program Modernisasi Infrastruktur & Service (Promis) Pelanggan Enterprise & Business Service (Ebis) Tahun 2019
" }, "objective": { "type": "string", "example": "Memberikan pedoman umum dalam pelaksanaan Program Modernisasi Infrastruktur dan Service (PROMIS) untuk Customer EBIS
" }, "framework": { "type": "string", "example": "Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut :
TARIF
Layanan yang disediakan adalah paket produk berbasis jumlah line telepon yang dikemas dalam beberapa paket Hosted PBX Multi Area Code :
ACCOUNTING
Pendapatan layanan Hosted PBX Multi Area Code dicatat sebagai pendapatan layananan Centrex (Pendapatan abonemen Centrex dengan nomor akun 41114201).