{"info":{"_postman_id":"8cddce11-a61b-4a5d-a2ac-9945cb9ff1e8","name":"Reseller-Prepaid - Sandbox","description":"<html><head></head><body><p><strong>Flexiroam Reseller</strong> HTTP API is a REST-style interface. Flexiroam Reseller REST API, allows quick connectivity management integration with various businesses, allows access controls such as SIM management controls, ordering SIMs on the go, with specific plans and many more. </p>\n<h2 id=\"overview\">Overview</h2>\n<p>Reseller API is designed in a RESTful way, so that consumption of it is simple and straightforward.\nTo find out more about REST API see  <a href=\"https://www.restapitutorial.com/\">REST API tutorial</a></p>\n<h2 id=\"connection\">Connection</h2>\n<p>Reseller REST API is server over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.</p>\n<h2 id=\"countries\">Countries</h2>\n<p>All country entries are in ISO ISO 3166-1 alpha-3 format.\nTo find out more aboutISO 3166-1 alpha-3 see <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3\">Wikipedia</a></p>\n<h2 id=\"currency\">Currency</h2>\n<p>Default currency used is USD.</p>\n<h2 id=\"media-types\">Media types</h2>\n<p>All data is sent and received as JSON.</p>\n<h2 id=\"allowed-https-requests\">Allowed HTTPs requests:</h2>\n<p>PUT     : To create resource\nPOST    : Update resource\nGET     : Get a resource or list of resources\nDELETE  : To delete resource</p>\n<p><strong>Responses</strong></p>\n<p>All API responses are returned as JSON objects with the following fields:</p>\n<ul>\n<li><strong>success:true</strong> Indicate the request was successful</li>\n<li><strong>status:false</strong> Indicates the request was Not successful</li>\n<li><strong>data</strong> (object or array) Contains the requested data or information about the operation that was performed. Only present when success is true.</li>\n<li><strong>msg</strong> Message of the response</li>\n</ul>\n<h2 id=\"description-of-usual-server-responses\">Description Of Usual Server Responses:</h2>\n<p>200 OK - the request was successful (some API calls may return 201 instead).</p>\n<p>201 Created - the request was successful and a resource was created.</p>\n<p>204 No Content - the request was successful but there is no representation to return (i.e. the response is empty).</p>\n<p>400 Bad Request - the request could not be understood or was missing required parameters.</p>\n<p>401 Unauthorized - authentication failed or user doesn't have permissions for requested operation.</p>\n<p>403 Forbidden - access denied.</p>\n<p>404 Not Found - resource was not found.</p>\n<p>405 Method Not Allowed - requested method is not supported for resource.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15645004","collectionId":"8cddce11-a61b-4a5d-a2ac-9945cb9ff1e8","publishedId":"UVC5DSPz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-09T02:09:12.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"82ad053a-9afa-49af-9cee-4fc95b2b07b1","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"token\", jsonData.data.token);\r","pm.collectionVariables.set('token', jsonData.data.token);"],"type":"text/javascript"}}],"id":"36923b77-489c-4c15-9b97-f865f4704972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"loadplanprepaid@flexiroam.com","type":"text","description":"<ul>\n<li>Mandatory </li>\n<li>string</li>\n<li>maxLength: 80</li>\n<li>eg: <a href=\"mailto:test@mail.com\">test@mail.com</a></li>\n</ul>\n"},{"key":"password","value":"Demo!!!re!!1","type":"text","description":"<ul>\n<li>Mandatory</li>\n<li>minLength: 8</li>\n<li>maxLength: 12</li>\n<li>Atleast one uppercase letter</li>\n<li>Atleast one special character</li>\n</ul>\n"}]},"url":"http://api2.flexiroamx.com/user/login/v1","description":"<p>Use: This request allow login and generate Token upon successful request.<br />This token is used to communicate with API resources.</p>\n<p><strong>Note:</strong> Demo access credentials given below.</p>\n<p>To find out more do email in your inquiries to <a href=\"mailto:solutions@flexiroam.com\">solutions@flexiroam.com</a></p>\n","urlObject":{"path":["login","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"62a4c3a8-61f5-4328-88f1-fc9b1562dd1a","name":"Login - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"demoloadplanpost@flexiroam.com","type":"text","description":"- Mandatory \n- string\n- maxLength: 80\n- eg: test@mail.com "},{"key":"password","value":"Demo!!!re!!1","type":"text","description":"- Mandatory\n- minLength: 8\n- maxLength: 12\n- Atleast one uppercase letter\n- Atleast one special character"}]},"url":"http://api2.flexiroamx.com/user/login/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Oct 2021 09:24:39 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"1057"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Authentication successful\",\n    \"data\": {\n        \"user_id\": \"54\",\n        \"first_name\": \"Demo Load Plan\",\n        \"last_name\": \"Postpaid\",\n        \"business_name\": \"Flexiroam Load Plan Postpaid\",\n        \"currency\": \"USD\",\n        \"timezone\": \"GMT\",\n        \"timezone_diff\": \"+0:00\",\n        \"address\": \"4 Menara Multi Purpose 8 Jln Munshi Abdullah\",\n        \"city\": \"Kuala Lumpur\",\n        \"state\": \"Wilayah Persekutuan\",\n        \"postcode\": \"50100\",\n        \"country\": \"Malaysia\",\n        \"admin\": \"0\",\n        \"key\": \"t9w2h5y3zgfvs8xqma1b\",\n        \"timestamp\": 1633166679,\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTQiLCJmaXJzdF9uYW1lIjoiRGVtbyBMb2FkIFBsYW4iLCJsYXN0X25hbWUiOiJQb3N0cGFpZCIsImJ1c2luZXNzX25hbWUiOiJGbGV4aXJvYW0gTG9hZCBQbGFuIFBvc3RwYWlkIiwiY3VycmVuY3kiOiJVU0QiLCJ0aW1lem9uZSI6IkdNVCIsInRpbWV6b25lX2RpZmYiOiIrMDowMCIsImFkZHJlc3MiOiI0IE1lbmFyYSBNdWx0aSBQdXJwb3NlIDggSmxuIE11bnNoaSBBYmR1bGxhaCIsImNpdHkiOiJLdWFsYSBMdW1wdXIiLCJzdGF0ZSI6IldpbGF5YWggUGVyc2VrdXR1YW4iLCJwb3N0Y29kZSI6IjUwMTAwIiwiY291bnRyeSI6Ik1hbGF5c2lhIiwiYWRtaW4iOiIwIiwia2V5IjoidDl3Mmg1eTN6Z2Z2czh4cW1hMWIiLCJ0aW1lc3RhbXAiOjE2MzMxNjY2Nzl9.F9PFOg1AfFsXP0rH-x4S7-QSyAj34tkjggcwILII4rc\"\n    }\n}"},{"id":"d398f72f-e35b-45c2-8a4d-685c69af0430","name":"Login - Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"abc@flexiroam.com","type":"text","description":"- Mandatory \n- string\n- maxLength: 80\n- eg: test@mail.com"},{"key":"password","value":"123456","type":"text","description":"- Mandatory\n- minLength: 8\n- maxLength: 12\n- Atleast one uppercase letter\n- Atleast one special character"}]},"url":"http://api2.flexiroamx.com/user/login/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 02:53:18 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) PHP/7.3.19"},{"key":"X-Powered-By","value":"PHP/7.3.19"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Authentication failed\",\n    \"data\": null\n}"}],"_postman_id":"36923b77-489c-4c15-9b97-f865f4704972"}],"id":"ab60f1d3-8ba6-4bc3-925b-6fab60c11d13","description":"<p>Upon authentication, a Token will be given to acccess any allowed resources. Make sure no Token(s) are stored in a publicly accessible place like GitHub.</p>\n<blockquote>\n<p>Token Should Pass in Header for all requests using <strong>AuthToken</strong> key.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"181657b3-af40-4b5b-9afd-057e6bc1f68e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e4566b5-631f-45b2-bd59-28f0d02dedde","type":"text/javascript","exec":[""]}}],"_postman_id":"ab60f1d3-8ba6-4bc3-925b-6fab60c11d13"},{"name":"User","item":[{"name":"View Profile","id":"3ede32e2-bfc5-4d20-bc50-10a245fafd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/user/view/v1","description":"<p>Allows you to view your profile details</p>\n","urlObject":{"path":["view","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"28101f17-77ad-47b2-a6da-cf4f3f98b583","name":"Profile - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/user/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:02:31 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"1"},{"key":"Content-Length","value":"570"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Profile\",\n    \"total_records\": 1,\n    \"data\": [\n        {\n            \"user_id\": \"55\",\n            \"first_name\": \"Demo Load Plan\",\n            \"last_name\": \"Prepaid\",\n            \"email\": \"loadplanprepaid@flexiroam.com\",\n            \"mobile\": \"0112345678\",\n            \"business_name\": \"Flexiroam Load Plan Prepaid\",\n            \"currency\": \"USD\",\n            \"model_id\": \"1\",\n            \"timezone\": \"GMT##+0:00\",\n            \"address\": \"4 Menara Multi Purpose 8 Jln Munshi Abdullah\",\n            \"city\": \"Kuala Lumpur\",\n            \"state\": \"Wilayah Persekutuan\",\n            \"postcode\": \"50100\",\n            \"country\": \"Malaysia\",\n            \"status\": \"Active\",\n            \"created_at\": \"2021-10-01 09:19:44\",\n            \"reseller_model\": \"Dataplan Model - Load Plan\",\n            \"payment_model\": \"Prepaid\"\n        }\n    ]\n}"},{"id":"0f4ef938-93c9-49dc-970a-b8fb623c1657","name":"Profile - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"111","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/user/view/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Oct 2021 09:41:26 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"43"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Invalid token\"\n}"}],"_postman_id":"3ede32e2-bfc5-4d20-bc50-10a245fafd8d"},{"name":"View Contract","id":"11a9607a-e065-4b06-8ef1-3660d7e586be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"show_offering_list","value":"yes","description":"<ul>\n<li>To view product and plan offering in contract</li>\n<li>Optional</li>\n<li>string</li>\n<li>value: [yes/no] Default no</li>\n</ul>\n","type":"text"},{"key":"limit","value":"10","description":"<ul>\n<li>Number of records per request</li>\n<li>Optional. </li>\n<li>int: Default 10</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text"},{"key":"page","value":"1","description":"<ul>\n<li>Page number</li>\n<li>Optional. </li>\n<li>int: Default 1</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/user/contract/view/v1","description":"<p>Allows you to view the list of your contracts and product &amp; plan offerings under the contract.</p>\n","urlObject":{"path":["contract","view","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"4a4ae4de-da8f-49f2-aa86-10c66c5c561d","name":"Contract - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"show_offering_list","value":"yes","description":"- To view product and plan offering in contract\n- Optional\n- string\n- value: [yes/no] Default yes","type":"text"},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text"},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text"}]},"url":"http://api2.flexiroamx.com/user/contract/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 09:50:26 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"1"},{"key":"Content-Length","value":"908"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Contract List\",\n    \"total_records\": 1,\n    \"data\": [\n        {\n            \"contract_id\": \"38\",\n            \"title\": \"Demo - Oct-Dec Contract\",\n            \"description\": \"This demo contract containing FRX-ESIM, 100MB Malaysia Plan and 1GB Global Plan will last from October to December of 2021\",\n            \"start_date\": \"2021-10-01 00:00:00\",\n            \"end_date\": \"2021-12-31 23:59:00\",\n            \"status\": \"Active\",\n            \"limit\": \"all\",\n            \"offerings\": [\n                {\n                    \"contract_offering_id\": \"64\",\n                    \"type\": \"product\",\n                    \"offering_id\": \"37\",\n                    \"offering_title\": \"Demo E SIM Offering\",\n                    \"item_code\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.00\",\n                    \"shipping_required\": \"no\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"contract_offering_id\": \"65\",\n                    \"type\": \"plan\",\n                    \"offering_id\": \"1840\",\n                    \"offering_title\": \"Demo - 1GB Global Plan\",\n                    \"item_code\": \"FRX1GB\",\n                    \"unit_price\": \"10.00\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"contract_offering_id\": \"66\",\n                    \"type\": \"plan\",\n                    \"offering_id\": \"1839\",\n                    \"offering_title\": \"Demo - 100MB Malaysia Plan\",\n                    \"item_code\": \"FRX100MB\",\n                    \"unit_price\": \"25.00\",\n                    \"status\": \"Active\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"2047cdd2-2eb9-4b0e-a6c0-89016585a39d","name":"Contract - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"show_offering_list","value":"yes","description":"- To view product and plan offering in contract\n- Optional\n- string\n- value: [yes/no] Default yes","type":"text"},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text"},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text"}]},"url":"http://api2.flexiroamx.com/user/contract/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 09:50:26 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"1"},{"key":"Content-Length","value":"908"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Contract not found\",\n    \"data\": null\n}"}],"_postman_id":"11a9607a-e065-4b06-8ef1-3660d7e586be"}],"id":"2d695414-1480-49db-a3aa-f12498684552","description":"<p>Allows you to view your profile details &amp; contract details</p>\n","_postman_id":"2d695414-1480-49db-a3aa-f12498684552"},{"name":"Sim Management","item":[{"name":"View Offered Product","id":"a6c3fa46-cc01-4ce1-9d3a-54a1ff538d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"product_code","value":"FRX-ESIM","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 45</li>\n<li>format: FRX-xxxx</li>\n</ul>\n","type":"text","disabled":true},{"key":"offering_title","value":"eSIM","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 100</li>\n<li>Alphanum</li>\n</ul>\n","type":"text","disabled":true},{"key":"limit","value":"10","description":"<ul>\n<li>Number of records per request</li>\n<li>Optional. </li>\n<li>int: Default 10</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text","disabled":true},{"key":"page","value":"1","description":"<ul>\n<li>Page number</li>\n<li>Optional. </li>\n<li>int: Default 1</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/product/v1","description":"<p>This API allows you to view all the products offered under your contract.</p>\n<p><strong>Note:</strong> You can find your \"product_code\" here</p>\n","urlObject":{"path":["contract","product","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"b0f85224-2782-4a3f-bf34-d5f518ce149d","name":"Offered Product - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"product_code","value":"FRX-ESIM","description":"- Optional\n- String\n- maxLength: 45\n- format: FRX-xxxx","type":"text","disabled":true},{"key":"offering_title","value":"eSIM","description":"- Optional\n- String\n- maxLength: 100\n- Alphanum","type":"text","disabled":true},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/product/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 09:59:42 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"1"},{"key":"Content-Length","value":"316"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User Products\",\n    \"total_records\": 1,\n    \"data\": [\n        {\n            \"contract_id\": \"38\",\n            \"contract_title\": \"Demo - Oct-Dec Contract\",\n            \"contract_offering_id\": \"64\",\n            \"product_offering_id\": \"37\",\n            \"offering_title\": \"Demo E SIM Offering\",\n            \"product_code\": \"FRX-ESIM\",\n            \"unit_price\": \"1.00\",\n            \"shipping_required\": \"no\",\n            \"status\": \"Active\"\n        }\n    ]\n}"},{"id":"15952fb3-fef5-42ca-9254-5150e8cb4cc0","name":"Offered Product - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"product_code","value":"FRX-ESIM","description":"- Optional\n- String\n- maxLength: 45\n- format: FRX-xxxx","type":"text","disabled":true},{"key":"offering_title","value":"eSIM1","description":"- Optional\n- String\n- maxLength: 100\n- Alphanum","type":"text","disabled":true},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/product/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:00:43 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"66"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Product record not found\",\n    \"data\": null\n}"}],"_postman_id":"a6c3fa46-cc01-4ce1-9d3a-54a1ff538d27"},{"name":"View Sim Inventory","id":"7cf3cc48-bea8-4a63-9e5d-b6051c8aae2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"","description":"<p>Optional.</p>\n","type":"text","disabled":true},{"key":"limit","value":"","description":"<p>Optional.Default 10</p>\n","type":"text","disabled":true},{"key":"page","value":"","description":"<p>Optional. Page number</p>\n","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/product/inventory/view/v1","description":"<p>Allows you to view your sim inventory</p>\n<p><strong>Note:</strong> If you are running low on Sim, please contact your account manager to purchase more</p>\n","urlObject":{"path":["inventory","view","v1"],"host":["http://api2.flexiroamx.com/product"],"query":[],"variable":[]}},"response":[{"id":"0ae6c468-2291-4798-b773-fb83331db9ce","name":"Sim List - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"","description":"- Optional\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text","disabled":true},{"key":"limit","value":"","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/product/inventory/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:45:45 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"total_records","value":"2"},{"key":"used_inventory","value":"0"},{"key":"Content-Length","value":"1099"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Product Inventory\",\n    \"total_records\": 2,\n    \"used_inventory\": 0,\n    \"data\": [\n        {\n            \"product_code\": \"FRX-ESIM\",\n            \"vendor_code\": \"JT\",\n            \"container_code\": \"99999888887777666721\",\n            \"sku\": \"2010080800121\",\n            \"sku_type\": \"eSIM\",\n            \"imsi\": \"999900022220128\",\n            \"is_staged\": \"0\",\n            \"iccid\": \"9999900000000778121\",\n            \"msisdn\": \"999960000000622\",\n            \"qr_code_value\": \"LPA:1$rsp-0000.stage.net$WES34-56DES-XZSED-ID121\",\n            \"po_reference\": \"PO-AUG-DUMMY-01\",\n            \"billing_group_id\": \"44\",\n            \"client_order_reference\": \"ORD-61695a04a6400\",\n            \"assigned_date\": \"2021-10-15 10:37:57\",\n            \"name_tag\": null,\n            \"email_tag\": null,\n            \"status\": \"Active\",\n            \"last_connection\": null\n        },\n        {\n            \"product_code\": \"FRX-ESIM\",\n            \"vendor_code\": \"JT\",\n            \"container_code\": \"54338988727689885278\",\n            \"sku\": \"2019092962497\",\n            \"sku_type\": \"eSIM\",\n            \"imsi\": \"234500015977497\",\n            \"is_staged\": \"0\",\n            \"iccid\": \"8944500309189774970\",\n            \"msisdn\": \"882360005400497\",\n            \"qr_code_value\": \"LPA:1$rsp-0026.oberthur.net$RTOCZ-GIESZ-2X9EA-WTOMU\",\n            \"po_reference\": \"PO-1234\",\n            \"billing_group_id\": \"44\",\n            \"client_order_reference\": \"ORD-61601b6a4f32a\",\n            \"assigned_date\": \"2021-10-08 10:20:27\",\n            \"name_tag\": null,\n            \"email_tag\": null,\n            \"status\": \"Active\",\n            \"last_connection\": null\n        }\n    ]\n}"},{"id":"39d40c4b-bc9f-476c-ad34-6adbf970d3a4","name":"Sim List - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"111111111","description":"- Optional\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text"},{"key":"limit","value":"","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/product/inventory/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:47:29 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"69"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Product Inventory not found\",\n    \"data\": null\n}"}],"_postman_id":"7cf3cc48-bea8-4a63-9e5d-b6051c8aae2c"},{"name":"View Single Sim Details","id":"49e4d354-34fc-4d0b-bc90-ab8cb88f5ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2019092962497","type":"text","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength:13</li>\n<li>eg: 2020353434343</li>\n</ul>\n"},{"key":"plan_code","value":"","type":"text","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 45</li>\n<li>eg: FX-5GB-15D-DE</li>\n</ul>\n","disabled":true},{"key":"order_no","value":"","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 17</li>\n<li>format: ORD-xxxxxxxxxxxxx</li>\n</ul>\n","type":"text","disabled":true},{"key":"invoice_no","value":"","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 17</li>\n<li>format: INV-xxxxxxxxxxxxx</li>\n</ul>\n","type":"text","disabled":true},{"key":"plan_uid","value":"","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 20</li>\n<li>Alphanum</li>\n<li>eg: 61694702a0f3b</li>\n</ul>\n","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/plan/simplan/v1","description":"<p>Allows you to view sim details</p>\n<ul>\n<li>Sim details</li>\n<li>Sim plan details (Balance, Plan Status, Coverage, Connection)</li>\n</ul>\n","urlObject":{"path":["simplan","v1"],"host":["http://api2.flexiroamx.com/plan"],"query":[],"variable":[]}},"response":[{"id":"d8081178-eeba-4aa5-9e13-c4fbe93063ea","name":"Sim Plan List - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2019092962497","type":"text","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343"},{"key":"plan_code","value":"","type":"text","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","disabled":true},{"key":"order_no","value":"","description":"- Optional\n- String\n- maxLength: 17\n- format: ORD-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"invoice_no","value":"","description":"- Optional\n- String\n- maxLength: 17\n- format: INV-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"plan_uid","value":"","description":"- Optional\n- String\n- maxLength: 20\n- Alphanum\n- eg: 61694702a0f3b","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/plan/simplan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:52:57 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"4965"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sim plan list\",\n    \"total_records\": 0,\n    \"data\": [\n        {\n            \"sku\": \"2019092962497\",\n            \"plan_id\": \"3\",\n            \"sku_plan_id\": \"5\",\n            \"order_no\": \"ORD-61601dbe04056\",\n            \"plan_code\": \"FRX100MB\",\n            \"title\": \"100MB Malaysia Plan\",\n            \"start_date\": \"2021-10-08 10:30:22\",\n            \"end_date\": \"2021-12-01 23:59:59\",\n            \"data_allocated\": \"100.0000\",\n            \"data_used\": \"0.0000\",\n            \"data_balance\": \"100.0000\",\n            \"data_expired\": \"0.0000\",\n            \"status\": \"Inactive\",\n            \"plan_status\": \"Plan Not started\",\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"plan_start_type\": \"Manual Trigger\",\n            \"plan_uid\": \"61601dbee8d0e\",\n            \"plan_started\": \"0\",\n            \"current_active_plan\": \"0\",\n            \"current_mcc\": null,\n            \"daily_usage\": [],\n            \"last_data_session\": null,\n            \"policy\": [\n                {\n                    \"policy_id\": \"9\",\n                    \"policy_name\": \"Malaysia Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"Malaysia\",\n                                    \"alpha_3\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"sku\": \"2019092962497\",\n            \"plan_id\": \"1\",\n            \"sku_plan_id\": \"6\",\n            \"order_no\": \"ORD-61601b6a4f32a\",\n            \"plan_code\": \"FRX1GB\",\n            \"title\": \"1GB Global Plan\",\n            \"start_date\": \"2021-10-14 09:39:26\",\n            \"end_date\": \"2021-11-13 00:00:00\",\n            \"data_allocated\": \"1000.0000\",\n            \"data_used\": \"0.0000\",\n            \"data_balance\": \"1000.0000\",\n            \"data_expired\": \"0.0000\",\n            \"status\": \"Inactive\",\n            \"plan_status\": \"Plan Not started\",\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"plan_start_type\": \"Auto Start\",\n            \"plan_uid\": \"61601e5478cf9\",\n            \"plan_started\": \"1\",\n            \"current_active_plan\": \"0\",\n            \"current_mcc\": null,\n            \"daily_usage\": [],\n            \"last_data_session\": null,\n            \"policy\": [\n                {\n                    \"policy_id\": \"2\",\n                    \"policy_name\": \"Malaysia & Maldives Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"Malaysia\",\n                                    \"alpha_3\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"7\",\n                                    \"value\": \"Maldives\",\n                                    \"alpha_3\": \"MDV\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"policy_id\": \"1\",\n                    \"policy_name\": \"Regional Covarage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"1\",\n                                    \"value\": \"Afghanistan\",\n                                    \"alpha_3\": \"AFG\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"2\",\n                                    \"value\": \"Albania\",\n                                    \"alpha_3\": \"ALB\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"3\",\n                                    \"value\": \"Australia\",\n                                    \"alpha_3\": \"AUS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"4\",\n                                    \"value\": \"Bahamas\",\n                                    \"alpha_3\": \"BHS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"21\",\n                                    \"value\": \"Singapore\",\n                                    \"alpha_3\": \"SGP\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"sku\": \"2019092962497\",\n            \"plan_id\": \"3\",\n            \"sku_plan_id\": \"7\",\n            \"order_no\": \"ORD-61601dbe04056\",\n            \"plan_code\": \"FRX100MB\",\n            \"title\": \"100MB Malaysia Plan\",\n            \"start_date\": \"2021-10-14 09:39:26\",\n            \"end_date\": \"2021-10-29 00:00:00\",\n            \"data_allocated\": \"100.0000\",\n            \"data_used\": \"0.0000\",\n            \"data_balance\": \"100.0000\",\n            \"data_expired\": \"0.0000\",\n            \"status\": \"Inactive\",\n            \"plan_status\": \"Plan Started\",\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"plan_start_type\": \"Manual Trigger\",\n            \"plan_uid\": \"6167fa31bae62\",\n            \"plan_started\": \"1\",\n            \"current_active_plan\": \"1\",\n            \"current_mcc\": null,\n            \"daily_usage\": [],\n            \"last_data_session\": null,\n            \"policy\": [\n                {\n                    \"policy_id\": \"9\",\n                    \"policy_name\": \"Malaysia Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"Malaysia\",\n                                    \"alpha_3\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"sku\": \"2019092962497\",\n            \"plan_id\": \"1\",\n            \"sku_plan_id\": \"8\",\n            \"order_no\": \"ORD-61601b6a4f32a\",\n            \"plan_code\": \"FRX1GB\",\n            \"title\": \"1GB Global Plan\",\n            \"start_date\": \"2021-10-14 09:39:26\",\n            \"end_date\": \"2021-11-13 00:00:00\",\n            \"data_allocated\": \"1000.0000\",\n            \"data_used\": \"0.0000\",\n            \"data_balance\": \"1000.0000\",\n            \"data_expired\": \"0.0000\",\n            \"status\": \"Inactive\",\n            \"plan_status\": \"Plan Not started\",\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"plan_start_type\": \"Auto Start\",\n            \"plan_uid\": \"6167fa77ad989\",\n            \"plan_started\": \"1\",\n            \"current_active_plan\": \"0\",\n            \"current_mcc\": null,\n            \"daily_usage\": [],\n            \"last_data_session\": null,\n            \"policy\": [\n                {\n                    \"policy_id\": \"2\",\n                    \"policy_name\": \"Malaysia & Maldives Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"Malaysia\",\n                                    \"alpha_3\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"7\",\n                                    \"value\": \"Maldives\",\n                                    \"alpha_3\": \"MDV\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"policy_id\": \"1\",\n                    \"policy_name\": \"Regional Covarage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"1\",\n                                    \"value\": \"Afghanistan\",\n                                    \"alpha_3\": \"AFG\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"2\",\n                                    \"value\": \"Albania\",\n                                    \"alpha_3\": \"ALB\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"3\",\n                                    \"value\": \"Australia\",\n                                    \"alpha_3\": \"AUS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"4\",\n                                    \"value\": \"Bahamas\",\n                                    \"alpha_3\": \"BHS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"21\",\n                                    \"value\": \"Singapore\",\n                                    \"alpha_3\": \"SGP\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"f97beab8-45b7-4da8-915d-34f1ec7d8456","name":"Sim Plan List - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"20190929624971","type":"text","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343"},{"key":"plan_code","value":"","type":"text","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","disabled":true},{"key":"order_no","value":"","description":"- Optional\n- String\n- maxLength: 17\n- format: ORD-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"invoice_no","value":"","description":"- Optional\n- String\n- maxLength: 17\n- format: INV-xxxxxxxxxxxxx","type":"text"},{"key":"plan_uid","value":"","description":"- Optional\n- String\n- maxLength: 20\n- Alphanum\n- eg: 61694702a0f3b","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/simplan/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:56:07 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Product Inventory not found\",\n    \"data\": null\n}"}],"_postman_id":"49e4d354-34fc-4d0b-bc90-ab8cb88f5ed0"},{"name":"Update SIM Tag","id":"c910d94e-7d3a-41c1-8bcb-68e99b548128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2019092965419","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength:13</li>\n<li>eg: 2020353434343</li>\n</ul>\n","type":"text"},{"key":"name_tag","value":"John Smith","description":"<ul>\n<li>Optional </li>\n<li>string</li>\n<li>maxLength: 100</li>\n<li>eg: John Smith</li>\n</ul>\n","type":"text"},{"key":"email_tag","value":"johnsmith@gmail.com","description":"<ul>\n<li>Optional </li>\n<li>string</li>\n<li>maxLength: 80</li>\n<li>eg: <a href=\"mailto:test@mail.com\">test@mail.com</a></li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/product/sim/tag/v1","description":"<p>Allows you to add or update name and email tags for your sims</p>\n","urlObject":{"path":["sim","tag","v1"],"host":["http://api2.flexiroamx.com/product"],"query":[],"variable":[]}},"response":[{"id":"691434e5-70f9-4bd3-a2da-114466ee494b","name":"Update SIM Tag - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNyIsImZpcnN0X25hbWUiOiJTeXN0ZW0iLCJsYXN0X25hbWUiOiJBUEkgQ2FsbCIsImJ1c2luZXNzX25hbWUiOiJGbGV4aXJvYW0gVGVjaCIsImN1cnJlbmN5IjoiTVlSIiwidGltZXpvbmUiOiJNWVQiLCJ0aW1lem9uZV9kaWZmIjoiKzA4OjAwIiwiYWRkcmVzcyI6bnVsbCwiY2l0eSI6bnVsbCwic3RhdGUiOm51bGwsInBvc3Rjb2RlIjpudWxsLCJjb3VudHJ5IjoiTWFsYXlzaWEiLCJhZG1pbiI6IjEiLCJrZXkiOiJzeTM2cjQ1ZXQ4dmt3MmRwMTdnZiIsInRpbWVzdGFtcCI6MTY2NjQ5Nzg5NH0.6sXasWF_g8NjNZO1DJjF1OUPrV9Cmp3S94T7oxelnfg","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2019092965419","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text"},{"key":"name_tag","value":"Afzal Sim","description":"- Optional \n- string\n- maxLength: 100\n- eg: John Smith","type":"text"},{"key":"email_tag","value":"test@flexiroam.com","description":"- Optional \n- string\n- maxLength: 80\n- eg: test@mail.com","type":"text"}]},"url":"http://api2.flexiroamx.com/product/sim/tag/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 00:52:32 GMT"},{"key":"Server","value":"Apache/2.4.48 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.23"},{"key":"X-Powered-By","value":"PHP/7.3.23"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sim tag updated successfully\",\n    \"total_records\": 0,\n    \"data\": null\n}"}],"_postman_id":"c910d94e-7d3a-41c1-8bcb-68e99b548128"},{"name":"Suspend Sim","id":"5eca7f1a-0a0a-4b6e-aac2-87fafbeda10e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength:13</li>\n<li>eg: 2020353434343</li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/product/sim/suspend/v1","description":"<p>Allows you to suspend your active sim</p>\n","urlObject":{"path":["sim","suspend","v1"],"host":["http://api2.flexiroamx.com/product"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eca7f1a-0a0a-4b6e-aac2-87fafbeda10e"},{"name":"Resume Sim","id":"92cd9288-d0f2-4992-a8cb-a71e55487afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"","type":"text","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength:13</li>\n<li>eg: 2020353434343</li>\n</ul>\n"}]},"url":"http://api2.flexiroamx.com/product/sim/resume/v1","description":"<p>Allows you to resume your suspended sim</p>\n","urlObject":{"path":["sim","resume","v1"],"host":["http://api2.flexiroamx.com/product"],"query":[],"variable":[]}},"response":[],"_postman_id":"92cd9288-d0f2-4992-a8cb-a71e55487afc"}],"id":"becccc4b-ab47-43be-a976-2d8863ddfa30","description":"<p>Allows you to view your sim plan details</p>\n","_postman_id":"becccc4b-ab47-43be-a976-2d8863ddfa30"},{"name":"Plan Management","item":[{"name":"View Offered Plans","id":"fe32653a-d013-4b12-87fc-dc9740b0bde3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_code","value":"FX-5GB-15D-DE","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 45</li>\n<li>eg: FX-5GB-15D-DE</li>\n</ul>\n","type":"text","disabled":true},{"key":"offering_title","value":"Malaysia","type":"text","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 100</li>\n<li>Alphanum</li>\n</ul>\n","disabled":true},{"key":"limit","value":"10","type":"text","description":"<ul>\n<li>Number of records per request</li>\n<li>Optional. </li>\n<li>int: Default 10</li>\n<li>minValue: 1</li>\n</ul>\n","disabled":true},{"key":"page","value":"1","type":"text","description":"<ul>\n<li>Page number</li>\n<li>Optional. </li>\n<li>int: Default 1</li>\n<li>minValue: 1</li>\n</ul>\n","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/plan/v1","description":"<p>Allows you to view all the plans offered to you</p>\n<p><strong>Note:</strong> You can find your \"plan_code\" here</p>\n","urlObject":{"path":["contract","plan","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"8e206a3e-0f15-4c27-a5a5-93050ed69538","name":"Offered Plans - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_code","value":"FX-5GB-15D-DE","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","type":"text","disabled":true},{"key":"offering_title","value":"Malaysia","type":"text","description":"- Optional\n- String\n- maxLength: 100\n- Alphanum","disabled":true},{"key":"limit","value":"10","type":"text","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","disabled":true},{"key":"page","value":"1","type":"text","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/plan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 09:44:58 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"2"},{"key":"Content-Length","value":"1770"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User Plans\",\n    \"total_records\": 2,\n    \"data\": [\n        {\n            \"contract_id\": \"38\",\n            \"contract_title\": \"Demo - Oct-Dec Contract\",\n            \"contract_offering_id\": \"65\",\n            \"plan_offering_id\": \"1840\",\n            \"offering_title\": \"Demo - 1GB Global Plan\",\n            \"plan_code\": \"FRX1GB\",\n            \"data_amount\": \"1000.0000\",\n            \"data_unit\": \"MB\",\n            \"validity_amount\": \"30\",\n            \"validity_unit\": \"DAY\",\n            \"unit_price\": \"10.00\",\n            \"timezone\": \"GMT\",\n            \"coverage_policy\": [\n                {\n                    \"policy_id\": \"1\",\n                    \"policy_name\": \"Regional Covarage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"1\",\n                                    \"value\": \"AFG\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"2\",\n                                    \"value\": \"ALB\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"3\",\n                                    \"value\": \"AUS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"4\",\n                                    \"value\": \"BHS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"21\",\n                                    \"value\": \"SGP\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"policy_id\": \"2\",\n                    \"policy_name\": \"Malaysia & Maldives Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                },\n                                {\n                                    \"attribute_value_id\": \"7\",\n                                    \"value\": \"MDV\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"status\": \"Active\"\n        },\n        {\n            \"contract_id\": \"38\",\n            \"contract_title\": \"Demo - Oct-Dec Contract\",\n            \"contract_offering_id\": \"66\",\n            \"plan_offering_id\": \"1839\",\n            \"offering_title\": \"Demo - 100MB Malaysia Plan\",\n            \"plan_code\": \"FRX100MB\",\n            \"data_amount\": \"100.0000\",\n            \"data_unit\": \"MB\",\n            \"validity_amount\": \"15\",\n            \"validity_unit\": \"DAY\",\n            \"unit_price\": \"25.00\",\n            \"timezone\": \"GMT\",\n            \"coverage_policy\": [\n                {\n                    \"policy_id\": \"9\",\n                    \"policy_name\": \"Malaysia Coverage\",\n                    \"policy_status\": \"Active\",\n                    \"policy_type\": \"Plan coverage\",\n                    \"policy_attributes\": [\n                        {\n                            \"Country\": [\n                                {\n                                    \"attribute_value_id\": \"5\",\n                                    \"value\": \"MYS\",\n                                    \"unit\": null,\n                                    \"status\": \"Active\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"status\": \"Active\"\n        }\n    ]\n}"},{"id":"ca294b98-ad2e-484e-8704-ac5c33b9d3e9","name":"Offered Plans - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_code","value":"FX-5GB-15D-DE1","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","type":"text"},{"key":"offering_title","value":"Malaysia","type":"text","description":"- Optional\n- String\n- maxLength: 100\n- Alphanum","disabled":true},{"key":"limit","value":"10","type":"text","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","disabled":true},{"key":"page","value":"1","type":"text","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","disabled":true}]},"url":"http://api2.flexiroamx.com/user/contract/plan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 09:56:45 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Plan record not found\",\n    \"data\": null\n}"}],"_postman_id":"fe32653a-d013-4b12-87fc-dc9740b0bde3"},{"name":"View Plan Inventory","id":"de0d7d44-f8ec-4874-a1b3-0ff9cf666aa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"group_by_offering","value":"yes","description":"<p>Optional.</p>\n","type":"text"},{"key":"limit","value":"2","description":"<p>Optional. Default is 10</p>\n","type":"text","disabled":true},{"key":"page","value":"2","description":"<p>Optional. Page number</p>\n","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/plan/inventory/view/v1","description":"<p>Allows you to view all the plans in your inventory</p>\n","urlObject":{"path":["inventory","view","v1"],"host":["http://api2.flexiroamx.com/plan"],"query":[],"variable":[]}},"response":[{"id":"43f8982f-1b3b-4d86-9aa5-e7295b711568","name":"Plan List - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"group_by_offering","value":"yes","description":"- To view plan inventory grouped by plan_code\n- Optional\n- string\n- value: [yes/no] Default no","type":"text"},{"key":"limit","value":"2","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"2","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/plan/inventory/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Oct 2021 15:42:16 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"total_records","value":"2"},{"key":"Content-Length","value":"2388"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Plan inventory list\",\n    \"total_records\": 2,\n    \"data\": [\n        {\n            \"client_id\": \"55\",\n            \"plan_offering_id\": \"1840\",\n            \"title\": \"Demo - 1GB Global Plan\",\n            \"plan_id\": \"1\",\n            \"currency\": \"USD\",\n            \"retail_price\": \"25.00\",\n            \"unit_price\": \"10.00\",\n            \"start_date\": null,\n            \"end_date\": null,\n            \"moq\": null,\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"status\": \"Active\",\n            \"allocated_unit\": 4,\n            \"consumed_unit\": 3,\n            \"plan\": [\n                {\n                    \"plan_id\": \"1\",\n                    \"plan_code\": \"FRX1GB\",\n                    \"title\": \"1GB Global Plan\",\n                    \"description\": \"30 Days\",\n                    \"unit_price\": \"10.00\",\n                    \"data_amount\": \"1000.0000\",\n                    \"data_unit\": \"MB\",\n                    \"validity_amount\": \"30\",\n                    \"validity_unit\": \"DAY\",\n                    \"category_id\": \"1\",\n                    \"category\": \"Normal Plans\",\n                    \"timezone\": \"GMT\",\n                    \"status\": \"Active\",\n                    \"policy\": [\n                        {\n                            \"policy_id\": \"1\",\n                            \"policy_name\": \"Regional Covarage\",\n                            \"policy_status\": \"Active\",\n                            \"policy_type\": \"Plan coverage\",\n                            \"policy_attributes\": [\n                                {\n                                    \"Country\": [\n                                        {\n                                            \"attribute_value_id\": \"1\",\n                                            \"value\": \"AFG\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        },\n                                        {\n                                            \"attribute_value_id\": \"2\",\n                                            \"value\": \"ALB\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        },\n                                        {\n                                            \"attribute_value_id\": \"3\",\n                                            \"value\": \"AUS\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        },\n                                        {\n                                            \"attribute_value_id\": \"4\",\n                                            \"value\": \"BHS\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        },\n                                        {\n                                            \"attribute_value_id\": \"21\",\n                                            \"value\": \"SGP\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"policy_id\": \"2\",\n                            \"policy_name\": \"Malaysia & Maldives Coverage\",\n                            \"policy_status\": \"Active\",\n                            \"policy_type\": \"Plan coverage\",\n                            \"policy_attributes\": [\n                                {\n                                    \"Country\": [\n                                        {\n                                            \"attribute_value_id\": \"5\",\n                                            \"value\": \"MYS\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        },\n                                        {\n                                            \"attribute_value_id\": \"7\",\n                                            \"value\": \"MDV\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"client_id\": \"55\",\n            \"plan_offering_id\": \"1839\",\n            \"title\": \"Demo - 100MB Malaysia Plan\",\n            \"plan_id\": \"3\",\n            \"currency\": \"USD\",\n            \"retail_price\": \"20.00\",\n            \"unit_price\": \"25.00\",\n            \"start_date\": null,\n            \"end_date\": null,\n            \"moq\": null,\n            \"plan_start_duration\": null,\n            \"plan_start_duration_unit\": null,\n            \"plan_expiry_date\": \"2021-12-01 23:59:59\",\n            \"status\": \"Active\",\n            \"allocated_unit\": 5,\n            \"consumed_unit\": 3,\n            \"plan\": [\n                {\n                    \"plan_id\": \"3\",\n                    \"plan_code\": \"FRX100MB\",\n                    \"title\": \"100MB Malaysia Plan\",\n                    \"description\": \"15 Days\",\n                    \"unit_price\": \"1.00\",\n                    \"data_amount\": \"100.0000\",\n                    \"data_unit\": \"MB\",\n                    \"validity_amount\": \"15\",\n                    \"validity_unit\": \"DAY\",\n                    \"category_id\": \"1\",\n                    \"category\": \"Normal Plans\",\n                    \"timezone\": \"GMT\",\n                    \"status\": \"Active\",\n                    \"policy\": [\n                        {\n                            \"policy_id\": \"9\",\n                            \"policy_name\": \"Malaysia Coverage\",\n                            \"policy_status\": \"Active\",\n                            \"policy_type\": \"Plan coverage\",\n                            \"policy_attributes\": [\n                                {\n                                    \"Country\": [\n                                        {\n                                            \"attribute_value_id\": \"5\",\n                                            \"value\": \"MYS\",\n                                            \"unit\": null,\n                                            \"status\": \"Active\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"de0d7d44-f8ec-4874-a1b3-0ff9cf666aa2"},{"name":"Purchase Plan for existing Sim","id":"a4358a8c-fd4f-4e0c-87a5-ce64aa48c37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2019092962497","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength:13</li>\n<li>eg: 2020353434343</li>\n</ul>\n","type":"text"},{"key":"plan_code","value":"FRX100MB","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength: 45</li>\n<li>eg: FX-5GB-15D-DE</li>\n</ul>\n","type":"text"},{"key":"plan_start_type_id","value":"2","description":"<ul>\n<li>To choosen when and how to start plan</li>\n<li>Mandatory</li>\n<li>int</li>\n<li>value: [1: Auto Start Upon Connection 2: Manual Trigger] Default 1</li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/user/order/sim/plan/v1","description":"<p>Allows you to purchase and load plan into your existing sim inventory</p>\n<p><strong>Note:</strong> Existing Sim(sku) can be found in Sim List</p>\n","urlObject":{"path":["order","sim","plan","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"9d792be0-5810-4092-91e4-6e69c104a296","name":"Purchase Plan for existing Sim - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2010080800121","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text"},{"key":"plan_code","value":"FRX1GB","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","type":"text"},{"key":"plan_start_type_id","value":"2","description":"- To choosen when and how to start plan\n- Mandatory\n- int\n- value: [1: Auto Start Upon Connection 2: Manual Trigger] Default 1","type":"text"}]},"url":"http://api2.flexiroamx.com/user/order/sim/plan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 02:59:53 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"696"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order created for plan and loaded to sim successfully\",\n    \"total_records\": 0,\n    \"data\": {\n        \"order_no\": \"ORD-616ce3299901e\",\n        \"order_id\": 66, \n        \"amount_shipping\": \"0.00\",\n        \"discount\": \"0.00\",\n        \"amount_payable\": \"10.00\",\n        \"amount_paid\": \"10.00\",\n        \"items\": [\n            {\n                \"title\": \"Demo - 1GB Global Plan\",\n                \"unit_price\": \"10.00\",\n                \"qty\": \"1\",\n                \"total_price\": \"10.00\"\n            }\n        ],\n        \"invoice_no\": \"INV-616ce32a08167\",\n        \"simplan\": {\n            \"plan\": {\n                \"plan_id\": \"1\",\n                \"plan_code\": \"FRX1GB\",\n                \"title\": \"1GB Global Plan\",\n                \"description\": \"30 Days\",\n                \"unit_price\": \"10.00\",\n                \"data_amount\": \"1000.0000\",\n                \"data_unit\": \"MB\",\n                \"validity_amount\": \"30\",\n                \"validity_unit\": \"DAY\",\n                \"category_id\": \"1\",\n                \"category\": \"Normal Plans\",\n                \"timezone\": \"GMT\",\n                \"status\": \"Active\"\n            },\n            \"plan_uid\": \"616ce32a9442d\"\n        }\n    }\n}"},{"id":"6e16342c-71ad-49f9-abae-53028afeac33","name":"Purchase Plan for existing Sim - Success Response Schema","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2010080800121","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text"},{"key":"plan_code","value":"FRX1GB","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","type":"text"},{"key":"plan_start_type_id","value":"2","description":"- To choosen when and how to start plan\n- Mandatory\n- int\n- value: [1: Auto Start Upon Connection 2: Manual Trigger] Default 1","type":"text"}]},"url":"http://api2.flexiroamx.com/user/order/sim/plan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Mon, 18 Oct 2021 02:59:53 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"696"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"order_no : Unique order number for each order,\norder_id : Auto incremental id for order, \namount_shipping : Shipping amount[Only applicable for Sim and MSim],\n\"discount\": \"0.00\",\n\"amount_payable\": \"10.00\",\n\"amount_paid\": \"10.00\",\n\"items\": [\n    {\n        \"title\": \"Demo - 1GB Global Plan\",\n        \"unit_price\": \"10.00\",\n        \"qty\": \"1\",\n        \"total_price\": \"10.00\"\n    }\n],\n\"invoice_no\": \"INV-616ce32a08167\",\n\"simplan\": {\n    \"plan\": {\n        \"plan_id\": \"1\",\n        \"plan_code\": \"FRX1GB\",\n        \"title\": \"1GB Global Plan\",\n        \"description\": \"30 Days\",\n        \"unit_price\": \"10.00\",\n        \"data_amount\": \"1000.0000\",\n        \"data_unit\": \"MB\",\n        \"validity_amount\": \"30\",\n        \"validity_unit\": \"DAY\",\n        \"category_id\": \"1\",\n        \"category\": \"Normal Plans\",\n        \"timezone\": \"GMT\",\n        \"status\": \"Active\"\n    },\n    \"plan_uid\": \"616ce32a9442d\"\n}"},{"id":"c05589c4-14ab-4130-9c2c-899a4513748f","name":"Purchase Plan for existing Sim - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"2010080800121","description":"- Mandatory\n- String\n- maxLength:13\n- eg: 2020353434343","type":"text"},{"key":"plan_code","value":"FRX1GB2","description":"- Optional\n- String\n- maxLength: 45\n- eg: FX-5GB-15D-DE","type":"text"},{"key":"plan_start_type_id","value":"2","description":"- To choosen when and how to start plan\n- Mandatory\n- int\n- value: [1: Auto Start Upon Connection 2: Manual Trigger] Default 1","type":"text"}]},"url":"http://api2.flexiroamx.com/user/order/sim/plan/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 03:01:01 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"No active contract found for the plan code\",\n    \"data\": null\n}"}],"_postman_id":"a4358a8c-fd4f-4e0c-87a5-ce64aa48c37b"},{"name":"Load Plan for existing Sim From Plan Inventory","id":"dc1ad188-b9eb-4ac6-a9ae-f36934509884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"[2019092962497]","description":"<p>Mandatory.</p>\n","type":"text"},{"key":"plan_code","value":"FRX1GB","description":"<p>Mandatory.</p>\n","type":"text"},{"key":"plan_start_type_id","value":"1","description":"<p>Mandatory.[1: Auto Start Upon Connection 2: Manual Trigger]</p>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/load/v1","description":"<p>Allows you to load pre-purchased plans into sim</p>\n","urlObject":{"path":["load","v1"],"host":["http://api2.flexiroamx.com/plan"],"query":[],"variable":[]}},"response":[{"id":"efe2ec3d-c003-40c8-813b-6e78a04cd899","name":"Load Plan From Inventory - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"[2019092962497]","description":"Mandatory.","type":"text"},{"key":"plan_code","value":"FRX1GB","description":"Mandatory.","type":"text"},{"key":"plan_start_type_id","value":"1","description":"Mandatory.[1: Auto Start Upon Connection 2: Manual Trigger]","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/load/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 03:03:34 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"117"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Plan loaded to sim(s) successfully\",\n    \"total_records\": 0,\n    \"data\": {\n        \"plan_uid\": \"616ce40675e23\"\n    }\n}"},{"id":"acdcc4bb-b453-46ef-b7e0-e36c611530dd","name":"Load Plan From Inventory - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"sku","value":"[2019092962497]","description":"Mandatory.","type":"text"},{"key":"plan_code","value":"FRX1GB2","description":"Mandatory.","type":"text"},{"key":"plan_start_type_id","value":"1","description":"Mandatory.[1: Auto Start Upon Connection 2: Manual Trigger]","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/load/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 03:04:48 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Inventory not found\",\n    \"data\": null\n}"}],"_postman_id":"dc1ad188-b9eb-4ac6-a9ae-f36934509884"},{"name":"Trigger Plan to Start","id":"24007a7e-72f5-445d-9c72-c17bdf243590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"61601dbee8d0e","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength: 20</li>\n<li>Alphanum</li>\n<li>eg: 61694702a0f3b</li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/start/v1","description":"<p>Allows you to start a plan which was set to manual trigger upon loading to sim</p>\n","urlObject":{"path":["start","v1"],"host":["http://api2.flexiroamx.com/plan"],"query":[],"variable":[]}},"response":[{"id":"93f77e46-c337-48d6-90c7-47d269d3952c","name":"Start Plan - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"615fe5f1793d5","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/startplan/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 08:33:34 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) PHP/7.3.21"},{"key":"X-Powered-By","value":"PHP/7.3.21"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"54"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Plan started successfully\"\n}"},{"id":"c2dfcbb4-5aa4-4ed6-a7f4-a28835370e12","name":"Start Plan - Failed(empty plan_uid)","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/startplan/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 09:26:07 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) PHP/7.3.21"},{"key":"X-Powered-By","value":"PHP/7.3.21"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"plan_uid is required.\",\n    \"data\": null\n}"}],"_postman_id":"24007a7e-72f5-445d-9c72-c17bdf243590"},{"name":"Set Priortized Started  Plan","id":"8f1f01bf-abf0-4ad9-bd1d-7bd64e91c941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"61601dbee8d0e","description":"<ul>\n<li>Mandatory</li>\n<li>String</li>\n<li>maxLength: 20</li>\n<li>Alphanum</li>\n<li>eg: 61694702a0f3b</li>\n</ul>\n","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/setselected/v1","description":"<p>Allows you to set which started plan to consume first</p>\n","urlObject":{"path":["setselected","v1"],"host":["http://api2.flexiroamx.com/plan"],"query":[],"variable":[]}},"response":[{"id":"e8de3c4f-1ff5-40fd-9064-bfb713ced80d","name":"Set Selected Plan - Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"615fe5f1793d5","description":"Mandatory.","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/setselected/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 07:28:37 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) PHP/7.3.21"},{"key":"X-Powered-By","value":"PHP/7.3.21"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"55"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Plan switched successfully\"\n}"},{"id":"35635a7c-e91d-494d-8ae4-3d8793603d74","name":"Set Selected Plan - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"plan_uid","value":"","description":"Mandatory.","type":"text"}]},"url":"http://api2.flexiroamx.com/plan/setselected/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Oct 2021 15:48:29 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"plan_uid is required.\",\n    \"data\": null\n}"}],"_postman_id":"8f1f01bf-abf0-4ad9-bd1d-7bd64e91c941"}],"id":"4bf4a490-efed-4793-a444-5d049f4c555d","_postman_id":"4bf4a490-efed-4793-a444-5d049f4c555d","description":""},{"name":"Order Management","item":[{"name":"View Orders","id":"0f73da19-22eb-4598-8a27-344d61c6278d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"order_no","value":"ORD-61601dbe04056","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 17</li>\n<li>format: ORD-xxxxxxxxxxxxx</li>\n</ul>\n","type":"text","disabled":true},{"key":"invoice_no","value":"INV-61601dbe5ff5a","description":"<ul>\n<li>Optional</li>\n<li>String</li>\n<li>maxLength: 17</li>\n<li>format: INV-xxxxxxxxxxxxx</li>\n</ul>\n","type":"text","disabled":true},{"key":"limit","value":"10","description":"<ul>\n<li>Number of records per request</li>\n<li>Optional. </li>\n<li>int: Default 10</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text","disabled":true},{"key":"page","value":"1","description":"<ul>\n<li>Page number</li>\n<li>Optional. </li>\n<li>int: Default 1</li>\n<li>minValue: 1</li>\n</ul>\n","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/order/view/v1","description":"<p>Allows you to retrieve all your order requests</p>\n","urlObject":{"path":["order","view","v1"],"host":["http://api2.flexiroamx.com/user"],"query":[],"variable":[]}},"response":[{"id":"bf7fe459-e3d2-4c97-b83b-3389c237209d","name":"View -Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"order_no","value":"ORD-61601dbe04056","description":"- Optional\n- String\n- maxLength: 17\n- format: ORD-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"invoice_no","value":"INV-61601dbe5ff5a","description":"- Optional\n- String\n- maxLength: 17\n- format: INV-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/order/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:02:30 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"total_records","value":"15"},{"key":"Content-Length","value":"7202"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order record\",\n    \"total_records\": 15,\n    \"data\": [\n        {\n            \"order_id\": \"59\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-61601dbe04056\",\n            \"invoice_no\": \"INV-61601dbe5ff5a\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"25.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"25.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-08 10:30:22\",\n            \"order_date\": \"2021-10-08 10:30:22\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Fulfilled\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"58\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 100MB Malaysia Plan\",\n                    \"unit_price\": \"25.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"25.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Fulfilled\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"58\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-61601b6a4f32a\",\n            \"invoice_no\": \"INV-61601b6ae42d9\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"11.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"11.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-08 10:20:26\",\n            \"order_date\": \"2021-10-08 10:20:26\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Fulfilled\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"56\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": \"2019092962497\",\n                    \"qr_code_value\": \"LPA:1$rsp-0026.oberthur.net$RTOCZ-GIESZ-2X9EA-WTOMU\",\n                    \"fulfillment_status\": \"Fulfilled\"\n                },\n                {\n                    \"order_detail_id\": \"57\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 1GB Global Plan\",\n                    \"unit_price\": \"10.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"10.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Fulfilled\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"57\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615d4cd2ccdcc\",\n            \"invoice_no\": \"INV-615d4cd359a62\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"11.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"11.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-06 07:14:27\",\n            \"order_date\": \"2021-10-06 07:14:26\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"54\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                },\n                {\n                    \"order_detail_id\": \"55\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 1GB Global Plan\",\n                    \"unit_price\": \"10.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"10.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"56\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615d2fd6e08fc\",\n            \"invoice_no\": \"INV-615d2fd7651d5\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"11.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"11.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-06 05:10:47\",\n            \"order_date\": \"2021-10-06 05:10:46\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"52\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                },\n                {\n                    \"order_detail_id\": \"53\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 1GB Global Plan\",\n                    \"unit_price\": \"10.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"10.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"54\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615aa82510cb7\",\n            \"invoice_no\": \"INV-615aa82550076\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"1.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"1.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 07:07:17\",\n            \"order_date\": \"2021-10-04 07:07:17\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"49\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"52\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615aa287766ba\",\n            \"invoice_no\": \"INV-615aa287b7b34\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"1.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"1.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 06:43:19\",\n            \"order_date\": \"2021-10-04 06:43:19\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"47\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"51\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615a9ff7e7bf4\",\n            \"invoice_no\": \"INV-615a9ff872245\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"11.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"11.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 06:32:24\",\n            \"order_date\": \"2021-10-04 06:32:23\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"45\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                },\n                {\n                    \"order_detail_id\": \"46\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 1GB Global Plan\",\n                    \"unit_price\": \"10.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"10.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"50\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615a9d6bbe645\",\n            \"invoice_no\": \"INV-615a9d6c0da6c\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"1.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"1.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 06:21:32\",\n            \"order_date\": \"2021-10-04 06:21:31\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"44\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"49\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615a9d592d3b0\",\n            \"invoice_no\": \"INV-615a9d596fffc\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"1.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"1.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 06:21:13\",\n            \"order_date\": \"2021-10-04 06:21:13\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"43\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        },\n        {\n            \"order_id\": \"48\",\n            \"user_id\": \"55\",\n            \"order_no\": \"ORD-615a735d05d9a\",\n            \"invoice_no\": \"INV-615a735d937ef\",\n            \"on_the_go\": null,\n            \"description\": null,\n            \"amount_payable\": \"11.0000\",\n            \"discount\": \"0.0000\",\n            \"amount_paid\": \"11.0000\",\n            \"amount_shipping\": \"0.0000\",\n            \"order_status\": \"Charged\",\n            \"charge_date\": \"2021-10-04 03:22:05\",\n            \"order_date\": \"2021-10-04 03:22:05\",\n            \"payment_method\": \"Wallet Credit\",\n            \"fulfillment_status\": \"Order Created\",\n            \"item\": [\n                {\n                    \"order_detail_id\": \"41\",\n                    \"type\": \"SIM\",\n                    \"description\": \"FRX-ESIM\",\n                    \"unit_price\": \"1.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"1.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                },\n                {\n                    \"order_detail_id\": \"42\",\n                    \"type\": \"PLAN\",\n                    \"description\": \"Demo - 1GB Global Plan\",\n                    \"unit_price\": \"10.0000\",\n                    \"qty\": \"1\",\n                    \"total_price\": \"10.00\",\n                    \"sku\": null,\n                    \"qr_code_value\": null,\n                    \"fulfillment_status\": \"Order Created\"\n                }\n            ],\n            \"shipping\": null\n        }\n    ]\n}"},{"id":"a246bec8-64ad-4bee-9f1b-54e423b197f8","name":"View - Failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"order_no","value":"ORD-61601dbe040561","description":"- Optional\n- String\n- maxLength: 17\n- format: ORD-xxxxxxxxxxxxx","type":"text"},{"key":"invoice_no","value":"INV-61601dbe5ff5a","description":"- Optional\n- String\n- maxLength: 17\n- format: INV-xxxxxxxxxxxxx","type":"text","disabled":true},{"key":"limit","value":"10","description":"- Number of records per request\n- Optional. \n- int: Default 10\n- minValue: 1","type":"text","disabled":true},{"key":"page","value":"1","description":"- Page number\n- Optional. \n- int: Default 1\n- minValue: 1","type":"text","disabled":true}]},"url":"http://api2.flexiroamx.com/user/order/view/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Oct 2021 10:04:06 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Content-Length","value":"64"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Order record not found\",\n    \"data\": null\n}"}],"_postman_id":"0f73da19-22eb-4598-8a27-344d61c6278d"}],"id":"d01098cf-34e9-4b63-9feb-f7fd622b51d0","description":"<p>Allows you to create order requests and view order history</p>\n","_postman_id":"d01098cf-34e9-4b63-9feb-f7fd622b51d0"},{"name":"Wallet","item":[{"name":"Wallet History","id":"3c15f223-3a4d-4942-bd06-9d9005e82329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/wallet/history/v1","description":"<p>Allows you to view your wallet transaction history</p>\n","urlObject":{"path":["history","v1"],"host":["http://api2.flexiroamx.com/wallet"],"query":[],"variable":[]}},"response":[{"id":"234498f8-170a-46c4-8703-3aa0640a1bd1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/wallet/history/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 12:30:50 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"total_records","value":"2"},{"key":"Content-Length","value":"353"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Wallet balance\",\n    \"total_records\": 2,\n    \"data\": [\n        {\n            \"txn_code\": \"wl_txn_95247\",\n            \"txn_type\": \"debit\",\n            \"txn_cat\": \"charge\",\n            \"amount\": \"26.0000\",\n            \"reference\": \"txn_102\",\n            \"txn_date\": \"2021-08-05 12:17:24\"\n        },\n        {\n            \"txn_code\": \"wl_txn_58288\",\n            \"txn_type\": \"credit\",\n            \"txn_cat\": \"topup\",\n            \"amount\": \"10000.0000\",\n            \"reference\": \"txn_101\",\n            \"txn_date\": \"2021-08-04 07:53:20\"\n        }\n    ]\n}"}],"_postman_id":"3c15f223-3a4d-4942-bd06-9d9005e82329"},{"name":"Balance","id":"372a380c-4a6e-4314-bb76-739903b0e9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/wallet/balance/v1","description":"<p>Allows you to view your wallet balance</p>\n","urlObject":{"path":["balance","v1"],"host":["http://api2.flexiroamx.com/wallet"],"query":[],"variable":[]}},"response":[{"id":"b93ced69-6e31-443a-b0b9-b204a063746d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://api2.flexiroamx.com/wallet/balance/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 12:32:07 GMT"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, token"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Content-Length","value":"92"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Wallet balance\",\n    \"total_records\": 0,\n    \"data\": {\n        \"balance\": \"9974.0000\"\n    }\n}"}],"_postman_id":"372a380c-4a6e-4314-bb76-739903b0e9c7"}],"id":"3fa7db52-8db4-40c2-a7cf-f6ba744f3fa1","description":"<p>For prepaid resellers only<br />\nAllows you to check your wallet transaction history and balance</p>\n","_postman_id":"3fa7db52-8db4-40c2-a7cf-f6ba744f3fa1"}],"event":[{"listen":"prerequest","script":{"id":"a6268de2-82b5-430a-8e11-ba8cc0910b38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4800d9d3-6452-4288-86b1-0ae842903342","type":"text/javascript","exec":[""]}}],"variable":[{"key":"endpoint","value":"http://api2.flexiroamx.com/"},{"key":"token","value":""},{"key":"email","value":""},{"key":"password","value":""},{"key":"user_id","value":""},{"key":"fname","value":""},{"key":"lname","value":""},{"key":"mobile","value":""},{"key":"business_name","value":""},{"key":"show_offering_list","value":""},{"key":"contract_id","value":""},{"key":"offering_id","value":""},{"key":"status","value":""},{"key":"page","value":""},{"key":"limit","value":""},{"key":"product_code","value":""},{"key":"plan_code","value":""},{"key":"billing_month","value":""},{"key":"payment_method_id","value":""},{"key":"order_for","value":""}]}