{ "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

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" }, "approvedBy": { "username": "Vonda Bri Valdo Ary", "email": "910133@telkom.co.id", "nik": "910133" }, "isBeingEdited": false, "availableAtNcx": true, "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z", "totalClick": "234" }, { "productId": "prod002", "ncxId": "1-5PIDRH", "ncxName": "Sigma Software Own", "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", "productIconCreatedAt": "2019-07-12T06:16:00.229Z", "type": "connectivity", "calculator": true, "bussinessline": "Data Center and Cloud", "productType": "Basic", "visible": true, "rating": { "ratingId": "rate2", "helpful": true, "value": 2, "description": "this app is very helpful" }, "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" } ], "mediaId": [ "Med001", "Med002", "Med003", "Med004" ], "documentId": [ "doc001", "doc008", "doc003" ], "subsidiaries": "telkomsel", "segment": [ "seg001", "seg002", "seg003" ], "tariff": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "role": "catalog_management", "nik": "930267" }, "approvedBy": { "username": "Vonda Bri Valdo Ary", "email": "910133@telkom.co.id", "role": "catalog_management", "nik": "910133" }, "isBeingEdited": false, "availableAtNcx": true, "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z", "totalClick": "15" }, { "productId": "prod003", "ncxId": "1-5PIDRH", "ncxName": "Sigma Software Own", "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", "productIconCreatedAt": "2019-07-12T06:16:00.229Z", "type": "connectivity", "calculator": true, "installationPrice": 1000000, "bussinessline": "Data Center and Cloud", "productType": "Basic", "visible": true, "rating": { "ratingId": "rate3", "helpful": true, "value": 4, "description": "this app is very helpful" }, "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" } ], "mediaId": [ "Med001", "Med002", "Med003", "Med004" ], "documentId": [ "doc001", "doc008", "doc003" ], "subsidiaries": "telkomsel", "segment": [ "seg001", "seg002", "seg003" ], "tariff": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "role": "catalog_management", "nik": "930267" }, "approvedBy": { "username": "Vonda Bri Valdo Ary", "email": "910133@telkom.co.id", "role": "catalog_management", "nik": "910133" }, "isBeingEdited": false, "availableAtNcx": true, "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z", "totalClick": "12" } ], "items": { "$ref": "#/components/schemas/dataDetailprod" } } } }, "recapitulation": { "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", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" }, { "productId": "prod002", "productName": "Accounting Solution", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/dataDetailprod" } } } }, "downloadRecapitulation": { "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", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" }, { "productId": "prod002", "productName": "Accounting Solution", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/dataDetailprod" } } } }, "dataNCX": { "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": [ { "ROW_ID": "1-GP8ZO3", "CREATED": "2020-11-26T04:24:47.000Z", "LAST_UPD": "2020-12-02T20:10:50.000Z", "NAME": "Telkomsat SGN Package", "ALIAS_NAME": "Telkomsat SGN Package", "DESC_TEXT": "Telkomsat SGN Package", "BILLING_TYPE_CD": "Subscription", "CATEGORY_CD": "NONPOTS Products", "PROD_CD": "Product", "CFG_MODEL_ID": "1-GP8ZO3", "FULFLMNT_ITEM_CODE": "NONCONN_CHILD_PS", "INTEGRATION_ID": "1-GP8ZO3", "PART_NUM": "TelkomsatSGN-10", "PRICE_TYPE_CD": "Recurring", "PROD_GLOBAL_UID": "6905|6906" }, { "ROW_ID": "1-GP8ZO3", "CREATED": "2020-11-26T04:24:47.000Z", "LAST_UPD": "2020-12-02T20:10:50.000Z", "NAME": "Telkomsat", "ALIAS_NAME": "Telkomsat SGN", "DESC_TEXT": "Telkomsat", "BILLING_TYPE_CD": "Subscription", "CATEGORY_CD": "NONPOTS Products", "PROD_CD": "Product", "CFG_MODEL_ID": "1-GP8ZO3", "FULFLMNT_ITEM_CODE": "NONCONN_CHILD_PS", "INTEGRATION_ID": "1-GP8ZO3", "PART_NUM": "TelkomsatSGN-10", "PRICE_TYPE_CD": "Recurring", "PROD_GLOBAL_UID": "6905|6906" } ], "items": { "$ref": "#/components/schemas/detailDataNCX" } } } }, "dataDetailprod": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "productIconUrl": { "type": "string" }, "productIconCreatedAt": { "type": "string" }, "type": { "type": "string" }, "bussinessline": { "type": "string" }, "description": { "type": "string" }, "notificationDescription": { "type": "string" }, "feature": { "type": "string" }, "benefit": { "type": "array", "items": { "type": "string" } }, "specification": { "type": "string" }, "mediaId": { "type": "array", "items": { "type": "string" } }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "documentId": { "type": "array", "items": { "type": "string" } }, "subsidiaries": { "type": "string" }, "segment": { "type": "array", "items": { "type": "string" } }, "calculator": { "type": "string" }, "installationPrice": { "type": "string" }, "implementation": { "type": "string" }, "tariff": { "type": "string" }, "visible": { "type": "boolean" }, "rating": { "$ref": "#/components/schemas/dataDetailprod_rating" }, "ncxId": { "type": "string" }, "ncxName": { "type": "string" }, "isBeingEdited": { "type": "boolean" }, "availableAtNcx": { "type": "boolean" }, "approvedBy": { "type": "array", "items": { "type": "string" } }, "submittedBy": { "type": "array", "items": { "type": "string" } } } }, "detailDataNCX": { "type": "object", "properties": { "ROW_ID": { "type": "string" }, "CREATED": { "type": "string" }, "LAST_UPD": { "type": "string" }, "NAME": { "type": "string" }, "ALIAS_NAME": { "type": "string" }, "DESC_TEXT": { "type": "string" }, "BILLING_TYPE_CD": { "type": "string" }, "CATEGORY_CD": { "type": "string" }, "PROD_CD": { "type": "string" }, "CFG_MODEL_ID": { "type": "string" }, "FULFLMNT_ITEM_CODE": { "type": "string" }, "INTEGRATION_ID": { "type": "string" }, "PART_NUM": { "type": "string" }, "PRICE_TYPE_CD": { "type": "string" }, "PROD_GLOBAL_UID": { "type": "string" }, "VENDR_OU_ID": { "type": "string" }, "VENDR_PART_NUM": { "type": "string" } } }, "400detailProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401detailProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "nok404": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "404" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "dataFaq": { "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": [ { "header": "register", "body": [ { "question": "apa kendala anda?", "answer": "Test question 2" }, { "question": "berapa harga yang dibutuhkan untuk membeli produk?", "answer": "Test question 2" }, { "question": "apa kendala anda?", "answer": "Test question 2" } ], "type": "mobile" }, { "header": "register", "body": [ { "question": "apa kendala anda?", "answer": "Test question 2" }, { "question": "berapa harga yang dibutuhkan untuk membeli produk?", "answer": "Test question 2" }, { "question": "apa kendala anda?", "answer": "Test question 2" } ], "type": "mobile" } ], "items": { "$ref": "#/components/schemas/detailDataFaq" } } } }, "detailDataFaq": { "type": "object", "properties": { "header": { "type": "array", "items": { "type": "string" } } } }, "dashProducts": { "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", "type": "connectivity", "calculator": true, "process": "Draft", "visible": true, "rating": { "ratingId": "rate1", "helpful": false, "value": 0, "description": "" }, "productType": "Basic", "bussinesslineId": "Bus002", "subsidiaries": "Telkom Sigma", "segment": [ { "segmentId": "seg001", "segmentIconUrl": "", "segmentName": "banking Management Service 1", "segmentCode": "BMS-1" }, { "segmentId": "seg002", "segmentIconUrl": "", "segmentName": "banking Management Service 2", "segmentCode": "BMS-2" } ], "description": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh", "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" ], "feature": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control", "specification": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis.", "implementation": "sebagai laporan keuangan untuk bank", "tags": [ "Banking Management", "Digital Service", "Banking", "NonConnectivity" ], "tariff": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "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" }, { "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" ], "documentId": [ "doc001", "doc008", "doc003" ], "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z", "totalClick": "234" } ], "items": { "$ref": "#/components/schemas/dataDashProd" } } } }, "updateProduct": { "type": "object", "properties": { "productName": { "type": "string", "example": "Accounting Solution" }, "productIconUrl": { "type": "string", "example": "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": { "type": "string", "example": "2019-07-12T06:16:00.229Z" }, "type": { "type": "string", "example": "connectivity" }, "calculator": { "type": "boolean", "example": true }, "process": { "type": "string", "example": "Draft" }, "visible": { "type": "boolean", "example": true }, "productType": { "type": "string", "example": "Basic" }, "bussinesslineId": { "type": "string", "example": "Bus002" }, "subsidiaries": { "type": "string", "example": "Telkom Sigma" }, "segment": { "type": "array", "example": [ { "segmentId": "seg001", "segmentIconUrl": "", "segmentName": "banking Management Service 1", "segmentCode": "BMS-1" }, { "segmentId": "seg002", "segmentIconUrl": "", "segmentName": "banking Management Service 2", "segmentCode": "BMS-2" } ], "items": { "type": "string" } }, "description": { "type": "string", "example": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh" }, "benefit": { "type": "array", "example": [ "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" ], "items": { "type": "string" } }, "feature": { "type": "string", "example": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control" }, "specification": { "type": "string", "example": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis." }, "implementation": { "type": "string", "example": "sebagai laporan keuangan untuk bank" }, "tags": { "type": "array", "example": [ "Banking Management", "Digital Service", "Banking", "NonConnectivity" ], "items": { "type": "string" } }, "tariff": { "type": "string", "example": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

" }, "contact": { "type": "array", "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" }, { "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" } ], "items": { "type": "string" } }, "mediaId": { "type": "array", "example": [ "Med001", "Med002", "Med003", "Med004" ], "items": { "type": "string" } }, "documentId": { "type": "array", "example": [ "doc001", "doc008", "doc003" ], "items": { "type": "string" } }, "createdAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" }, "updatedAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" } } }, "bodyData": { "type": "string", "example": "" }, "updateData": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Berhasil mempersiapkan data" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "prod001", "productName": "Accounting Solution", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" }, { "productId": "prod002", "productName": "Accounting Solution", "process": "Draft", "visible": true, "ncxId": "1-2U7ZV9", "ncxName": "Jalin IT Service", "bussinessline": "Data Center & Cloud", "subsidiaries": "Telkom Sigma", "description": 1, "benefit": 0, "feature": 1, "tariff": 0, "totalContact": 2, "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" } ], "totalImage": 3, "document": { "presentation": 1, "proposal": 2, "video": 0 }, "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/dataDetailprod" } } } }, "updateProcess": { "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/updateProcess_data" } } }, "dataDashProd": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "productIconUrl": { "type": "string" }, "productIconCreateAt": { "type": "string" }, "type": { "type": "string" }, "bussinessline": { "type": "string" }, "calculator": { "type": "boolean" }, "description": { "type": "string" }, "feature": { "type": "string" }, "benefit": { "type": "array", "items": { "type": "string" } }, "specification": { "type": "string" }, "mediaId": { "type": "array", "items": { "type": "string" } }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "documentId": { "type": "array", "items": { "type": "string" } }, "subsidiaries": { "type": "string" }, "segment": { "type": "array", "items": { "type": "string" } }, "implementation": { "type": "string" }, "process": { "type": "string" }, "visible": { "type": "boolean" }, "rating": { "$ref": "#/components/schemas/dataDetailprod_rating" } } }, "datasubsName": { "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/datasubsName_data" } } }, "bodyUpdateProd": { "type": "object", "properties": { "visible": { "type": "boolean", "example": true } } }, "200updateProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Processed" }, "code": { "type": "string", "example": "200" }, "data": {} } }, "400updateProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string" }, "data": {} } }, "401updateProd": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Unautorized" } } }, "activityLog": { "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": [ { "logId": "log001", "productId": "prod001", "productName": "Astinet", "oldStatus": "Draft", "newStatus": "Menunggu", "action": "Mengubah Produk Draft", "comment": "Menunggu hasil review", "updatedBy": { "name": "Vonda Bri", "nik": "91234567" }, "updatedAt": "2019-07-12T06:16:00.229Z" }, { "logId": "log002", "productId": "prod023", "productName": "Accounting Solution", "oldStatus": "Draft", "newStatus": "Menunggu", "action": "Mengubah Produk Menunggu", "comment": "menunggu hasil review", "updatedBy": { "name": "Vonda Bri", "nik": "91234567" }, "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/detailActivity" } } } }, "detailActivity": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "logId": { "type": "string" }, "oldStatus": { "type": "string" }, "newStatus": { "type": "string" }, "action": { "type": "string" }, "comment": { "type": "string" }, "updateBy": { "type": "array", "items": { "type": "string" } }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }, "addProduct": { "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", "productIconCreatedAt": "2019-07-12T06:16:00.229Z", "type": "connectivity", "calculator": true, "process": "Draft", "visible": true, "productType": "Basic", "bussinesslineId": "Bus002", "subsidiaries": "Telkom Sigma", "segment": [ { "segmentId": "seg001", "segmentIconUrl": "", "segmentName": "banking Management Service 1", "segmentCode": "BMS-1" }, { "segmentId": "seg002", "segmentIconUrl": "", "segmentName": "banking Management Service 2", "segmentCode": "BMS-2" } ], "description": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh", "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" ], "feature": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control", "specification": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis.", "implementation": "sebagai laporan keuangan untuk bank", "tags": [ "Banking Management", "Digital Service", "Banking", "NonConnectivity" ], "tariff": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "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" ], "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/addingProd" } }, "addingProd": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "productIconUrl": { "type": "string" }, "productIconCreatedAt": { "type": "string" }, "type": { "type": "string" }, "bussinessline": { "type": "string" }, "description": { "type": "string" }, "visible": { "type": "boolean" }, "process": { "type": "string" }, "feature": { "type": "string" }, "benefit": { "type": "array", "items": { "type": "string" } }, "specification": { "type": "string" }, "mediaId": { "type": "array", "items": { "type": "string" } }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "documentId": { "type": "array", "items": { "type": "string" } }, "subsidiaries": { "type": "string" }, "segment": { "type": "array", "items": { "type": "string" } }, "rating": { "$ref": "#/components/schemas/dataDetailprod_rating" }, "approvedBy": { "type": "array", "items": { "type": "string" } }, "submittedBy": { "type": "array", "items": { "type": "string" } } } }, "newProduct": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "create product succesfully!" }, "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", "productIconCreatedAt": "2019-07-12T06:16:00.229Z", "type": "connectivity", "calculator": true, "process": "Draft", "visible": true, "rating": { "ratingId": "rate1", "helpful": true, "value": 3, "description": "this product is useful" }, "productType": "Basic", "bussinesslineId": "Bus002", "subsidiaries": "Telkom Sigma", "segment": [ { "segmentId": "seg001", "segmentIconUrl": "", "segmentName": "banking Management Service 1", "segmentCode": "BMS-1" }, { "segmentId": "seg002", "segmentIconUrl": "", "segmentName": "banking Management Service 2", "segmentCode": "BMS-2" } ], "description": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh", "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" ], "feature": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control", "specification": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis.", "implementation": "sebagai laporan keuangan untuk bank", "tags": [ "Banking Management", "Digital Service", "Banking", "NonConnectivity" ], "tariff": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

", "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" }, "approvedBy": "", "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" }, { "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" ], "documentId": [ "doc001", "doc008", "doc003" ], "createdAt": "2019-07-12T06:16:00.229Z", "updatedAt": "2019-07-12T06:16:00.229Z" } ], "items": { "$ref": "#/components/schemas/addingProd" } } } }, "409NOKprod": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "409" }, "message": { "type": "string", "example": "already exist" }, "data": {} } }, "notification": { "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": [ { "type": "promo", "message": "produk yang bermanfaat untuk kita semua", "tittle": "kami beri satu kesempatan", "data": { "productId": "prod001", "marketableTitle": "ini marketable title", "description": "ini sebuah promo" } } ], "items": { "$ref": "#/components/schemas/allNotif" } } } }, "allNotif": { "type": "object", "properties": { "notificationId": { "type": "string" }, "date": { "type": "string", "format": "date-time" }, "productId": { "type": "string" }, "type": { "type": "string" }, "marketableTitle": { "type": "string" }, "message": { "type": "string" }, "tittle": { "type": "string" }, "description": { "type": "string" } } }, "400notif": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401notif": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "notif": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "create notification succesfully" }, "code": { "type": "string", "example": "200" }, "data": {} } }, "bodyNotif": { "type": "object", "properties": { "tittle": { "type": "string", "example": "ini promo product" }, "message": { "type": "string", "example": "ini promo product loh" }, "type": { "type": "string", "example": "promo" }, "data": { "$ref": "#/components/schemas/bodyNotif_data" } } }, "400notifCatalog": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401notifCatalog": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "bodyInsert": { "required": [ "docId", "productId" ], "type": "object", "properties": { "productId": { "type": "string", "example": "prod002" }, "docType": { "type": "string", "example": "presentasi" }, "files": { "$ref": "#/components/schemas/bodyInsert_files" } } }, "insertDoc": { "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/insertDoc_data" } } }, "400Upload": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "Bad Request" }, "data": {} } }, "401Upload": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Upload Failed" }, "data": {} } }, "bodyUpdate": { "type": "object", "properties": { "docType": { "type": "string", "example": "presentasi" } } }, "updateDoc": { "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/updateDoc_data" } } }, "400Update": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "Update Failed" }, "data": {} } }, "401Update": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Error Update Data" }, "data": {} } }, "deleteDoc": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Deleted Document" }, "code": { "type": "string", "example": "200" } } }, "400delete": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "Failed" }, "data": {} } }, "401delete": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "marketingKit": { "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": [ { "docId": "doc001", "docName": "presentasi smart building", "docType": "presentasi", "docSize": 100, "fileType": "pdf", "docUrl": "Smart%20Medical%20Check%20Up_Presentasi.pdf" }, { "docId": "doc008", "docName": "proposal smart building", "docType": "proposal", "docSize": 100, "fileType": "pdf", "docUrl": "Smart%20Medical%20Check%20Up_Proposal.pdf" }, { "docId": "doc004", "docName": "presentasi smart building", "docType": "presentasi", "docSize": 100, "fileType": "pdf", "docUrl": "Smart%20Medical%20Check%20Up_Presentasi.pdf" } ], "items": { "$ref": "#/components/schemas/document" } } } }, "document": { "type": "object", "properties": { "docId": { "type": "string" }, "docName": { "type": "string" }, "docType": { "type": "string" }, "fileType": { "type": "string" }, "docUrl": { "type": "string" } } }, "400market": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401market": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "token": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/token_data" } } }, "400token": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401token": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "detailMarketingKit": { "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/detailMarketingKit_data" } } }, "tags": { "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": [ { "tag": "Education Management Service", "totalClick": 3 }, { "tag": "Financial Management Service", "totalClick": 1 }, { "tag": "Banking Management Service 1", "totalClick": 4 }, { "tag": "Banking Management Service 2", "totalClick": 1 }, { "tag": "Healthcare and Welfare Service", "totalClick": 10 }, { "tag": "Industrial and Business Service", "totalClick": 12 }, { "tag": "Manufacture and Agribusiness Service", "totalClick": 2 }, { "tag": "Maritime and Logistic Service", "totalClick": 5 }, { "tag": "Media and Communication Service", "totalClick": 7 }, { "tag": "Property and Construction Service", "totalClick": 8 }, { "tag": "Resources and Utility Service", "totalClick": 6 }, { "tag": "Tourism and Hospitality Service", "totalClick": 5 }, { "tag": "Trading and Distribution Service", "totalClick": 7 }, { "tag": "Transport Management Service", "totalClick": 22 }, { "tag": "Connectivity", "totalClick": 3 }, { "tag": "NonConnectivity", "totalClick": 2 }, { "tag": "Network Service and Connectivity", "totalClick": 1 }, { "tag": "ICT System Integration", "totalClick": 11 }, { "tag": "Data Center and Cloud", "totalClick": 6 }, { "tag": "Customer Relationship Management", "totalClick": 26 }, { "tag": "Digital Service", "totalClick": 15 }, { "tag": "Device and Mobility Management", "totalClick": 4 }, { "tag": "Payment Service", "totalClick": 5 }, { "tag": "Business Process Outsourcing", "totalClick": 14 }, { "tag": "Digital Advertising", "totalClick": 1 }, { "tag": "Internet of Things", "totalClick": 3 } ], "items": { "$ref": "#/components/schemas/dataTag" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "dataTag": { "type": "object", "properties": { "tag": { "type": "string" }, "totalClick": { "type": "string" } } }, "400tag": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401tag": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "dataSolped": { "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/dataSolped_data" } } }, "dataProposal": { "type": "object", "properties": { "proposalId": { "type": "string" }, "fileName": { "type": "string" }, "file": { "type": "string" }, "marketingkitId": { "type": "string" } } }, "detailCompare": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Process" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "cp003", "productName": "Hosted PBX Hot Billing", "updateCatalog": "2019-07-12T06:16:00.229Z", "process": "Draft", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } }, { "productId": "prod001", "productName": "Accounting Solution", "updateCatalog": "2019-07-12T06:16:00.229Z", "process": "Terkirim", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } }, { "productId": "prod001", "productName": "Accounting Solution", "updateCatalog": "2019-07-12T06:16:00.229Z", "process": "Draft", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } } ], "items": { "$ref": "#/components/schemas/dataCompare" } }, "meta": { "$ref": "#/components/schemas/allSegment_meta" } } }, "dataCompare": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "updatedCatalog": { "type": "string" }, "visible": { "type": "boolean" }, "process": { "type": "string" }, "submittedBy": { "type": "array", "items": { "type": "string" } } } }, "400Compare": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data can't display" }, "data": {} } }, "401Compare": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "dataProdukGenerate": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your Request Has Been Process" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": 1, "productName": "ATM LINK", "updateCatalog": "2019-07-12T06:16:00.229+0000", "process": "Disetujui", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } }, { "productId": 15, "productName": "iPort", "updateCatalog": "2019-07-12T06:16:00.229+0000", "process": "Disetujui", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } }, { "productId": 185, "productName": "iTOS", "updateCatalog": "2019-07-12T06:16:00.229Z\\", "process": "Draft", "visible": true, "submittedBy": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" } } ], "items": { "$ref": "#/components/schemas/detailGenerate" } } } }, "detailGenerate": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "updateSolped": { "type": "string" }, "updateCatalog": { "type": "string" }, "process": { "type": "string" }, "visible": { "type": "boolean" }, "status": { "type": "boolean" }, "submittedBy": { "type": "array", "items": { "type": "string" } } } }, "400generate": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data can't display" }, "data": {} } }, "401generate": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "updateCompareData": { "type": "object", "properties": { "visible": { "type": "boolean", "example": true } } }, "responseUpdateCompareData": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success Update Visible for Data Compare!" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "productId": "cp003", "productName": "Hosted PBX Hot Billing", "updateSolped": "2019-07-12T06:16:00.229Z", "updateCatalog": "2019-07-12T06:16:00.229Z", "process": "menunggu", "visible": true, "status": false } ], "items": { "$ref": "#/components/schemas/dataCompare" } } } }, "detailHtml": { "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/detailHtml_data" } } }, "400html": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data can't display" }, "data": {} } }, "401html": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "bodyInputSolped": { "type": "array", "example": [ { "ID": "UNIQIDAMINUDIN1", "productId": "UNIQIDAMINUDIN1", "PRODUCT_NAME": "Arium Reporting XBRL", "DESKRIPSI": "adalah sistem aplikasi pelaporan XBRL  yang membantu bank dalam menyederhanakan sistem pelaporan, membakukan informasi, meningkatkan kualitas informasi dan sesuai dengan aturan BI.", "BENEFIT": "\n \n \n -\n Otomasi proses mulai dari pengumpulan data, pengolahan dan distribusi data.\n \n \n - mudah\n dalam mengelola dari sumber data  \n \n \n -\n memindahkan laporan kedalam bentuk dokumen seperti XLST, excel dokumen dan\n web untuk publikasi \n \n \n  \n ", "UPDATEDATE": "05-SEP-19", "PROPOSAL": [ { "ID_PROPOSAL": 857, "FILE": "http://solutionpedia.telkom.co.id/solutionpedia/v2/proposal/1570606468Templates Proposal XBRL.docx" } ], "MARKETING_KIT": [ { "ID_MARKETINGKIT": 1782, "FILE": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1570503023278-Sigma-Arium Reporting(Arium XBRL)-DES.pptx" } ], "VIDEO": "" } ], "items": { "$ref": "#/components/schemas/detailInput" } }, "detailInput": { "type": "object", "properties": { "ID": { "type": "string" }, "productId": { "type": "string" }, "PRODUCT_NAME": { "type": "string" }, "DESKRIPSI": { "type": "string" }, "FITUR": { "type": "string" }, "BENEFIT": { "type": "string" }, "SPESIFIKASI": { "type": "string" }, "IMPLEMENTATION_CASE": { "type": "string" }, "CONTACT": { "type": "string" }, "IMAGE": { "type": "string" }, "UPDATEDATE": { "type": "string" }, "PROPOSAL": { "type": "array", "items": { "type": "string" } }, "MARKETING_KIT": { "type": "array", "items": { "type": "string" } }, "VIDEO": { "type": "string" } } }, "inputSolped": { "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": [ { "ID": "UNIQIDAMINUDIN1", "productId": "UNIQIDAMINUDIN1", "PRODUCT_NAME": "Arium Reporting XBRL", "DESKRIPSI": "adalah sistem aplikasi pelaporan XBRL  yang membantu bank dalam menyederhanakan sistem pelaporan, membakukan informasi, meningkatkan kualitas informasi dan sesuai dengan aturan BI.", "BENEFIT": "\n \n \n -\n Otomasi proses mulai dari pengumpulan data, pengolahan dan distribusi data.\n \n \n - mudah\n dalam mengelola dari sumber data  \n \n \n -\n memindahkan laporan kedalam bentuk dokumen seperti XLST, excel dokumen dan\n web untuk publikasi \n \n \n  \n ", "UPDATEDATE": "05-SEP-19", "PROPOSAL": [ { "ID_PROPOSAL": 857, "FILE": "http://solutionpedia.telkom.co.id/solutionpedia/v2/proposal/1570606468Templates Proposal XBRL.docx" } ], "MARKETING_KIT": [ { "ID_MARKETINGKIT": 1782, "FILE": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1570503023278-Sigma-Arium Reporting(Arium XBRL)-DES.pptx" } ], "VIDEO": "" } ], "items": { "$ref": "#/components/schemas/detailInput1" } } } }, "detailInput1": { "type": "object", "properties": { "ID": { "type": "string" }, "productId": { "type": "string" }, "PRODUCT_NAME": { "type": "string" }, "DESKRIPSI": { "type": "string" }, "FITUR": { "type": "string" }, "BENEFIT": { "type": "string" }, "SPESIFIKASI": { "type": "string" }, "IMPLEMENTATION_CASE": { "type": "string" }, "CONTACT": { "type": "string" }, "IMAGE": { "type": "string" }, "UPDATEDATE": { "type": "string" }, "PROPOSAL": { "type": "array", "items": { "type": "string" } }, "MARKETING_KIT": { "type": "array", "items": { "type": "string" } }, "VIDEO": { "type": "string" } } }, "solpedNOK": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "bad request" }, "data": {} } }, "409Solped": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "409" }, "message": { "type": "string", "example": "conflict" }, "data": {} } }, "bodyRating": { "required": [ "description", "productId", "value" ], "type": "object", "properties": { "productId": { "type": "string" }, "helpful": { "type": "boolean" }, "value": { "type": "string" }, "description": { "type": "string" } } }, "bodyFaq": { "type": "object", "properties": { "header": { "type": "string" }, "question": { "type": "string" }, "answer": { "type": "string" }, "type": { "type": "string" } } }, "addRating": { "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/addRating_data" } } }, "updateRating": { "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/updateRating_data" } } }, "listSolped": { "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", "updatedAt": "2019-07-12T06:16:00.229+0000" }, { "productId": "prod002", "productName": "Astinet", "updatedAt": "2019-07-12T06:16:00.229+0000" } ], "items": { "$ref": "#/components/schemas/detailSolped" } } } }, "detailSolped": { "type": "object", "properties": { "productId": { "type": "string" }, "productName": { "type": "string" }, "updatedAt": { "type": "string" } } }, "400listSolped": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data can't display" }, "data": {} } }, "401listSolped": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "versionCheck": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "your request has been process" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/versionCheck_data" } } }, "400versionCheck": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "data can't display" }, "data": {} } }, "401versionCheck": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "Not Found" }, "data": {} } }, "chat": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "type": "promo", "message": "produk yang bermanfaat untuk kita semua", "tittle": "kami beri satu kesempatan", "data": { "channelId": "850094@telkom.co.id_wanfaldi@tes.i", "modifiedAt": "July 18, 2019 at 10:12:24 AM UTC+7", "targetEmail": "850094@telkom.co.id", "targetName": "SANDRA FITRI ASTRINI, MM", "userEmail": "wanfaldi@tes.id", "userName": "Wan Faldi" } } ], "items": { "$ref": "#/components/schemas/allChat" } } } }, "allChat": { "type": "object", "properties": { "notificationId": { "type": "string" }, "date": { "type": "string", "format": "date-time" }, "type": { "type": "string" }, "message": { "type": "string" }, "tittle": { "type": "string" }, "channelId": { "type": "string" }, "modifiedAt": { "type": "string" }, "targetName": { "type": "string" }, "targetEmail": { "type": "string" }, "userEmail": { "type": "string" }, "userName": { "type": "string" } } }, "400Nokchat": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "400" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "401Nokchat": { "type": "object", "properties": { "success": { "type": "boolean", "example": false }, "code": { "type": "string", "example": "401" }, "message": { "type": "string", "example": "NOK" }, "data": {} } }, "v2_froala_body": { "type": "object", "properties": { "froalaFile": { "type": "string", "format": "binary" } } }, "allSegment_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 2 }, "size": { "type": "integer", "example": 3 }, "totalPage": { "type": "integer", "example": 2 }, "totalData": { "type": "integer", "example": 4 } } }, "solution_data_segment": { "type": "object", "properties": { "segmentId": { "type": "string", "example": "seg001" }, "segmentName": { "type": "string", "example": "Banking Management and Finance" }, "segmentCode": { "type": "string", "example": "BMF" }, "segmentIconUrl": { "type": "string", "example": "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" } } }, "solution_data": { "type": "object", "properties": { "segment": { "$ref": "#/components/schemas/solution_data_segment" }, "solution": { "type": "array", "example": [ { "solutionId": "sol001", "solutionName": "Smart University" }, { "solutionId": "sol001", "solutionName": "Smart University" }, { "solutionId": "sol001", "solutionName": "Smart University" }, { "solutionId": "sol001", "solutionName": "Smart University" } ], "items": { "$ref": "#/components/schemas/dataSol" } } } }, "detailSolution_data": { "type": "object", "properties": { "solutionId": { "type": "string", "example": "sol001" }, "solutionName": { "type": "string", "example": "Managed Detail Service(MNS)" }, "segmentCode": { "type": "string", "example": "BMF" }, "corporateCustomer": { "type": "array", "example": [ "universitas brawijaya", "universitas mulawaarman" ], "items": { "type": "string" } }, "partner": { "type": "array", "example": [ "telkom testra" ], "items": { "type": "string" } }, "documentId": { "type": "array", "example": [ "doc001", "doc009" ], "items": { "type": "string" } }, "contact": { "type": "array", "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" }, { "name": "Amin yahya", "email": "aminyahya@gmail.com", "mobile": "08131616189", "photoProfile": "https://www.pngkey.com/png/detail/115-1150152_default-profile-picture-avatar-png-green.png" } ], "items": { "$ref": "#/components/schemas/contactSol" } } } }, "otherFile_data": { "type": "object", "properties": { "fileId": { "type": "string", "example": "file001" }, "fileName": { "type": "string", "example": "LinkProposal" }, "fileUrl": { "type": "string", "example": "http://link.pdf" }, "fileYoutubeId": { "type": "string", "example": "youtubeId" }, "fileSize": { "type": "integer", "example": 100 }, "fileExt": { "type": "string", "example": "pdf" }, "createdAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" } } }, "detailSubs_data": { "type": "object", "properties": { "subsId": { "type": "string", "example": "subs001" }, "subsName": { "type": "string", "example": "Telkom Sigma" }, "subsIconUrl": { "type": "string", "example": "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": { "type": "array", "example": [ { "address": "jl.kebon sirih timur 10", "phoneNumber": [ "08142352289", "08137162552" ] } ], "items": { "type": "string" } }, "portfolio": { "type": "array", "example": [ "1. cutomer Relation Manager", "omnicahnel", "invira", "2. information Technologi Service", "information management", "service management", "3. business Process Aanalytic", "sales analytic", "social media analytic", "4. sharedservice", "invoice to pay", "bill to cash" ], "items": { "type": "string" } }, "client": { "type": "array", "example": [ "perbankan:", "bank mandiri", "bank bni", "edukasi:", "universitas brawijaya", "IPDN" ], "items": { "type": "string" } }, "license": { "type": "array", "example": [ "service desk", "command center", "war room" ], "items": { "type": "string" } } } }, "ServiceDetailsV2_data": { "type": "object", "properties": { "regions": { "type": "array", "example": [ { "regionId": 1, "region": "Jabodetabek" }, { "regionId": 2, "region": "Surabaya" }, { "regionId": 3, "region": "Rest of Jawa" }, { "regionId": 4, "region": "Batam" }, { "regionId": 5, "region": "Medan" }, { "regionId": 6, "region": "Rest of Sumatera" }, { "regionId": 7, "region": "Bali" }, { "regionId": 8, "region": "Kalimantan" }, { "regionId": 9, "region": "Sulnusra" }, { "regionId": 10, "region": "Rest of Indonesia" } ], "items": { "$ref": "#/components/schemas/ListServiceCategoryDetails" } }, "productPackages": { "type": "array", "example": [ { "productPackageId": 1, "productPackage": "Gold" }, { "productPackageId": 2, "productPackage": "Silver" } ], "items": { "$ref": "#/components/schemas/ListServiceCategoryDetails" } }, "bandwidths": { "type": "array", "example": [ { "bandwidthId": 1, "bandwidth": 1 }, { "bandwidthId": 2, "bandwidth": 2 }, { "bandwidthId": 3, "bandwidth": 3 }, { "bandwidthId": 4, "bandwidth": 5 }, { "bandwidthId": 5, "bandwidth": 10 }, { "bandwidthId": 6, "bandwidth": 20 }, { "bandwidthId": 7, "bandwidth": 30 }, { "bandwidthId": 8, "bandwidth": 50 }, { "bandwidthId": 8, "bandwidth": 100 } ], "items": { "$ref": "#/components/schemas/ListServiceCategoryDetails" } }, "minBandwidth": { "type": "integer" }, "maxBandwidth": { "type": "integer", "example": 100 } } }, "dataPricing_data": { "type": "object", "properties": { "lastMilePrice": { "type": "integer", "example": 1000000 }, "monthlySubscriptionPrice": { "type": "integer", "example": 1000000 }, "monthlyPrice": { "type": "integer", "example": 1000000 } } }, "detailCategory_data": { "type": "object", "properties": { "name": { "type": "string", "example": "Project" }, "icon": { "type": "string", "example": "bx-bullseye" }, "desc": { "type": "string", "example": "" }, "level": { "type": "string", "example": "0" }, "childs": { "type": "array", "example": [ { "url": "http://174.138.22.126:9876/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "Multi Years", "icon": "bx-transfer", "desc": "", "level": 1 }, { "url": "http://174.138.22.126:9876/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "One Year", "desc": "", "level": 1 }, { "url": "http://174.138.22.126:9876/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b52", "name": "One Time Charger", "desc": "", "level": 1 } ], "items": { "$ref": "#/components/schemas/dataCategoryPolicy" } }, "breadcrumb": { "type": "array", "example": [ { "url": "http://174.138.22.126:9876/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "name": "Project", "icon": "bx-bullseye", "desc": "", "level": 0 } ], "items": { "type": "string" } }, "documents": { "type": "array", "example": [ { "url": "http://174.138.22.126:9876/api/category/3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "id": "3d0d6de8-825e-4e9a-a93e-34a1f9311b51", "title": "Penyampaian Kebijakan dan SATGAS PROMIS Pelanggan Enterprise & Business Service 2019", "state": { "code": "P", "string": "Publish" }, "policy_number": "C.Tel. 33/UM 000/COP-GC000000/2019", "policy_date": "2019-02-25", "created_date": "2020-02-18T03:42:48.396Z", "last_update": "2020-02-18T07:29:51.891Z" }, { "url": "http://174.138.22.126:9876/api/document/ba124f66-fc1e-4e8e-b823-40ac84533728", "id": "ba124f66-fc1e-4e8e-b823-40ac84533728", "title": "Draft Guidance Penyusunan Kontrak Berlangganan/Kontrak Layanan", "state": { "code": "D", "string": "Draft" }, "policy_number": "SK.126/PS000/PS000/COP-G0000000/2019", "policy_date": "2019-12-14", "created_date": "2020-02-18T07:45:27.204Z", "last_update": "2020-02-18T08:10:01.978Z" } ], "items": { "$ref": "#/components/schemas/dataCategoryPolicy" } } } }, "detailDoc_data_state": { "type": "object", "properties": { "code": { "type": "string", "example": "P" }, "string": { "type": "string", "example": "Publish" } } }, "detailDoc_data": { "type": "object", "properties": { "url": { "type": "string", "example": "http://174.138.22.126:9876/api/document/f061c2fc-5b2e-4f44-b213-d7281156767e" }, "id": { "type": "string", "example": "f061c2fc-5b2e-4f44-b213-d7281156767e" }, "title": { "type": "string", "example": "Penyampaian Kebijakan dan SATGAS PROMIS Pelanggan Enterprise & Business Service 2019" }, "state": { "$ref": "#/components/schemas/detailDoc_data_state" }, "description": { "type": "string", "example": "

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": "

\"\"

" }, "policy_number": { "type": "string", "example": "C.Tel. 33/UM 000/COP-GC000000/2019" }, "policy_maker": { "type": "string", "example": "VP ENTERPRISE BUSINESS DEVELOPMENT" }, "policy_date": { "type": "string", "example": "2019-02-25" }, "expire_date": { "type": "string" }, "created_date": { "type": "string", "example": "2020-02-18T03:42:48.396Z" }, "last_update": { "type": "string", "example": "2020-02-18T07:29:51.891Z" }, "attachments": { "type": "array", "example": [ { "url": "http://174.138.22.126:9876/api/attachment/e00db21f-3700-488d-a84a-ec9858c81f90", "id": "e00db21f-3700-488d-a84a-ec9858c81f90" } ], "items": { "type": "string" } } } }, "AttachmentDoc_data": { "type": "object", "properties": { "url": { "type": "string", "example": "https://minio-catalog.telkomdigitalsolution.co/catalog/policy/e6c56f97-827a-4f6d-92ed-0414b721ec46_910133.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0mJcQBawUmFmygA0L5gJ%2F20210610%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210610T043010Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=2c07cc3d5318dae92d9241fd03b213c5548745f1ba30b8356a865cf83d81a56d" }, "ext": { "type": "string", "example": "pdf" }, "name": { "type": "string", "example": "attachment_e6c56f97-827a-4f6d-92ed-0414b721ec46.pdf" } } }, "dataDetailprod_rating": { "type": "object", "properties": { "helpful": { "type": "boolean" }, "ratingId": { "type": "string" }, "value": { "type": "string" }, "description": { "type": "string" } } }, "updateProcess_data": { "type": "object", "properties": { "productName": { "type": "string", "example": "Accounting Solution" }, "productIconUrl": { "type": "string", "example": "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": { "type": "string", "example": "2019-07-12T06:16:00.229Z" }, "type": { "type": "string", "example": "connectivity" }, "calculator": { "type": "boolean", "example": true }, "process": { "type": "string", "example": "Draft" }, "visible": { "type": "boolean", "example": true }, "productType": { "type": "string", "example": "Basic" }, "bussinesslineId": { "type": "string", "example": "Bus002" }, "subsidiaries": { "type": "string", "example": "Telkom Sigma" }, "segment": { "type": "array", "example": [ { "segmentId": "seg001", "segmentIconUrl": "", "segmentName": "banking Management Service 1", "segmentCode": "BMS-1" }, { "segmentId": "seg002", "segmentIconUrl": "", "segmentName": "banking Management Service 2", "segmentCode": "BMS-2" } ], "items": { "type": "string" } }, "description": { "type": "string", "example": "Solusi akuntansi berbasis cloud yang memungkinkan pelanggan, khususnya SME untuk mencatat semua transaksi keuangan perusahaan, menghasilkan Laporan keuangan, dan mengontrol bisnisnya secara menyeluruh" }, "benefit": { "type": "array", "example": [ "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" ], "items": { "type": "string" } }, "feature": { "type": "string", "example": "1. Modul Pembelian, 2. Modul Penjualan, 3. inventory Control" }, "specification": { "type": "string", "example": "UKM saat ini membutuhkan solusi dalam pencatatan transaksi dengan mudah dan cepat untuk membantu kemajuan bisnis." }, "implementation": { "type": "string", "example": "sebagai laporan keuangan untuk bank" }, "tags": { "type": "array", "example": [ "Banking Management", "Digital Service", "Banking", "NonConnectivity" ], "items": { "type": "string" } }, "tariff": { "type": "string", "example": "

TARIF

Tarif aktivasi per node, pemakaian BW dan komponen biaya lainnya yaitu sebagai berikut  :

    \t
  1. Struktur komponen tarif Astinet

    \t
  1. Tarif berlangganan per bulan Astinet sesuai tabel berikut :

    \t
  1. Tarif pemakaian Astinet beda bandwidth per bulan (Penjumlahan komponon Global dan komponen Domestik) :

    \t
  1. Lokasi POP/PE INET Telkom.

    \t
  1. Syarat dan ketentuan :

" }, "submittedBy": { "type": "array", "example": { "username": "Regina Carla", "email": "930267@telkom.co.id", "nik": "930267" }, "items": { "type": "string" } }, "approvedBy": { "type": "array", "example": { "username": "Vonda Bri Valdo Ary", "email": "910133@telkom.co.id", "nik": "910133" }, "items": { "type": "string" } }, "contact": { "type": "array", "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" }, { "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" } ], "items": { "type": "string" } }, "mediaId": { "type": "array", "example": [ "Med001", "Med002", "Med003", "Med004" ], "items": { "type": "string" } }, "documentId": { "type": "array", "example": [ "doc001", "doc008", "doc003" ], "items": { "type": "string" } }, "createdAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" }, "updatedAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" } } }, "datasubsName_data": { "type": "object", "properties": { "subsId": { "type": "string", "example": "subs006" }, "subsName": { "type": "string", "example": "Telkom Sigma" }, "subsIconUrl": { "type": "string", "example": "https://minio-catalog-dev.telkomdigitalsolution.co/catalogpublic/media/201bff1a-a7bc-431e-92e0-5cf1402c3525-telkomsigma.webp" }, "subsContact": { "type": "array", "example": { "address": "Telkom Landmark Tower 23rd Fl. (Headquarter), Jl. Jend. Gatot Subroto Kav. 52, Jakarta 12710 Indonesia", "phoneNumber": [ "021 5388538", "021 5388538" ] }, "items": { "type": "string" } }, "portfolio": { "type": "string", "example": "
  1. Customer Relationship Management
    1. Omnichannel
    2. INVIRA AI Chatbot
  2. Information Tecchnology Service Management
    1. Service Desk
    2. Command Center
    3. War Room
    4. Crisis Center
    5. Control Room
    6. Smart Airport
    7. Smart City
    8. Smart Building
  3. Business Process Analytics As a Service (BPAaS)
    1. Sales Analytics
    2. Social Media Analytics
    3. Customer Voice Management
  4. Shared Service Operation (SSO)
    1. Invoice to Pay
    2. Bill to Cash
    3. Record to Report (General Ledger, Fixed Asset, Reporting)
    4. Payroll and HR Admin
    5. Recruitment Processing
    6. Training Delivery & Admin
    7. Employee Self Services
    8. Performance Management
    9. Corporate Travel Management
    10. Procurement
" }, "client": { "type": "string", "example": "
Perbankan :
  1. Bank BRI
  2. BNI
  3. Mandiri
  4. BCA
Edukasi :
  1. Institut Pemerintahan Dalam Negeri
  2. Politeknik Negeri Pontianak (POLNEP)
  3. Universitas Brawijaya
Energi :
  1. Pertamina
  2. PT Garam Persero
  3. Semen Indonesia
  4. Chevron
  5. Geo Dipa Energi
Kesehatan :
  1. BPJS Kesehatan
  2. BPJS Ketenagakerjaan
  3. AdMedika
  4. Kimia Farma
  5. Natasha
  6. Naava Green
  7. Prodia
Transportasi :
  1. Garuda Indonesia
  2. POS Indonesia
  3. Jasamarga
  4. Citilink
  5. Angkasa Pura II
  6. JNE
  7. Transjakarta
  8. Air Asia
  9. ASDP Indonesia Ferry
  10. Cititrans
" }, "license": { "type": "string", "example": "
  1. Information Security Management Certified ISO 27001
  2. Project Management Professional Certification
  3. Brainbench Certification For System Analyst
  4. Telkommetra Strategic Project Management
  5. Telkom University Certified Analysis Cloud Computing
  6. Telkom University BIT Aplikasi SMILE For Procurement
" } } }, "bodyNotif_data": { "type": "object", "properties": { "productId": { "type": "string", "example": "prod001" }, "marketableTitle": { "type": "string", "example": "kami punya promo" }, "description": { "type": "string", "example": "kami memberikan layanan promo product terbaik" } } }, "bodyInsert_files": { "type": "object", "properties": { "link": { "type": "string", "example": "http://tds-catalog-dev-minio-tds-catalog-dev.vsan-apps.playcourt.id/catalog/doc/ad6446a4-b86d-40ee-b02c-403ebec1a824-Astinet-Rev-2.pptx" } } }, "insertDoc_data": { "type": "object", "properties": { "docId": { "type": "string", "example": "doc001" }, "docName": { "type": "string", "example": "presentasi Astinet" }, "docType": { "type": "string", "example": "presentasi" }, "fileType": { "type": "string", "example": "pdf" }, "docUrl": { "type": "string", "example": "Smart%20Medical%20Check%20Up_Presentasi.pdf" }, "productId": { "type": "string", "example": "prod001" } } }, "updateDoc_data": { "type": "object", "properties": { "docId": { "type": "string", "example": "doc001" }, "docName": { "type": "string", "example": "presentasi smart building" }, "docType": { "type": "string", "example": "presentasi" }, "fileType": { "type": "string", "example": "pdf" }, "docUrl": { "type": "string", "example": "Smart%20Medical%20Check%20Up_Presentasi.pdf" } } }, "token_data": { "type": "object", "properties": { "tokenId": { "type": "string", "example": "0cbbacbe-79b0-403e-98ae-d27c039b3a26" } } }, "detailMarketingKit_data": { "type": "object", "properties": { "docId": { "type": "string", "example": "doc001" }, "docName": { "type": "string", "example": "presentasi smart building" }, "docType": { "type": "string", "example": "presentasi" }, "docSize": { "type": "string", "example": "100" }, "fileType": { "type": "string", "example": "pdf" }, "docUrl": { "type": "string", "example": "Smart%20Medical%20Check%20Up_Presentasi.pdf" } } }, "dataSolped_data": { "type": "object", "properties": { "productId": { "type": "string", "example": "prod456" }, "productName": { "type": "string", "example": "Telin Data Center" }, "productIconUrl": { "type": "string", "example": "http://solutionpedia.telkom.co.id/solutionpedia/v2/produk_image/1566204594Telin3 Data Centre.jpg" }, "description": { "type": "string", "example": "
Kami berkomitmen untuk memberikan solusi pusat data terbaik\n bagi pelanggan kami di wilayah Asia. Didukung oleh jaringan kabel bawah\n laut Telin dan Telkom Group, layanan colocation komprehensif kami dirancang \nuntuk memberikan solusi yang fleksibel, modular, efektif, dan terukur untuk\n memenuhi kebutuhan bisnis Anda.\n

Kami menawarkan pilihan pusat data yang berlokasi di Singapura, Hong \nKong, dan Indonesia. Keseluruhan, kami mengoperasikan lebih dari 18 \nPusat Data mencakup Pusat Data standar Tier II hingga Tier IV, yang \nsemuanya terhubung ke Jaringan Internet Global kami didukung oleh \nkonektivitas kabel bawah laut yang seamless serta kapabilitas yang lain.
" }, "feature": { "type": "string", "example": "
Agile
Kami senantiasa mengikuti perkembangan dan dan inovasi teknologi \nterkini agar produk dan layanan kami dapat ditingkatkan untuk memberikan\n solusi baru yang semakin tepat dalam menjawab kebutuhan Anda.

\n
\nAman & Tangguh
Didukung oleh jaringan kabel bawah laut milik kami serta 18 Pusat \nData berstandar internasional yang dijalankan sendiri, keamanan dan \nketangguhan pusat data kami tidak perlu dipertanyakan lagi.

\n
\n
\n
\n
\nBimbingan Proaktif\n
Kami berupaya mengantisipasi skenario masa depan dan berbagi \npengetahuan kami sehingga Anda dapat mempersiapkan diri untuk \nperkembangan bisnis Anda.\n
\n
" }, "benefit": { "type": "string", "example": "
Indonesia ( 14 Lokasi ):\n\n\n\n
  1. Jakarta Karet Tengsin 
  2. Jakarta Jatinegara 
  3. Tangerang Serpong 
  4. Bogor Sentul 
  5. Bandung Lembong 
  6. Surabaya Gubeng 
  7. Surabaya Kebalen
  8. Denpasar Kaliasem 
  9. Medan Centrum 
  10. Batam Centre 
  11. Semarang Banyumanik 
  12. Balikpapan Batuampar 
  13. Makassar Mattoangin
  14. Yogyakarta Kalibaru 
Informasi lebih lanjut dapat dilihat di neucentrix.co.id

Singapore (3 Lokasi):
Informasi lebih lanjut dapat dilihat di www.telin.sg

Hong Kong (1 location): NeuCentrIX HK1 iTech Tower
Informasi lebih lanjut dapat dilihat di neucentrix.hk
" }, "specification": { "type": "string", "example": "
\n
\nHong Kong

\n
\n
\n
\nFasilitas\n
  • Tinggi Lantai: Lempengan ke Lempengan> 5M
  • Beban Lantai: 12 kPa
  • Ukuran Rak: 48 U pintu berlubang ganda (3 Points Lock)
\n
\n
\n
\n
\nListrik\n
  • Daya listrik: Pengumpan ganda 11KV dari Cincin transmisi CLP
  • UPS: UPS 2N dengan cadangan baterai 15 sebanyak menit
  • Essential Power: setup 2N transformator dan genset
  • Penyediaan Daya: 3kVA per rak
  • UPS: UPS 2N dengan cadangan baterai sebanyak 15 menit
  • Diesel Cadangan: Sejumlah tangki bahan bakar berkapasitas 48.000 liter
  • Sakelar Daya Otomatis: Sakelar transfer statik ganda per zona
\n
\n
\n
\n
\n
\n
\nLingkungan\n
  • CRAC: chiller 2N atau N + 1 & pengendalian lingkungan oleh Schneider Electric CRACs
  • Suhu: 22 +/- derajat Celcius
  • Kelembaban: 50 +/- 10%
  • Deteksi Kebakaran: Sistem deteksi asap
  • Pemadaman Kebakaran: FM200 berbasis gas
\n
\n
\n
\n
\nKeamanan\n
  • Pengawasan Surveilans: CCTV pengawasan 24 jam dengan perekaman digital yang sepenuhnya mencakup setiap rak
  • Penjaga keamanan Bangunan: penjaga keamanan standby 24 jam untuk mengontrol akses
  • Kontrol Akses: BMS untuk memantau semua fasilitas penting
\n
\n
\n
\n
\n
\n
\n
\nSingapore\n\n
\n
\nLayanan Colcation\n
  • Rak terbuka
  • Kandang
  • Suite pribadi
  • Layanan Nilai Tambah: Manajemen Back up, Service Management Layanan Remote Hands Project Management, Migrasi DC, dll.
\n
\n
\n
\n
" }, "proposal": { "type": "array", "example": [ { "proposalId": "670", "fileName": "", "file": "http://solutionpedia.telkom.co.id/solutionpedia/v2/proposal/1566205493Telin Data Centre Proposal 2019.docx" } ], "items": { "$ref": "#/components/schemas/dataProposal" } }, "contact": { "type": "string", "example": "
\n \n \n\n deniar@telin.co.id\n
081220147165
" }, "marketingkit": { "type": "array", "example": [ { "marketingkitId": "999", "fileName": "", "file": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1566204594Digital Catalogue Data Centre May_19.pdf" }, { "marketingkitId": "1056", "fileName": "", "file": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1566271814Aug 2019_Telin Data Centre Presentation.pptx" } ], "items": { "$ref": "#/components/schemas/dataProposal" } }, "video": { "type": "array", "example": [ { "videoId": "1057", "fileName": "", "file": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1566271814Telin Singapore 3 Data Center Park.mp4" }, { "videoId": "1058", "fileName": "", "file": "http://solutionpedia.telkom.co.id/solutionpedia/v2/marketing_kit/1566271814Telkom NeuCentrIX REV_1080p.mov" } ], "items": { "$ref": "#/components/schemas/dataProposal" } }, "updatedAt": { "type": "string", "example": "2019-07-12T06:16:00.229Z" } } }, "detailHtml_data": { "type": "object", "properties": { "productId": { "type": "string", "example": "prod456" }, "productName": { "type": "string", "example": "Astinet" }, "description": { "type": "string", "example": "
Kami berkomitmen untuk memberikan solusi pusat data terbaik\n bagi pelanggan kami di wilayah Asia. Didukung oleh jaringan kabel bawah\n laut Telin dan Telkom Group, layanan colocation komprehensif kami dirancang \nuntuk memberikan solusi yang fleksibel, modular, efektif, dan terukur untuk\n memenuhi kebutuhan bisnis Anda.\n

Kami menawarkan pilihan pusat data yang berlokasi di Singapura, Hong \nKong, dan Indonesia. Keseluruhan, kami mengoperasikan lebih dari 18 \nPusat Data mencakup Pusat Data standar Tier II hingga Tier IV, yang \nsemuanya terhubung ke Jaringan Internet Global kami didukung oleh \nkonektivitas kabel bawah laut yang seamless serta kapabilitas yang lain.
" }, "feature": { "type": "string", "example": "
Agile
Kami senantiasa mengikuti perkembangan dan dan inovasi teknologi \nterkini agar produk dan layanan kami dapat ditingkatkan untuk memberikan\n solusi baru yang semakin tepat dalam menjawab kebutuhan Anda.

\n
\nAman & Tangguh
Didukung oleh jaringan kabel bawah laut milik kami serta 18 Pusat \nData berstandar internasional yang dijalankan sendiri, keamanan dan \nketangguhan pusat data kami tidak perlu dipertanyakan lagi.

\n
\n
\n
\n
\nBimbingan Proaktif\n
Kami berupaya mengantisipasi skenario masa depan dan berbagi \npengetahuan kami sehingga Anda dapat mempersiapkan diri untuk \nperkembangan bisnis Anda.\n
\n
" }, "benefit": { "type": "string", "example": "
Indonesia ( 14 Lokasi ):\n\n\n\n
  1. Jakarta Karet Tengsin 
  2. Jakarta Jatinegara 
  3. Tangerang Serpong 
  4. Bogor Sentul 
  5. Bandung Lembong 
  6. Surabaya Gubeng 
  7. Surabaya Kebalen
  8. Denpasar Kaliasem 
  9. Medan Centrum 
  10. Batam Centre 
  11. Semarang Banyumanik 
  12. Balikpapan Batuampar 
  13. Makassar Mattoangin
  14. Yogyakarta Kalibaru 
Informasi lebih lanjut dapat dilihat di neucentrix.co.id

Singapore (3 Lokasi):
Informasi lebih lanjut dapat dilihat di www.telin.sg

Hong Kong (1 location): NeuCentrIX HK1 iTech Tower
Informasi lebih lanjut dapat dilihat di neucentrix.hk
" }, "specification": { "type": "string", "example": "
\n
\nHong Kong

\n
\n
\n
\nFasilitas\n
  • Tinggi Lantai: Lempengan ke Lempengan> 5M
  • Beban Lantai: 12 kPa
  • Ukuran Rak: 48 U pintu berlubang ganda (3 Points Lock)
\n
\n
\n
\n
\nListrik\n
  • Daya listrik: Pengumpan ganda 11KV dari Cincin transmisi CLP
  • UPS: UPS 2N dengan cadangan baterai 15 sebanyak menit
  • Essential Power: setup 2N transformator dan genset
  • Penyediaan Daya: 3kVA per rak
  • UPS: UPS 2N dengan cadangan baterai sebanyak 15 menit
  • Diesel Cadangan: Sejumlah tangki bahan bakar berkapasitas 48.000 liter
  • Sakelar Daya Otomatis: Sakelar transfer statik ganda per zona
\n
\n
\n
\n
\n
\n
\nLingkungan\n
  • CRAC: chiller 2N atau N + 1 & pengendalian lingkungan oleh Schneider Electric CRACs
  • Suhu: 22 +/- derajat Celcius
  • Kelembaban: 50 +/- 10%
  • Deteksi Kebakaran: Sistem deteksi asap
  • Pemadaman Kebakaran: FM200 berbasis gas
\n
\n
\n
\n
\nKeamanan\n
  • Pengawasan Surveilans: CCTV pengawasan 24 jam dengan perekaman digital yang sepenuhnya mencakup setiap rak
  • Penjaga keamanan Bangunan: penjaga keamanan standby 24 jam untuk mengontrol akses
  • Kontrol Akses: BMS untuk memantau semua fasilitas penting
\n
\n
\n
\n
\n
\n
\n
\nSingapore\n\n
\n
\nLayanan Colcation\n
  • Rak terbuka
  • Kandang
  • Suite pribadi
  • Layanan Nilai Tambah: Manajemen Back up, Service Management Layanan Remote Hands Project Management, Migrasi DC, dll.
\n
\n
\n
\n
" }, "fare": { "type": "string", "example": "

TARIF

TARIF

Layanan yang disediakan adalah paket produk berbasis jumlah line telepon yang dikemas dalam beberapa paket Hosted PBX Multi Area Code : 

    \t
  1. Tarif Pasang Baru: 
    \t
    \tKeterangan:\t
      \t\t
    • Pelanggan Baru layanan Hosted PBX dikenakan tarif Pasang Baru (PSB regular) dan tarif aktivasi layanan Hosted PBX sesuai golongan pelanggan.
    • \t\t
    • Untuk pelanggan baru, lokasi nomor harus IMS, untuk catuan nomor non IMS tidak dapat dilayani.
    • \t\t
    • Pelanggan eksisting/lama (IMS) hanya dikenakan biaya aktivasi layanan Hosted PBX.  
    • \t\t
    • Pelanggan eksisting/lama (Non IMS) hanya dikenakan biaya aktivasi layanan Hosted PBX dan free migrasi ke nomor IMS).  
      \t\t 
    • \t
    \t
  2. \t
  3.  Tarif Berlangganan Layanan Hosted PBX Multi Area Code: 
    \t
    \tKeterangan:\t
      \t\t
    • Tarif berlanganan Layanan Hosted PBX diperlakukan sebagai abonemen fitur sambungan telepon.
    • \t\t
    • Tarif berlanganan Layanan Hosted PBX sudah mencakup seluruh layanan dasar PBX, sesuai kapabilitas ATS. 
    • \t\t
    • Pelanggan tetap dikenakan biaya berlanganan telepon sesuai golongan tarif (KR 06 tahun 2008).
      \t\t 
    • \t
    \t
  4. \t
  5.  Tarif Penggunaan. 
    \t
    \t 

 ACCOUNTING 

Pendapatan layanan Hosted PBX Multi Area Code dicatat sebagai pendapatan layananan Centrex (Pendapatan abonemen Centrex dengan nomor akun 41114201). 

" } } }, "addRating_data": { "type": "object", "properties": { "helpful": { "type": "boolean", "example": true }, "value": { "type": "string", "example": "4" }, "description": { "type": "string", "example": "this app is very helpfull" } } }, "updateRating_data": { "type": "object", "properties": { "productId": { "type": "string", "example": "prod001" }, "ratingId": { "type": "string", "example": "rate2" }, "nik": { "type": "string", "example": "910133" }, "helpful": { "type": "boolean", "example": true }, "value": { "type": "string", "example": "4" }, "description": { "type": "string", "example": "this app is very helpfull" } } }, "versionCheck_data": { "type": "object", "properties": { "id": { "type": "string", "example": "5dce1a952fd77cd370a95dc8" }, "name": { "type": "string", "example": "MyTds AM" }, "version": { "type": "string", "example": "6.4.1" }, "path": { "type": "string", "example": "mytds-am" } } } } } }