{ "uuid": "3b75761a-23e3-4ecc-8452-b523f970e14b", "lastMigration": 29, "name": "API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "9098acfb-3306-4623-a183-0fb8b7dcc219", "documentation": "Delete article from the system\n ", "method": "delete", "endpoint": "api/Article", "responses": [ { "uuid": "4c419d83-b8c5-406f-881b-2a813edbbda7", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "operation was success(true) or fail(false) ", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5ec23cb-e2f8-4ca8-8112-046296a3fd22", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89e24796-1875-41ab-bbd4-e60695620269", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83ee483f-913d-4de3-ab78-6c98a5299bdb", "documentation": "Add new article\n ", "method": "post", "endpoint": "api/Article", "responses": [ { "uuid": "ff340d4a-d7d2-4cdf-ae97-58c3a78f9ea1", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "messageId that can use to get the status of import later on.!", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b052945d-4894-4f72-ba54-000b5b173f63", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ea0b646-095e-41ed-814d-cdadc2eff5d8", "documentation": "update existing article\n ", "method": "put", "endpoint": "api/Article", "responses": [ { "uuid": "867223c6-0fa1-4acc-ba29-1d685fec0862", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "messageId that can use to get the status of import later on.!", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94cb0917-8c33-4d06-b34b-716476d6e87d", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5bb417e6-7c00-49ae-8f7b-263ed51a9c72", "documentation": "Add article details that associate with a Gym\n ", "method": "put", "endpoint": "api/Article/ArticleGymDetails", "responses": [ { "uuid": "389723e3-9291-4008-9c7a-b93a65bf2f54", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "messageId that can use to get the status of import later on.!", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e6eb890-8965-4683-85b4-6c098684d5a0", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2745e467-c0bd-4c74-b95f-c6aabffc0f01", "documentation": "", "method": "get", "endpoint": "api/Article/GetAddons", "responses": [ { "uuid": "9fa6b4de-4cec-485f-b0a4-9efdc58361ea", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db05f770-cb31-4244-906f-09cd49f761ce", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d629c018-31ca-41cb-b02a-053a3e2eb09c", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f121fa3-1de8-4bed-bb6b-55a789369f75", "documentation": "Get Gym specific properties for article\n ", "method": "get", "endpoint": "api/Article/GymArticle/:articleId/:gymId", "responses": [ { "uuid": "0a9b24e4-3fef-4f0d-b0a5-13778a15e03b", "body": "{\n \"articleId\": {{faker 'number.int' max=99999}},\n \"availableQty\": {{faker 'number.int' max=99999}},\n \"createdUser\": \"\",\n \"employeeDiscount\": {{faker 'number.int' max=99999}},\n \"employeePrice\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymIdList\": \"\",\n \"gymName\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"isDefault\": {{faker 'datatype.boolean'}},\n \"isInventoryItem\": {{faker 'datatype.boolean'}},\n \"isObsolete\": {{faker 'datatype.boolean'}},\n \"modifiedUser\": \"\",\n \"reorderLevel\": {{faker 'number.int' max=99999}},\n \"revenueAccountId\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "API Response with Article entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2439b772-a6a9-4517-a596-42dfcb9255ec", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c75667ca-318a-4508-87d8-28ca5b6450c2", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0363d17-dadd-4150-9b28-278940afbbe3", "documentation": "Add measure unit", "method": "post", "endpoint": "api/Article/MeasureUnit", "responses": [ { "uuid": "1877427b-91f9-42c1-ba8a-b1ac7c7e2800", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ebeb9085-a7fa-4884-8963-5e373d9f58b4", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3a23ddf-be97-4b49-80a3-69dd0caa577e", "documentation": "Get mesure units", "method": "get", "endpoint": "api/Article/MeasureUnits", "responses": [ { "uuid": "e602afa2-96a3-454f-a072-18f0a183bf8b", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bb5465b9-9d2a-423e-a0f4-90e74e330967", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8333a482-482c-4699-913d-a0c3f457e1d3", "documentation": "Get Revenue Accounts ", "method": "get", "endpoint": "api/Article/RevenueAccounts", "responses": [ { "uuid": "48f47276-9963-4acf-9335-4c90c61bebea", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2eea573-0cf5-44b1-ba39-c153b09839ad", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ccc29a9-4aba-48ff-a659-bc8fcf412908", "documentation": "Search articles\nIt will only return basic information of article\n ", "method": "get", "endpoint": "api/Article/Search", "responses": [ { "uuid": "c05f4267-928e-4c8c-8916-d04a21692a7d", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "API Response with set of a Article entities", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3dca0569-e31c-48a3-8c2d-dfdb194f8b2b", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5dab181a-0b1a-49fe-a36d-3f96ec8c3956", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c2190a5-0e4b-4203-a0f0-6046dfddc55b", "documentation": "Deactivate existing article ", "method": "put", "endpoint": "api/Article/UpdateStatus", "responses": [ { "uuid": "9e37b9b4-2ac0-49db-897c-b1cae645ce6b", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "49c53913-bdc8-43d8-bbe5-b42f1fbcc56c", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8ee9ece4-19be-4332-8076-9e904bc02351", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43b204c6-b75f-42e3-9314-94577af1953c", "documentation": "Get article details\nThis will return all properties related to article entity\n ", "method": "get", "endpoint": "api/Article/:articleID", "responses": [ { "uuid": "f32ea1f9-97e3-49f7-a57e-63026be4d36d", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"articleId\": {{faker 'number.int' max=99999}},\n \"availableGyms\": [\n {\n \"externalGymNumber\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymName\": \"\",\n \"location\": \"\"\n }\n ],\n \"availableQty\": {{faker 'number.int' max=99999}},\n \"barcode\": \"\",\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"cronExpression\": \"\",\n \"description\": \"\",\n \"discount\": {{faker 'number.int' max=99999}},\n \"employeeDiscount\": {{faker 'number.int' max=99999}},\n \"employeePrice\": {{faker 'number.int' max=99999}},\n \"gymArticles\": [\n {\n \"articleId\": {{faker 'number.int' max=99999}},\n \"availableQty\": {{faker 'number.int' max=99999}},\n \"createdUser\": \"\",\n \"employeeDiscount\": {{faker 'number.int' max=99999}},\n \"employeePrice\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymIdList\": \"\",\n \"gymName\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"isDefault\": {{faker 'datatype.boolean'}},\n \"isInventoryItem\": {{faker 'datatype.boolean'}},\n \"isObsolete\": {{faker 'datatype.boolean'}},\n \"modifiedUser\": \"\",\n \"reorderLevel\": {{faker 'number.int' max=99999}},\n \"revenueAccountId\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}}\n }\n ],\n \"isAddOn\": {{faker 'datatype.boolean'}},\n \"isInventoryItem\": {{faker 'datatype.boolean'}},\n \"isObsolete\": {{faker 'datatype.boolean'}},\n \"measureUnit\": \"\",\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"reorderLevel\": {{faker 'number.int' max=99999}},\n \"revenueAccountId\": {{faker 'number.int' max=99999}},\n \"sellingPrice\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"type\": \"\",\n \"vat\": {{faker 'number.int' max=99999}},\n \"vatApplicable\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "API Response with Article entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "895f2954-285f-4cda-b3f6-c91a475edb29", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5a8d76d-4360-4847-98ab-090c932fabf3", "documentation": "Authenticate and provide token for autherizations.\n ", "method": "post", "endpoint": "api/Auth/login", "responses": [ { "uuid": "ec2413b8-75d3-49d1-b0a5-ca0ec40538b7", "body": "", "latency": 0, "statusCode": 200, "label": "Authorizized with a new token or unauthorized request.", "headers": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6cdb879-eb5a-469c-87ce-cd282f7289e7", "documentation": "Get gym details\nThis will return all properties related to gym entity\n ", "method": "get", "endpoint": "api/Gym/:gymID", "responses": [ { "uuid": "c8e24266-1b0e-4483-8be6-7802a0708989", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"externalGymNumber\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymName\": \"\",\n \"location\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "API Response with Gym entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0fc64485-9a4e-4011-b0f5-0f3bf8e20f7b", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9654aaca-98ee-43c5-83c5-5cdfff0c7c24", "documentation": "Get all of the members details\nThis will return all properties related to member entity\n ", "method": "get", "endpoint": "api/Membership", "responses": [ { "uuid": "6084fdb8-01c1-4b3f-8667-0e8822fbb382", "body": "[\n {\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "API Response with all Members entity as a list.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a222e661-2c52-4876-b997-f6f6f2d9978b", "body": "{\n \"detail\": \"\",\n \"extensions\": {},\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7445adc6-744e-4c9b-98f6-76cd8d1e4e4a", "documentation": "Add new Member\n ", "method": "post", "endpoint": "api/Membership", "responses": [ { "uuid": "026d0066-f81b-497a-b256-f1292cf4844b", "body": "{{faker 'datatype.boolean'}}", "latency": 0, "statusCode": 200, "label": "newly created member entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cc5bf051-f5aa-424b-a4b8-8ef9dd8df43e", "body": "{\n \"detail\": \"\",\n \"extensions\": {},\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbdad0d1-72fa-418a-9c85-c47799b9ee3b", "documentation": "Delete existing package\n ", "method": "delete", "endpoint": "api/Package", "responses": [ { "uuid": "621ac87d-0691-40f4-8e7a-de5e640cf97e", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "status 1 : success, status 404 : package not found, status -2: package already in use ", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5c141401-39da-4586-990c-3ed3a24edeb9", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6034f75e-4ac5-4609-978f-3f83d625b4b2", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5d34d2c3-aa50-4468-8e4c-d4ff2118a471", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6406e019-611d-4554-918a-d072896c991e", "documentation": "Get package details by packageId\n ", "method": "get", "endpoint": "api/Package", "responses": [ { "uuid": "aa9704de-c6db-4c61-af3f-45e34c4515ad", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"addOns\": [\n {\n \"articleId\": {{faker 'number.int' max=99999}},\n \"articleName\": \"\",\n \"articleNumber\": {{faker 'number.int' max=99999}},\n \"articlePrice\": {{faker 'number.int' max=99999}},\n \"endOrder\": {{faker 'number.int' max=99999}},\n \"isIncludeServiceInCharge\": {{faker 'datatype.boolean'}},\n \"measureUnit\": \"\",\n \"numberOfItems\": {{faker 'number.int' max=99999}},\n \"startOrder\": {{faker 'number.int' max=99999}}\n }\n ],\n \"addonFee\": {{faker 'number.int' max=99999}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"availableGyms\": [\n {\n \"externalGymNumber\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymName\": \"\",\n \"location\": \"\"\n }\n ],\n \"bindingPeriod\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"endDate\": \"{{faker 'date.recent' 365}}\",\n \"expireInMonths\": {{faker 'number.int' max=99999}},\n \"features\": \"\",\n \"freeMonths\": {{faker 'number.int' max=99999}},\n \"instructionsToGymUsers\": \"\",\n \"instructionsToWebUsers\": \"\",\n \"isActive\": {{faker 'datatype.boolean'}},\n \"isAtg\": {{faker 'datatype.boolean'}},\n \"isAutoRenew\": {{faker 'datatype.boolean'}},\n \"isFirstMonthFree\": {{faker 'datatype.boolean'}},\n \"isRegistrationFee\": {{faker 'datatype.boolean'}},\n \"isRestAmount\": {{faker 'datatype.boolean'}},\n \"isShownInMobile\": {{faker 'datatype.boolean'}},\n \"isSponsorPackage\": {{faker 'datatype.boolean'}},\n \"maximumGiveAwayRestAmount\": {{faker 'number.int' max=99999}},\n \"memberCanAddAddOns\": {{faker 'datatype.boolean'}},\n \"memberCanLeaveWithinFreePeriod\": {{faker 'datatype.boolean'}},\n \"memberCanRemoveAddOns\": {{faker 'datatype.boolean'}},\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"monthlyFee\": {{faker 'number.int' max=99999}},\n \"nextPackageNumber\": {{faker 'number.int' max=99999}},\n \"numberOfInstallments\": {{faker 'number.int' max=99999}},\n \"numberOfVisits\": {{faker 'number.int' max=99999}},\n \"packageId\": {{faker 'number.int' max=99999}},\n \"packageName\": \"\",\n \"packageNumber\": \"\",\n \"packageType\": \"\",\n \"perVisitPrice\": {{faker 'number.int' max=99999}},\n \"registrationFee\": {{faker 'number.int' max=99999}},\n \"serviceFee\": {{faker 'number.int' max=99999}},\n \"shownInWeb\": {{faker 'datatype.boolean'}},\n \"startDate\": \"{{faker 'date.recent' 365}}\",\n \"tags\": \"\",\n \"totalPrice\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "all the fields that related to the package", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2622e913-dfc8-4786-8673-0a8d71cbef0a", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"addOns\": [\n {\n \"articleId\": {{faker 'number.int' max=99999}},\n \"articleName\": \"\",\n \"articleNumber\": {{faker 'number.int' max=99999}},\n \"articlePrice\": {{faker 'number.int' max=99999}},\n \"endOrder\": {{faker 'number.int' max=99999}},\n \"isIncludeServiceInCharge\": {{faker 'datatype.boolean'}},\n \"measureUnit\": \"\",\n \"numberOfItems\": {{faker 'number.int' max=99999}},\n \"startOrder\": {{faker 'number.int' max=99999}}\n }\n ],\n \"addonFee\": {{faker 'number.int' max=99999}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"availableGyms\": [\n {\n \"externalGymNumber\": {{faker 'number.int' max=99999}},\n \"gymId\": {{faker 'number.int' max=99999}},\n \"gymName\": \"\",\n \"location\": \"\"\n }\n ],\n \"bindingPeriod\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"endDate\": \"{{faker 'date.recent' 365}}\",\n \"expireInMonths\": {{faker 'number.int' max=99999}},\n \"features\": \"\",\n \"freeMonths\": {{faker 'number.int' max=99999}},\n \"instructionsToGymUsers\": \"\",\n \"instructionsToWebUsers\": \"\",\n \"isActive\": {{faker 'datatype.boolean'}},\n \"isAtg\": {{faker 'datatype.boolean'}},\n \"isAutoRenew\": {{faker 'datatype.boolean'}},\n \"isFirstMonthFree\": {{faker 'datatype.boolean'}},\n \"isRegistrationFee\": {{faker 'datatype.boolean'}},\n \"isRestAmount\": {{faker 'datatype.boolean'}},\n \"isShownInMobile\": {{faker 'datatype.boolean'}},\n \"isSponsorPackage\": {{faker 'datatype.boolean'}},\n \"maximumGiveAwayRestAmount\": {{faker 'number.int' max=99999}},\n \"memberCanAddAddOns\": {{faker 'datatype.boolean'}},\n \"memberCanLeaveWithinFreePeriod\": {{faker 'datatype.boolean'}},\n \"memberCanRemoveAddOns\": {{faker 'datatype.boolean'}},\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"monthlyFee\": {{faker 'number.int' max=99999}},\n \"nextPackageNumber\": {{faker 'number.int' max=99999}},\n \"numberOfInstallments\": {{faker 'number.int' max=99999}},\n \"numberOfVisits\": {{faker 'number.int' max=99999}},\n \"packageId\": {{faker 'number.int' max=99999}},\n \"packageName\": \"\",\n \"packageNumber\": \"\",\n \"packageType\": \"\",\n \"perVisitPrice\": {{faker 'number.int' max=99999}},\n \"registrationFee\": {{faker 'number.int' max=99999}},\n \"serviceFee\": {{faker 'number.int' max=99999}},\n \"shownInWeb\": {{faker 'datatype.boolean'}},\n \"startDate\": \"{{faker 'date.recent' 365}}\",\n \"tags\": \"\",\n \"totalPrice\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "73b60ddf-99bb-4df0-a266-2f7463655344", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "435aa1ba-502f-45fc-b5e2-9bd1da5c342d", "documentation": "Insert new package into the system\n ", "method": "post", "endpoint": "api/Package", "responses": [ { "uuid": "fa943724-b9a8-4106-9bff-9a22a0e824cc", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "messageId that can use to get the status of import later on.!", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6646aad6-5312-48b8-806a-94904cf56356", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a4f737f-0119-4bde-9153-40d64208eb65", "documentation": "Update existing package by its ID\n ", "method": "put", "endpoint": "api/Package", "responses": [ { "uuid": "007e3b49-7864-4c3c-ab68-946f05929539", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"messageId\": \"\",\n \"statusText\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 202, "label": "messageId that can use to get the status of import later on.!", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8eb9d39d-388f-45b4-ad70-f49ca54fbef8", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4e0dda69-7bc5-4039-80f8-19c631061860", "documentation": "Search packages\n ", "method": "get", "endpoint": "api/Package/Search", "responses": [ { "uuid": "87d06a8f-16a5-41cc-ad83-6c4643715a5c", "body": "[\n {\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"addonFee\": {{faker 'number.int' max=99999}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"bindingPeriod\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"features\": \"\",\n \"freeMonths\": {{faker 'number.int' max=99999}},\n \"memberCanRemoveAddOns\": {{faker 'datatype.boolean'}},\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"monthlyFee\": {{faker 'number.int' max=99999}},\n \"numberOfVisits\": {{faker 'number.int' max=99999}},\n \"packageId\": {{faker 'number.int' max=99999}},\n \"packageName\": \"\",\n \"packageNumber\": {{faker 'number.int' max=99999}},\n \"packageType\": \"\",\n \"registrationFee\": {{faker 'number.int' max=99999}},\n \"serviceFee\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"totalPrice\": {{faker 'number.int' max=99999}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "basic information of package entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "30ec5ddb-8196-4913-93dd-426e5387d112", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": [\n {\n \"activeStatus\": {{faker 'datatype.boolean'}},\n \"addonFee\": {{faker 'number.int' max=99999}},\n \"applyForAllGyms\": {{faker 'datatype.boolean'}},\n \"bindingPeriod\": {{faker 'number.int' max=99999}},\n \"createdDate\": \"{{faker 'date.recent' 365}}\",\n \"createdUser\": \"\",\n \"description\": \"\",\n \"features\": \"\",\n \"freeMonths\": {{faker 'number.int' max=99999}},\n \"memberCanRemoveAddOns\": {{faker 'datatype.boolean'}},\n \"modifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"modifiedUser\": \"\",\n \"monthlyFee\": {{faker 'number.int' max=99999}},\n \"numberOfVisits\": {{faker 'number.int' max=99999}},\n \"packageId\": {{faker 'number.int' max=99999}},\n \"packageName\": \"\",\n \"packageNumber\": {{faker 'number.int' max=99999}},\n \"packageType\": \"\",\n \"registrationFee\": {{faker 'number.int' max=99999}},\n \"serviceFee\": {{faker 'number.int' max=99999}},\n \"tags\": \"\",\n \"totalCount\": {{faker 'number.int' max=99999}},\n \"totalPrice\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b322e83c-b9b8-4018-84fb-3e324b9c1fa8", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cbe3699e-0bf9-4924-81cc-bff3d349239e", "documentation": "Status update of existing package ", "method": "put", "endpoint": "api/Package/UpdateStatus", "responses": [ { "uuid": "6aa6d56f-d138-44a9-8f99-db4e94ebff87", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "status 1 : success, status 404 : package not found, status -2: package already in use ", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "42b31a4a-4c1d-4eec-98d9-b3bf2f0455f7", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2200fa0-0a45-4a6d-ac1b-44f368b4ef37", "body": "{\n \"isError\": {{faker 'datatype.boolean'}},\n \"message\": \"\",\n \"responseException\": \"\",\n \"result\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a97a2200-d21e-45b5-bbc3-9aaf61509f49", "body": "\"\"", "latency": 0, "statusCode": 500, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45ffd3f4-6b7b-45fc-88fe-5f5768894f9c", "documentation": "Get the current status of message", "method": "get", "endpoint": "api/Status", "responses": [ { "uuid": "4c88df2e-aa29-4225-a942-f2fd1cd0498d", "body": "{\n \"messageId\": \"\",\n \"referenceId\": {{faker 'number.int' max=99999}},\n \"source\": \"\",\n \"statusId\": {{faker 'number.int' max=99999}},\n \"statusText\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "same response result will retrun with different status and messageText", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "127394e5-5d05-4796-9f62-c81713b58e15", "body": "{\n \"detail\": \"\",\n \"extensions\": {},\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d93e964d-6e73-442b-a95f-a225f8a9c38e", "documentation": "Get the all Test objects.\n ", "method": "get", "endpoint": "api/Test", "responses": [ { "uuid": "080c784a-0b1c-44dc-92d8-f6efe4fa67de", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "API Response with test objects as a list.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7d44f21-82c9-46a4-a262-5537fbf07c88", "documentation": "Get all Users detail\nThis will return all properties related to User entity\n ", "method": "get", "endpoint": "api/User", "responses": [ { "uuid": "f8555fa8-6515-4b42-94d0-275d3e2180bc", "body": "{\n \"accountNumber\": \"\",\n \"externalEntityNumber\": \"\",\n \"guardian\": {{faker 'number.int' max=99999}},\n \"gymNumber\": \"\",\n \"introduceBy\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"number\": \"\",\n \"typeId\": {{faker 'number.int' max=99999}},\n \"userId\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "API Response with User entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f384ac4d-94e8-4b25-aa72-a149739b098c", "documentation": "Register a new User\n ", "method": "post", "endpoint": "api/User/registerUser", "responses": [ { "uuid": "3ca72e63-7d18-42be-a5df-d2fe25c7a830", "body": "", "latency": 0, "statusCode": 200, "label": "API Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e071954c-468a-4331-a101-a715e2380a01", "body": "", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f265589d-6e66-42eb-aa54-27a644f91343", "documentation": "Update an exsisting User\n ", "method": "put", "endpoint": "api/User/updateuser", "responses": [ { "uuid": "49658a8f-01dc-4f0b-b4d7-b574697dc2d8", "body": "", "latency": 0, "statusCode": 200, "label": "API Response true or false", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "674e16d4-da7a-4d81-a563-18a8b65fcdad", "body": "", "latency": 0, "statusCode": 404, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "9098acfb-3306-4623-a183-0fb8b7dcc219" }, { "type": "route", "uuid": "83ee483f-913d-4de3-ab78-6c98a5299bdb" }, { "type": "route", "uuid": "2ea0b646-095e-41ed-814d-cdadc2eff5d8" }, { "type": "route", "uuid": "5bb417e6-7c00-49ae-8f7b-263ed51a9c72" }, { "type": "route", "uuid": "2745e467-c0bd-4c74-b95f-c6aabffc0f01" }, { "type": "route", "uuid": "7f121fa3-1de8-4bed-bb6b-55a789369f75" }, { "type": "route", "uuid": "b0363d17-dadd-4150-9b28-278940afbbe3" }, { "type": "route", "uuid": "b3a23ddf-be97-4b49-80a3-69dd0caa577e" }, { "type": "route", "uuid": "8333a482-482c-4699-913d-a0c3f457e1d3" }, { "type": "route", "uuid": "0ccc29a9-4aba-48ff-a659-bc8fcf412908" }, { "type": "route", "uuid": "8c2190a5-0e4b-4203-a0f0-6046dfddc55b" }, { "type": "route", "uuid": "43b204c6-b75f-42e3-9314-94577af1953c" }, { "type": "route", "uuid": "c5a8d76d-4360-4847-98ab-090c932fabf3" }, { "type": "route", "uuid": "f6cdb879-eb5a-469c-87ce-cd282f7289e7" }, { "type": "route", "uuid": "9654aaca-98ee-43c5-83c5-5cdfff0c7c24" }, { "type": "route", "uuid": "7445adc6-744e-4c9b-98f6-76cd8d1e4e4a" }, { "type": "route", "uuid": "fbdad0d1-72fa-418a-9c85-c47799b9ee3b" }, { "type": "route", "uuid": "6406e019-611d-4554-918a-d072896c991e" }, { "type": "route", "uuid": "435aa1ba-502f-45fc-b5e2-9bd1da5c342d" }, { "type": "route", "uuid": "1a4f737f-0119-4bde-9153-40d64208eb65" }, { "type": "route", "uuid": "4e0dda69-7bc5-4039-80f8-19c631061860" }, { "type": "route", "uuid": "cbe3699e-0bf9-4924-81cc-bff3d349239e" }, { "type": "route", "uuid": "45ffd3f4-6b7b-45fc-88fe-5f5768894f9c" }, { "type": "route", "uuid": "d93e964d-6e73-442b-a95f-a225f8a9c38e" }, { "type": "route", "uuid": "d7d44f21-82c9-46a4-a262-5537fbf07c88" }, { "type": "route", "uuid": "f384ac4d-94e8-4b25-aa72-a149739b098c" }, { "type": "route", "uuid": "f265589d-6e66-42eb-aa54-27a644f91343" } ] }