{"info":{"_postman_id":"bce30eba-9c7f-4545-a784-3a9f1a5dfffb","name":"Tramigo Connectivity","description":"<html><head></head><body><p>Security in Global Coverage</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11186653","collectionId":"bce30eba-9c7f-4545-a784-3a9f1a5dfffb","publishedId":"TzXxkyAc","public":true,"customColor":{"top-bar":"D91E24","right-sidebar":"303030","highlight":"a6e22e"},"publishDate":"2025-10-27T10:49:14.000Z"},"item":[{"name":"Scope","item":[],"id":"a3153355-5c64-420e-8532-ef81e7d5905e","description":"<p>The purpose of this document is to describe the services provided by the Convergent Billing System. It manages various functionalities like Session based billing for various services, Event based billing, Endpoint Management, Account Management, Balance management, Rate plan management, Tariff management and management of various Add-On services.<br />The Application Programming Interface (API) exposes Restful JSON interface towards clients which makes integration faster to achieve.</p>\n<h2 id=\"security\">Security</h2>\n<blockquote>\n<p>Starting from 3/5/2022 only TLS 1.2 Ciphers Suites will be supported </p>\n</blockquote>\n<h2 id=\"supported-protocols\">Supported protocols</h2>\n<ul>\n<li>TLS 1.2</li>\n</ul>\n<h2 id=\"cipher-suites\">Cipher Suites</h2>\n<h3 id=\"tls-12-suites-in-server-preferred-order\">TLS 1.2 (suites in server-preferred order)</h3>\n<ul>\n<li>ECDHE-RSA-AES256-GCM-SHA384</li>\n<li>AES256-GCM-SHA384</li>\n<li>CAMELLIA256-SHA</li>\n<li>ECDHE-ECDSA-AES256-GCM-SHA384</li>\n<li>DHE-RSA-AES256-GCM-SHA384</li>\n<li>DHE-RSA-CAMELLIA256-SHA</li>\n<li>ECDHE-RSA-AES128-GCM-SHA256</li>\n<li>AES128-GCM-SHA256</li>\n<li>CAMELLIA128-SHA</li>\n<li>ECDHE-ECDSA-AES128-GCM-SHA256</li>\n<li>DHE-RSA-AES128-GCM-SHA256</li>\n<li>DHE-RSA-CAMELLIA128-SHA</li>\n</ul>\n<p>StartFragment</p>\n<h2 id=\"cross-origin-resource-sharing\">Cross-Origin Resource Sharing</h2>\n<p>CROS is not supported at the moment.</p>\n<h2 id=\"header-format-for-post-api\">Header Format for Post API</h2>\n<p>By default all APIs that will follow below header format. There is one exception:</p>\n<ol>\n<li>Access Token: X-Authorization header not needed, since from this API only will get X-Authorization header’s value.</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th>Optional/ Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>M</td>\n</tr>\n<tr>\n<td>X-Authorization</td>\n<td>Bearer eyJetdf-your-super-seecret-key-1fdh437aw</td>\n<td>M</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"header-format-for-get-api\">Header Format for Get API</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th>Optional/ Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>M</td>\n</tr>\n<tr>\n<td>X-Authorization</td>\n<td>Bearer eyJetdf-your-super-seecret-key-1fdh437aw</td>\n<td>M</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"36d464e3-31e2-4192-8261-c4b1cc6034da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ded174c5-6a70-4fc2-9a6f-b6969f34ff64","type":"text/javascript","exec":[""]}}],"_postman_id":"a3153355-5c64-420e-8532-ef81e7d5905e"},{"name":"API Rate Limit","item":[],"id":"8fc42c9f-7f0d-464a-81ec-eaadc33c8824","description":"<h2 id=\"update-12th-february-2025\">Update 12th February 2025</h2>\n<p>To enhance the security of our platform, we are introducing changes to the API rate-limiting mechanism. These adjustments aim to safeguard against excessive resource usage caused by external attacks or customer misconfigurations.</p>\n<h3 id=\"key-updates\">Key Updates:</h3>\n<ol>\n<li><strong>Rate Limiting Per Account:</strong><ol>\n<li>Rate limits will now be applied at the account level rather than per IP.</li>\n<li>All users within the same account will share the same rate limit.</li>\n<li>Enterprises under resellers will have their own separate rate limits.</li>\n<li>IP addresses will no longer factor into rate limiting.</li>\n</ol>\n</li>\n<li><strong>Rate Limiting Per Second:</strong><ol>\n<li>The rate limit will be enforced on a per-second basis.</li>\n</ol>\n</li>\n<li><strong>Updated HTTP Header:</strong><ol>\n<li>A new header, **<code>X-Rate-Limit-TPS,</code>**will replace the previous headers, clearly indicating the applied rate limit.</li>\n<li>The following headers will not be available<ol>\n<li>X-Rate-Limit-Limit</li>\n<li>X-Rate-Limit-Remaining</li>\n<li>X-Rate-Limit-Reset</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"rate-limit-policy\">Rate Limit Policy:</h3>\n<ul>\n<li><strong>Number of total request:</strong> The actual amount that has been set for your account will be visible in the http header <strong><code>X-Rate-Limit-TPS</code></strong>. Default will be set to 2.</li>\n<li><strong>Period of rate limiting</strong>: 1 sec</li>\n</ul>\n<h3 id=\"http-header\">HTTP Header:</h3>\n<ul>\n<li><strong><code>X-Rate-Limit-TPS</code></strong>: Specifies the configured rate limit for the account.</li>\n</ul>\n<p>When the quota is exceeded, an HTTP 429 (\"Too Many Requests\") response will be returned.</p>\n<p>These changes are designed to ensure fair resource allocation and platform reliability.</p>\n","_postman_id":"8fc42c9f-7f0d-464a-81ec-eaadc33c8824"},{"name":"Responce Time & Timeout","item":[],"id":"6ad986ac-bd23-446d-8a6f-f3cb36af6ba6","description":"<h2 id=\"api-response-times\"><strong>API response times</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>API response times can vary based on several factors, including the type of API, method used, the amount of information returned. The complexity of the request, backend data processing, and network conditions all play a role in determining the time it takes to receive<br />a response.</p>\n<h2 id=\"api-timeout\">API Timeout</h2>\n<p>All APis have a configured timeout with the appropriety responce.</p>\n<ul>\n<li>For GET APIs, in case of a timeout, user will have to resend the request</li>\n</ul>\n<p><strong>Example Timeout Response for GET APIs:</strong> _API operation has Time out. Request has been received but it has timeout before we receive the response. Please try again later.<br />_</p>\n<ul>\n<li>For POST APIs, in case of a timeout, the system will continue to process the request and user has to verify if it has been completed.</li>\n</ul>\n<p><strong>Example Timeout Response for</strong> POST/PATCH <strong>APIs</strong>: API operation has Time out. Request has been received and is has timeout before we receive the response. Please verify the request has been completed successfully or not. using the appropriate APIs.</p>\n<h3 id=\"timeout-value\">Timeout Value</h3>\n<p>The default value for the timeout is 30seconds. However there are some exceptions where the timeout is higher. For more information see table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>API Name</th>\n<th>Timeout</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Default Value</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Modify Destination Group</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Modify Roaming Profile</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Get Endpoint Profile</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Create Endpoint</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Link SIM</td>\n<td>180</td>\n</tr>\n<tr>\n<td>De-Link SIM</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Endpoint Activation</td>\n<td>180</td>\n</tr>\n<tr>\n<td>Endpoint LifeCycle Change</td>\n<td>180</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6ad986ac-bd23-446d-8a6f-f3cb36af6ba6"},{"name":"Authentication","item":[{"name":"Access Token","event":[{"listen":"test","script":{"id":"61f75f90-2f07-43fb-b926-3afd7db4ea78","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Auth_Key\", jsonData.AccessToken);"],"type":"text/javascript"}}],"id":"d1a2df4f-3bbf-4467-82e1-21bb46ad48f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"username\",  \r\n\"password\":\"password\"\r\n}\r\n"},"url":"https://{{url}}/api/login","description":"<h2 id=\"description\">Description</h2>\n<p>Authentication mechanism used here will be based on JSON Web Token. JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.<br />Login API will be called to get Access Token using the credentials shared to client.<br />Platform will verify the credentials from the credentials stored in platform DB and if success then two tokens will be generated which is</p>\n<ul>\n<li><p>JWT Access Token - JWT Access token can be used for authentication and authorization.</p>\n</li>\n<li><p>JWT Refresh Token - Refresh token is long-lived token used to request new Access tokens. Its expiration time is greater than expiration time of Access token.</p>\n</li>\n</ul>\n<h3 id=\"support-access-feature\">Support Access Feature</h3>\n<p>This feature is available only for Resellers and allows them to access their child account (at any level) without the need to know their API credentials of the child.<br />Any access to the child account will be logged and will be visible under the activity logs of the child.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetAccountId</td>\n<td>O</td>\n<td>Account ID corresponds to an organization which is a child (at any level below) of the user's organization  <br />Available only at Reseller level.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>M</td>\n<td>User Name corresponds to an organization</td>\n</tr>\n<tr>\n<td>password</td>\n<td>M</td>\n<td>Password corresponds to the user name of the organization</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<p>The output varies depending on the results</p>\n<h2 id=\"output---successful-login\">Output - Successful Login</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccessToken</td>\n<td>M</td>\n<td>Access Token for the requested account</td>\n</tr>\n<tr>\n<td>RefreshToken</td>\n<td>M</td>\n<td>Refresh Token for the requested account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output---failed-login-due-to-incorrect-credentials\">Output - Failed Login due to incorrect credentials</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BadCredential Exception: Username or Password not valid.</td>\n<td>M</td>\n<td>Occurs when the provided password is incorrect for the account.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output---failed-login-due-to-other-causes\">Output - Failed Login due to other causes</h2>\n<h3 id=\"output-parameters-1\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10126</td>\n<td>API operation has Time out. Request has been received and is has timeout before we receive the response. Please verify the request has been completed successfully or not. using the appropriate APIs.</td>\n</tr>\n<tr>\n<td>10117</td>\n<td>Incorrect value in targetAccountId</td>\n</tr>\n<tr>\n<td>11044</td>\n<td>Your account has been blocked due to multiple failed login attempts. To regain access, please reset your password using the 'Forgot Password' option on the login page.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fd821ef0-1f30-4de5-bd6a-994614953378","name":"Access Token - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"<<username>>\",  \r\n\"password\":\"<<incorrectpassword>>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 May 2020 04:21:14 GMT","enabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"56","enabled":true},{"key":"Via","value":"1.1 simforthings-dev.bics.com","enabled":true},{"key":"Connection","value":"close","enabled":true}],"cookie":[],"responseTime":null,"body":"BadCredential Exception: Username or Password not valid."},{"id":"28ebbfb8-019d-48f4-b4c2-210b2a3b9dd9","name":"Access Token - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"MVNEUSER\",  \r\n\"password\":\"PASSWORD\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 02:54:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"603"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccessToken\": \"<<Access Token>>\",\n    \"RefreshToken\": \"<<Refresh Token>>\"\n}"},{"id":"afe80ddd-1f69-4d4a-8fde-e0827a7c4409","name":"Access Token - Support User (Successs)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"targetAccountId\":\"41670211\",\r\n\"username\":\"MVNEUSER\",  \r\n\"password\":\"PASSWORD\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"AccessToken\": \"<<Access Token>>\",\n    \"RefreshToken\": \"<<Refresh Token>>\"\n}"},{"id":"3f31d203-1638-4121-8818-e715442e1ea9","name":"Access Token - Support User (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"targetAccountId\":\"4167021\",\r\n\"username\":\"MVNEUSER\",  \r\n\"password\":\"PASSWORD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/login"},"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10369852054019600\",\n        \"responseTimestamp\": \"01/04/2025 10:44:24\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10117\",\n            \"resultDescription\": \"Incorrect value in targetAccountId\"\n        }\n    }\n}"},{"id":"4d616380-f367-4db4-b8aa-d1803bf23f82","name":"Access Token - Time out (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n\"targetAccountId\":\"4167021\",\r\n\"username\":\"MVNEUSER\",  \r\n\"password\":\"PASSWORD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/login"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"4923557497473643\",\n        \"responseTimestamp\": \"25/07/2022 20:19:57\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10126\",\n            \"resultDescription\": \"API operation has Time out. Request has been received and is has timeout before we receive the response. Please verify the request has been completed successfully or not. using the appropriate APIs.\"\n        }\n    }\n}"}],"_postman_id":"d1a2df4f-3bbf-4467-82e1-21bb46ad48f0"},{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"22512055-72ec-4255-991d-5bbc36621e2e","exec":[""],"type":"text/javascript"}}],"id":"6d43cb01-dd58-4090-8441-a36a4050b95c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Refresh_Key}}"}],"url":"https://{{url}}/api/RefreshToken","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to generate new access token if access token got expired. In Header of request make sure you use the Refresh token received from “Access token” API. As a result of this API we will generate new access token and new Refresh token for further use.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output-parameters\">Output Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccessToken</td>\n<td>M</td>\n<td>Access Token for the requested account</td>\n</tr>\n<tr>\n<td>RefreshToken</td>\n<td>M</td>\n<td>Refresh Token for the requested account</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","RefreshToken"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"939b8c41-8608-46ab-a400-0022f960d691","name":"Refresh Token - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Refresh_Key}}"}],"url":"https://{{url}}/api/RefreshToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 03:35:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"609"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"NewAccessToken\": \"NewAccessToken\",\n    \"NewRefreshToken\": \"NewRefreshToken\"\n}"}],"_postman_id":"6d43cb01-dd58-4090-8441-a36a4050b95c"}],"id":"091255ad-c9be-4bb7-82a4-69b52bbd9627","event":[{"listen":"prerequest","script":{"id":"0927ffa3-f02c-49a1-924f-3f1842200efc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bae62207-343b-4445-9077-2faab94861e5","type":"text/javascript","exec":[""]}}],"_postman_id":"091255ad-c9be-4bb7-82a4-69b52bbd9627","description":""},{"name":"Service Profile","item":[{"name":"Service Profile - Create","event":[{"listen":"test","script":{"id":"8a0944d6-73e6-4e1f-930e-7922e3b6c233","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"0092a0b9-004e-4ee6-bc76-3a04b5fef399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"category\":\"1\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"10\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateServiceProfile","description":"<h2 id=\"description\">Description</h2>\n<p>Create Service Profile API is used to create service profile with the combination of existing services.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Service Profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceProfile</td>\n<td>M</td>\n<td>Service profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-serviceprofile-parameters\">Input serviceProfile Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Service Profile Name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Service Profile Category  <br />0 – Base  <br />1 - Addon</td>\n</tr>\n<tr>\n<td>status</td>\n<td>M</td>\n<td>Service Profile Status  <br />0 - Inactive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>accessType</td>\n<td>CM</td>\n<td>Service Profile Access Type (RAT Type)  <br />01 – 2G/3G  <br />02 – 2G  <br />06 - 2G/3G/4G  <br />10 - 2G/3G/4G/5G  <br />  <br />Note: RAT type is only mandatory when one of the services DATA, MO-SMS or MT-SMS is provided. It is rejected with error message 'Obsolete access type value' when other services are provided.</td>\n</tr>\n<tr>\n<td>service</td>\n<td>M</td>\n<td>Service Profile belonging to which service  <br />2 – MO-SMS  <br />3 – MT-SMS  <br />4 – DATA  <br />5 - NB-IOT  <br />  <br />  <br />Multiple service can be selected by using pipe separation</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>serviceProfile</td>\n<td>O</td>\n<td>Service Profile Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1323</td>\n<td>Create service profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1324</td>\n<td>Create service profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>6554</td>\n<td>Duplicate service profile name</td>\n<td></td>\n</tr>\n<tr>\n<td>6565</td>\n<td>Invalid child config for service profile</td>\n<td></td>\n</tr>\n<tr>\n<td>10111</td>\n<td>Obsolete access type value</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateServiceProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16d29839-5faa-4f7e-809b-4279cf5d2bdb","name":"Create Service Profile - Failure - {Duplicate service profile name}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"category\":\"1\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"01\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 01:59:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6554\",\n            \"resultDescription\": \"Duplicate service profile name\"\n        }\n    }\n}"},{"id":"ef31bb20-0b96-4bd9-b74f-182ff64e9dc4","name":"Create Service Profile - Failure - {Invalid child config for service profile}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"category\":\"1\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"06\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 01:57:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"208"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764379525102309\",\n        \"responseTimestamp\": \"26/05/2020 01:57:17\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6565\",\n            \"resultDescription\": \"Invalid child config for service profile\"\n        }\n    }\n}"},{"id":"611e3c78-728c-45f9-92da-d60b1a7b009c","name":"Create Service Profile - Success - Addon Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"category\":\"1\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"10\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 05:48:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"224"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10138073456409416125\",\n        \"responseTimestamp\": \"29/04/2020 05:48:26\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1323\",\n            \"resultDescription\": \"Create service profile success\"\n        },\n        \"serviceProfile\": \"SP_355\"\n    }\n}"},{"id":"c60e675e-30a5-49f6-8d8c-5eba5849c435","name":"Create Service Profile -  Success - Base Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"category\":\"0\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"10\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 05:44:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"224"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10138073232754356404\",\n        \"responseTimestamp\": \"29/04/2020 05:44:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1323\",\n            \"resultDescription\": \"Create service profile success\"\n        },\n        \"serviceProfile\": \"SP_354\"\n    }\n}"},{"id":"d1b7414f-f8bc-4891-bc73-b02d03f1e2a0","name":"Create Service Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"category\":\"1\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"01\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 01:59:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1324\",\n            \"resultDescription\": \"Create service profile failure\"\n        }\n    }\n}"},{"id":"9c762255-a35b-434d-ba36-edf64e70292b","name":"Create Service Profile - Success - {With NB-IOT service type }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile_NBIOT\",\r\n            \"category\":\"0\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"10\",\r\n            \"service\":\"4|2|3|5\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"10138073232754356404\",\r\n        \"responseTimestamp\": \"09/03/2021 05:44:43\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1323\",\r\n            \"resultDescription\": \"Create service profile success\"\r\n        },\r\n        \"serviceProfile\": \"SP_554\"\r\n    }\r\n}"},{"id":"0f472040-7eb3-4ce6-9129-e6b59cb40df0","name":"Create Service Profile - Failure - {Obsolete access type value}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"category\":\"0\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"08\",\r\n            \"service\":\"4|2|3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1018426381071250460\",\n        \"responseTimestamp\": \"07/06/2021 04:09:06\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10111\",\n            \"resultDescription\": \"Obsolete access type value\"\n        }\n    }\n}"}],"_postman_id":"0092a0b9-004e-4ee6-bc76-3a04b5fef399"},{"name":"Service Profile","event":[{"listen":"test","script":{"id":"0c0a7126-fd69-4ba6-b942-1b60725f07de","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"e5204999-0ced-4950-98bf-4a4ad17ce120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetServiceProfile","description":"<h2 id=\"description\">Description</h2>\n<p>Get Service Profile API is used to get all the service profile available. If service profile id is specified in the request, response will contain only details of that specified service profile. If not specified, details of all service profile will be given in the response.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceProfileId</td>\n<td>O</td>\n<td>Service profile Id - received when service profile is created</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of Service Profile List</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalCount</td>\n<td>O</td>\n<td>Count of Service Profile</td>\n</tr>\n<tr>\n<td>serviceProfileList</td>\n<td>O</td>\n<td>List of Service Profile Object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-serviceprofilelist-parameters\">Output serviceProfileList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profileId</td>\n<td>O</td>\n<td>Profile Id, Auto generated Unique Id in the system</td>\n</tr>\n<tr>\n<td>profileName</td>\n<td>O</td>\n<td>Service Profile Name</td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>O</td>\n<td>Services supported by corresponding service profile  <br />Multiple services are separated by '</td>\n</tr>\n<tr>\n<td>ratTypeName</td>\n<td>O</td>\n<td>RAT Type Name  <br />Below are the rat type names  <br />2G  <br />2G/3G  <br />2G/3G/4G  <br />2G/3G/4G/5G  <br />Note:- Parameter ratTypeName will only be returned when one of the services DATA, MO-SMS or MT-SMS is configured, not when only service NB-IoT is configured.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>O</td>\n<td>Service Profile Category  <br />0 - Base  <br />1 - Addon</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Service Profile Status  <br />0 - Inactive  <br />1 - Active</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1328</td>\n<td>Get service profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1331</td>\n<td>Get service profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1359</td>\n<td>No data available</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetServiceProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62a154d3-d006-48da-be6a-476ce41ba617","name":"Get Service Profile  - Success - Specific Service Profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetServiceProfile?serviceProfileId=SP_2","protocol":"https","host":["{{url}}"],"path":["api","GetServiceProfile"],"query":[{"key":"serviceProfileId","value":"SP_2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 04:42:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"413"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38069526535776562\",\n        \"responseTimestamp\": \"29/04/2020 04:42:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1331\",\n            \"resultDescription\": \"Get service profile success\"\n        },\n        \"responseParam\": {\n            \"totalCount\": \"1\",\n            \"serviceProfileList\": [\n                {\n                    \"profileId\": \"SP_2\",\n                    \"profileName\": \"DEFAULT\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"DATA|MO-SMS|MT-SMS\",\n                    \"ratTypeName\": \"2G/3G/4G/5G\",\n                    \"category\": \"0\"\n                }\n            ]\n        }\n    }\n}"},{"id":"1d7bc921-a459-4680-83a8-f93f63395d33","name":"Get Service Profile - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetServiceProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45442500402900470\",\n        \"responseTimestamp\": \"29/04/2020 04:59:18\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1328\",\n            \"resultDescription\": \"Get service profile failure\"\n        }\n    }\n}"},{"id":"88aa7b12-ea4e-4a3f-8a8f-cd5d34405f35","name":"Get Service Profile - Failure - No Data Available","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 04:59:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"182"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45442500402900470\",\n        \"responseTimestamp\": \"29/04/2020 04:59:18\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1359\",\n            \"resultDescription\": \"No data available\"\n        }\n    }\n}"},{"id":"4160c2a2-e367-44d0-9032-258818bd7b1a","name":"Get Service Profile - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 03:51:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"3358"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38066413981654128\",\n        \"responseTimestamp\": \"29/04/2020 03:51:04\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1331\",\n            \"resultDescription\": \"Get service profile success\"\n        },\n        \"responseParam\": {\n            \"totalCount\": \"19\",\n            \"serviceProfileList\": [\n                {\n                    \"profileId\": \"SP_2\",\n                    \"profileName\": \"DEFAULT\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"DATA|MO-SMS|MT-SMS\",\n                    \"ratTypeName\": \"2G/3G/4G/5G\",\n                    \"category\": \"0\"\n                },\n                {\n                    \"profileId\": \"SP_352\",\n                    \"profileName\": \"MVNEServiceProfile-Base\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"DATA|MO-SMS|MT-SMS\",\n                    \"ratTypeName\": \"2G/3G/4G/5G\",\n                    \"category\": \"0\"\n                },\n                {\n                    \"profileId\": \"SP_353\",\n                    \"profileName\": \"MVNEServiceProfile-Addon\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"DATA|MO-SMS|MT-SMS\",\n                    \"ratTypeName\": \"2G/3G/4G\",\n                    \"category\": \"1\"\n                }\n            ]\n        }\n    }\n}"},{"id":"25a903f8-59f8-4fdb-8cc7-311371508bc8","name":"Get Service Profile - Success - {With NB-IOT service type}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"787961171566710\",\n        \"responseTimestamp\": \"09/03/2021 12:51:57\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1331\",\n            \"resultDescription\": \"Get service profile success\"\n        },\n        \"responseParam\": {\n            \"totalCount\": \"2\",\n            \"serviceProfileList\": [\n                {\n                    \"profileId\": \"SP_6274\",\n                    \"profileName\": \"DEFAULT\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"NB-IOT\",\n                    \"category\": \"0\"\n                },\n                {\n                    \"profileId\": \"SP_6288\",\n                    \"profileName\": \"addonn\",\n                    \"status\": \"1\",\n                    \"serviceName\": \"NB-IOT\",\n                    \"category\": \"1\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e5204999-0ced-4950-98bf-4a4ad17ce120"},{"name":"Serivce Profile - Modify","event":[{"listen":"test","script":{"id":"dbe232f1-65f8-499e-a5fb-76b5a476d654","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"aa23fc06-8514-4db1-9881-78da00aa736b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"06\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_343\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyServiceProfile","description":"<h2 id=\"description\">Description</h2>\n<p>Modify Service Profile API is used to modify existing service profile.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of service profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceProfile</td>\n<td>M</td>\n<td>Service profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-serviceprofile-parameters\">Input serviceProfile Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Service Profile Name</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Service Profile Status  <br />0 - Inactive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>accessType</td>\n<td>O</td>\n<td>Service Profile Access Type (RAT Type)  <br />01 - 2G/3G  <br />02 - 2G  <br />06 - 2G/3G/4G  <br />10 - 2G/3G/4G/5G  <br />  <br />Note:System will support modification only to higher rat Type from Reseller level if it’s already attached to a customer</td>\n</tr>\n<tr>\n<td>service</td>\n<td>O</td>\n<td>Service Profile belonging to which service  <br />2 - MO-SMS  <br />3 - MT-SMS  <br />4 - DATA  <br />5 - NB-IOT  <br />  <br />  <br />Multiple service can be given using pipe seperation  <br />Note:System will support modification, we can add/remove services from the base Service profiles  <br />Add - service addition will be cascaded to the child levels and paticular service will be added in all the Defaults  <br />Remove - Service removal will be cascaded to the child levels and will be removed from Defaults,Addon and Custom service profiles</td>\n</tr>\n<tr>\n<td>id</td>\n<td>M</td>\n<td>Service Profile Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1325</td>\n<td>Modify service profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1326</td>\n<td>Modify service profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>6554</td>\n<td>Duplicate service profile name</td>\n<td></td>\n</tr>\n<tr>\n<td>6565</td>\n<td>Invalid child config for service profile</td>\n<td></td>\n</tr>\n<tr>\n<td>10085</td>\n<td>Service profile change denied due to conflicting RAT privileges assigned by (child-entity-name). Please first update the service profile(s) of (child-entity-name)</td>\n<td></td>\n</tr>\n<tr>\n<td>10100</td>\n<td>Service modification not allowed for the addon - service</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ModifyServiceProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb482ea3-2166-485f-99d1-5c32a4a018c0","name":"Modify Serivce Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"06\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_355\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10238085510799164831\",\n        \"responseTimestamp\": \"29/04/2020 09:09:21\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1326\",\n            \"resultDescription\": \"Modify service profile failure\"\n        }\n    }\n}"},{"id":"e95dd7d9-6e83-415a-adb9-c0e3435b5564","name":"Modify Serivce Profile - Base Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"10\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_354\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 09:09:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10238085510799164831\",\n        \"responseTimestamp\": \"29/04/2020 09:09:21\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1325\",\n            \"resultDescription\": \"Modify service profile success\"\n        }\n    }\n}"},{"id":"46da503e-fc4a-4df1-a654-89ffb5e1a2e7","name":"Modify Serivce Profile - AddOn Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-AddOnServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_355\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 09:11:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10238085657940987139\",\n        \"responseTimestamp\": \"29/04/2020 09:11:48\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1325\",\n            \"resultDescription\": \"Modify service profile success\"\n        }\n    }\n}"},{"id":"a9a2a1a4-5719-4957-8642-4537bc03ae05","name":"Modify Serivce Profile - Failure - {Invalid child config for service profile}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"06\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_343\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 02:24:25 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"208"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10247766007138127813\",\n        \"responseTimestamp\": \"26/05/2020 02:24:25\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6565\",\n            \"resultDescription\": \"Invalid child config for service profile\"\n        }\n    }\n}"},{"id":"05ec879d-f54e-4ba6-8dca-51cab636a99c","name":"Modify Serivce Profile- Base Plan - Failure - accessType Modification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"name\":\"MVNE-BaseServiceProfile\",\r\n            \"status\":\"1\",\r\n            \"accessType\":\"02\",\r\n            \"service\":\"3\",\r\n            \"id\":\"SP_343\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1022355583667111116\",\n        \"responseTimestamp\": \"08/07/2020 01:50:00\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10085\",\n            \"resultDescription\": \"Service profile change denied due to conflicting RAT privileges assigned by Reseller_11. Please first update the service profile(s) of Reseller_11.\"\n        }\n    }\n}"},{"id":"269a9812-b417-4db4-83e6-18ee64fe769f","name":"Modify Serivce Profile - Failure {Service modification not allowed for addons}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"serviceProfile\": {\r\n                \"name\": \"MVNE-Base_ ServiceProfile1\",\r\n                \"status\": \"1\",\r\n                \"accessType\": \"10\",\r\n                \"id\": \"SP_1006\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"102722891455643523\",\n        \"responseTimestamp\": \"08/03/2021 18:47:28\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10100\",\n            \"resultDescription\": \"Service modification not allowed for the addon - service\"\n        }\n    }\n}"},{"id":"1bf34a6e-4757-417c-9072-10b9f07a147d","name":"Modify Serivce Profile - Success - {with NB-IOT service type }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"accessType\":\"10\",\r\n            \"service\":\"5\",\r\n            \"id\":\"SP_554\"\r\n         }\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyServiceProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"10238085510799164831\",\r\n        \"responseTimestamp\": \"09/03/2021 09:09:21\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1325\",\r\n            \"resultDescription\": \"Modify service profile success\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"aa23fc06-8514-4db1-9881-78da00aa736b"},{"name":"Serivce Profile - Delete","event":[{"listen":"test","script":{"id":"29a6bcd1-c6bb-42b5-9b25-782b355d9ba4","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"5b11c818-905e-4f41-a2bc-d9edd4af73f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"id\":\"SP_12\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeleteServiceProfile","description":"<h2 id=\"description\">Description</h2>\n<p>Delete Service Profile API is used to delete existing service profile.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of service profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceProfile</td>\n<td>M</td>\n<td>Service profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-serviceprofile-parameter\">Input serviceProfile Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>M</td>\n<td>Service Profile Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1329</td>\n<td>Delete service profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1330</td>\n<td>Delete service profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1338</td>\n<td>Service profile attached to plan, so deletion failure</td>\n<td>Delete the plan which is attached to the service profile and then try Service profile deletion</td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeleteServiceProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cd6a29a6-a100-4ecd-9ca4-c6a697d29026","name":"Delete Serivce Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"id\":\"SP_12\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeleteServiceProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10538086952840933965\",\n        \"responseTimestamp\": \"29/04/2020 09:33:23\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1330\",\n            \"resultDescription\": \"Delete service profile failure\"\n        }\n    }\n}"},{"id":"b8755838-9c12-4ccf-aeca-a4a1f398dba6","name":"Delete Serivce Profile - Failure - {Service profile attached to plan, so deletion failure}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"id\":\"SP_12\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeleteServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 09:38:50 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"221"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10538087280048878609\",\n        \"responseTimestamp\": \"29/04/2020 09:38:50\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8196\",\n            \"resultDescription\": \"Service profile attached to plan, so deletion failure\"\n        }\n    }\n}"},{"id":"226084b5-5d5a-4ddf-a4f8-7d45dc9ab33c","name":"Delete Serivce Profile - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"serviceProfile\":{  \r\n            \"id\":\"SP_355\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/DeleteServiceProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 09:33:23 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10538086952840933965\",\n        \"responseTimestamp\": \"29/04/2020 09:33:23\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1329\",\n            \"resultDescription\": \"Delete service profile success\"\n        }\n    }\n}"}],"_postman_id":"5b11c818-905e-4f41-a2bc-d9edd4af73f7"}],"id":"ff1ccf68-6a8e-4dad-9bb6-d6f4055240f2","event":[{"listen":"prerequest","script":{"id":"402b2a19-5028-4c46-820f-8c75b11d4442","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b9083c4a-c6b7-4374-9c82-970b6ec6d2db","type":"text/javascript","exec":[""]}}],"_postman_id":"ff1ccf68-6a8e-4dad-9bb6-d6f4055240f2","description":""},{"name":"Destination Group","item":[{"name":"Destination Group - Create","event":[{"listen":"test","script":{"id":"66757f3b-7745-4f8c-a544-a7e015179edf","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"3f7bcd88-941a-4e7a-ab9a-a84e5429d0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupName\":\"NewDestinationGroup21312786313128712893712893789127893127893728912783121\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDSC\"\r\n         },\r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n       ]\r\n   }\r\n}\r\n\r\n"},"url":"https://{{url}}/api/createDestinationGroup","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Create Destination Groups. MVNE, MVNO and reseller can create destination group.</p>\n<p>Note: Using Get network list lookup API we can fetch attached network details from Reseller/Enterprise login. This details can be used for creation of Destination Group.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupinfo</td>\n<td>M</td>\n<td>Object of the Destination Group info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-destinationgroupinfo-parameters\">Input destinationGroupinfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupName</td>\n<td>M</td>\n<td>Destination group name</td>\n</tr>\n<tr>\n<td>tadigCodeList</td>\n<td>M</td>\n<td>List of tadig code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tadigcodelist-parameters\">Input tadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>Tadig Code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>destinationGroupId</td>\n<td>O</td>\n<td>Destination group id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10032</td>\n<td>Create destination group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10033</td>\n<td>Create destination group failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10044</td>\n<td>Operator already exists in the list</td>\n<td></td>\n</tr>\n<tr>\n<td>10098</td>\n<td>Failure!! destination group name already exists in the system</td>\n<td></td>\n</tr>\n<tr>\n<td>10057</td>\n<td>Unexpected error occured.Please try again..!!</td>\n<td></td>\n</tr>\n<tr>\n<td>10042</td>\n<td>Destination Not Attached With Account</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","createDestinationGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cf4cf548-1bf7-4f31-8854-1d998e75fc43","name":"Create Destination Group - Success ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupName\":\"NewDestinationGroup1\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDSC\"\r\n         },\r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n       ]\r\n   }\r\n}\r\n\r\n"},"url":"https://{{url}}/api/createDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:01:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"222"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10032\",\n            \"resultDescription\": \"Create destination group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589306469481\",\n        \"responseTimestamp\": \"12/05/2020 18:01:12\",\n        \"destinationGroupId\": \"340\"\n    }\n}"},{"id":"465d9091-d9ba-4a2c-84ab-5ec011964fee","name":"Create Destination Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupName\":\"NewDestinationGroup21312786313128712893712893789127893127893728912783121\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDSC\"\r\n         },\r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n       ]\r\n   }\r\n}\r\n\r\n"},"url":"https://{{url}}/api/createDestinationGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10033\",\n            \"resultDescription\": \"Create destination group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589306497288\",\n        \"responseTimestamp\": \"12/05/2020 18:01:37\"\n    }\n}"},{"id":"641de16e-a23d-4013-97ed-ef21299a8950","name":"Create Destination Group - Failure - {Failure!! destination group name already exist in the system.}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupName\":\"NewDestinationGroup1\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDSC\"\r\n         },\r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n       ]\r\n   }\r\n}\r\n\r\n"},"url":"https://{{url}}/api/createDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 12 May 2020 18:01:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"224"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10098\",\n            \"resultDescription\": \"Failure!! destination group name already exists in the system\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589306497288\",\n        \"responseTimestamp\": \"12/05/2020 18:01:37\"\n    }\n}"}],"_postman_id":"3f7bcd88-941a-4e7a-ab9a-a84e5429d0ca"},{"name":"Destination Group","event":[{"listen":"test","script":{"id":"1d40dd2c-a4e9-4f43-923e-7e449fc3c94c","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"5f3bdd6d-7ff5-4832-a734-21c5f75d7d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetDestinationLists","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to fetch Destination group information like Operators, TADIG codes, IP address list, GT list, Realm etc. Destination Lists can then be attached to the endpoint to control in which visited networks they are allowed to roam.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationListId</td>\n<td>O</td>\n<td>Destination List Id or Destination groupID.  <br />This will fetch only the information for a specific destination list.</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>O</td>\n<td>tadigCode of the operator.  <br />This will fetch all the destinationListName's and destinationListId's of the given tadigCode</td>\n</tr>\n<tr>\n<td>destinationListOnly=TRUE</td>\n<td>O</td>\n<td>Will fetch all the destinationListNames and destinationListId without any information for the tadig</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of Destination Group details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output Responseparam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>It includes the Destination group parameters such as Destination List name, Destination ListID, and tadig List.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-rows-parameters\">Output Rows Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationListName</td>\n<td>O</td>\n<td>Name of destination list</td>\n</tr>\n<tr>\n<td>destinationListId</td>\n<td>O</td>\n<td>Destination List Id or Destination groupID</td>\n</tr>\n<tr>\n<td>tadigList</td>\n<td>O</td>\n<td>List of TADIGs</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tadiglist-parameters\">Output TadigList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>O</td>\n<td>TADIG Code</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>O</td>\n<td>Id of Operator</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>O</td>\n<td>Name of Operator</td>\n</tr>\n<tr>\n<td>category</td>\n<td>O</td>\n<td>Category, it is a supplier category  <br />0-IR  <br />1-OC  <br />2-Direct</td>\n</tr>\n<tr>\n<td>categoryGroupName</td>\n<td>O</td>\n<td>Reference to network relation</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>O</td>\n<td>Category Group ID</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Country Name</td>\n</tr>\n<tr>\n<td>mccMnc</td>\n<td>O</td>\n<td>MCC MNC</td>\n</tr>\n<tr>\n<td>barredUnbarredStatus</td>\n<td>O</td>\n<td>Barred Unbarred Status, Status 1 is showing that operator is barred and 0 is showing operator is unbarred</td>\n</tr>\n<tr>\n<td>supportedNetworkTypes</td>\n<td>O</td>\n<td>Network types supported by the network, separated by a pipe</td>\n</tr>\n<tr>\n<td>supplierPriority</td>\n<td>O</td>\n<td>Determines the priority of a given network.  <br />Available values being 1, 2, and 3—where 1 is the highest priority.  <br />  <br />Additionally, the value \"B\" indicates that the Network-Sponsor should be used solely as bootstrap, meaning that this sponsor should only be used to download the preferred IMSI for the country  <br />  <br />This parameter is applicable only to customers using NextGenSIM and has no function for those without it.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10029</td>\n<td>Get destination list success</td>\n<td></td>\n</tr>\n<tr>\n<td>10030</td>\n<td>Get destination list failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10031</td>\n<td>No Data Found</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetDestinationLists"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f40b82d2-f6bd-400a-9d10-27d2448a6d08","name":"Get Destination Group - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetDestinationLists"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10030\",\r\n            \"resultDescription\": \"Get destination list failure\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"1589306497288\",\r\n        \"responseTimestamp\": \"12/05/2020 18:01:37\"\r\n    }\r\n}"},{"id":"2595cb02-4f8d-4194-b4cc-33115dcb0189","name":"Get Destination Group - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetDestinationLists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:41:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10029\",\n            \"resultDescription\": \"Get destination list success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"8\",\n                            \"operatorName\": \"Airtel india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40410,40495,40445\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ],\n                    \"destinationListName\": \"MVNEDEST1\",\n                    \"destinationListId\": \"76\"\n                },\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"8\",\n                            \"operatorName\": \"Airtel india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40410,40495,40445\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Vodafone india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40420,40486\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"3\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"1\",\n                            \"categoryGroupName\": \"OC1\",\n                            \"categoryGroupId\": \"1\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ],\n                    \"destinationListName\": \"MVNEDEST2\",\n                    \"destinationListId\": \"14\"\n                }\n            ]\n        },\n        \"responseId\": \"45988633192395342\",\n        \"responseTimestamp\": \"05/05/2020 12:41:29\"\n    }\n}"},{"id":"269297ef-c178-470b-af21-63f3d08ba2ac","name":"Destination Group - Success {TEST Destination }","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetDestinationLists"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\r\n\r\n{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10029\",\r\n            \"resultDescription\": \"Get destination list success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"tadigList\": [\r\n                        {\r\n                            \"tadigCode\": \"BELTB\",\r\n                            \"operatorId\": \"3\",\r\n                            \"operatorName\": \"Proximus\",\r\n                            \"category\": \"0\",\r\n                            \"categoryGroupName\": \"IR1\",\r\n                            \"categoryGroupId\": \"SP1903\",\r\n                            \"countryName\": \"Belgium\",\r\n                            \"mccMnc\": \"20601,206001\",\r\n                            \"barredUnbarredStatus\": \"0\",\r\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G\"\r\n                        }\r\n                    ],\r\n                    \"destinationListName\": \"TEST - test_palnDG1\",\r\n                    \"destinationListId\": \"2287\"\r\n                },\r\n                {\r\n                    \"tadigList\": [\r\n                        {\r\n                            \"tadigCode\": \"BELTB\",\r\n                            \"operatorId\": \"3\",\r\n                            \"operatorName\": \"Proximus\",\r\n                            \"category\": \"0\",\r\n                            \"categoryGroupName\": \"IR1\",\r\n                            \"categoryGroupId\": \"SP1903\",\r\n                            \"countryName\": \"Belgium\",\r\n                            \"mccMnc\": \"20601,206001\",\r\n                            \"barredUnbarredStatus\": \"0\",\r\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G\"\r\n                        }\r\n                    ],\r\n                    \"destinationListName\": \"TEST - testplan_DG\",\r\n                    \"destinationListId\": \"2288\"\r\n                },\r\n                {\r\n                    \"tadigList\": [\r\n                        {\r\n                            \"tadigCode\": \"INDSC\",\r\n                            \"operatorId\": \"8\",\r\n                            \"operatorName\": \"Airtel india\",\r\n                            \"category\": \"0\",\r\n                            \"categoryGroupName\": \"IR1\",\r\n                            \"categoryGroupId\": \"SP1903\",\r\n                            \"countryName\": \"India\",\r\n                            \"mccMnc\": \"40410,40445,40449,40495\",\r\n                            \"barredUnbarredStatus\": \"0\",\r\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G \"\r\n                        },\r\n                        {\r\n                            \"tadigCode\": \"INDHM\",\r\n                            \"operatorId\": \"7\",\r\n                            \"operatorName\": \"Vodafone india\",\r\n                            \"category\": \"0\",\r\n                            \"categoryGroupName\": \"IR1\",\r\n                            \"categoryGroupId\": \"SP1903\",\r\n                            \"countryName\": \"India\",\r\n                            \"mccMnc\": \"40446,40420,40486\",\r\n                            \"barredUnbarredStatus\": \"0\",\r\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M\"\r\n                        }\r\n                    ],\r\n                    \"destinationListName\": \"Custom_DG\",\r\n                    \"destinationListId\": \"2289\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"4245103012544745\",\r\n        \"responseTimestamp\": \"26/05/2021 19:18:48\"\r\n    }\r\n}"},{"id":"99568e7a-8d2e-4799-9fc3-556413522e2f","name":"Destination Group-Success {destinationListId}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetDestinationLists?destinationListId=7651","protocol":"https","host":["{{url}}"],"path":["api","GetDestinationLists"],"query":[{"key":"destinationListId","value":"7651"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"10029\",\r\n\t\t\t\"resultDescription\": \"Get destination list success\"\r\n\t\t},\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"responseParam\": {\r\n\t\t\t\"rows\": [{\r\n\t\t\t\t\"tadigList\": [{\r\n\t\t\t\t\t\"tadigCode\": \"UKRRS\",\r\n\t\t\t\t\t\"operatorId\": \"219\",\r\n\t\t\t\t\t\"operatorName\": \"URSBeeline\",\r\n\t\t\t\t\t\"category\": \"0\",\r\n\t\t\t\t\t\"categoryGroupName\": \"IR1\",\r\n\t\t\t\t\t\"categoryGroupId\": \"SP14073\",\r\n\t\t\t\t\t\"countryName\": \"Ukraine\",\r\n\t\t\t\t\t\"mccMnc\": \"25502\",\r\n\t\t\t\t\t\"barredUnbarredStatus\": \"0\",\r\n\t\t\t\t\t\"supportedNetworkTypes\": \"2G|3G\"\r\n\t\t\t\t}],\r\n\t\t\t\t\"destinationListName\": \"MVNEDEST76\",\r\n\t\t\t\t\"destinationListId\": \"7651\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"responseId\": \"24811687829079238\",\r\n\t\t\"responseTimestamp\": \"27/08/2021 18:06:19\"\r\n\t}\r\n}"},{"id":"d28336bf-d5fa-44ef-90af-859d4014bdfa","name":"Destination Group-Success {tadigCode}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetDestinationLists?tadigCode=BELTB","protocol":"https","host":["{{url}}"],"path":["api","GetDestinationLists"],"query":[{"key":"tadigCode","value":"BELTB"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"10029\",\r\n\t\t\t\"resultDescription\": \"Get destination list success\"\r\n\t\t},\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"responseParam\": {\r\n\t\t\t\"rows\": [\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\t\"destinationListName\": \"BICS_Automation_Account_utjg\",\r\n\t\t\t\t\t\"destinationListId\": \"8198\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t\"responseId\": \"24811728280792483\",\r\n\t\t\"responseTimestamp\": \"27/08/2021 18:06:59\"\r\n\t}\r\n}"},{"id":"71e7ee97-8631-4756-9c15-d1ec05393865","name":"Destination Group-Success {Supplier priority}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetDestinationLists"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"Response\": {\r\n    \"resultParam\": {\r\n      \"resultCode\": \"10029\",\r\n      \"resultDescription\": \"Get destination list success\"\r\n    },\r\n    \"resultCode\": \"0\",\r\n    \"responseParam\": {\r\n      \"rows\": [\r\n        {\r\n          \"tadigList\": [\r\n            {\r\n              \"tadigCode\": \"BELTB\",\r\n              \"operatorId\": \"3\",\r\n              \"operatorName\": \"Proximus\",\r\n              \"category\": \"0\",\r\n              \"categoryGroupName\": \"IR1\",\r\n              \"categoryGroupId\": \"SP1903\",\r\n              \"countryName\": \"Belgium\",\r\n              \"mccMnc\": \"20601,206001\",\r\n              \"barredUnbarredStatus\": \"0\",\r\n              \"supportedNetworkTypes\": \"2G|3G|4G|5G\",\r\n              \"supplierPriority\":\"1\"\r\n            }\r\n          ],\r\n          \"destinationListName\": \"TEST - test_palnDG1\",\r\n          \"destinationListId\": \"2287\"\r\n        },\r\n        {\r\n          \"tadigList\": [\r\n            {\r\n              \"tadigCode\": \"BELTB\",\r\n              \"operatorId\": \"3\",\r\n              \"operatorName\": \"Proximus\",\r\n              \"category\": \"0\",\r\n              \"categoryGroupName\": \"IR1\",\r\n              \"categoryGroupId\": \"SP1903\",\r\n              \"countryName\": \"Belgium\",\r\n              \"mccMnc\": \"20601,206001\",\r\n              \"barredUnbarredStatus\": \"0\",\r\n              \"supportedNetworkTypes\": \"2G|3G|4G|5G\",\r\n            }\r\n          ],\r\n          \"destinationListName\": \"TEST - testplan_DG\",\r\n          \"destinationListId\": \"2288\"\r\n        },\r\n        {\r\n          \"tadigList\": [\r\n            {\r\n              \"tadigCode\": \"INDSC\",\r\n              \"operatorId\": \"8\",\r\n              \"operatorName\": \"Airtel india\",\r\n              \"category\": \"0\",\r\n              \"categoryGroupName\": \"IR1\",\r\n              \"categoryGroupId\": \"SP1903\",\r\n              \"countryName\": \"India\",\r\n              \"mccMnc\": \"40410,40445,40449,40495\",\r\n              \"barredUnbarredStatus\": \"0\",\r\n              \"supportedNetworkTypes\": \"2G|3G|4G|5G \",\r\n              \"supplierPriority\":\"2\"\r\n            },\r\n            {\r\n              \"tadigCode\": \"INDHM\",\r\n              \"operatorId\": \"7\",\r\n              \"operatorName\": \"Vodafone india\",\r\n              \"category\": \"0\",\r\n              \"categoryGroupName\": \"IR1\",\r\n              \"categoryGroupId\": \"SP1903\",\r\n              \"countryName\": \"India\",\r\n              \"mccMnc\": \"40446,40420,40486\",\r\n              \"barredUnbarredStatus\": \"0\",\r\n              \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M\",\r\n              \"supplierPriority\":\"3\"\r\n            }\r\n          ],\r\n          \"destinationListName\": \"Custom_DG\",\r\n          \"destinationListId\": \"2289\"\r\n        }\r\n      ]\r\n    },\r\n    \"responseId\": \"4245103012544745\",\r\n    \"responseTimestamp\": \"26/05/2021 19:18:48\"\r\n  }\r\n}"},{"id":"19060365-e492-460f-803e-5f42eec4c5e7","name":"Destination Group-Success {destinationListOnly=TRUE}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetDestinationLists?destinationListOnly=TRUE","protocol":"https","host":["{{url}}"],"path":["api","GetDestinationLists"],"query":[{"key":"destinationListOnly","value":"TRUE"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10029\",\r\n            \"resultDescription\": \"Get destination list success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                \r\n                {\r\n                    \"destinationListName\": \"BICS_Automation_Account_utjg\",\r\n                    \"destinationListId\": \"8198\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"24811728280792483\",\r\n        \"responseTimestamp\": \"27/08/2021 18:06:59\"\r\n    }\r\n}\r\n\r\n"}],"_postman_id":"5f3bdd6d-7ff5-4832-a734-21c5f75d7d8d"},{"name":"Destination Group - Modify","event":[{"listen":"test","script":{"id":"e71866a4-734c-4127-a768-664c776a501c","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"2c00ffab-4b5f-4d11-8a6a-045829d21e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"14\",\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyDestinationGroup","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used for modifying destination group, It means adding or deleting tadig in destination group.</p>\n<p>Note: Using Get network list lookup API we can fetch attached network details from Reseller/Enterprise login. This details can be used for Modify Destination Group.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupinfo</td>\n<td>M</td>\n<td>Object of the destination group info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-destinationgroupinfo-parameters\">Input destinationGroupinfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupId</td>\n<td>M</td>\n<td>Destination group id</td>\n</tr>\n<tr>\n<td>addTadigCodeList</td>\n<td>CM</td>\n<td>List of tadig code to add in destination group  <br />NOTE - If a destination group is modified by adding an oprerator then the child Default roaming profile will automatically get added with the new operator.</td>\n</tr>\n<tr>\n<td>removeTadigCodeList</td>\n<td>CM</td>\n<td>List of tadig code to remove from destination group</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-addtadigcodelist-parameters\">Input addTadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>Tadig Code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removetadigcodelist-parameters\">Input removeTadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>Tadig Code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10034</td>\n<td>Modify destination group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10035</td>\n<td>Modify destination group failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10043</td>\n<td>Operator cannot be removed, as single operator is present in destination group</td>\n<td>Add one more operator to the same Destination Group and then remove the required operator</td>\n</tr>\n<tr>\n<td>10044</td>\n<td>Operator already exists in the list</td>\n<td></td>\n</tr>\n<tr>\n<td>10045</td>\n<td>Operator already exist in the destination group</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","modifyDestinationGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5d5daaf-e72a-4518-8e01-33b43898830a","name":"Modify Destination Group - Success - {Remove Operator}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"340\",\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:03:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10034\",\n            \"resultDescription\": \"Modify destination group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589306636698\",\n        \"responseTimestamp\": \"12/05/2020 18:03:58\"\n    }\n}"},{"id":"ddbc2d9e-1e09-4314-8916-2361c8866edf","name":"Modify Destination Group - Success - {Add Operator}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"340\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:05:34 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10034\",\n            \"resultDescription\": \"Modify destination group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589306732929\",\n        \"responseTimestamp\": \"12/05/2020 18:05:34\"\n    }\n}"},{"id":"83178aba-0346-49ab-a09e-41537bd509bb","name":"Modify Destination Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"14\",\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyDestinationGroup"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10035\",\n            \"resultDescription\": \"Modify destination group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"d0f02532-8512-45b8-95cb-f75223105b36","name":"Modify Destination Group - Failure - {Adding operator which is already present in DG}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"14\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}"},"url":"https://{{url}}/api/modifyDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:12:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"210"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10045\",\n            \"resultDescription\": \"Operator already exist in the destination group\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"f550db9f-234b-4c5f-b57c-aef2354dfa9d","name":"Modify Destination Group - Success - {Add and Remove Operators}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"14\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDHM\"\r\n         }\r\n      ],\r\n\t\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP1903\",\r\n            \"tadigCode\":\"INDSC\"\r\n         }\r\n      ]\r\n\r\n   }\r\n}"},"url":"https://{{url}}/api/modifyDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:11:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10034\",\n            \"resultDescription\": \"Modify destination group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589307086726\",\n        \"responseTimestamp\": \"12/05/2020 18:11:31\"\n    }\n}"}],"_postman_id":"2c00ffab-4b5f-4d11-8a6a-045829d21e49"},{"name":"Destination Group - Delete","event":[{"listen":"test","script":{"id":"d0b55bff-afce-4ee0-923f-db1e9b0184fc","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d0977913-baa5-47c4-b720-3514d6e55dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"342\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteDestinationGroup","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to delete destination group.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupinfo</td>\n<td>M</td>\n<td>Object of the Destination Group info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-destinationgroupinfo-parameters\">Input destinationGroupinfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupId</td>\n<td>M</td>\n<td>Destination group Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10036</td>\n<td>Delete destination group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10037</td>\n<td>Delete destination group failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10040</td>\n<td>Destination group already attached with plan</td>\n<td>Use GET Query Rate Plan to identify in which all Destination Group is used for plans or Delete the plan which is attached to the same Destination Group and then try delete Destination Group API</td>\n</tr>\n<tr>\n<td>10041</td>\n<td>Destination group already attached with ratezone</td>\n<td>Use GET Ratezone API  <br />to identify in which all Destination Group is used for Ratezones or Delete the ratezone which is attached to the same Destination Group and then try delete Destination Group API</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deleteDestinationGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f13b828-ff80-4d80-aeac-97919ba5aa91","name":"Delete Destination Group - Failure - {Destination group already attached with plan.}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"391\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 02:50:00 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10040\",\n            \"resultDescription\": \"Destination group already attached with plan\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1590461400566\",\n        \"responseTimestamp\": \"26/05/2020 02:50:00\"\n    }\n}"},{"id":"135fb23b-c689-4f11-a491-818b11321179","name":"Delete Destination Group - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"340\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteDestinationGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 18:13:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10036\",\n            \"resultDescription\": \"Delete destination group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589307197370\",\n        \"responseTimestamp\": \"12/05/2020 18:13:17\"\n    }\n}"},{"id":"72fc91fd-fed2-47e2-86c3-f5caccc7c71b","name":"Delete Destination Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"destinationGroupinfo\":{  \r\n      \"destinationGroupId\":\"342\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteDestinationGroup"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10037\",\n            \"resultDescription\": \"Delete destination group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"}],"_postman_id":"d0977913-baa5-47c4-b720-3514d6e55dad"}],"id":"7dff0183-1c28-43e2-be1b-a1a41cc7aa6b","event":[{"listen":"prerequest","script":{"id":"d44c4d63-4bda-45fe-a71b-6f0061e4c866","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10860f6f-74a0-4cbf-97f3-78241a7eeeff","type":"text/javascript","exec":[""]}}],"_postman_id":"7dff0183-1c28-43e2-be1b-a1a41cc7aa6b","description":""},{"name":"Roaming Profile","item":[{"name":"Roaming Profile - Create","event":[{"listen":"test","script":{"id":"b0d22108-3feb-4b4a-aa2a-706b7583d6a1","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"cc2db542-74c1-4201-b18e-9d508704a222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileName\":\"NewRoamingprofile\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         },\r\n                  {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"DEUD2\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createRoamingProfile","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Create Roaming Profile. Enterprise can only create roaming profile and later on it will be attached with endpoint.</p>\n<p>Note: Using Get network list lookup API we can fetch attached network details from Enterprise login. This details can be used for creation of Roaming profile.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileInfo</td>\n<td>M</td>\n<td>Object of the roaming profile info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-roamingprofileinfo-parameters\">Input roamingProfileInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileName</td>\n<td>M</td>\n<td>Roaming profile name</td>\n</tr>\n<tr>\n<td>tadigCodeList</td>\n<td>M</td>\n<td>List of tadig code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tadigcodelist-parameters\">Input tadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>Tadig Code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>O</td>\n<td>Roaming profile id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10017</td>\n<td>Create roaming profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>10018</td>\n<td>Create roaming profile failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","createRoamingProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4164f372-316e-4b1c-9dfb-7ffa92dd958e","name":" Create Roaming Profile - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileName\":\"NewRoamingprofile\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         },\r\n                  {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"DEUD2\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:43:36 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"217"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10017\",\n            \"resultDescription\": \"Create roaming profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1588686206401\",\n        \"responseTimestamp\": \"05/05/2020 13:43:37\",\n        \"roamingProfileId\": \"424\"\n    }\n}"},{"id":"634a4b1b-f2a8-42e0-8304-06ab6d6617cc","name":"Create Roaming Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileName\":\"NewRoamingprofile\",\r\n      \"tadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         },\r\n                  {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"DEUD2\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createRoamingProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10018\",\n            \"resultDescription\": \"Create roaming profile failure\"\n        }\n    }\n}"}],"_postman_id":"cc2db542-74c1-4201-b18e-9d508704a222"},{"name":"Roaming Profile","event":[{"listen":"test","script":{"id":"849a4bb4-cb3f-480a-86ef-6c873d1277ff","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"ac08c864-cbf1-41a9-8616-7a3cf78bfb23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to fetch Roaming profile information like Operators, TADIG codes, IP address list, GT list, Realm etc. Roaming profiles can then be attached to the endpoints to control in which visited networks they are allowed to roam.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileId</td>\n<td>O</td>\n<td>Roaming Profile Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of transaction result.  <br />Note: \"responsParam\" would be returned in case API response success”</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>Object of Roaming Profile</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-rows-parameters\">Output rows Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileName</td>\n<td>O</td>\n<td>Name of roaming profile</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>O</td>\n<td>ID of roaming profile</td>\n</tr>\n<tr>\n<td>tadigList</td>\n<td>M</td>\n<td>List of TADIGs</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tadiglist-parameter\">Output tadigList Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>O</td>\n<td>TADIG Code</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>O</td>\n<td>Id of Operator</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>O</td>\n<td>Name of Operator</td>\n</tr>\n<tr>\n<td>category</td>\n<td>O</td>\n<td>Category, it is a supplier category  <br />0 - IR  <br />1 - OC  <br />2 - Direct</td>\n</tr>\n<tr>\n<td>categoryGroupName</td>\n<td>O</td>\n<td>Reference to network relation</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>O</td>\n<td>Category Group ID</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Country Name</td>\n</tr>\n<tr>\n<td>mccMnc</td>\n<td>O</td>\n<td>MCC MNC</td>\n</tr>\n<tr>\n<td>barredUnbarredStatus</td>\n<td>O</td>\n<td>Barred Unbarred Status  <br />0 - Unbarred  <br />1 - barred</td>\n</tr>\n<tr>\n<td>supportedNetworkTypes</td>\n<td>O</td>\n<td>Network types supported by the network, separated by a pipe</td>\n</tr>\n<tr>\n<td>barredRATs</td>\n<td>M</td>\n<td>List of Barred Radio Access Technologies for that operator in that roaming profile.  <br />  <br />The possible values are {2G,3G,4G,NBIOT}</td>\n</tr>\n<tr>\n<td>supplierPriority</td>\n<td>O</td>\n<td>Determines the priority of a given network.  <br />Available values being 1, 2, and 3—where 1 is the highest priority.  <br />  <br />Additionally, the value \"B\" indicates that the Network-Sponsor should be used solely as bootstrap, meaning that this sponsor should only be used to download the preferred IMSI for the country  <br />  <br />This parameter is applicable only to customers using NextGenSIM and has no function for those without it.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10009</td>\n<td>Get roaming profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>10010</td>\n<td>Get roaming profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10031</td>\n<td>No Data Found</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetRoamingProfiles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0b0d1fcc-3174-4d25-b9c7-605ab250de1b","name":"Get Roaming Profile - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:34:55 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"487"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10009\",\n            \"resultDescription\": \"Get roaming profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"1\",\n                            \"categoryGroupName\": \"OC1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\",\n                            \"barredRATs\": \"2G\"\n                            \n                        }\n                    ],\n                    \"roamingProfileId\": \"3198\",\n                    \"roamingProfileName\": \"DEFAULT\"\n                },\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"3\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"1\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\",\n                            \"barredRATs\": \"_\"\n                        }\n                    ],\n                    \"roamingProfileId\": \"3199\",\n                    \"roamingProfileName\": \"TEST\"\n                }\n            ]\n        },\n        \"responseId\": \"97355000109057887\",\n        \"responseTimestamp\": \"21/01/2022 07:59:35\"\n    }\n}"},{"id":"1a59f676-c1e3-4c58-a9ee-8524b83e4be5","name":"Get Roaming Profile - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10010\",\n            \"resultDescription\": \"Get roaming profile failure\"\n        }\n    }\n}"},{"id":"e68bba79-65bb-4640-9ebd-7a910962c606","name":"Get Roaming Profile - Failure - {Insufficient Privilege}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:32:59 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10002\",\n            \"resultDescription\": \"Insufficient privilege\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"45991722886529405\",\n        \"responseTimestamp\": \"05/05/2020 13:32:59\"\n    }\n}"},{"id":"c0bd96e7-151c-4e21-8140-f11e7eb24a30","name":"Get Roaming Profile - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetRoamingProfiles?roamingProfileId=375","protocol":"https","host":["{{url}}"],"path":["api","GetRoamingProfiles"],"query":[{"key":"roamingProfileId","value":"375"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Jun 2020 17:10:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"749"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10009\",\n            \"resultDescription\": \"Get roaming profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"FRAF1\",\n                            \"operatorId\": \"10\",\n                            \"operatorName\": \"Orange\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"mccMnc\": \"20802,20801\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\",\n                            \"barredRATs\": \"2G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF2\",\n                            \"operatorId\": \"11\",\n                            \"operatorName\": \"Societe Francaise du Radiotelephone -SFR sa\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"mccMnc\": \"20809,20810,20813,20811\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\",\n                            \"barredRATs\": \"_\"\n                        \n                        }\n                    ],\n                    \"roamingProfileId\": \"375\",\n                    \"roamingProfileName\": \"FranceRP\"\n                }\n            ]\n        },\n        \"responseId\": \"47362432103359115\",\n        \"responseTimestamp\": \"21/06/2020 17:10:05\"\n    }\n}"},{"id":"de9bcf9d-f9c8-42ae-8886-cd8c94573ea5","name":"GET Roaming Profile - Success  (Test Roaming Profile)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10009\",\n            \"resultDescription\": \"Get roaming profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Vodafone india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40446,40420,40486\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"2G\"\n                        },\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"3\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601,206001\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        },\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"8\",\n                            \"operatorName\": \"Airtel india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40410,40445,40495,40449\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        }\n                    ],\n                    \"roamingProfileId\": \"2215\",\n                    \"roamingProfileName\": \"DEFAULT\"\n                },\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"8\",\n                            \"operatorName\": \"Airtel india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40410,40445,40495,40449\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        },\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Vodafone india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40446,40420,40486\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        },\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"3\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601,206001\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        }\n                    ],\n                    \"roamingProfileId\": \"2216\",\n                    \"roamingProfileName\": \"TEST\"\n                },\n                {\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Vodafone india\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"India\",\n                            \"mccMnc\": \"40446,40420,40486\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"_\"\n                        },\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"3\",\n                            \"operatorName\": \"Proximus\",\n                            \"category\": \"0\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP1903\",\n                            \"countryName\": \"Belgium\",\n                            \"mccMnc\": \"20601,206001\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT|LTE-M \",\n                            \"barredRATs\": \"2G\"\n                        }\n                    ],\n                    \"roamingProfileId\": \"2257\",\n                    \"roamingProfileName\": \"Custom_Roaming_Profile\"\n                }\n            ]\n        },\n        \"responseId\": \"4220523436520834\",\n        \"responseTimestamp\": \"26/05/2021 12:29:09\"\n    }\n}"},{"id":"c53721bf-d809-4678-9957-c31242daeae3","name":"GET Roaming Profile - Success  (Supplier priority)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRoamingProfiles"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"resultParam\": {\n      \"resultCode\": \"10009\",\n      \"resultDescription\": \"Get roaming profile success\"\n    },\n    \"resultCode\": \"0\",\n    \"responseParam\": {\n      \"rows\": [\n        {\n          \"tadigList\": [\n            {\n              \"tadigCode\": \"BELTB\",\n              \"operatorId\": \"7\",\n              \"operatorName\": \"Proximus\",\n              \"category\": \"1\",\n              \"categoryGroupName\": \"OC1\",\n              \"categoryGroupId\": \"SP848\",\n              \"countryName\": \"Belgium\",\n              \"mccMnc\": \"20601\",\n              \"barredUnbarredStatus\": \"0\",\n              \"supportedNetworkTypes\": \"2G|3G|4G\",\n              \"barredRATs\": \"2G\",\n               \"supplierPriority\":\"3\"\n            }\n          ],\n          \"roamingProfileId\": \"3198\",\n          \"roamingProfileName\": \"DEFAULT\"\n        },\n        {\n          \"tadigList\": [\n            {\n              \"tadigCode\": \"BELTB\",\n              \"operatorId\": \"3\",\n              \"operatorName\": \"Proximus\",\n              \"category\": \"1\",\n              \"categoryGroupName\": \"IR1\",\n              \"categoryGroupId\": \"SP848\",\n              \"countryName\": \"Belgium\",\n              \"mccMnc\": \"20601\",\n              \"barredUnbarredStatus\": \"0\",\n              \"supportedNetworkTypes\": \"2G|3G|4G\",\n              \"barredRATs\": \"_\",\n              \"supplierPriority\":\"B\"\n            }\n          ],\n          \"roamingProfileId\": \"3199\",\n          \"roamingProfileName\": \"TEST\"\n        }\n      ]\n    },\n    \"responseId\": \"97355000109057887\",\n    \"responseTimestamp\": \"21/01/2022 07:59:35\"\n  }\n}"}],"_postman_id":"ac08c864-cbf1-41a9-8616-7a3cf78bfb23"},{"name":"Roaming Profile - Modify","event":[{"listen":"test","script":{"id":"d235e575-7246-4f48-9096-43c3d40229bc","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"0fc0c738-d7a1-4720-8c0b-9a1dbe0c4712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileId\":\"424\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         }\r\n      ],\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"ESPRT\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyRoamingProfile","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used for modifying roaming profile, It means adding or deleting TADIG in roaming profile.</p>\n<p>Note: Using Get network list lookup API we can fetch attached network details from Enterprise login. This details can be used for Modify Roaming profile.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileInfo</td>\n<td>M</td>\n<td>Object of the roaming profile info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-roamingprofileinfo-parameters\">Input roamingProfileInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileId</td>\n<td>M</td>\n<td>Roaming profile id</td>\n</tr>\n<tr>\n<td>addTadigCodeList</td>\n<td>CM</td>\n<td>List of tadig code to add in roaming profile  <br /><strong>NOTE</strong>: For OEM enabled Accounts addition of tadig code for TEST roaming profile is restricted.</td>\n</tr>\n<tr>\n<td>removeTadigCodeList</td>\n<td>CM</td>\n<td>List of tadig code to remove from roaming profile  <br /><strong>NOTE</strong>: For OEM enabled Accounts deletion of tadig code for TEST roaming profile is restricted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-addtadigcodelist-parameters\">Input addTadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>TADIG Code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-remove-tadigcodelist-parameters\">Input remove TadigCodeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group Id, it is a supplier id</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>TADIG Code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10019</td>\n<td>Modify roaming profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>10020</td>\n<td>Modify roaming profile failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Insufficient privilege</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","modifyRoamingProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"50b95a4b-0f88-4bc7-9ce0-f62e808987fd","name":"Modify Roaming Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileId\":\"424\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         }\r\n      ],\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"ESPRT\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyRoamingProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10020\",\n            \"resultDescription\": \"Modify roaming profile failure\"\n        }\n    }\n}"},{"id":"3a47e288-71ac-4ee9-b981-1ba298764bc0","name":"Modify Roaming Profile - Failure  {TEST roaming profile}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"roamingProfileInfo\": {\r\n        \"roamingProfileId\": \"7384\",\r\n        \"removeTadigCodeList\": [\r\n            {\r\n                \"categoryGroupId\": \"SP1903\",\r\n                \"tadigCode\": \"CHEDX\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyRoamingProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10103\",\n            \"resultDescription\": \"Insufficient privilege\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1609328098757\",\n        \"responseTimestamp\": \"30/12/2020 11:34:58\"\n    }\n}"},{"id":"45267b17-f380-41f9-9639-cbfd1c6e0ad6","name":"Modify Roaming Profile - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"roamingProfileInfo\":{  \r\n      \"roamingProfileId\":\"424\",\r\n      \"addTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"NLDPN\"\r\n         }\r\n      ],\r\n\r\n      \"removeTadigCodeList\":[  \r\n         {  \r\n            \"categoryGroupId\":\"SP848\",\r\n            \"tadigCode\":\"ESPRT\"\r\n         }\r\n      ]\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:49:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"192"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10019\",\n            \"resultDescription\": \"Modify roaming profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1588686562060\",\n        \"responseTimestamp\": \"05/05/2020 13:49:43\"\n    }\n}"}],"_postman_id":"0fc0c738-d7a1-4720-8c0b-9a1dbe0c4712"},{"name":"Roaming Profile - Delete","event":[{"listen":"test","script":{"id":"b0d22108-3feb-4b4a-aa2a-706b7583d6a1","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"a461c2ae-715b-441e-9e09-d81f9eecc87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"roamingProfileId\": \"8891\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteRoamingProfile","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to delete an existing Roaming Profile for the account.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-roamingprofileinfo-parameters\">Input roamingProfileInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileId</td>\n<td>M</td>\n<td>The Id of the roaming Profile you want to delete. You can use \"GETRoaming Profile \" to find the value of the roamingProfileId.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10127</td>\n<td>Delete Roaming Profile is not allowed. Roaming profile is assigned to the following plans listed below.</td>\n<td></td>\n</tr>\n<tr>\n<td>10128</td>\n<td>Delete roaming profile SUCCESS</td>\n<td></td>\n</tr>\n<tr>\n<td>10129</td>\n<td>Delete roaming profile FAILURE</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deleteRoamingProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"206a78a8-1b18-4819-9591-a19440b16ece","name":"Delete Roaming Profile - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"roamingProfileId\": \"8788\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:43:36 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"217"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10128\",\n            \"resultDescription\": \"Delete roaming profile SUCCESS\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"8046020768876520\",\n        \"responseTimestamp\": \"18/05/2022 16:36:24\"\n    }\n}"},{"id":"4cb3a6af-1cc6-4dc1-a06c-71ca002e85a9","name":"Delete Roaming Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"roamingProfileId\": \"8891\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteRoamingProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10129\",\n            \"resultDescription\": \"Delete roaming profile FAILURE\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"8046415016700862\",\n        \"responseTimestamp\": \"18/05/2022 16:43:01\"\n    }\n}"},{"id":"5e8bf1e9-b39b-4fb7-bd3d-f380c70c4d36","name":"Delete Roaming Profile - Failure{\"Delete Roaming Profile is not allowed. Roaming profile should not be assigned to any plan.\"}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"roamingProfileId\": \"8788\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:43:36 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"217"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10127\",\n            \"resultDescription\": \"Delete Roaming Profile is not allowed.Roaming profile is assigned to the following plans listed below.\"\n        },\n        \"plan\": [\n            {\n                \"planId\": \"567561\",\n                \"planName\": \"MVNE_POSTPAID_PLAN\",\n                \"planTypeName\": \"Postpaid\"\n            },\n            {\n                \"planId\": \"567562\",\n                \"planName\": \"MVNE_PREPAID PLAN\",\n                \"planTypeName\": \"Prepaid\"\n            }\n        ],\n        \"resultCode\": \"1\",\n        \"responseId\": \"8045937618808058\",\n        \"responseTimestamp\": \"18/05/2022 16:35:01\"\n    }\n}"}],"_postman_id":"a461c2ae-715b-441e-9e09-d81f9eecc87a"}],"id":"f1ed0d48-6dda-496a-94d9-f80e0da0e281","event":[{"listen":"prerequest","script":{"id":"57374cea-e2a9-420d-9707-8b2a7824e61a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"32f3299a-747c-4eff-b054-acc75ec8755c","type":"text/javascript","exec":[""]}}],"_postman_id":"f1ed0d48-6dda-496a-94d9-f80e0da0e281","description":""},{"name":"Ratezone","item":[{"name":"Ratezone - Create","event":[{"listen":"test","script":{"id":"052312f6-17de-4c89-bc56-3142b43f4115","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"eeaf50e3-879d-47ec-8821-54a2f3ed20ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"NewRateZone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"8\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Create Rate Zone. MVNE, MVNO, Reseller and Enterprise can create Rate Zone. Only 1 rate zone can be created per API call.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n<tr>\n<td>ratezoneDetails</td>\n<td>M</td>\n<td>Rate Zone Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-ratezonedetails-parameters\">Input ratezoneDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Rate Zone Name</td>\n</tr>\n<tr>\n<td>destGroupId</td>\n<td>M</td>\n<td>DestinationListId or Destination Group Id from which ratezone should be derived</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>M</td>\n<td>Rate Zone Status  <br />1-Active  <br />0-Inactive</td>\n</tr>\n<tr>\n<td>operatorIdList</td>\n<td>M</td>\n<td>List of operator details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-operatoridlist-parameters\">Input operatorIdList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operatorId</td>\n<td>M</td>\n<td>Operator Id</td>\n</tr>\n<tr>\n<td>sponsorId</td>\n<td>M</td>\n<td>categoryGroupId or Sponsor id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>rateZoneId</td>\n<td>O</td>\n<td>Rate Zone Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1208</td>\n<td>Duplicate ratezone name</td>\n<td></td>\n</tr>\n<tr>\n<td>1209</td>\n<td>Create ratezone success</td>\n<td></td>\n</tr>\n<tr>\n<td>1210</td>\n<td>Create ratezone failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1369</td>\n<td>Ratezone already exists for these operators</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateRateZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15ceebfc-6281-4e6a-af4a-317f4a4a42f9","name":"Create Ratezone - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"NewRateZone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"8\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1210\",\n            \"resultDescription\": \"Create ratezone failure\"\n        }\n    }\n}"},{"id":"68792fb0-5d31-42f1-a106-5e1084ed61b3","name":"Create RateZone Failure - {Duplicate ratezone name}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"NewRateZone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"7\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               },\r\n               {  \r\n                  \"operatorId\":\"7\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 May 2020 04:54:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45874229406551998\",\n        \"responseTimestamp\": \"04/05/2020 04:54:47\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1208\",\n            \"resultDescription\": \"Duplicate ratezone name\"\n        }\n    }\n}"},{"id":"cebb5967-22f5-4cdb-ad08-238bc4107597","name":"Create Ratezone Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"NewRateZone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"7\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 May 2020 04:11:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"208"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45871645620626203\",\n        \"responseTimestamp\": \"04/05/2020 04:11:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1209\",\n            \"resultDescription\": \"Create ratezone success\"\n        },\n        \"rateZoneId\": \"5183\"\n    }\n}"},{"id":"75e92bb0-c62e-4c64-b898-266c85d2ffe7","name":"Create RateZone Failure - {Duplicate operator}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"New Rate Zone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"7\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               },\r\n               {  \r\n                  \"operatorId\":\"7\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 May 2020 04:55:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"183"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45874298512280013\",\n        \"responseTimestamp\": \"04/05/2020 04:55:56\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1415\",\n            \"resultDescription\": \"Duplicate operator\"\n        }\n    }\n}"},{"id":"98717387-5d24-4bcf-96be-d7db524b90ed","name":"Create Ratezone Failure - {Ratezone already exists for these operators}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"name\":\"NewRateZone\",\r\n            \"destGroupId\":\"14\",\r\n            \"status\":\"1\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"8\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/CreateRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 May 2020 04:00:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"208"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45870970688123690\",\n        \"responseTimestamp\": \"04/05/2020 04:00:29\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1369\",\n            \"resultDescription\": \"Ratezone already exists for these operators\"\n        }\n    }\n}"}],"_postman_id":"eeaf50e3-879d-47ec-8821-54a2f3ed20ea"},{"name":"Ratezone","event":[{"listen":"test","script":{"id":"2b50abeb-9ef1-4f3c-aad0-e2cd3d63b120","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"534582f5-683c-45f3-a756-13fbdcdea214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRateZone","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the rate zone details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destGroupId</td>\n<td>O</td>\n<td>Destination Group Id</td>\n</tr>\n<tr>\n<td>tadig</td>\n<td>O</td>\n<td>Tadig Code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Rate Zone Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rateZoneList</td>\n<td>O</td>\n<td>Object of the Rate Zone</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-ratezonelist-parameters\">Output rateZoneList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Rate Zone Name</td>\n</tr>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Rate Zone</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Rate Zone Possible Values:  <br />0 – Inactive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>destGroupId</td>\n<td>O</td>\n<td>Destination Group Id</td>\n</tr>\n<tr>\n<td>operatorIdList</td>\n<td>O</td>\n<td>List of operators</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-operatoridlist-parameters\">Output operatorIdList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operatorId</td>\n<td>O</td>\n<td>Operator Id</td>\n</tr>\n<tr>\n<td>sponsorId</td>\n<td>O</td>\n<td>Sponsor Id</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>O</td>\n<td>Operator Name</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>O</td>\n<td>Category, it is a supplier category  <br />0 - IR  <br />1 - OC  <br />2 - Direct</td>\n</tr>\n<tr>\n<td>tadig</td>\n<td>O</td>\n<td>Tadig Code</td>\n</tr>\n<tr>\n<td>sponsorName</td>\n<td>O</td>\n<td>Sponsor Name</td>\n</tr>\n<tr>\n<td>countryId</td>\n<td>O</td>\n<td>Country Id</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Country Name</td>\n</tr>\n<tr>\n<td>supportedNetworkTypes</td>\n<td>O</td>\n<td>Network types supported by the network, separated by a pipe</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1211</td>\n<td>Get ratezone success</td>\n<td></td>\n</tr>\n<tr>\n<td>1212</td>\n<td>Get ratezone failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetRateZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5b1b0c4-5016-4ec5-8ec6-2f15d5d963c0","name":"Get Ratezone - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRateZone"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1212\",\n            \"resultDescription\": \"Get ratezone failure\"\n        }\n    }\n}"},{"id":"afc0ad03-ef9f-41bc-896c-74266a989c20","name":"Get Ratezone - Success - {Specific Destination Group}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetRateZone?destGroupId=14","protocol":"https","host":["{{url}}"],"path":["api","GetRateZone"],"query":[{"key":"destGroupId","value":"14"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45304110421127583\",\n        \"responseTimestamp\": \"27/04/2020 02:32:48\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1211\",\n            \"resultDescription\": \"Get ratezone success\"\n        },\n        \"responseParam\": {\n            \"rateZoneList\": [\n                {\n                    \"id\": \"4985\",\n                    \"name\": \"Ent_RZ_India\",\n                    \"status\": \"1\",\n                    \"destGroupId\": \"14\",\n                    \"operatorIdList\": [\n                        {\n                            \"operatorId\": \"8\",\n                            \"sponsorId\": \"SP1903\",\n                            \"operatorName\": \"Airtel india\",\n                            \"categoryId\": \"0\",\n                            \"tadig\": \"INDSC\",\n                            \"sponsorName\": \"IR1\",\n                            \"countryId\": \"96\",\n                            \"countryName\": \"India\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"4986\",\n                    \"name\": \"Ent_RZ_Belgium\",\n                    \"status\": \"1\",\n                    \"destGroupId\": \"14\",\n                    \"operatorIdList\": [\n                        {\n                            \"operatorId\": \"3\",\n                            \"sponsorId\": \"1\",\n                            \"operatorName\": \"Proximus\",\n                            \"categoryId\": \"1\",\n                            \"tadig\": \"BELTB\",\n                            \"sponsorName\": \"OC1\",\n                            \"countryId\": \"22\",\n                            \"countryName\": \"Belgium\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"0c7a553b-d64f-4eee-ac7d-1477423afb79","name":"Get Ratezone - Success - {Specific TADIG}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetRateZone?tadig=BELTB","protocol":"https","host":["{{url}}"],"path":["api","GetRateZone"],"query":[{"key":"tadig","value":"BELTB"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45304110421127583\",\n        \"responseTimestamp\": \"27/04/2020 02:32:48\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1211\",\n            \"resultDescription\": \"Get ratezone success\"\n        },\n        \"responseParam\": {\n            \"rateZoneList\": [\n                {\n                    \"id\": \"4986\",\n                    \"name\": \"Ent_RZ_Belgium\",\n                    \"status\": \"1\",\n                    \"destGroupId\": \"14\",\n                    \"operatorIdList\": [\n                        {\n                            \"operatorId\": \"3\",\n                            \"sponsorId\": \"1\",\n                            \"operatorName\": \"Proximus\",\n                            \"categoryId\": \"1\",\n                            \"tadig\": \"BELTB\",\n                            \"sponsorName\": \"OC1\",\n                            \"countryId\": \"22\",\n                            \"countryName\": \"Belgium\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"9f3e8464-1b34-4ae0-bc84-e89acbb6c233","name":"Get Ratezone - Success - {All}","originalRequest":{"method":"GET","header":[],"url":"https://{{url}}/api/GetRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":"Options that are desired for the connection"},{"key":"content-length","value":"728","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Mon, 27 Apr 2020 14:32:48 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45304110421127583\",\n        \"responseTimestamp\": \"27/04/2020 02:32:48\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1211\",\n            \"resultDescription\": \"Get ratezone success\"\n        },\n        \"responseParam\": {\n            \"rateZoneList\": [\n                {\n                    \"id\": \"4985\",\n                    \"name\": \"Ent_RZ_India\",\n                    \"status\": \"1\",\n                    \"destGroupId\": \"14\",\n                    \"operatorIdList\": [\n                        {\n                            \"operatorId\": \"8\",\n                            \"sponsorId\": \"SP1903\",\n                            \"operatorName\": \"Airtel india\",\n                            \"categoryId\": \"0\",\n                            \"tadig\": \"INDSC\",\n                            \"sponsorName\": \"IR1\",\n                            \"countryId\": \"96\",\n                            \"countryName\": \"India\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"4986\",\n                    \"name\": \"Ent_RZ_Belgium\",\n                    \"status\": \"1\",\n                    \"destGroupId\": \"14\",\n                    \"operatorIdList\": [\n                        {\n                            \"operatorId\": \"3\",\n                            \"sponsorId\": \"1\",\n                            \"operatorName\": \"Proximus\",\n                            \"categoryId\": \"1\",\n                            \"tadig\": \"BELTB\",\n                            \"sponsorName\": \"OC1\",\n                            \"countryId\": \"22\",\n                            \"countryName\": \"Belgium\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"534582f5-683c-45f3-a756-13fbdcdea214"},{"name":"Ratezone - Modify","event":[{"listen":"test","script":{"id":"b43c478d-b454-4b37-a4d7-dd8ea4772fff","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"59d0cfd7-54e3-40bd-90d3-47838dd0ea63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"id\":\"5183\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"3\",\r\n                  \"sponsorId\":\"1\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyRateZone","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Modify Rate Zone.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n<tr>\n<td>ratezoneDetails</td>\n<td>M</td>\n<td>Rate Zone Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-ratezonedetails-parameters\">Input ratezoneDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>M</td>\n<td>Rate Zone Id</td>\n</tr>\n<tr>\n<td>operatorIdList</td>\n<td>O</td>\n<td>List of operators to be added</td>\n</tr>\n<tr>\n<td>removeOperatorIdList</td>\n<td>O</td>\n<td>List of operators to be removed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-operatoridlist-parameters\">Input operatorIdList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operatorId</td>\n<td>M</td>\n<td>Operator Id</td>\n</tr>\n<tr>\n<td>sponsorId</td>\n<td>M</td>\n<td>Sponsor Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removeoperatoridlist-parameters\">Input removeOperatorIdList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operatorId</td>\n<td>M</td>\n<td>Operator Id</td>\n</tr>\n<tr>\n<td>sponsorId</td>\n<td>M</td>\n<td>Sponsor Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1224</td>\n<td>Modify ratezone success</td>\n<td></td>\n</tr>\n<tr>\n<td>1225</td>\n<td>Modify ratezone failure</td>\n<td></td>\n</tr>\n<tr>\n<td>8213</td>\n<td>Invalid ratezone</td>\n<td></td>\n</tr>\n<tr>\n<td>8211</td>\n<td>Ratezone already linked to rateplan tariffs</td>\n<td></td>\n</tr>\n<tr>\n<td>8233</td>\n<td>Ratezone already attached with benefit</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ModifyRateZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d086ffd5-9567-40ac-a469-4fd35b4c8a0a","name":"Modify Ratezone Success - {Remove Operator}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"id\":\"5196\",\r\n            \"removeOperatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"8\",\r\n                  \"sponsorId\":\"SP1903\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:57:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45989583402235349\",\n        \"responseTimestamp\": \"05/05/2020 12:57:21\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1224\",\n            \"resultDescription\": \"Modify ratezone success\"\n        }\n    }\n}"},{"id":"13e9e593-88b1-4558-98e7-4ee27d7c0666","name":"Modify Ratezone Success - {operatorIdList}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"id\":\"5183\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"3\",\r\n                  \"sponsorId\":\"1\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:30:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45987983801056212\",\n        \"responseTimestamp\": \"05/05/2020 12:30:42\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1224\",\n            \"resultDescription\": \"Modify ratezone success\"\n        }\n    }\n}"},{"id":"de8acbbc-1d2f-439e-afd5-0bc42097722c","name":"Modify Ratezone - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"ratezoneDetails\":{  \r\n            \"id\":\"5183\",\r\n            \"operatorIdList\":[  \r\n               {  \r\n                  \"operatorId\":\"3\",\r\n                  \"sponsorId\":\"1\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyRateZone"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1225\",\n            \"resultDescription\": \"Modify ratezone failure\"\n        }\n    }\n}"}],"_postman_id":"59d0cfd7-54e3-40bd-90d3-47838dd0ea63"},{"name":"Ratezone - Delete","event":[{"listen":"test","script":{"id":"bf4e3ae3-64e7-466b-8112-53eac2698be3","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"b48e74aa-b640-44c7-b53c-91d6d83a15e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"rateZoneId\":\"4985\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeleteRateZone","description":"<h2 id=\"description\">Description</h2>\n<p>Delete Rate Zone API will be used to delete existing Rate Zone.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters-1\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rateZoneId</td>\n<td>M</td>\n<td>Rate Zone Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1222</td>\n<td>Delete ratezone success</td>\n<td></td>\n</tr>\n<tr>\n<td>1223</td>\n<td>Delete ratezone failure</td>\n<td></td>\n</tr>\n<tr>\n<td>8211</td>\n<td>Ratezone already linked to rateplan tariffs</td>\n<td>Delete the plan which is attached to the Ratezone and then try Service profile deletion</td>\n</tr>\n<tr>\n<td>8213</td>\n<td>Invalid ratezone</td>\n<td></td>\n</tr>\n<tr>\n<td>8233</td>\n<td>Ratezone already attached with benefit</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeleteRateZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"80a4fcd1-37af-4dc1-bd2d-701505c15d7c","name":"Delete Ratezone - Failure {Ratezone already linked to rateplan tariffs}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"rateZoneId\":\"4985\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeleteRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:44:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"208"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45988835890878835\",\n        \"responseTimestamp\": \"05/05/2020 12:44:54\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8211\",\n            \"resultDescription\": \"Ratezone already linked to rateplan tariffs\"\n        }\n    }\n}"},{"id":"6d26d9df-daf1-468a-9f85-dc613b224768","name":"Delete Ratezone - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"rateZoneId\":\"4985\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeleteRateZone"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1223\",\n            \"resultDescription\": \"Delete ratezone failure\"\n        }\n    }\n}"},{"id":"703e1ea5-875c-4b46-a0f6-a306ca513e83","name":"Delete Ratezone - Failure - {Rate zone already attached with benefit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"rateZoneId\":\"5253\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeleteRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 03:08:02 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"204"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"47768624431666721\",\n        \"responseTimestamp\": \"26/05/2020 03:08:02\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8233\",\n            \"resultDescription\": \"Ratezone already attached with benefit\"\n        }\n    }\n}"},{"id":"14011491-4dd3-4567-8057-0bc78d30848e","name":"Delete Ratezone - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"rateZoneId\":\"5195\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeleteRateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:43:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45988766536818744\",\n        \"responseTimestamp\": \"05/05/2020 12:43:44\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1222\",\n            \"resultDescription\": \"Delete ratezone success\"\n        }\n    }\n}"}],"_postman_id":"b48e74aa-b640-44c7-b53c-91d6d83a15e2"}],"id":"a5766219-c9b8-4b0a-8b62-67415ddd2990","event":[{"listen":"prerequest","script":{"id":"73652427-59fa-48ec-9beb-94d93925dac1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b7888da-ff9a-4ada-90a0-5859d3301059","type":"text/javascript","exec":[""]}}],"_postman_id":"a5766219-c9b8-4b0a-8b62-67415ddd2990","description":""},{"name":"Tariff","item":[{"name":"Tariff - Create","event":[{"listen":"test","script":{"id":"225a4ece-19c6-4a2f-984c-a27230e08170","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"a031ebb4-c8d2-4c4f-9edb-8a90eee0f2c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"4\",\r\n            \"currencyId\":\"44\",\r\n            \"name\":\"NewTariffSMS_MO\",\r\n            \"ppu\":\"10\",\r\n            \"pulse\":\"10\",\r\n            \"unitType\":\"COUNT\",\r\n            \"rateZone\":\"5211|5213\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateTariff","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Create Tariff.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Tariff Name</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>M</td>\n<td>Service Id  <br />2 - SMS_MO  <br />3 - SMS_MT  <br />4 - DATA  <br />5 - NB-IOT</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>CM</td>\n<td>Currency Id, for enterprise this field is not required and will fetch from parent currency</td>\n</tr>\n<tr>\n<td>ratingGroup</td>\n<td>CM</td>\n<td>Rating Group Id, For data tariff, For NBIOT tariff,RatingGroup is mandatory  <br />3 – RG-Redirect  <br />5 – Default</td>\n</tr>\n<tr>\n<td>ppu</td>\n<td>M</td>\n<td>Price per unit and this would be used while charging. Ex. If we have given pulse 1 and unit type MB and Price Per Unit 2 then for 1MB 2euro would be charged  <br />  <br />This field is applicable for price against originating rate zone criteria.</td>\n</tr>\n<tr>\n<td>pulse</td>\n<td>M</td>\n<td>Pulse. Pulse and unit type is coupled with each other. Ex. If we have given Pulse as 1 and unit type is MB, then charging will be 1MB pulse  <br />  <br />In case of SMS tariff scenario, pulse value must be 1. If pulse is set to another value in the API request, platform will still set it to 1</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>M</td>\n<td>Unit Type (COUNT for MT-SMS &amp; MO-SMS and MB or KB for Data)</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>CM</td>\n<td>Rate Zone Id - For multiple rate zones, values should be pipe separated For data and nbiot it is mandatory</td>\n</tr>\n<tr>\n<td>p2pOffnetSms</td>\n<td>CM</td>\n<td>- true / false  <br />false: P2P OFF-NET SMS is Not allowed  <br />true: P2P OFF-NET SMS is allowed and ppuDestCriteria must be provided  <br />  <br />- This field becomes mandatory only for P2P SMS Tariff Creation, and valid only if serviceId = 2 (SMS-MO) and rate zone is provided.  <br />- If not provided, default value is False  <br />- This flag must be set to true in order to set a price in ppuDestCriteria.</td>\n</tr>\n<tr>\n<td>ppuDestCriteria</td>\n<td>CM</td>\n<td>This field is only applicable for SMS scenarios and related to additional price when SMS is sent to external B-Party subscribers.  <br />  <br />ppuDestCriteria i.e. pulse per unit destination is price per SMS for offnet scenarios. Ex. this price is applicable for offnet SMS on top of ppu set in earlier fields. Hence totatl price for offnet SMS = ppu + ppuDestCriteria  <br />  <br />ppuDest i.e. pulse per unit against destination criteria. This is mandatory when \"p2pOffnetSms\" is true.</td>\n</tr>\n<tr>\n<td>minSessionFee</td>\n<td>O</td>\n<td>Minimum Session Fee, applicable only for serviceId=4(Data) in Enterprise level  <br />NOTE: minSessionFee is not available for NB-IOT service</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>tariffId</td>\n<td>O</td>\n<td>Tariff Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7013</td>\n<td>Create tariff success</td>\n<td></td>\n</tr>\n<tr>\n<td>7014</td>\n<td>Create tariff failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateTariff"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1ca355f1-1c48-45b0-a4d5-eac7d312fcef","name":"Create Tariff - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"4\",\r\n            \"currencyId\":\"44\",\r\n            \"name\":\"NewTariffSMS_MO\",\r\n            \"ppu\":\"10\",\r\n            \"pulse\":\"10\",\r\n            \"unitType\":\"COUNT\",\r\n            \"rateZone\":\"5211|5213\"\r\n         }\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7014\",\n            \"resultDescription\": \"Create tariff failure\"\n        }\n    }\n}"},{"id":"415e4fc3-1b00-4fcc-bc07-1c24d0c9abc7","name":"Create Tariff - Success - {SMS-MO}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"2\",\r\n            \"currencyId\":\"44\",\r\n            \"name\":\"NewTariffSMS_MO\",\r\n            \"ppu\":\"1\",\r\n            \"pulse\":\"1\",\r\n            \"unitType\":\"COUNT\",\r\n            \"rateZone\":\"5211|5213\",\r\n            \"p2pOffnetSms\":\"true\",\r\n            \"ppuDestCriteria\":\"3\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 19:13:25 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"205"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46616946948486278\",\n        \"responseTimestamp\": \"2020-05-12 19:13:25\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7013\",\n            \"resultDescription\": \"Create tariff success\"\n        },\n        \"tariffId\": \"12731\"\n    }\n}"},{"id":"b95cfa85-20bc-484a-a0b5-1f59d6273e6a","name":"Create Tariff - Success - {Data}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"4\",\r\n            \"currencyId\":\"44\",\r\n            \"ratingGroup\":\"5\",\r\n            \"name\":\"NewTariffData\",\r\n            \"ppu\":\"10\",\r\n            \"pulse\":\"10\",\r\n            \"unitType\":\"MB\",\r\n            \"rateZone\":\"5211|5213\",\r\n            \"minSessionFee\":\"10\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 19:11:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"205"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46616822374131111\",\n        \"responseTimestamp\": \"2020-05-12 19:11:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7013\",\n            \"resultDescription\": \"Create tariff success\"\n        },\n        \"tariffId\": \"12730\"\n    }\n}"},{"id":"7cc1b53d-f245-4c2d-82b1-f6ba8abc63cb","name":"Create Tariff - Success - {SMS-MT}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"3\",\r\n            \"currencyId\":\"44\",\r\n            \"name\":\"NewTariffSMS_MT\",\r\n            \"ppu\":\"1\",\r\n            \"pulse\":\"1\",\r\n            \"unitType\":\"COUNT\",\r\n            \"rateZone\":\"5211|5213\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 19:14:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"205"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46616998320718123\",\n        \"responseTimestamp\": \"2020-05-12 19:14:16\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7013\",\n            \"resultDescription\": \"Create tariff success\"\n        },\n        \"tariffId\": \"12732\"\n    }\n}"},{"id":"4c6d87ec-9903-40c1-833f-58c92975a963","name":"Create Tariff - Sucess - {NB-IOT}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"serviceId\":\"5\",\r\n            \"currencyId\":\"44\",\r\n            \"ratingGroup\":\"5\",\r\n            \"name\":\"NewTariffNBIOT\",\r\n            \"ppu\":\"10\",\r\n            \"pulse\":\"10\",\r\n            \"unitType\":\"MB\",\r\n            \"rateZone\":\"5211|5213\"\r\n         }\r\n      }\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateTariff"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46616822374131111\",\n        \"responseTimestamp\": \"2021-05-12 19:11:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7013\",\n            \"resultDescription\": \"Create tariff success\"\n        },\n        \"tariffId\": \"12830\"\n    }\n}"}],"_postman_id":"a031ebb4-c8d2-4c4f-9edb-8a90eee0f2c8"},{"name":"Tariff","event":[{"listen":"test","script":{"id":"8113fd46-e624-4003-8263-57ca8a6cb6c3","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"f06ae206-a0ee-4c43-ae68-c378aea4635a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTariff","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the tariff details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffList</td>\n<td>O</td>\n<td>Object of the Tariff</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tarifflist-parameters\">Output tariffList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Tariff Name</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Tariff (This will be an auto increment value)</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>O</td>\n<td>Service Id  <br />2 – SMS-MO  <br />3 – SMS-MT  <br />4 - Data  <br />5 -NB-IOT</td>\n</tr>\n<tr>\n<td>serviceIdName</td>\n<td>O</td>\n<td>Service Name</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>O</td>\n<td>Currency Id</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>O</td>\n<td>Rate Zone Id</td>\n</tr>\n<tr>\n<td>ppu</td>\n<td>O</td>\n<td>Price per unit and this would be used while charging. Ex. If we have given pulse 1 and unit type MB and Price Per Unit 2 then for 1MB 2euro would be charged  <br />  <br />This field is applicable for price against originating rate zone criteria.</td>\n</tr>\n<tr>\n<td>pulse</td>\n<td>O</td>\n<td>Pulse. Pulse and unit type is coupled with each other. Ex. If we have given Pulse as 1 and unit type is MB, then charging will be 1MB pulse  <br />  <br />In case of SMS tariff scenario, pulse value must be 1. If pulse is set to another value in the API request, platform will still set it to 1</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Tariffs  <br />0 – Inactive  <br />1 – Active</td>\n</tr>\n<tr>\n<td>minSessionFee</td>\n<td>O</td>\n<td>Minimum Session Fee</td>\n</tr>\n<tr>\n<td>ratingGroup</td>\n<td>O</td>\n<td>Rating Group Id. For data tariff, RatingGroup is mandatory  <br />3 – RG-Redirect  <br />5 – Default</td>\n</tr>\n<tr>\n<td>countryId</td>\n<td>O</td>\n<td>Country Id</td>\n</tr>\n<tr>\n<td>p2pOffnetSms</td>\n<td>O</td>\n<td>p2pOffnetSms to be allowed (true/false)  <br />false: P2P OFF-NET SMS is Not allowed  <br />true: P2P OFF-NET SMS is allowed  <br />If not provided, default value is false</td>\n</tr>\n<tr>\n<td>ppuDestCriteria</td>\n<td>O</td>\n<td>ppuDestCriteria i.e. pulse per unit against destination criteria. This is mandatory when \"p2pOffnetSms\" is true.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>8194</td>\n<td>Get tariff success</td>\n<td></td>\n</tr>\n<tr>\n<td>8195</td>\n<td>Get tariff failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetTariff"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a87f493c-1500-46f0-a27b-9b74645227b9","name":"Get Tariff - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 19:25:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1124"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46617644747129163\",\n        \"responseTimestamp\": \"2020-05-12 19:25:03\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"8194\",\n            \"resultDescription\": \"Get tariff success\"\n        },\n        \"responseParam\": {\n            \"tariffList\": [\n                {\n                    \"ppu\": \"10\",\n                    \"pulse\": \"1\",\n                    \"id\": \"12734\",\n                    \"name\": \"NewTariffSMS_MO\",\n                    \"serviceId\": \"2\",\n                    \"serviceIdName\": \"SMS-MO\",\n                    \"currencyId\": \"44\",\n                    \"rateZone\": \"5213|5211\",\n                    \"unitType\": \"COUNT\",\n                    \"status\": \"1\",\n                    \"p2pOffnetSms\":\"True\",\n                    \"ppuDestCriteria\":\"3\"\n                    \n                },\n                {\n                    \"ppu\": \"10\",\n                    \"pulse\": \"10\",\n                    \"minSessionFee\": \"10\",\n                    \"id\": \"12730\",\n                    \"name\": \"NewTariffData\",\n                    \"serviceId\": \"4\",\n                    \"serviceIdName\": \"DATA\",\n                    \"ratingGroup\": \"5\",\n                    \"currencyId\": \"44\",\n                    \"rateZone\": \"5213|5211\",\n                    \"unitType\": \"MB\",\n                    \"status\": \"1\"\n                }\n            ]\n        }\n    }\n}"},{"id":"cd9f04a6-42be-40d2-a26c-645ead70b604","name":"Get Tariff - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8195\",\n            \"resultDescription\": \"Get tariff failure\"\n        }\n    }\n}"}],"_postman_id":"f06ae206-a0ee-4c43-ae68-c378aea4635a"},{"name":"Tariff - Modify","event":[{"listen":"test","script":{"id":"f42c0d27-cc77-4732-adcf-b7e404a845d0","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"74e021ac-53ed-4ccf-abf6-be1944afe040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"12734\",\r\n            \"ratingGroup\":\"1\",\r\n            \"name\":\"NewTariffName\",\r\n            \"ppu\":\"11\",\r\n            \"pulse\":\"11\"\r\n         }\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ModifyTariff","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to Modify Tariff.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td>Only when custom tariff is ON</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters-1\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Tariff Name</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>O</td>\n<td>Currency Id</td>\n</tr>\n<tr>\n<td>ratingGroup</td>\n<td>O</td>\n<td>Rating Group Id  <br />3 – RG-Redirect  <br />5 – Default</td>\n</tr>\n<tr>\n<td>ppu</td>\n<td>O</td>\n<td>Price per unit and this would be used while charging. Ex. If we have given pulse 1 and unit type MB and Price Per Unit 2 then for 1MB 2euro would be charged  <br />  <br />This field is applicable for price against originating rate zone criteria.</td>\n</tr>\n<tr>\n<td>pulse</td>\n<td>O</td>\n<td>Pulse. Pulse and unit type is coupled with each other. Ex. If we have given Pulse as 1 and unit type is MB, then charging will be 1MB pulse  <br />  <br />In case of SMS tariff scenario, pulse value must be 1. If pulse is set to another value in the API request, platform will still set it to 1</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type (COUNT for MT-SMS &amp; MO-SMS and MB or KB for Data)</td>\n</tr>\n<tr>\n<td>p2pOffnetSms</td>\n<td>O</td>\n<td>- true / false  <br />false: P2P OFF-NET SMS is Not allowed  <br />true: P2P OFF-NET SMS is allowed and ppuDestCriteria must be provided  <br />  <br />- This field becomes mandatory only for P2P SMS Tariff Creation, and valid only if serviceId = 2 (SMS-MO) and rate zone is provided.  <br />- If not provided, default value is False  <br />- This flag must be set to true in order to set a price in ppuDestCriteria.</td>\n</tr>\n<tr>\n<td>ppuDestCriteria</td>\n<td>O</td>\n<td>This field is only applicable for SMS scenarios and related to additional price when SMS is sent to external B-Party subscribers.  <br />  <br />ppuDestCriteria i.e. pulse per unit destination is price per SMS for offnet scenarios. Ex. this price is applicable for offnet SMS on top of ppu set in earlier fields. Hence totatl price for offnet SMS = ppu + ppuDestCriteria  <br />  <br />ppuDest i.e. pulse per unit against destination criteria. This is mandatory when \"p2pOffnetSms\" is true.</td>\n</tr>\n<tr>\n<td>minSessionFee</td>\n<td>O</td>\n<td>Minimum Session Fee, applicable only for serviceId=4(Data) in Enterprise level  <br />NOTE: minSessionFee is not available for NB-IOT service</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7015</td>\n<td>Modify tariff success</td>\n<td></td>\n</tr>\n<tr>\n<td>7016</td>\n<td>Modify tariff failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.]</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ModifyTariff"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e30c322-8ae1-4884-9a4d-e8bfd10442e1","name":"Modify Tariff - Failure - {Validation failed}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"12734\",\r\n            \"ratingGroup\":\"1\",\r\n            \"name\":\"NewTariffName$!@#^%!@%#&^\",\r\n            \"ppu\":\"11\",\r\n            \"pulse\":\"11\"\r\n         }\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ModifyTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:00:06 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"214"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46673747661377176\",\n        \"responseTimestamp\": \"2020-05-13 11:00:05\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1417\",\n            \"resultDescription\": \"Validation failed, special characters not allowed\"\n        }\n    }\n}"},{"id":"57416c8d-7502-40ce-be65-9d4cb2a3f17b","name":"Modify Tariff - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"12734\",\r\n            \"ratingGroup\":\"1\",\r\n            \"name\":\"NewTariffName\",\r\n            \"ppu\":\"11\",\r\n            \"pulse\":\"11\"\r\n         }\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ModifyTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7016\",\n            \"resultDescription\": \"Modify tariff failure\"\n        }\n    }\n}"},{"id":"df02d532-df25-4f9f-8e78-5ce699c3558f","name":"Modify Tariff - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"12734\",\r\n            \"ratingGroup\":\"1\",\r\n            \"name\":\"NewTariffName\",\r\n            \"ppu\":\"11\",\r\n            \"pulse\":\"11\",\r\n            \"p2pOffnetSms\":\"true\",\r\n            \"ppuDestCriteria\":\"3\"\r\n         }\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ModifyTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 10:57:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46673585656897183\",\n        \"responseTimestamp\": \"2020-05-13 10:57:23\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7015\",\n            \"resultDescription\": \"Modify tariff success\"\n        }\n    }\n}"}],"_postman_id":"74e021ac-53ed-4ccf-abf6-be1944afe040"},{"name":"Tariff - Modify Price","event":[{"listen":"test","script":{"id":"f42c0d27-cc77-4732-adcf-b7e404a845d0","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"121f95e8-fc9f-4189-a81f-932d8c1c5ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"25870\",\r\n            \"ppu\":\"0.00056641\"\r\n         }\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/ModifyTariffPrice","description":"<h2 id=\"description\">Description</h2>\n<p>A ligthweigh, API used to modifying the price per unit of a specific tariff (only). Suitable for quick changes on the price only.</p>\n<p>Tariff Modify API can still be used if more extended changes are reuqired (like pulse or unit Type)</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td>Only when custom tariff is ON</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters-1\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Id</td>\n</tr>\n<tr>\n<td>ppu</td>\n<td>O</td>\n<td>Price per unit  <br />Does not affect the pulse or the unit type already configured  <br />This field is applicable for price against originating rate zone criteria.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10235</td>\n<td>Modify tariff success</td>\n<td></td>\n</tr>\n<tr>\n<td>10236</td>\n<td>Modify tariff failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ModifyTariffPrice"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b1d33e9b-6c07-4144-a97b-222f817a4106","name":"Tariff - Modify Price- Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"111111\",\r\n            \"ppu\":\"0.12345678\"\r\n         }\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyTariffPrice"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"5240974878102381\",\n        \"responseTimestamp\": \"08/11/2024 11:19:18\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10235\",\n            \"resultDescription\": \"Tariff Price Updation Failure\"\n        }\n    }\n}"},{"id":"5d3eb81b-44a7-47e8-8628-172f74ad7b34","name":"Tariff - Modify Price - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"111111\",\r\n            \"ppu\":\"0.12345678\"\r\n         }\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyTariffPrice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 10:57:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"5240974878102381\",\n        \"responseTimestamp\": \"08/11/2024 11:19:18\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10235\",\n            \"resultDescription\": \"Tariff Price Updation Success\"\n        }\n    }\n}"}],"_postman_id":"121f95e8-fc9f-4189-a81f-932d8c1c5ac0"},{"name":"Tariff - Delete","event":[{"listen":"test","script":{"id":"7dbdc7ff-d1c6-40bf-af42-d15b3464ffe9","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d7ffecd7-e014-4606-9464-9966b63152e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"11207\"\r\n         }\r\n      }\r\n   }\r\n}\r\n    \r\n"},"url":"https://{{url}}/api/DeleteTariff","description":"<h2 id=\"description\">Description</h2>\n<p>Delete Tariff API will be used to delete existing Tariff.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffDetails</td>\n<td>M</td>\n<td>Object Tariff Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tariffdetails-parameters-1\">Input tariffDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7017</td>\n<td>Delete tariff success</td>\n<td></td>\n</tr>\n<tr>\n<td>7018</td>\n<td>Delete tariff failure</td>\n<td></td>\n</tr>\n<tr>\n<td>8223</td>\n<td>Tariff already attached to plan</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeleteTariff"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"33f360d6-6d93-4862-9188-4b5ef64c3bad","name":"Delete Tariff - Failure - {Tariff attached to plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"11015\"\r\n         }\r\n      }\r\n   }\r\n}\r\n    \r\n"},"url":"https://{{url}}/api/DeleteTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"40189065490524544\",\n        \"responseTimestamp\": \"2020-02-28 09:42:03\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8223\",\n            \"resultDescription\": \"Tariff already attached to plan\"\n        }\n    }\n}"},{"id":"604ff556-f40b-4724-9747-d978b95235e2","name":"Delete Tariff - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"12366\"\r\n         }\r\n      }\r\n   }\r\n}\r\n    \r\n"},"url":"https://{{url}}/api/DeleteTariff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":""},{"key":"content-length","value":"186","name":"content-length","description":""},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":""},{"key":"date","value":"Fri, 28 Feb 2020 09:43:18 GMT","name":"date","description":""},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"40189140819167984\",\n        \"responseTimestamp\": \"2020-02-28 09:43:18\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7017\",\n            \"resultDescription\": \"Delete tariff success\"\n        }\n    }\n}"},{"id":"af5dabdb-dbec-4141-833a-3d52761acf0b","name":"Delete Tariff - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"11207\"\r\n         }\r\n      }\r\n   }\r\n}\r\n    \r\n"},"url":"https://{{url}}/api/DeleteTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7018\",\n            \"resultDescription\": \"Delete tariff failure\"\n        }\n    }\n}"},{"id":"6d5c7e2f-0dd6-4a22-a273-d8798a6fce59","name":"Delete Tariff - Failure - {Wrong Input}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"tariffDetails\":{  \r\n            \"tariffId\":\"11207\"\r\n         }\r\n      }\r\n   }\r\n}\r\n    \r\n"},"url":"https://{{url}}/api/DeleteTariff"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"40189165425178788\",\n        \"responseTimestamp\": \"2020-02-28 09:43:43\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter - TariffId\"\n        }\n    }\n}"}],"_postman_id":"d7ffecd7-e014-4606-9464-9966b63152e0"}],"id":"5f2c0b57-f7d3-411e-b547-1a9207df3afb","_postman_id":"5f2c0b57-f7d3-411e-b547-1a9207df3afb","description":""},{"name":"Plan","item":[{"name":"Plan - Create","event":[{"listen":"test","script":{"id":"16a1c72f-4443-4026-8bc4-2c2b37843e31","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"b95990e0-dc94-4911-9c4a-2eb89c78f7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"MvnePostpaidPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_163\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\t\"messages\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"recipients\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\t\t\"email\": \"abc@xyz.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"tariffList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12730\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12734\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\t\t\t\t\t\"slabDetails\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\r\n\t\t\t\"usageCounter\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\t\"factor\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"rule\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"id\": \"1281\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}\r\n"},"url":"https://{{url}}/api/CreatePlan","description":"<h2 id=\"description\">Description</h2>\n<p>Create Plan API is used to create new plan which will be used to rate customer or endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>M</td>\n<td>Object of the plan</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-plan-parameters\">Input plan Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>M</td>\n<td>Basic Info Objects</td>\n</tr>\n<tr>\n<td>notification</td>\n<td>O</td>\n<td>List of Notification Objects</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>List of Activation Benefit Objects</td>\n</tr>\n<tr>\n<td>charge</td>\n<td>O</td>\n<td>List of Charge Objects</td>\n</tr>\n<tr>\n<td>usageCounter</td>\n<td>O</td>\n<td>List of Usage Counter Objects</td>\n</tr>\n<tr>\n<td>tariffList</td>\n<td>O</td>\n<td>List of Tariff Objects  <br />In case of custom tariff true tariff list is mandatory</td>\n</tr>\n<tr>\n<td>rule</td>\n<td>O</td>\n<td>List of Rule Objects</td>\n</tr>\n<tr>\n<td>nextPlanRules</td>\n<td>O</td>\n<td>List of Next Plan Rule Objects (Only for Test and Inventory Plans)</td>\n</tr>\n<tr>\n<td>createDynamicBenefitsDetails</td>\n<td>O</td>\n<td>List of Dynamic Benefits Objects</td>\n</tr>\n<tr>\n<td>attachDynamicBenefitsList</td>\n<td>O</td>\n<td>List of Dynamic Benefits Attach</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-basicinfo-parameters\">Input basicInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planName</td>\n<td>M</td>\n<td>Plan Name</td>\n</tr>\n<tr>\n<td>planCategory</td>\n<td>M</td>\n<td>Plan Category  <br />ADDON  <br />NORMAL  <br />TEST  <br />INVENTORY</td>\n</tr>\n<tr>\n<td>planDescription</td>\n<td>O</td>\n<td>Plan Description</td>\n</tr>\n<tr>\n<td>serviceProfile</td>\n<td>M</td>\n<td>Service Profile ID, You can fetch the list of possible profileId using \"GetServiceProfile\" API.</td>\n</tr>\n<tr>\n<td>planType</td>\n<td>M</td>\n<td>Plan Type  <br />0 – prepaid  <br />1 – Postpaid</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>M</td>\n<td>Currency Id, You can fetch the list of possible currencyId using \"GetCurrency\" API.</td>\n</tr>\n<tr>\n<td>destinationGroup</td>\n<td>M</td>\n<td>Destination Group in case of customer and Roaming Profiles in case of end points, Only 1 Destination Group will be supported for wholesale plan but for the retail plan multiple RPs can be attached</td>\n</tr>\n<tr>\n<td>planStatus</td>\n<td>M</td>\n<td>Plan Status  <br />InActive  <br />Active</td>\n</tr>\n<tr>\n<td>addOnPriority</td>\n<td>CM</td>\n<td>Priority for Addon Plans  <br />Mandatory if plan is addon  <br />Integer (1,2,3,...). Lowest numbers have higher priority.</td>\n</tr>\n<tr>\n<td>prorate</td>\n<td>O</td>\n<td>prorateFlag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month  <br />Accepted values : true/false  <br />Default value would be “false” if nothing is provided  <br />Note: Monthly minimum fee charge configuration is not allowed if prorate is enabled</td>\n</tr>\n</tbody>\n</table>\n</div><p>Test and Inventory plans cannot be created/modified/deleted by Reseller or Enterprise.</p>\n<h3 id=\"input-notification-parameters\">Input notification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationType</td>\n<td>M</td>\n<td>Notification Type ID. You can fetch the list of possible IDs using \"GET Notification\" API.</td>\n</tr>\n<tr>\n<td>thresholdType</td>\n<td>CM</td>\n<td>Type of Threshold. Mandatory for threshold-based Notifications  <br />- fixed  <br />- slab</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>CM</td>\n<td>Threshold Value. Mandatory for threshold-based Notifications  <br />For thresholdType as Fixed - thresholdValue supports free text  <br />For thresholdType as Slab :  <br />C01 - 50%-75%  <br />C02 - 76%-95%  <br />C03 - 96%-99%  <br />C04 - 100%</td>\n</tr>\n<tr>\n<td>messages</td>\n<td>O</td>\n<td>List of Message Object</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>O</td>\n<td>List of recipients object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-messages-parameters\">Input messages Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to deliver  <br />1 – SMS (Available for Enterprises)  <br />3 – Email (Available for Enterprises/Reseller) Note: Email channel is to be selected for Reseller level plans and SMS channel for Enterprise level</td>\n</tr>\n<tr>\n<td>message</td>\n<td>O</td>\n<td>Message Template in the selected language Note: For Reseller, the characters limit for Mail channel is 1000 and for Enterprise SMS channel limit is 200.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-recipients-parameters\">Input recipients Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to be delivered  <br />1 – SMS  <br />3 – Email  <br />4 – API</td>\n</tr>\n<tr>\n<td>email</td>\n<td>O</td>\n<td>Email Address, Multiple address needs to be given as comma (,) and pipe (</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>O</td>\n<td>Phone numbers. Multiple numbers needs to be given as comma (,) and pipe (</td>\n</tr>\n<tr>\n<td>callBackType</td>\n<td>CM</td>\n<td>Callback type to whom it has to be delivered  <br />Both the callback options need to be given as comma(,) separated. Mandatory if channel selected is API  <br />0 - Own callback  <br />1 - Customer callback  <br />Note: \"callBackType\" is mandatory for Reseller level  <br />Enterprise - Default will be taken as Own callback if parameter is not provided</td>\n</tr>\n<tr>\n<td>message</td>\n<td>O</td>\n<td>Message Template in the selected language Note: Message characters limit for channels Mail and Callback API is 1000 and for SMS channel limit is 200</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"message-supported-identifiers\">Message supported Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Parameter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>33</td>\n<td>Endpoint ID</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Endpoint Name</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Own Account Id - Enterprise level</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Own Account Name - Enterprise level</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Child Account Id - Reseller level</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Child Account Name - Reseller level</td>\n</tr>\n<tr>\n<td>39</td>\n<td>Endpoint Previous Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Endpoint Current Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>41</td>\n<td>SIM Previous Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>42</td>\n<td>SIM Current Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>0</td>\n<td>MSISDN of the SIM. Available for notificaiton created by Enteprise accounts when sim is activated</td>\n</tr>\n<tr>\n<td>47</td>\n<td>IMSI of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint</td>\n</tr>\n<tr>\n<td>57</td>\n<td>ICCID of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-benefit-parameters\">Input benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>Benefit id, You can fetch the list of possible id using \"Get Benefit\" API.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Value of Benefit in least unit, Mandatory if any benefit Id has been selected.</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action to be taken if the same account has been added up again. Mandatory if any benefit Id has been selected  <br />1 – Balance Overwrite</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>O</td>\n<td>Rate Zone id,You can fetch the list of possible id using \"GetRateZone\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-charge-parameters\">Input charge Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chargeId</td>\n<td>O</td>\n<td>Charge Id, You can fetch the list of possible id using \"GetCharge\" API. (required only for Base plans)</td>\n</tr>\n<tr>\n<td>chargeAmount</td>\n<td>CM</td>\n<td>Charge Amount in lease Unit, Mandatory if any charge has been selected</td>\n</tr>\n<tr>\n<td>threshold</td>\n<td>O</td>\n<td>Max Threshold, Applicable only for the specific set of Charge Category</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td>O</td>\n<td>Unit Price, Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured</td>\n</tr>\n<tr>\n<td>slabDetails</td>\n<td>CM</td>\n<td>List of range values</td>\n</tr>\n<tr>\n<td>actionType</td>\n<td>CM</td>\n<td>Actions  <br />(Start of charging)  <br />0- Immediate  <br />1- OnFirstUsage  <br />For sim activation fee, SIM Management fee and feature based SIM management fee (Recurring) charges Action 0 and 1 are conditional mandatory.  <br />(Type of charging)  <br />2- TierBasePerSim  <br />3- TierBasePerRage  <br />4- Thershold  <br />5- Normal  <br />Incase of sim management fee Action 2, 3, 4 and 5 are conditional mandatory  <br />SIM Management fee actionType must be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5).If actionType 0(default) is not added explicitly then actionType is considered as Immediate along with Type of charging</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>O</td>\n<td>Auto renewal flag, If true charge will be auto renewed</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Validity Factor in Integer.  <br />Default value 1 for Base plan,  <br />Default value will be used if the parameter is not present in the request .  <br />Mandatory for ADDON plans.  <br /><strong>Note</strong>: Factor value should be set to 1 for all other configured charges if Monthly minimum fee charges are configured in the plan</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Renewal Frequency  <br />For Base Plans :  <br />2 - Month (Default)  <br />Default value will be used if the parameter is not present in the request  <br />  <br />For Addon Plans  <br />Validity is the renewal frequency for recurring AddOns, or the duration for one-time AddOns.  <br />1 – Day  <br />2 – Month  <br />3 – Year  <br />Mandatory if plan type is ADDON.  <br /><strong>Note</strong>: Frequency value should be set to 2 - Month, if Monthly minimum fee charges is configured in the plan</td>\n</tr>\n<tr>\n<td>applicableFor</td>\n<td>CM</td>\n<td>Value Added Feature ID from the “Value Added Feature” configuration referring to the service or feature for which the charge is applicable when activated for a SIM:  <br />1 – NB-IoT access  <br />2 – Data access  <br />Mandatory if chargeId refers to feature based SIM management fee.</td>\n</tr>\n<tr>\n<td>includes</td>\n<td>CM</td>\n<td>Specifies the coverage unit included in the charge:  <br />1 – Networks  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>numberIncluded</td>\n<td>CM</td>\n<td>Specifies the number of coverage units included in the charge.  <br />Integer value greater than 0.  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>priceAboveIncludedPerNetwork</td>\n<td>O</td>\n<td>Optional list of specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network.  <br />Can only be set if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”.  <br />Format should be an array, e.g.  <br />- [ { \"tadigCode\": \"BELTB\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" },  <br />{ \"tadigCode\": \"GRCCO\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" } ]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-priceaboveincludedpernetwork-parameters\">Input priceAboveIncludedPerNetwork Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>CM</td>\n<td>TADIG code of the network in which the specified price is applicable.  <br />Together with categoryGroupId, unique identifier of the network.  <br />Mandatory if categoryGroupId or priceAboveIncluded is provided.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price applicable in the specified network.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if tadigCode or categoryGroupId is provided.</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>CM</td>\n<td>ID of the supplier list containing the network in which the specified price is applicable.  <br />Together with tadigCode , unique identifier of the network. Mandatory if tadigCode or priceAboveIncluded is provided.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-slab-details-parameters\">Input Slab Details Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startRange</td>\n<td>CM</td>\n<td>Strart Range</td>\n</tr>\n<tr>\n<td>endRange</td>\n<td>CM</td>\n<td>If End Range is null/empty Value will consider as infinity</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>CM</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-subscription-parameters\">Input Subscription Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reSubscription</td>\n<td>M</td>\n<td>False  <br />  <br />True</td>\n</tr>\n<tr>\n<td>reSubscriptionRule</td>\n<td>CM</td>\n<td>1 for Validity Expiration  <br />  <br />2 for Validity Expiration OR Benefit exhaustion  <br />  <br />Mandatory for reSubscription = True</td>\n</tr>\n<tr>\n<td>Occurrences</td>\n<td>CM</td>\n<td>Mandatory if reSubscription= True  <br />  <br />Integer 0-9999 to define number of occurrences  <br />  <br />-1 to define Unlimited</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>CM</td>\n<td>Mode of Plan Activation  <br />Mandatory if plan is addon  <br />0 - Activation on subscription  <br />1 - Activation on usage</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-validity-parameters\">INPUT Validity PARAMETERS</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validityType</td>\n<td>M</td>\n<td>-1 for Unlimited  <br />  <br />1 for Number of days  <br />  <br />2 for Number of months  <br />  <br />3 for Number of Years  <br />  <br />4 for Billing cycle for Postpaid  <br />  <br />4 for End of the Month for Prepaid</td>\n</tr>\n<tr>\n<td>validityFactor</td>\n<td>CM</td>\n<td>Mandatory for validityType 1, 2 and 4  <br />  <br />Number of Days/Months/Years  <br />  <br />Integer 1-99999  <br />  <br />Negative and zero not allowed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tarifflist-parameters\">Input tariffList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Sequence Id, You can fetch the list of possible id using \"GetTariff\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-usagecounter-parameters\">Input usageCounter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id, You can fetch the list of possible counterId using \"GetCounter\" API.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Counter threshold value</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type of the Value, Mandatory only if the value is not null.  <br />KB, MB, GB, BYTES</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Factor in numbers</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Next PCC to be applied,You can fetch the list of possible ruleId using \"GetRule\" API. (Mandatory for End User Plans created with Profile comprising of Data Service) ,  <br />Action =1 for block rule  <br />Action=2 for Default rule  <br />Action=5 for Throttle_512Kbps  <br />Action=6 for Throttle_384Kbps  <br />Action=7 for Throttle_256Kbps  <br />Action=8 for Throttle_218Kbps  <br />Action=257 for Throttle_1Mbps  <br />Action=259 for Throttle_2Mbps  <br />Action=261 for Throttle_5Mbps  <br />Action=263 for Throttle_10Mbps  <br />Action=265 for Throttle_20Mbps</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-rule-parameters\">Input rule Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>O</td>\n<td>PCRF Rule Id,You can fetch the list of possible ruleId using \"GetRule\" API. (Mandatory for End User Plans created with Profile comprising of Data Service)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-nextplanrules-parameters\">Input nextPlanRules Parameters</h3>\n<p>Available only for Test And Inventory type of plans.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleId</td>\n<td>O</td>\n<td>Rules assigned to TEST and INVENTORY plans  <br />1 - Validity (Test and Inventory plan)  <br />2 - Benefit Exhaustion (Test plan only)  <br />3 - Usage under Base Plan Coverage (Test and Inventory plan)</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 1). To provide the Validity  <br />1 - Day  <br />2 - Month  <br />3 - Year</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years)</td>\n</tr>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 2).To give benefitId for the rule  <br />0 - SMS  <br />1 - DATA  <br />2- NB-IOT</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-createdynamicbenefitsdetails-parameters\"><strong>INPUT CREATEDYNAMICBENEFITSDETAILS PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of the Dynamic Benefits to create, alphanumeric value up to 50 characters length. Must be unique in current hierarchy.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Category ID  <br />1 - Pooled  <br />2 – Non-Pooled</td>\n</tr>\n<tr>\n<td>simBenefitFee</td>\n<td>M</td>\n<td>Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>simActivationFee</td>\n<td>M</td>\n<td>Fee charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>M</td>\n<td>Action triggering the charging of the fees  <br />0 - Subscription  <br />1 - Usage</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>M</td>\n<td>Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />  <br />Recurring if set to true.</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>M</td>\n<td>Factor multiplying the Validity. Numeric value.</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>M</td>\n<td>Validity  <br />2 – Month  <br />3 – Year</td>\n</tr>\n<tr>\n<td>benefitList</td>\n<td>M</td>\n<td>Object of benefits details.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-benefitlist-parameters\"><strong>INPUT BENEFITLIST PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>M</td>\n<td>Ratezone ID</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>O</td>\n<td>Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-attachdynamicbenefitslist-parameters\"><strong>INPUT ATTACHDYNAMICBENEFITSLIST PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>M</td>\n<td>ID of the Dynamic Benefits to attach. Possible IDs can be retrieved using the “GetCustomerProfile“ API to query the own account.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Plan Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<p>View More</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5000</td>\n<td>Create plan success</td>\n<td></td>\n</tr>\n<tr>\n<td>5001</td>\n<td>Create plan failure</td>\n<td></td>\n</tr>\n<tr>\n<td>5020</td>\n<td>Plan already exists</td>\n<td></td>\n</tr>\n<tr>\n<td>6717</td>\n<td>MA is mandatory for prepaid normal plan</td>\n<td></td>\n</tr>\n<tr>\n<td>6719</td>\n<td>Total charge amount exceeded MA benefit value</td>\n<td></td>\n</tr>\n<tr>\n<td>8098</td>\n<td>Duplicate operators present in the ratezone selected</td>\n<td></td>\n</tr>\n<tr>\n<td>10106</td>\n<td>Prorate is not allowed with the Minimum fee charge</td>\n<td></td>\n</tr>\n<tr>\n<td>10110</td>\n<td>Operation failed - Multiple instances of fee type {} are not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>10119</td>\n<td>Benefit rule configuration missing. Please add benefit rule configuration - BenefitId</td>\n<td></td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Insufficient privilege</td>\n<td></td>\n</tr>\n<tr>\n<td>10169</td>\n<td>Roaming Profile Limit Exceed</td>\n<td></td>\n</tr>\n<tr>\n<td>10198</td>\n<td>Notification message length has been exceeded</td>\n<td></td>\n</tr>\n<tr>\n<td>10183</td>\n<td>Dynamic Benefits is not allowed for Addon plan</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>1257</td>\n<td>Wrong request packet - paramter name</td>\n<td>-Parameter <strong>prorate</strong> is only for postpaid plan  <br />-Parameter <strong>tariffList</strong> is not a valid in custom traiff off case</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: OEM plan creation is not supported via API for Reseller and Enterprise</p>\n","urlObject":{"protocol":"https","path":["api","CreatePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a6ca60fd-969b-43cf-bf67-58f75a1da7e6","name":"Plan - Create - Success - {Addon Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\":{\r\n      \"plan\": {\r\n        \"basicInfo\": {\r\n\t\t\t\t\"planName\": \"APIPrepaidADemooccu\",\r\n\t\t    \t\"planType\": \"0\",                      \r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"Prepaid ADDON PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_66248\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"108390\" ,\r\n\t\t\t\t\"addOnPriority\": \"1\"\r\n\t\t\t},\r\n\t\t\t\r\n\t\t\t\"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t    \"rateZone\": \"5093\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\t\t\"chargeAmount\": \"3434\"\r\n\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\r\n            \"subscription\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"reSubscription\": \"true\",\r\n\t\t\t\t\t\"reSubscriptionRule\":\"2\",\r\n\t\t\t\t\t\"occurrences\":\"10000\",\r\n\t\t\t\t\t\"activatedBy\": \"1\"\r\n\t\t\t\t},\r\n            \"validity\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"validityType\":\"1\",\r\n\t\t\t\t\t\"validityFactor\":\"44\"\r\n\t\t\t\t}\t\t\t\t\t\r\n    \t}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675020930642794\",\n        \"responseTimestamp\": \"13/03/2024 11:21:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"645323\"\n    }\n}"},{"id":"99d52a95-4b82-44b4-8af9-0bcb3d607b0c","name":"Create Plan - Failure - {Plan already exists}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"MvnePostpaidPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_163\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\t\"messages\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"recipients\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\t\t\"email\": \"abc@xyz.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"tariffList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12730\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12734\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\t\t\t\t\t\"slabDetails\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\r\n\t\t\t\"usageCounter\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\t\"factor\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"rule\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"id\": \"1281\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}\r\n"},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:49:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46676692026324688\",\n        \"responseTimestamp\": \"13/05/2020 11:49:10\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5020\",\n            \"resultDescription\": \"Plan already exists\"\n        }\n    }\n}"},{"id":"4f05e12c-d010-4db5-bdfd-5e0a40e597bb","name":"Create Plan - Success - {Prepaid Base Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planName\": \"MvnePrepaidPlan\",\r\n                \"planType\": \"0\",\r\n                \"planCategory\": \"NORMAL\",\r\n                \"planDescription\": \"PREPAID PLAN\",\r\n                \"serviceProfile\": \"SP_163\",\r\n                \"planStatus\": \"Active\",\r\n                \"currencyId\": \"44\",\r\n                \"destinationGroup\": \"174\"\r\n            },\r\n            \"notification\": [\r\n                {\r\n                    \"notificationType\": \"106\",\r\n                    \"thresholdType\": \"fixed\",\r\n                    \"thresholdValue\": \"14\",\r\n                    \"messages\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n                        }\r\n                    ],\r\n                    \"recipients\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n                            \"email\": \"abc@xyz.com\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"tariffList\": [\r\n                {\r\n                    \"tariffId\": \"12730\"\r\n                },\r\n                {\r\n                    \"tariffId\": \"12734\"\r\n                }\r\n            ],\r\n            \"charge\": [\r\n                {\r\n                    \"chargeId\": \"1\",\r\n                    \"chargeAmount\": \"10\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"9\",\r\n                    \"factor\": \"1\",\r\n                    \"frequency\": \"2\",\r\n                    \"autoRenewal\": \"true\",\r\n                    \"chargeAmount\": \"1\",\r\n                    \"threshold\": \"\",\r\n                    \"unitPrice\": \"\",\r\n                    \"actionType\": \"2\",\r\n                    \"slabDetails\": [\r\n                        {\r\n                            \"startRange\": \"0\",\r\n                            \"endRange\": \"100\",\r\n                            \"amount\": \"12\"\r\n                        },\r\n                        {\r\n                            \"startRange\": \"101\",\r\n                            \"endRange\": \"\",\r\n                            \"amount\": \"150\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"chargeId\": \"21\",\r\n                    \"factor\": \"1\",\r\n                    \"chargeAmount\": \"3\",\r\n                    \"frequency\": \"2\",\r\n                    \"actionType\": \"0,5\",\r\n                    \"applicableFor\": \"1\",\r\n                    \"includes\": \"1\",\r\n                    \"numberIncluded\": \"1\",\r\n                    \"priceAboveIncluded\": \"3.4\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"24\",\r\n                    \"chargeAmount\": \"10\",\r\n                    \"actionType\": \"0\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"89\",\r\n                    \"chargeAmount\": \"6.00\",\r\n                    \"factor\": \"1\",\r\n                   \"frequency\": \"2\",\r\n\t\t\t\t\t\"actionType\": \"0,5\",\r\n                    \"autoRenewal\": \"true\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"88\",\r\n                    \"chargeAmount\": \"6\",\r\n                    \"actionType\":\"0\",\r\n                   \"autoRenewal\": \"false\"\r\n                }\r\n            ],\r\n            \"benefit\": [\r\n                {\r\n                    \"benefitId\": \"1991\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"0\",\r\n                    \"rateZone\": \"5093\"\r\n                }\r\n            ],\r\n            \"usageCounter\": [\r\n                {\r\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"1\",\r\n                    \"unitType\": \"MB\",\r\n                    \"factor\": \"1\"\r\n                }\r\n            ],\r\n            \"rule\": [\r\n                {\r\n                    \"id\": \"1281\"\r\n                }\r\n            ],\r\n            \"createDynamicBenefitsDetails\": [\r\n                {\r\n                    \"name\": \"MDB101901\",\r\n                    \"category\": \"1\",\r\n                    \"simBenefitFee\": \"0.005\",\r\n                    \"simActivationFee\": \"1.025\",\r\n                    \"activatedBy\": \"1\",\r\n                    \"autoRenewal\": \"false\",\r\n                    \"factor\": \"2\",\r\n                    \"validity\": \"2\",\r\n                    \"benefitList\": [\r\n                        {\r\n                            \"benefit\": \"2\",\r\n                            \"ratezone\": \"3356\",\r\n                            \"value\": \"1\",\r\n                            \"overageTariff\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"attachDynamicBenefitsList\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"530\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:21:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675020930642794\",\n        \"responseTimestamp\": \"13/05/2020 11:21:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133087\"\n    }\n}"},{"id":"229c4c4c-a317-40cb-b757-9b28bd2e7119","name":"Create Plan - Success - {Postpaid base plan with charge Local SIM Hosting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planName\": \"MvnePrepaidPlan\",\r\n                \"planType\": \"0\",\r\n                \"planCategory\": \"NORMAL\",\r\n                \"planDescription\": \"PREPAID PLAN\",\r\n                \"serviceProfile\": \"SP_163\",\r\n                \"planStatus\": \"Active\",\r\n                \"currencyId\": \"44\",\r\n                \"destinationGroup\": \"174\"\r\n            },\r\n            \"notification\": [\r\n                {\r\n                    \"notificationType\": \"106\",\r\n                    \"thresholdType\": \"fixed\",\r\n                    \"thresholdValue\": \"14\",\r\n                    \"messages\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n                        }\r\n                    ],\r\n                    \"recipients\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n                            \"email\": \"abc@xyz.com\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"tariffList\": [\r\n                {\r\n                    \"tariffId\": \"12730\"\r\n                },\r\n                {\r\n                    \"tariffId\": \"12734\"\r\n                }\r\n            ],\r\n            \"charge\": [\r\n                {\r\n                    \"chargeId\": \"1\",\r\n                    \"chargeAmount\": \"10\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"9\",\r\n                    \"factor\": \"1\",\r\n                    \"frequency\": \"2\",\r\n                    \"autoRenewal\": \"true\",\r\n                    \"chargeAmount\": \"1\",\r\n                    \"threshold\": \"\",\r\n                    \"unitPrice\": \"\",\r\n                    \"actionType\": \"2\",\r\n                    \"slabDetails\": [\r\n                        {\r\n                            \"startRange\": \"0\",\r\n                            \"endRange\": \"100\",\r\n                            \"amount\": \"12\"\r\n                        },\r\n                        {\r\n                            \"startRange\": \"101\",\r\n                            \"endRange\": \"\",\r\n                            \"amount\": \"150\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"chargeId\": \"21\",\r\n                    \"factor\": \"1\",\r\n                    \"chargeAmount\": \"3\",\r\n                    \"frequency\": \"2\",\r\n                    \"actionType\": \"0,5\",\r\n                    \"applicableFor\": \"1\",\r\n                    \"includes\": \"1\",\r\n                    \"numberIncluded\": \"1\",\r\n                    \"priceAboveIncluded\": \"3.4\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"24\",\r\n                    \"chargeAmount\": \"10\",\r\n                    \"actionType\": \"0\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"89\",\r\n                    \"chargeAmount\": \"6.00\",\r\n                    \"factor\": \"1\",\r\n                   \"frequency\": \"2\",\r\n\t\t\t\t\t\"actionType\": \"0,5\",\r\n                    \"autoRenewal\": \"true\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"88\",\r\n                    \"chargeAmount\": \"6\",\r\n                    \"actionType\":\"0\",\r\n                   \"autoRenewal\": \"false\"\r\n                }\r\n            ],\r\n            \"benefit\": [\r\n                {\r\n                    \"benefitId\": \"1991\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"0\",\r\n                    \"rateZone\": \"5093\"\r\n                }\r\n            ],\r\n            \"usageCounter\": [\r\n                {\r\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"1\",\r\n                    \"unitType\": \"MB\",\r\n                    \"factor\": \"1\"\r\n                }\r\n            ],\r\n            \"rule\": [\r\n                {\r\n                    \"id\": \"1281\"\r\n                }\r\n            ],\r\n            \"createDynamicBenefitsDetails\": [\r\n                {\r\n                    \"name\": \"MDB101901\",\r\n                    \"category\": \"1\",\r\n                    \"simBenefitFee\": \"0.005\",\r\n                    \"simActivationFee\": \"1.025\",\r\n                    \"activatedBy\": \"1\",\r\n                    \"autoRenewal\": \"false\",\r\n                    \"factor\": \"2\",\r\n                    \"validity\": \"2\",\r\n                    \"benefitList\": [\r\n                        {\r\n                            \"benefit\": \"2\",\r\n                            \"ratezone\": \"3356\",\r\n                            \"value\": \"1\",\r\n                            \"overageTariff\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"attachDynamicBenefitsList\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"530\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:21:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675020930642794\",\n        \"responseTimestamp\": \"13/05/2020 11:21:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133087\"\n    }\n}"},{"id":"731b1a39-864e-46f4-8556-b6043617560c","name":"Create Plan - Success - {Postpaid Base Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"MvnePostpaidPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_163\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\",\r\n\t\t\t\t\"prorate\": \"true\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t}],\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\"callBackType\": \"0,1\"\r\n\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\t\"tariffId\": \"12730\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12734\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\t\t\t\t\t\"slabDetails\": [{\r\n\t\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"21\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"3\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"actionType\": \"0,5\",\r\n\t\t\t\t\t\"applicableFor\": \"1\",\r\n\t\t\t\t\t\"includes\": \"1\",\r\n\t\t\t\t\t\"numberIncluded\": \"1\",\r\n\t\t\t\t\t\"priceAboveIncluded\": \"3.4\",\r\n\t\t\t\t\t\"priceAboveIncludedPerNetwork\": [{\r\n\t\t\t\t\t\t\t\"tadigCode\": \"GRCCO\",\r\n\t\t\t\t\t\t\t\"categoryGroupId\": \"SP14073\",\r\n\t\t\t\t\t\t\t\"priceAboveIncluded\": \"2\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"tadigCode\": \"ESPRT\",\r\n\t\t\t\t\t\t\t\"categoryGroupId\": \"SP14073\",\r\n\t\t\t\t\t\t\t\"priceAboveIncluded\": \"2.444\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"11\",\r\n\t\t\t\t\t\"factor\": \"2\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"0\"\r\n\r\n\t\t\t\t},\r\n                {\r\n                    \"chargeId\": \"89\",\r\n                    \"chargeAmount\": \"6.00\",\r\n                    \"factor\": \"1\",\r\n                   \"frequency\": \"2\",\r\n\t\t\t\t\t\"actionType\": \"0,5\",\r\n                    \"autoRenewal\": \"true\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"88\",\r\n                    \"chargeAmount\": \"6\",\r\n                    \"actionType\":\"0\",\r\n                   \"autoRenewal\": \"false\"\r\n                }\r\n\t\t\t],\r\n\r\n\t\t\t\"usageCounter\": [{\r\n\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\r\n\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\"factor\": \"1\"\r\n\t\t\t}],\r\n\t\t\t\"rule\": [{\r\n\t\t\t\t\"id\": \"1281\"\r\n\t\t\t}],\r\n\r\n            \"createDynamicBenefitsDetails\": [\r\n            {\r\n               \"name\": \"MDB101901\",\r\n               \"category\": \"1\",\r\n               \"simBenefitFee\": \"0.005\",\r\n               \"simActivationFee\": \"1.025\",\r\n               \"activatedBy\": \"1\",\r\n               \"autoRenewal\": \"false\",\r\n               \"factor\": \"2\",\r\n               \"validity\": \"2\",\r\n               \"benefitList\": [\r\n                  {\r\n                     \"benefit\": \"2\",\r\n                     \"ratezone\": \"3356\",\r\n                     \"value\": \"1\",\r\n                     \"overageTariff\": \"1\"\r\n                  }\r\n               ]\r\n            }\r\n          ],\r\n          \"attachDynamicBenefitsList\": [\r\n          {\r\n            \"dynamicBenefitsId\": \"530\"\r\n          }\r\n        ]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675224735497886\",\n        \"responseTimestamp\": \"13/05/2020 11:24:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133090\"\n    }\n}"},{"id":"f00c2849-a482-4ad6-9af8-354c5ebd2c1b","name":"Create Plan - Success - {Prepaid Addon Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"PrepaidAddonPlan\",\r\n\t\t\t\t\"planType\": \"0\",\r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"Prepaid ADDON PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_304\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\" ,\r\n\t\t\t\t\"addOnPriority\": \"1\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\t\"messages\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"message\": \"Activated successfully\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"recipients\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"message\": \"Activated successfully\",\r\n\t\t\t\t\t\t\t\"email\": \"abc@xyz.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\t\t\t\"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"rateZone\": \"5093\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeAmount\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n            \"subscription\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"reSubscription\": \"true\",\r\n\t\t\t\t\t\"reSubscriptionRule\":\"2\",\r\n\t\t\t\t\t\"occurrences\":\"1000\",\r\n\t\t\t\t\t\"activatedBy\": \"0\"\r\n\t\t\t\t},\r\n            \"validity\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"validityType\":\"1\",\r\n\t\t\t\t\t\"validityFactor\":\"2\"\r\n\t\t\t\t}\t\t\t\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:38:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46676031793211636\",\n        \"responseTimestamp\": \"13/05/2020 11:38:10\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133096\"\n    }\n}"},{"id":"a5736c14-31fc-4a34-aaa2-6fbb224bc3e1","name":"Create Plan - Success - {Postpaid Addon Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"PostpaidAddonPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"Postpaid ADDON PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_304\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\" ,\r\n\t\t\t\t\"addOnPriority\": \"2\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\t\"messages\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"message\": \"Activated successfully\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"recipients\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"message\": \"Activated successfully\",\r\n\t\t\t\t\t\t\t\"email\": \"abc@xyz.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\t\r\n\t\t\t\"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"rateZone\": \"5093\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeAmount\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n            \"subscription\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"reSubscription\": \"true\",\r\n\t\t\t\t\t\"reSubscriptionRule\":\"2\",\r\n\t\t\t\t\t\"occurrences\":\"1000\",\r\n\t\t\t\t\t\"activatedBy\": \"0\"\r\n\t\t\t\t},\r\n            \"validity\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"validityType\":\"1\",\r\n\t\t\t\t\t\"validityFactor\":\"2\"\r\n\t\t\t\t}\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:45:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46676479428524240\",\n        \"responseTimestamp\": \"13/05/2020 11:45:37\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133104\"\n    }\n}"},{"id":"bcc9e3c4-202a-47a8-86e6-0ad236c85830","name":"Create Plan - Success - {OnetimeAddon}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"MvnePostOnetimeAddon\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"OnetimeAddon\",\r\n\t\t\t\t\"serviceProfile\": \"SP_460\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"540\",\r\n\t\t\t\t\"addOnPriority\": \"1\"\r\n\r\n\t\t\t},\r\n\r\n\t\t\t\"benefit\": [{\r\n\t\t\t\t\t\"benefitId\": \"2\",\r\n\t\t\t\t\t\"value\": \"110\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"4\",\r\n\t\t\t\t\t\"value\": \"1044\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\"chargeId\": \"3\",\r\n\t\t\t\t\"chargeAmount\": \"100\",\r\n\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\"frequency\": \"1\",\r\n\t\t\t\t\"autoRenewal\": \"false\"\r\n\r\n\r\n\t\t\t}],\r\n\t\t\t\"rule\": [{\r\n\t\t\t\t\"id\": \"22\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}\r\n}"},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"201"},{"key":"Date","value":"Sun, 02 Aug 2020 16:18:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6301025692379322\",\n        \"responseTimestamp\": \"01/09/2020 10:17:24\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"560862\"\n    }\n}"},{"id":"c3e9c086-c974-44aa-908f-27b3956d3a09","name":"Create Plan - Success - {postpaid addon plan with counter}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\":{\r\n      \"plan\": {\r\n        \"basicInfo\": {\r\n\t\t\t\t\"planName\": \"plan_addon890\",\r\n\t\t    \t\"planType\": \"1\",                      \r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"Postpaid ADDON PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_72558\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"125868\" ,\r\n\t\t\t\t\"addOnPriority\": \"1\"\r\n                \r\n\t\t\t},\r\n\t\t\t\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"2\",\r\n\t\t\t\t\t\"value\": \"4\"\r\n\t\t\t\t    \r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\t\t\"chargeAmount\": \"3\"\r\n\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\r\n            \"subscription\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"reSubscription\": \"true\",\r\n\t\t\t\t\t\"reSubscriptionRule\":\"2\",\r\n\t\t\t\t\t\"occurrences\":\"10000\",\r\n\t\t\t\t\t\"activatedBy\": \"0\"\r\n\t\t\t\t},\r\n            \"validity\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"validityType\":\"1\",\r\n\t\t\t\t\t\"validityFactor\":\"1\"\r\n\t\t\t\t},\t\r\n\t\t\t\"usageCounter\": [\r\n\r\n                {\r\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\" ,\r\n                    \"value\": \"500\",\r\n                    \"action\": \"5\",\r\n                    \"unitType\": \"KB\",\r\n                    \"factor\": \"1\"  \r\n                }\r\n                \r\n            ]\r\n              \r\n    \t}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"201"},{"key":"Date","value":"Sun, 02 Aug 2020 16:18:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6301025692379322\",\n        \"responseTimestamp\": \"01/09/2020 10:17:24\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"560862\"\n    }\n}"},{"id":"3e445424-9ffc-4d03-9cc9-20873f55ea06","name":"Create Plan - Success - {prepaid addon plan with counter}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\":{\r\n      \"plan\": {\r\n        \"basicInfo\": {\r\n\t\t\t\t\"planName\": \"plan_addon890\",\r\n\t\t    \t\"planType\": \"0\",                      \r\n\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\"planDescription\": \"Postpaid ADDON PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_72558\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"125868\" ,\r\n\t\t\t\t\"addOnPriority\": \"1\"\r\n                \r\n\t\t\t},\r\n\t\t\t\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1\",\r\n\t\t\t\t\t\"value\": \"4\"\r\n\t\t\t\t    \r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\t\t\"chargeAmount\": \"3\"\r\n\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\r\n            \"subscription\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"reSubscription\": \"true\",\r\n\t\t\t\t\t\"reSubscriptionRule\":\"2\",\r\n\t\t\t\t\t\"occurrences\":\"10000\",\r\n\t\t\t\t\t\"activatedBy\": \"0\"\r\n\t\t\t\t},\r\n            \"validity\":\r\n\t\t\t\t{\t\r\n\t\t\t\t\t\"validityType\":\"1\",\r\n\t\t\t\t\t\"validityFactor\":\"1\"\r\n\t\t\t\t},\t\r\n\t\t\t\"usageCounter\": [\r\n\r\n                {\r\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\" ,\r\n                    \"value\": \"500\",\r\n                    \"action\": \"5\",\r\n                    \"unitType\": \"KB\",\r\n                    \"factor\": \"1\"  \r\n                }\r\n                \r\n            ]\r\n              \r\n    \t}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"201"},{"key":"Date","value":"Sun, 02 Aug 2020 16:18:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6301025692379322\",\n        \"responseTimestamp\": \"01/09/2020 10:17:24\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"560862\"\n    }\n}"},{"id":"abe906c9-c849-44d4-a870-75fa6ea76920","name":"Create Plan - Failure - {Create plan with multiple one time fees }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"Demo_plancreate\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"multipleonetme PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_1\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"7335\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"113\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\"message\": \" Dear user, serive is barred \"\r\n\t\t\t\t}],\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\"message\": \" Dear user, serive is barred\",\r\n\t\t\t\t\t\"callBackType\": \"1\"\r\n\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\t\"tariffId\": \"13544\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"2\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"2\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"8\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"8\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"587049727281458\",\n        \"responseTimestamp\": \"08/03/2021 10:33:35\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10110\",\n            \"resultDescription\": \"Operation failed - Multiple instances of fee type SFT- Setup Fee- Branded portal are not allowed\"\n        }\n    }\n}"},{"id":"01c07f54-4163-4a5b-92f7-97bca374d1ca","name":"Create Plan - Success {Adding multiple one time fee}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"Createplan_multiple\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"multipleonetme PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_1\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"7335\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"113\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"message\": \" Dear Reseller 30115,\"\r\n\t\t\t\t}],\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"message\": \" Dear Recipient 30115,\",\r\n\t\t\t\t\t\"callBackType\": \"1\"\r\n\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\t\"tariffId\": \"13544\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"2\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"2\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"8\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"chargeId\": \"8\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675020930642794\",\n        \"responseTimestamp\": \"08/03/2021 11:21:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115133056\"\n    }\n}"},{"id":"c6648ae0-afe7-4f7b-95a4-4329064066e9","name":"Create Plan - Success {Postpaid TEST Plan }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"TEST_plan_API\",\r\n                    \"planType\": \"1\",\r\n                    \"planCategory\": \"TEST\",\r\n                    \"planDescription\": \"test plan via API\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\",\r\n                    \"destinationGroup\": \"2080\"\r\n                },\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1994\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"benefitId\": \"1995\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"0,1\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675224735495886\",\n        \"responseTimestamp\": \"25/05/2021 11:24:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115134078\"\n    }\n}"},{"id":"ef5122f7-34a9-447d-a501-660e14571ad9","name":"Create Plan - Success {Prepaid TEST plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"Pre_TEST_plan_API\",\r\n                    \"planType\": \"0\",\r\n                    \"planCategory\": \"TEST\",\r\n                    \"planDescription\": \"test plan via API\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\",\r\n                    \"destinationGroup\": \"2080\"\r\n                },\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1991\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"benefitId\": \"1992\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"0,1\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46675020930642794\",\r\n        \"responseTimestamp\": \"25/05/2021 11:25:19\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5000\",\r\n            \"resultDescription\": \"Create plan success\"\r\n        },\r\n        \"planId\": \"30115144057\"\r\n    }\r\n}"},{"id":"14809e5e-4f84-4e14-9710-8cdf4391dce7","name":"Create Plan - Success {Postpaid INVENTORY plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"API_INVENTORY_plan\",\r\n                    \"planType\": \"1\",\r\n                    \"planCategory\": \"INVENTORY\",\r\n                    \"planDescription\": \"Inventory plan\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\"\r\n                },\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"3\",\r\n                    \"factor\": \"2\"\r\n                },\r\n                {\r\n                    \"ruleId\": \"3\"\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46675020930786794\",\n        \"responseTimestamp\": \"13/05/2020 11:21:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5000\",\n            \"resultDescription\": \"Create plan success\"\n        },\n        \"planId\": \"30115155034\"\n    }\n}"},{"id":"b3c181f2-5b5e-4e0a-b820-be35db47c51e","name":"Create Plan - Success {Prepaid INVENTORY Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"Prepaid_API_INVENTORY_plan\",\r\n                    \"planType\": \"0\",\r\n                    \"planCategory\": \"INVENTORY\",\r\n                    \"planDescription\": \"Inventory plan\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\"\r\n                },\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"3\",\r\n                    \"factor\": \"2\"\r\n                },\r\n                {\r\n                    \"ruleId\": \"3\"\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }\t","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46675020938442794\",\r\n        \"responseTimestamp\": \"13/05/2020 11:21:19\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5000\",\r\n            \"resultDescription\": \"Create plan success\"\r\n        },\r\n        \"planId\": \"30115154764\"\r\n    }\r\n}"},{"id":"c455bad4-c759-42c3-91a0-531be30b07c9","name":"Create Plan - Failure {TEST plan with DATA benefit and SMS exhaustion rule}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"TEST_plan_DATA\",\r\n                    \"planType\": \"1\",\r\n                    \"planCategory\": \"TEST\",\r\n                    \"planDescription\": \"TEST plan\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\",\r\n                    \"destinationGroup\": \"2180\"\r\n                },\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1994\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"0\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"4230495794297093\",\r\n        \"responseTimestamp\": \"26/05/2021 15:08:59\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10119\",\r\n            \"resultDescription\": \"Benefit rule configuration missing. Please add benefit rule configuration - BenefitId\"\r\n        }\r\n    }\r\n}"},{"id":"7efd3a3f-a445-4020-b873-90844d3efd3f","name":"Create Plan - Failure {Creating TEST/INVENTORY plan in reseller level}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Request\": {\r\n            \"plan\": {\r\n                \"basicInfo\": {\r\n                    \"planName\": \"TEST_plan_RES\",\r\n                    \"planType\": \"1\",\r\n                    \"planCategory\": \"TEST\",\r\n                    \"planDescription\": \"Test plan\",\r\n                    \"planStatus\": \"Active\",\r\n                    \"currencyId\": \"44\",\r\n                    \"destinationGroup\": \"2780\"\r\n                },\r\n            \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1994\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"1\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n              \r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"4230931859192133\",\n        \"responseTimestamp\": \"26/05/2021 15:16:15\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10002\",\n            \"resultDescription\": \"Insufficient privilege\"\n        }\n    }\n}"},{"id":"c4762f4e-4fad-4a33-86ac-f1400262399b","name":"Create Plan - Failure - {Create plan with more than 10 Roaming profiles }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"Posrpaidplan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_21447\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"22292|22293|22294|22295|22296|22297|22298|22299|22300|22301|21544\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"113\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\"message\": \" Service barring Notification\"\r\n\t\t\t\t}],\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\"message\": \" Service barring Notification\",\r\n\t\t\t\t\t\"callBackType\": \"0,1\"\r\n\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\t\"tariffId\": \"23183\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"22890\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"22889\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"usageCounter\": [{\r\n\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_2_855\",\r\n\t\t\t\t\"value\": \"100\",\r\n\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\"factor\": \"1\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1194046525293186\",\n        \"responseTimestamp\": \"21/03/2022 05:06:50\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10169\",\n            \"resultDescription\": \"Roaming Profile Limit Exceed\"\n        }\n    }\n}"},{"id":"b32a6666-f9ef-46d2-824d-07f3028b478b","name":"Create Plan - Failure - {Create plan with Duplicate operators present in the ratezone selected }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"PLAN_ALL\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_21447\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"22292\",\r\n\t\t\t\t\"prorate\": \"false\"\r\n\t\t\t},\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\"tariffId\": \"27072\"\r\n\t\t\t}],\r\n\t\t\t\"usageCounter\": [{\r\n\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\"factor\": \"1\"\r\n\t\t\t}],\r\n\t\t\t\"rule\": [{\r\n\t\t\t\t\"id\": \"1281\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"Response\": {\n\t\t\"responseId\": \"6563410619399706\",\n\t\t\"responseTimestamp\": \"30/08/2022 06:33:02\",\n\t\t\"resultCode\": \"1\",\n\t\t\"resultParam\": {\n\t\t\t\"resultCode\": \"8098\",\n\t\t\t\"resultDescription\": \"Duplicate operators present in the ratezone selected\"\n\t\t}\n\t}\n}"},{"id":"26e70542-be48-4f57-9eb5-14ac84e01c53","name":"Create Plan - Failure - {Prorate is not allowed with the Minimum fee charge}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"AlfredoPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_21447\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\",\r\n\t\t\t\t\"prorate\": \"true\"\r\n\t\t\t},\r\n\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t}],\r\n\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\"callBackType\": \"0,1\"\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\"tariffId\": \"19432\"\r\n\t\t\t}],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\r\n\t\t\t\t\t\"slabDetails\": [{\r\n\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t}]\r\n\t\t\t\t},\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"11\",\r\n\t\t\t\t\t\"factor\": \"2\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"0\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"Response\": {\n\t\t\"responseId\": \"7860269547759414\",\n\t\t\"responseTimestamp\": \"14/09/2022 06:47:21\",\n\t\t\"resultCode\": \"1\",\n\t\t\"resultParam\": {\n\t\t\t\"resultCode\": \"10106\",\n\t\t\t\"resultDescription\": \"Prorate is not allowed with the Minimum fee charge\"\n\t\t}\n\t}\n}"},{"id":"116de804-869f-476e-8eff-2ae4d97ca050","name":"Create Plan - Failure - {Notification message exceeds the limit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"AlfredoPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_21447\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\",\r\n\t\t\t\t\"prorate\": \"true\"\r\n\t\t\t},\r\n\r\n\t\t\t\"notification\": [{\r\n\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\"messages\": [{\r\n\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t}],\r\n\r\n\t\t\t\t\"recipients\": [{\r\n\t\t\t\t\t\"channel\": \"4\",\r\n\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\"callBackType\": \"0,1\"\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\r\n\t\t\t\"tariffList\": [{\r\n\t\t\t\t\"tariffId\": \"19432\"\r\n\t\t\t}],\r\n\t\t\t\"charge\": [{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\r\n\t\t\t\t\t\"slabDetails\": [{\r\n\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t}]\r\n\t\t\t\t},\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"11\",\r\n\t\t\t\t\t\"factor\": \"2\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"50\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"0\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"5533772492936981\",\n        \"responseTimestamp\": \"13/12/2022 11:33:21\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10198\",\n            \"resultDescription\": \"Notification message length has been exceeded\"\n        }\n    }\n}"},{"id":"fe3ef7fd-f50f-4bab-9e16-abb199f831f4","name":"Plan - Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planName\": \"MvnePostpaidPlan\",\r\n\t\t\t\t\"planType\": \"1\",\r\n\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\"planDescription\": \"Postpaid PLAN\",\r\n\t\t\t\t\"serviceProfile\": \"SP_163\",\r\n\t\t\t\t\"planStatus\": \"Active\",\r\n\t\t\t\t\"currencyId\": \"44\",\r\n\t\t\t\t\"destinationGroup\": \"174\"\r\n\t\t\t},\r\n\t\t\t\"notification\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"notificationType\": \"106\",\r\n\t\t\t\t\t\"thresholdType\": \"fixed\",\r\n\t\t\t\t\t\"thresholdValue\": \"14\",\r\n\t\t\t\t\t\"messages\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Reseller 30115, Monthly limit reached\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"recipients\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"channel\": \"3\",\r\n\t\t\t\t\t\t\t\"language\": \"1\",\r\n\t\t\t\t\t\t\t\"message\": \" Dear Recipient 30115, Monthly limit reached.\",\r\n\t\t\t\t\t\t\t\"email\": \"abc@xyz.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"tariffList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12730\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"tariffId\": \"12734\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\"chargeAmount\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\"autoRenewal\": \"true\",\r\n\t\t\t\t\t\"chargeAmount\": \"1\",\r\n\t\t\t\t\t\"threshold\": \"\",\r\n\t\t\t\t\t\"unitPrice\": \"\",\r\n\t\t\t\t\t\"actionType\": \"2\",\r\n\t\t\t\t\t\"slabDetails\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\r\n\t\t\t\"usageCounter\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\",\r\n\t\t\t\t\t\"unitType\": \"MB\",\r\n\t\t\t\t\t\"factor\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"rule\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"id\": \"1281\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t}\r\n}\r\n"},"url":"https://{{url}}/api/CreatePlan"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b95990e0-dc94-4911-9c4a-2eb89c78f7fe"},{"name":"Query Rate Plan","event":[{"listen":"test","script":{"id":"f56c7c55-fa3a-4b5c-b4dd-0abec51ef55d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"c781e8cf-143a-4834-b948-cf990d6e3a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to fetch all the available plans in the system. Plans can be filtered based on following parameters: plan Category, plan Type and currency ID. Based on the filter criteria given the plan can be filtered. Each authorized customer can fetch the details of the plan which he/she has created.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planCategory</td>\n<td>O</td>\n<td>Plan Category.  <br />Possible Values:  <br />BASE  <br />ADDON  <br />TEST  <br />INVENTORY</td>\n</tr>\n<tr>\n<td>planType</td>\n<td>O</td>\n<td>Plan Type  <br />Possible Values:  <br />0 – Prepaid  <br />1 – Postpaid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction id</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Plan Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>O</td>\n<td>Object of the Plan</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-plan-parameters\">Output plan Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>O</td>\n<td>Basic Info Object</td>\n</tr>\n<tr>\n<td>chargeInfo</td>\n<td>O</td>\n<td>chargeInfo Object</td>\n</tr>\n<tr>\n<td>counterInfo</td>\n<td>O</td>\n<td>counterInfo Object</td>\n</tr>\n<tr>\n<td>benefits</td>\n<td>O</td>\n<td>Benefits Object</td>\n</tr>\n<tr>\n<td>tariff</td>\n<td>O</td>\n<td>Tariff Object</td>\n</tr>\n<tr>\n<td>serviceProfile</td>\n<td>O</td>\n<td>Service Profile Object</td>\n</tr>\n<tr>\n<td>notification</td>\n<td>O</td>\n<td>Notification Object</td>\n</tr>\n<tr>\n<td>nextPlanRules</td>\n<td>O</td>\n<td>List of Next Plan Rule Objects (Only for Test and Inventory Plans)</td>\n</tr>\n<tr>\n<td>dynamicBenefitsDetails</td>\n<td>O</td>\n<td>List of Dynamic Benefits Object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-basicinfo-parameters\">Output basicInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Plan Id</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Plan Name</td>\n</tr>\n<tr>\n<td>planDescription</td>\n<td>O</td>\n<td>Plan Description</td>\n</tr>\n<tr>\n<td>planType</td>\n<td>O</td>\n<td>0 – prepaid  <br />1 – postpaid</td>\n</tr>\n<tr>\n<td>cugEnabled</td>\n<td>O</td>\n<td>CUG Enabled or not</td>\n</tr>\n<tr>\n<td>creditLimit</td>\n<td>O</td>\n<td>Credit Limit of a Postpaid Plan</td>\n</tr>\n<tr>\n<td>PlanAmount</td>\n<td>O</td>\n<td>Monthly Rental of a Postpaid Plan/Pack amount of a Prepaid Plan</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>O</td>\n<td>Service Ids associated with the plan. If multiple services are associated separated by pipe 2</td>\n</tr>\n<tr>\n<td>serviceIdName</td>\n<td>O</td>\n<td>Service Ids associated with the plan. If multiple services are associated separated by pipe DATA</td>\n</tr>\n<tr>\n<td>planCategory</td>\n<td>O</td>\n<td>Plan Category  <br />NORMAL  <br />ADDON  <br />TEST  <br />INVENTORY</td>\n</tr>\n<tr>\n<td>productId</td>\n<td>O</td>\n<td>Product Id derived from the master configuration</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>O</td>\n<td>Product Name</td>\n</tr>\n<tr>\n<td>planEffectiveDate</td>\n<td>O</td>\n<td>Plan Effective Date Format:DD/MM/YYYY HH:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Plan Expiry Date Format:DD/MM/YYYY HH:mm:ss</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>O</td>\n<td>Created By, Only Parent can create the plans for the Child</td>\n</tr>\n<tr>\n<td>planTypeName</td>\n<td>O</td>\n<td>Name of the Plan Type</td>\n</tr>\n<tr>\n<td>networkTypeId</td>\n<td>O</td>\n<td>Network Type ID 1</td>\n</tr>\n<tr>\n<td>networkTypeName</td>\n<td>O</td>\n<td>Network Type Name GSM</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>O</td>\n<td>Currency ID</td>\n</tr>\n<tr>\n<td>revertedPlanAmount</td>\n<td>O</td>\n<td>Plan Amount in the currency format</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>O</td>\n<td>Status of the Plan Active InActive</td>\n</tr>\n<tr>\n<td>currencyMainUnitId</td>\n<td>O</td>\n<td>Currency Type ID</td>\n</tr>\n<tr>\n<td>currencyMainUnitSymbol</td>\n<td>O</td>\n<td>Currenc Type</td>\n</tr>\n<tr>\n<td>saleTypeId</td>\n<td>O</td>\n<td>SaleType ID</td>\n</tr>\n<tr>\n<td>saleTypeName</td>\n<td>O</td>\n<td>Sale Type Name  <br />0 – Retail  <br />1 – Wholesale</td>\n</tr>\n<tr>\n<td>destGroupId</td>\n<td>O</td>\n<td>Destination Group Id attached</td>\n</tr>\n<tr>\n<td>destGroupName</td>\n<td>O</td>\n<td>Name of the Destination Group</td>\n</tr>\n<tr>\n<td>profileId</td>\n<td>O</td>\n<td>Service Profile Id</td>\n</tr>\n<tr>\n<td>prorate</td>\n<td>O</td>\n<td>Flag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month. Accepted values: true/false.</td>\n</tr>\n<tr>\n<td>addOnPriority</td>\n<td>CM</td>\n<td>Priority for Addon Plans  <br />Mandatory if plan is addon  <br />Integer (1,2,3,...). Lowest numbers have higher priority.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>O</td>\n<td>Mode of Plan Activation  <br />Mandatory if plan is addon  <br />0 - Activation on subscription  <br />1 - Activation on usage</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-charge-parameters\">Output Charge Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chargeId</td>\n<td>M</td>\n<td>Charge Id. Populated from the charges created in the system</td>\n</tr>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of Charge</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>CM</td>\n<td>Charge Amount in lease Unit, Mandatory if any charge has been selected</td>\n</tr>\n<tr>\n<td>threshold</td>\n<td>CM</td>\n<td>Max Threshold, Applicable only for the specific set of Charge Category</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td>CM</td>\n<td>Unit Price, Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured</td>\n</tr>\n<tr>\n<td>rangeList</td>\n<td>CM</td>\n<td>List of range values</td>\n</tr>\n<tr>\n<td>actionType</td>\n<td>O</td>\n<td>Actions  <br />0- Immediate(default and omitted for SIM Management fees)  <br />1- OnFirstUsage  <br />2- Tier Based Per Sim  <br />3- Tier Based Per Rage  <br />4- Thershold  <br />5- Normal  <br />For SIM Management fee actionType will be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5)</td>\n</tr>\n<tr>\n<td>isRenewal</td>\n<td>O</td>\n<td>Auto renewal flag, If true charge will be auto renewed</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Validity Factor in Integer.  <br />Default -1 for BASE  <br />Mandatory for ADDON plans.  <br /><strong>Note</strong>: Factor value should be set to 1 for all other configured charges if Monthly minimum fee charges are configured in the plan</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Renewal Frequency  <br />For Base Plans:  <br />2 - Month (Default)  <br />  <br />For Addon Plans  <br />Validity is the renewal frequency for recurring AddOns or the duration for one-time AddOns  <br />1 – Day  <br />2 – Month  <br />3 – Year  <br />Mandatory if  <br />a) autoRenewal is true or  <br />b) autoRenewal is false and plan type is ADDON.</td>\n</tr>\n<tr>\n<td>instanceId</td>\n<td>CM</td>\n<td>Unique instance Id for multiple enabled Onetime fee</td>\n</tr>\n<tr>\n<td>instanceTimestamp</td>\n<td>CM</td>\n<td>Time and date (UTC) at which the instance of the onetime fee has been added to the plan.</td>\n</tr>\n<tr>\n<td>applicableForId</td>\n<td>CM</td>\n<td>ID of Service or feature for which the charge is applicable when activated for a SIM.  <br />1 – NB-IoT access  <br />2 - Data access  <br />Mandatory if chargeId refers to feature based SIM management fee.</td>\n</tr>\n<tr>\n<td>applicableForName</td>\n<td>CM</td>\n<td>Name of Service or feature for which the charge is applicable when activated for a SIM.  <br />1 – NB-IoT access  <br />2 - Data access  <br />Mandatory if chargeId refers to feature based SIM management fee.</td>\n</tr>\n<tr>\n<td>includesId</td>\n<td>CM</td>\n<td>ID Specifies the coverage unit included in the charge:  <br />1 – Networks  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>includesName</td>\n<td>CM</td>\n<td>Name Specifies the coverage unit included in the charge:  <br />1 – Networks  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>numberIncluded</td>\n<td>CM</td>\n<td>Specifies the number of coverage units included in the charge.  <br />Integer value greater than 0.  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if applicableFor refers to NB-IoT access or Data access.</td>\n</tr>\n<tr>\n<td>priceAboveIncludedPerNetwork</td>\n<td>O</td>\n<td>Optional list of specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network.  <br />Can only be set if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”.  <br />  <br />Format should be an array, e.g.  <br />- [ { \"tadigCode\": \"BELTB\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" },  <br />{ \"tadigCode\": \"GRCCO\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" } ]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-range-list-parameters\">Output Range List Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startRange</td>\n<td>CM</td>\n<td>Strart Range</td>\n</tr>\n<tr>\n<td>endRange</td>\n<td>CM</td>\n<td>If End Range is null/empty Value will consider as infinity</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>CM</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-priceaboveincludedpernetwork-parameters\">Output priceAboveIncludedPerNetwork Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>CM</td>\n<td>TADIG code of the network in which the specified price is applicable.  <br />Together with categoryGroupId, unique identifier of the network.  <br />Mandatory if categoryGroupId or priceAboveIncluded is provided.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price applicable in the specified network.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if tadigCode or categoryGroupId is provided.</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>CM</td>\n<td>ID of the supplier list containing the network in which the specified price is applicable.  <br />Together with tadigCode , unique identifier of the network. Mandatory if tadigCode or priceAboveIncluded is provided.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counter-parameters\">Output Counter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>M</td>\n<td>Id of the counter</td>\n</tr>\n<tr>\n<td>counterName</td>\n<td>M</td>\n<td>Name of the counter</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>O</td>\n<td>Usage limit for the counter</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>M</td>\n<td>Unit (MB,KB,BYTES)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefit-parameters\">Output Benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>M</td>\n<td>Id of the benefit</td>\n</tr>\n<tr>\n<td>benefitName</td>\n<td>M</td>\n<td>Name of the benefit</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>M</td>\n<td>Unit  <br />(COUNT /MB)</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>value of benefit</td>\n</tr>\n<tr>\n<td>type</td>\n<td>M</td>\n<td>Type of unit  <br />(COUNT / VOLUME)</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>O</td>\n<td>Ratezone Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-subscription-parameters\">Output Subscription Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reSubscription</td>\n<td>M</td>\n<td>False  <br />  <br />True</td>\n</tr>\n<tr>\n<td>reSubscriptionRule</td>\n<td>M</td>\n<td>1 for Validity Expiration  <br />  <br />2 for Validity Expiration OR Benefit exhaustion</td>\n</tr>\n<tr>\n<td>Occurrences</td>\n<td>CM</td>\n<td>Integer 0-9999 to define number of occurrences  <br />  <br />-1 to define Unlimited</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>M</td>\n<td>Mode of Plan Activation  <br />Mandatory if plan is addon  <br />0 - Activation on subscription  <br />1 - Activation on usage</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-validity-parameters\">Output Validity Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validityType</td>\n<td>M</td>\n<td>-1 for Unlimited  <br />  <br />1 for Number of days  <br />  <br />2 for Number of months  <br />  <br />3 for Number of Years  <br />  <br />4 for Billing cycle</td>\n</tr>\n<tr>\n<td>validityFactor</td>\n<td>CM</td>\n<td>Mandatory for validityType 1, 2 and 3  <br />  <br />Number of Days/Months/Years  <br />  <br />Integer 1-99999  <br />  <br />Negative and zero not allowed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tariff-parameters\">Output Tariff Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Id for the tariff</td>\n</tr>\n<tr>\n<td>serviceIdName</td>\n<td>M</td>\n<td>Service name  <br />(DATA/SMS-MO/SMS-MT)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>CM</td>\n<td>ID of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>level</td>\n<td>CM</td>\n<td>Level ID of the Dynamic Benefits.  <br />1 - Created by the current account within the plan.  <br />2 - Created by a parent account and attached to the plan.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>CM</td>\n<td>Name of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>CM</td>\n<td>Category ID  <br />1 - Pooled  <br />2 – Non-Pooled</td>\n</tr>\n<tr>\n<td>simBenefitFee</td>\n<td>CM</td>\n<td>Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>simActivationFee</td>\n<td>CM</td>\n<td>Fee charged at activation for Endpoints subscribed to the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>CM</td>\n<td>Action triggering the charging of the fees  <br />0 - Subscription  <br />1 - Usage</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>CM</td>\n<td>Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />  <br />Recurring if set to true.</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>CM</td>\n<td>Factor multiplying the Validity. Numeric value.</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>CM</td>\n<td>Validity  <br />2 – Month  <br />3 – Year</td>\n</tr>\n<tr>\n<td>benefitList</td>\n<td>CM</td>\n<td>Object of benefits details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>OUTPUT BENEFITLIST PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>CM</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>CM</td>\n<td>Ratezone ID</td>\n</tr>\n<tr>\n<td>value</td>\n<td>CM</td>\n<td>Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>O</td>\n<td>Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-serviceprofile-parameters\">Output ServiceProfile Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profileId</td>\n<td>O</td>\n<td>Service Profile Id</td>\n</tr>\n<tr>\n<td>profileName</td>\n<td>O</td>\n<td>Service profile name</td>\n</tr>\n<tr>\n<td>serviceCategory</td>\n<td>O</td>\n<td>Service Category</td>\n</tr>\n<tr>\n<td>networkTypeId</td>\n<td>O</td>\n<td>Network Type ID 1</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>O</td>\n<td>Created by account</td>\n</tr>\n<tr>\n<td>service</td>\n<td>O</td>\n<td>Service Ids associated with the plan. If multiple services are associated separated by pipe.  <br />2 – Data  <br />9 – SMS  <br />5 - NB-IOT</td>\n</tr>\n<tr>\n<td>accessVarientId</td>\n<td>O</td>\n<td>Service Profile belonging to which service  <br />2 - MO-SMS  <br />3 - MT-SMS  <br />4 - DATA  <br />5 - NB-IoT  <br />Multiple service can be selected using pipe seperation</td>\n</tr>\n<tr>\n<td>ratType</td>\n<td>O</td>\n<td>Service Profile Access Type (RAT Type)  <br />01 – 2G/3G  <br />02 – 2G  <br />06 - 2G/3G/4G</td>\n</tr>\n<tr>\n<td>feature</td>\n<td>O</td>\n<td>Feature objects</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-feature-parameters-service-profile\">Output Feature Parameters (Service Profile)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>featureId</td>\n<td>O</td>\n<td>Feature Id</td>\n</tr>\n<tr>\n<td>featureName</td>\n<td>O</td>\n<td>Feature Name, Name of the feature associated with service profile</td>\n</tr>\n<tr>\n<td>columnName</td>\n<td>O</td>\n<td>Column name</td>\n</tr>\n<tr>\n<td>featureHLRName</td>\n<td>O</td>\n<td>Corresponding feature name in HLR</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Feature type</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Status of feature, true or false</td>\n</tr>\n<tr>\n<td>defaultFeatures</td>\n<td>O</td>\n<td>Default features</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-notification-parameters\">Output Notification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationId</td>\n<td>O</td>\n<td>Notification Id</td>\n</tr>\n<tr>\n<td>triggerId</td>\n<td>O</td>\n<td>Trigger Id of notification type</td>\n</tr>\n<tr>\n<td>alertType</td>\n<td>O</td>\n<td>Notification alert type</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to deliver  <br />1 - SMS  <br />3 - Email</td>\n</tr>\n<tr>\n<td>thresholdType</td>\n<td>O</td>\n<td>Type of Threshold (Fixed/Slab) for threshold-based Notifications</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>O</td>\n<td>Threshold Value for threshold-based Notifications  <br />For thresholdType as Fixed - thresholdValue supports free text  <br />For thresholdType as Slab :  <br />C01 - 50%-75%  <br />C02 - 76%-95%  <br />C03 - 96%-99%  <br />C04 - 100%</td>\n</tr>\n<tr>\n<td>triggerIdName</td>\n<td>O</td>\n<td>Name of the notification</td>\n</tr>\n<tr>\n<td>alertTypeName</td>\n<td>O</td>\n<td>Name of the notification alert type</td>\n</tr>\n<tr>\n<td>channelName</td>\n<td>O</td>\n<td>Name of the channel in which message has to deliver.</td>\n</tr>\n<tr>\n<td>messages</td>\n<td>O</td>\n<td>List of message object.</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>O</td>\n<td>List of recipients object.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-messages-parameters\">Output messages Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>O</td>\n<td>Configured message template in the selected language.</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel ID in which message has to deliver  <br />1 – SMS  <br />3 – Email</td>\n</tr>\n<tr>\n<td>channelName</td>\n<td>O</td>\n<td>Name of the channel in which message has to deliver.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-recipients-parameters\">Output recipients Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>O</td>\n<td>Configured message template in the selected language.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>O</td>\n<td>Email Address, Multiple address will be present as comma (,) separated. Mandatory if the channel selected is Email</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>O</td>\n<td>Phone numbers. Multiple numbers will be present as comma (,) separated. Mandatory if the channel selected is SMS</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to deliver  <br />1 – SMS  <br />3 – Email  <br />4 – API</td>\n</tr>\n<tr>\n<td>channelName</td>\n<td>O</td>\n<td>Name of the channel in which message has to deliver.</td>\n</tr>\n<tr>\n<td>callBackType</td>\n<td>O</td>\n<td>Callback type to whom it has to be delivered  <br />Callback options will be comma(,) separated. Mandatory if channel selected is API  <br />0 - Own callback  <br />1 - Customer callback  <br />Enterprise - Default will be Own callback if parameter is not provided</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-nextplanrules-parameters\">Output nextPlanRules Parameters</h3>\n<p>Available only for Test And Inventory type of plans.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleName</td>\n<td>M</td>\n<td>Rules assigned to TEST and INVENTORY plans  <br />1 - Validity (Test and Inventory plan)  <br />2 - Benefit Exhaustion (Test plan only)  <br />3 - Usage under Base Plan Coverage (Test and Inventory plan)</td>\n</tr>\n<tr>\n<td>ruleId</td>\n<td>M</td>\n<td>Rules assigned to TEST and INVENTORY plans  <br />1 - Validity (Test and Inventory plan)  <br />2 - Benefit Exhaustion (Test plan only)  <br />3 - Usage under Base Plan Coverage (Test and Inventory plan)</td>\n</tr>\n<tr>\n<td>frequencyName</td>\n<td>M</td>\n<td>Provides the name of frequency  <br />1 - Day  <br />2 - Month  <br />3 - Year</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>M</td>\n<td>Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years)</td>\n</tr>\n<tr>\n<td>benefitName</td>\n<td>M</td>\n<td>Provides the benefitName used in the rule (required only for ruleId -2)  <br />SMS - 0  <br />DATA - 1  <br />NB-IOT -2</td>\n</tr>\n<tr>\n<td>nextState</td>\n<td>M</td>\n<td>Provides the next state  <br />1 - Active-Inventory  <br />2 - Active</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters-1\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Plan Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters-1\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1056</td>\n<td>Query rate plan success</td>\n<td></td>\n</tr>\n<tr>\n<td>1057</td>\n<td>Query rate plan failure</td>\n<td>Operational failure, try after sometime or kindly verify all mandatory parameters in the API request else contact the system administrator.</td>\n</tr>\n<tr>\n<td>1058</td>\n<td>No rate plan configured</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","QueryRatePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5a626995-d0a3-4f61-a29f-347c9c786ede","name":"Query Rate Plan - Success - Addon Plan Only Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=ADDON","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"ADDON"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:41:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5085"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"13299182484573797\",\r\n        \"responseTimestamp\": \"14/03/2024 07:24:36\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679499\",\r\n                        \"planName\": \"APIPrepaidA143\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"343400\",\r\n                        \"planEffectiveDate\": \"04/03/2024 07:47:23\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3434\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3434\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"2\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"44\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679507\",\r\n                        \"planName\": \"APIPrepaidADemo\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"343400\",\r\n                        \"planEffectiveDate\": \"04/03/2024 11:23:50\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3434\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3434\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"2\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"4\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679856\",\r\n                        \"planName\": \"APIPrepaidADemo22\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"343400\",\r\n                        \"planEffectiveDate\": \"07/03/2024 13:26:39\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3434\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3434\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"24321\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"44\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679930\",\r\n                        \"planName\": \"APIPrepaidADemooccu\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"343400\",\r\n                        \"planEffectiveDate\": \"13/03/2024 17:10:30\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3434\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3434\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"9999\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"44\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679505\",\r\n                        \"planName\": \"Plan_Addon_Demo\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"450\",\r\n                        \"planEffectiveDate\": \"04/03/2024 11:12:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"4.5\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"4.5\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"4\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"5\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"10\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679488\",\r\n                        \"planName\": \"Planaddon_A_onetime\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"addon A\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"400\",\r\n                        \"planEffectiveDate\": \"04/03/2024 12:05:50\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"4\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"4\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"3\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"6\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"679506\",\r\n                        \"planName\": \"plan_addon_pr\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"9|5|2\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"400\",\r\n                        \"planEffectiveDate\": \"04/03/2024 11:15:48\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"SMS|NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"4\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"108390\",\r\n                        \"destGroupName\": \"Destinationall\",\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_66248\",\r\n                        \"profileName\": \"Serviceaddon\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32135101\",\r\n                        \"service\": \"9|5|2\",\r\n                        \"accessVarientId\": \"2|5|4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"4\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"4\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"4\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    }\r\n                }\r\n            ],\r\n            \"totalCount\": \"7\"\r\n        }\r\n    }\r\n}"},{"id":"c3111d99-5594-46db-a258-acb6750d7afd","name":"Query Rate Plan - Success - {Filter based on Plan Category and Plan Type}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=BASE&planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"BASE"},{"key":"planType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:41:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5085"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46679814648890607\",\r\n        \"responseTimestamp\": \"13/05/2020 12:41:12\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115133087\",\r\n                        \"planName\": \"MvnePrepaidPlan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"New Plan Description\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"2|9\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"13/05/2020 14:35:46\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"DATA|SMS\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"174\",\r\n                        \"destGroupName\": \"destinationgroup01\",\r\n                        \"profileId\": \"SP_163\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_163\",\r\n                        \"profileName\": \"spbase01\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"service\": \"2|9\",\r\n                        \"accessVarientId\": \"4|2|3\",\r\n                        \"ratType\": \"08\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"1\",\r\n                            \"name\": \"SFT-Setup Fee - Integration\",\r\n                            \"amount\": \"10\",\r\n                            \"isRenewal\": false\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"12730\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        },\r\n                        {\r\n                            \"tariffId\": \"12730\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\",\r\n                            \"rateZone\": \"5093\"\r\n                        }\r\n                    ],\r\n                    \"dynamicBenefitsDetails\": [\r\n                      {\r\n                            \"dynamicBenefitsId\": \"600\",\r\n                            \"level\": \"1\",\r\n                            \"name\": \"Own_MDB\",\r\n                            \"category\": \"2\",\r\n                            \"simBenefitFee\": \"5\",\r\n                            \"simActivationFee\": \"1\",\r\n                            \"activatedBy\": \"0\",\r\n                            \"autoRenewal\": \"true\", \r\n                            \"validity\": \"2\", \r\n                            \"benefitList\": [\r\n                            { \r\n                             \"benefit\": \"1\",\r\n                             \"ratezone\": \"123\",\r\n                             \"value\": \"20\", \r\n                             \"overageTariff\": \"1\"\r\n                           },      \r\n                           { \r\n                            \"benefit\": \"1\",\r\n                            \"ratezone\": \"456\",\r\n                            \"value\": \"10\", \r\n                            \"overageTariff\": \"0.5\"\r\n                           }\r\n                         ]\r\n                      }]\r\n            \r\n            }\r\n          ]\r\n        },\r\n\r\n    \r\n            \"totalCount\": \"1\"\r\n        }\r\n    }\r\n}"},{"id":"d049bf04-0f62-4d55-a439-7a0cdd991cb7","name":"Query Rate Plan - Success - {Local SIM Hosting charge }}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=BASE&planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"BASE"},{"key":"planType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:41:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5085"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"7769497309579413\",\r\n        \"responseTimestamp\": \"10/01/2024 07:23:09\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670607\",\r\n                        \"planName\": \"host_l\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/12/2023 12:00:58\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"Local SIM Hosting\",\r\n                            \"amount\": \"5\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"2\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670599\",\r\n                        \"planName\": \"localh_l\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"09/01/2024 08:31:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670355\",\r\n                        \"planName\": \"localhost\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"21/12/2023 09:46:20\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670363\",\r\n                        \"planName\": \"localhost_ll\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/12/2023 01:56:51\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"6\",\r\n                            \"name\": \"SFT-SIM management\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"2\",\r\n                            \"actionType\": \"0,5\"\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"3\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670624\",\r\n                        \"planName\": \"no_charge\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/12/2023 13:23:25\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670360\",\r\n                        \"planName\": \"plan_local\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"09/01/2024 09:54:05\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"670546\",\r\n                        \"planName\": \"preplan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/12/2023 14:28:27\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"105463\",\r\n                        \"destGroupName\": \"dest_n\",\r\n                        \"profileId\": \"SP_62685\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_62685\",\r\n                        \"profileName\": \"service_p\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"32126104\",\r\n                        \"service\": \"2\",\r\n                        \"accessVarientId\": \"4\",\r\n                        \"ratType\": \"10\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"42573\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"totalCount\": \"7\"\r\n        }\r\n    }\r\n}"},{"id":"2acbb00a-14c6-4f23-a5cc-bc35ea1827ec","name":"Query Rate Plan - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1057\",\n            \"resultDescription\": \"Query Rate Plan Failure\"\n        }\n    }\n}"},{"id":"5f956efb-5d32-4921-8430-0c3a6aff0669","name":"Query Rate Plan - Failure - {No rate plan configured}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 04:01:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"47771832636828293\",\n        \"responseTimestamp\": \"26/05/2020 04:01:30\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1058\",\n            \"resultDescription\": \"No rate plan configured\"\n        }\n    }\n}"},{"id":"53450cb7-43b6-46be-a130-31690d3871b7","name":"Query Rate Plan - Success - {Addon Plan Only}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=ADDON","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"ADDON"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:13:55 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5293"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46678177428123275\",\n        \"responseTimestamp\": \"13/05/2020 12:13:55\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1056\",\n            \"resultDescription\": \"Query rate plan success\"\n        },\n        \"responseParam\": {\n            \"plan\": [\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133104\",\n                        \"planName\": \"PostpaidAddonPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"ADDON\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:45:37\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_304\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_304\",\n                        \"profileName\": \"AddonServiceProfile\",\n                        \"serviceCategory\": \"1\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"amount\": \"34\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"subscription\": {\n                        \"reSubscription\": \"true\",\n                        \"reSubscriptionRule\": \"1\",\n                        \"occurrences\": \"-1\",\n                        \"activatedBy\": \"0\"\n                    },\n                    \"validity\": {\n                        \"validityTypeID\": \"3\",\n                        \"validityTypeName\": \"Yearly\",\n                        \"validityFactor\": \"1\"\n                    }\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133096\",\n                        \"planName\": \"PrepaidAddonPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\n                        \"planType\": \"0\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"ADDON\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:38:10\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_304\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_304\",\n                        \"profileName\": \"AddonServiceProfile\",\n                        \"serviceCategory\": \"1\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"amount\": \"34\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"subscription\": {\n                        \"reSubscription\": \"true\",\n                        \"reSubscriptionRule\": \"1\",\n                        \"occurrences\": \"-1\",\n                        \"activatedBy\": \"0\"\n                    },\n                    \"validity\": {\n                        \"validityTypeID\": \"3\",\n                        \"validityTypeName\": \"Yearly\",\n                        \"validityFactor\": \"1\"\n                    },\n            \"totalCount\": \"2\"\n        }\n    }\n}"},{"id":"7a755377-6d6c-44e3-a86a-635b6d1a355b","name":"Query Rate Plan - Success - {Postpaid Plans Only}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planType=1","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planType","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:15:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"8045"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46678246955754924\",\r\n        \"responseTimestamp\": \"13/05/2020 12:15:05\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115133090\",\r\n                        \"planName\": \"MvnePostpaidPlan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"validity\": \"30\",\r\n                        \"serviceId\": \"2|9\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"13/05/2020 13:24:43\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA|SMS\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"frequency\": \"2\",\r\n                        \"factor\": \"1\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"174\",\r\n                        \"destGroupName\": \"destinationgroup01\",\r\n                        \"profileId\": \"SP_163\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_163\",\r\n                        \"profileName\": \"spbase01\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"service\": \"2|9\",\r\n                        \"accessVarientId\": \"4|2|3\",\r\n                        \"ratType\": \"08\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"1\",\r\n                            \"name\": \"SFT-Setup Fee - Integration\",\r\n                            \"amount\": \"10\",\r\n                            \"isRenewal\": false\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"9\",\r\n                            \"name\": \"SFT-Monthly Recurring Charges\",\r\n                            \"amount\": \"1\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"rangeList\": [\r\n                                {\r\n                                    \"startRange\": \"0\",\r\n                                    \"endRange\": \"100\",\r\n                                    \"amount\": \"12\"\r\n                                },\r\n                                {\r\n                                    \"startRange\": \"101\",\r\n                                    \"amount\": \"150\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                        \"chargeId\": \"21\",\r\n                            \"name\": \"SFT-Feature based SIM management fee\",\r\n                            \"amount\": \"3\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"1,5\",\r\n                            \"applicableForId\": \"1\",\r\n                            \"applicableForName\": \"NB-IoT access\",\r\n                            \"includesId\": \"1\",\r\n                            \"includesName\": \"Networks\",\r\n                            \"numberIncluded\": \"3\",\r\n                            \"priceAboveIncluded\": \"15\"\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"89\",\r\n                            \"name\": \"SFT-Local SIM Management\",\r\n                            \"amount\": \"6.22\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        },\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t{\r\n                            \"chargeId\": \"88\",\r\n                            \"name\": \"SFT-Local Profile Download\",\r\n                            \"amount\": \"6\",\r\n                            \"isRenewal\": false,\r\n                            \"actionType\": \"0\"\r\n                        },\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t{\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"12730\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        },\r\n                        {\r\n                            \"tariffId\": \"12734\",\r\n                            \"serviceIdName\": \"SMS-MO\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\r\n                            \"counterName\": \"Daily\",\r\n                            \"limit\": \"10485760\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115133104\",\r\n                        \"planName\": \"PostpaidAddonPlan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"2|9\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"13/05/2020 13:45:37\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA|SMS\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"frequency\": \"2\",\r\n                        \"factor\": \"1\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"174\",\r\n                        \"destGroupName\": \"destinationgroup01\",\r\n                        \"profileId\": \"SP_304\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_304\",\r\n                        \"profileName\": \"AddonServiceProfile\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"31170383\",\r\n                        \"service\": \"2|9\",\r\n                        \"accessVarientId\": \"4|2|3\",\r\n                        \"ratType\": \"08\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"34\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"-1\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"3\",\r\n                        \"validityTypeName\": \"Yearly\",\r\n                        \"validityFactor\": \"1\"\r\n                    }\r\n                }\r\n            ],\r\n            \"totalCount\": \"2\"\r\n        }\r\n    }\r\n}"},{"id":"8c9809cd-a92f-4321-83fa-568f7b77e2f9","name":"Query Rate Plan - Success - {Prepaid Plans Only}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:14:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"8018"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"responseId\": \"46678206503826068\",\r\n\t\t\"responseTimestamp\": \"13/05/2020 12:14:24\",\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"1056\",\r\n\t\t\t\"resultDescription\": \"Query rate plan success\"\r\n\t\t},\r\n\t\t\"responseParam\": {\r\n\t\t\t\"plan\": [{\r\n\t\t\t\t\t\"basicInfo\": {\r\n\t\t\t\t\t\t\"planId\": \"30115133087\",\r\n\t\t\t\t\t\t\"planName\": \"MvnePrepaidPlan\",\r\n\t\t\t\t\t\t\"cugEnabled\": \"false\",\r\n\t\t\t\t\t\t\"planDescription\": \"PREPAID PLAN\",\r\n\t\t\t\t\t\t\"planType\": \"0\",\r\n\t\t\t\t\t\t\"serviceId\": \"2|9\",\r\n\t\t\t\t\t\t\"planCategory\": \"NORMAL\",\r\n\t\t\t\t\t\t\"planAmount\": \"0\",\r\n\t\t\t\t\t\t\"planEffectiveDate\": \"13/05/2020 13:21:19\",\r\n\t\t\t\t\t\t\"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n\t\t\t\t\t\t\"productId\": \"1\",\r\n\t\t\t\t\t\t\"productName\": \"PREPAID\",\r\n\t\t\t\t\t\t\"serviceIdName\": \"DATA|SMS\",\r\n\t\t\t\t\t\t\"planTypeName\": \"Prepaid\",\r\n\t\t\t\t\t\t\"createdBy\": \"31170383\",\r\n\t\t\t\t\t\t\"networkTypeName\": \"GSM\",\r\n\t\t\t\t\t\t\"networkTypeId\": \"1\",\r\n\t\t\t\t\t\t\"currency\": \"44\",\r\n\t\t\t\t\t\t\"revertedPlanAmount\": \"0\",\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"currencyMainUnitId\": \"4\",\r\n\t\t\t\t\t\t\"currencyMainUnitSymbol\": \"EUR\",\r\n\t\t\t\t\t\t\"saleTypeId\": \"1\",\r\n\t\t\t\t\t\t\"saleTypeName\": \"Wholesale\",\r\n\t\t\t\t\t\t\"destGroupId\": \"174\",\r\n\t\t\t\t\t\t\"destGroupName\": \"destinationgroup01\",\r\n\t\t\t\t\t\t\"profileId\": \"SP_163\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"serviceProfile\": {\r\n\t\t\t\t\t\t\"profileId\": \"SP_163\",\r\n\t\t\t\t\t\t\"profileName\": \"spbase01\",\r\n\t\t\t\t\t\t\"serviceCategory\": \"0\",\r\n\t\t\t\t\t\t\"networkTypeId\": \"1\",\r\n\t\t\t\t\t\t\"createdBy\": \"31170383\",\r\n\t\t\t\t\t\t\"service\": \"2|9\",\r\n\t\t\t\t\t\t\"accessVarientId\": \"4|2|3\",\r\n\t\t\t\t\t\t\"ratType\": \"08\",\r\n\t\t\t\t\t\t\"feature\": [{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"11\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"BLOCK_DATA_ROAMING\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsRoamingDataAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"value\": \"false\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"1\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"SMS_MO\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsSMSAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"SMS_MO\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"5\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"false\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"3\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"DATA\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsGPRSAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"DATA\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"2\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"SMS_MT\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsSmsMTAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"SMS_MT\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"chargeInfo\": [{\r\n\t\t\t\t\t\t\t\"chargeId\": \"1\",\r\n\t\t\t\t\t\t\t\"name\": \"SFT-Setup Fee - Integration\",\r\n\t\t\t\t\t\t\t\"amount\": \"10\",\r\n\t\t\t\t\t\t\t\"isRenewal\": false\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"chargeId\": \"9\",\r\n\t\t\t\t\t\t\t\"name\": \"SFT-Monthly Recurring Charges\",\r\n\t\t\t\t\t\t\t\"amount\": \"1\",\r\n\t\t\t\t\t\t\t\"isRenewal\": true,\r\n\t\t\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\t\t\"rangeList\": [{\r\n\t\t\t\t\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\t\t\t\t\"endRange\": \"100\",\r\n\t\t\t\t\t\t\t\t\t\"amount\": \"12\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"startRange\": \"101\",\r\n\t\t\t\t\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n                        {\r\n                        \"chargeId\": \"21\",\r\n                            \"name\": \"SFT-Feature based SIM management fee\",\r\n                            \"amount\": \"3\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"1,5\",\r\n                            \"applicableForId\": \"1\",\r\n                            \"applicableForName\": \"NB-IoT access\",\r\n                            \"includesId\": \"1\",\r\n                            \"includesName\": \"Networks\",\r\n                            \"numberIncluded\": \"3\",\r\n                            \"priceAboveIncluded\": \"15\"\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"89\",\r\n                            \"name\": \"SFT-Local SIM Management\",\r\n                            \"amount\": \"6.22\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        },\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t{\r\n                            \"chargeId\": \"88\",\r\n                            \"name\": \"SFT-Local Profile Download\",\r\n                            \"amount\": \"6\",\r\n                            \"isRenewal\": false,\r\n                            \"actionType\": \"0\"\r\n                        },\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t{\r\n                            \"chargeId\": \"90\",\r\n                            \"name\": \"SFT-Local SIM Hosting\",\r\n                            \"amount\": \"2\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\",\r\n                            \"actionType\": \"0,5\"\r\n                        }\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"tariff\": [{\r\n\t\t\t\t\t\t\t\"tariffId\": \"12730\",\r\n\t\t\t\t\t\t\t\"serviceIdName\": \"DATA\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"tariffId\": \"12734\",\r\n\t\t\t\t\t\t\t\"serviceIdName\": \"SMS-MO\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"counterInfo\": [{\r\n\t\t\t\t\t\t\"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\r\n\t\t\t\t\t\t\"counterName\": \"Daily\",\r\n\t\t\t\t\t\t\"limit\": \"10485760\",\r\n\t\t\t\t\t\t\"unitType\": \"MB\"\r\n\t\t\t\t\t}],\r\n\t\t\t\t\t\"benefits\": [{\r\n\t\t\t\t\t\t\"benefitId\": \"1991\",\r\n\t\t\t\t\t\t\"benefitName\": \"DATA\",\r\n\t\t\t\t\t\t\"unitType\": \"Mb\",\r\n\t\t\t\t\t\t\"benefit\": \"10\",\r\n\t\t\t\t\t\t\"type\": \"VOLUME\",\r\n\t\t\t\t\t\t\"rateZone\": \"5093\"\r\n\t\t\t\t\t}]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"basicInfo\": {\r\n\t\t\t\t\t\t\"planId\": \"30115133096\",\r\n\t\t\t\t\t\t\"planName\": \"PrepaidAddonPlan\",\r\n\t\t\t\t\t\t\"cugEnabled\": \"false\",\r\n\t\t\t\t\t\t\"planDescription\": \"Prepaid ADDON PLAN\",\r\n\t\t\t\t\t\t\"planType\": \"0\",\r\n\t\t\t\t\t\t\"serviceId\": \"2|9\",\r\n\t\t\t\t\t\t\"planCategory\": \"ADDON\",\r\n\t\t\t\t\t\t\"planAmount\": \"100\",\r\n\t\t\t\t\t\t\"planEffectiveDate\": \"13/05/2020 13:38:10\",\r\n\t\t\t\t\t\t\"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n\t\t\t\t\t\t\"productId\": \"1\",\r\n\t\t\t\t\t\t\"productName\": \"PREPAID\",\r\n\t\t\t\t\t\t\"serviceIdName\": \"DATA|SMS\",\r\n\t\t\t\t\t\t\"planTypeName\": \"Prepaid\",\r\n\t\t\t\t\t\t\"createdBy\": \"31170383\",\r\n\t\t\t\t\t\t\"networkTypeName\": \"GSM\",\r\n\t\t\t\t\t\t\"networkTypeId\": \"1\",\r\n\t\t\t\t\t\t\"currency\": \"44\",\r\n\t\t\t\t\t\t\"revertedPlanAmount\": \"1\",\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"frequency\": \"2\",\r\n\t\t\t\t\t\t\"factor\": \"1\",\r\n\t\t\t\t\t\t\"currencyMainUnitId\": \"4\",\r\n\t\t\t\t\t\t\"currencyMainUnitSymbol\": \"EUR\",\r\n\t\t\t\t\t\t\"saleTypeId\": \"1\",\r\n\t\t\t\t\t\t\"saleTypeName\": \"Wholesale\",\r\n\t\t\t\t\t\t\"destGroupId\": \"174\",\r\n\t\t\t\t\t\t\"destGroupName\": \"destinationgroup01\",\r\n\t\t\t\t\t\t\"profileId\": \"SP_304\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"serviceProfile\": {\r\n\t\t\t\t\t\t\"profileId\": \"SP_304\",\r\n\t\t\t\t\t\t\"profileName\": \"AddonServiceProfile\",\r\n\t\t\t\t\t\t\"serviceCategory\": \"1\",\r\n\t\t\t\t\t\t\"networkTypeId\": \"1\",\r\n\t\t\t\t\t\t\"createdBy\": \"31170383\",\r\n\t\t\t\t\t\t\"service\": \"2|9\",\r\n\t\t\t\t\t\t\"accessVarientId\": \"4|2|3\",\r\n\t\t\t\t\t\t\"ratType\": \"08\",\r\n\t\t\t\t\t\t\"feature\": [{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"3\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"DATA\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsGPRSAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"DATA\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"11\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"BLOCK_DATA_ROAMING\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsRoamingDataAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"value\": \"false\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"1\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"SMS_MO\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsSMSAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"SMS_MO\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"2\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"SMS_MT\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IsSmsMTAllowed\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"SMS_MT\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"true\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"featureId\": \"5\",\r\n\t\t\t\t\t\t\t\t\"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n\t\t\t\t\t\t\t\t\"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n\t\t\t\t\t\t\t\t\"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n\t\t\t\t\t\t\t\t\"type\": \"M\",\r\n\t\t\t\t\t\t\t\t\"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n\t\t\t\t\t\t\t\t\"value\": \"false\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"34\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"-1\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityTypeID\": \"3\",\r\n                        \"validityTypeName\": \"Yearly\",\r\n                        \"validityFactor\": \"1\"\r\n                    }\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"totalCount\": \"2\"\r\n\t\t}\r\n\t}\r\n}"},{"id":"e1938698-3468-4789-b398-04c4fe495025","name":"Query Rate Plan - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:58:38 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"15831"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46677260045907609\",\n        \"responseTimestamp\": \"13/05/2020 11:58:38\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1056\",\n            \"resultDescription\": \"Query rate plan success\"\n        },\n        \"responseParam\": {\n            \"plan\": [\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133090\",\n                        \"planName\": \"MvnePostpaidPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Postpaid PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"validity\": \"30\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:24:43\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_163\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_163\",\n                        \"profileName\": \"spbase01\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"chargeId\": \"9\",\n                            \"name\": \"SFT-Monthly Recurring Charges\",\n                            \"amount\": \"1\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"rangeList\": [\n                                {\n                                    \"startRange\": \"0\",\n                                    \"endRange\": \"100\",\n                                    \"amount\": \"12\"\n                                },\n                                {\n                                    \"startRange\": \"101\",\n                                    \"amount\": \"150\"\n                                }\n                            ]\n                        },\n                        {\n                            \"chargeId\": \"1\",\n                            \"name\": \"SFT-Setup Fee - Integration\",\n                            \"amount\": \"10\",\n                            \"isRenewal\": false\n                        },\n                        {\n                            \"chargeId\": \"89\",\n                            \"name\": \"SFT-Local SIM Management\",\n                            \"amount\": \"6.22\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"88\",\n                            \"name\": \"SFT-Local Profile Download\",\n                            \"amount\": \"6\",\n                            \"isRenewal\": false,\n                            \"actionType\": \"0\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"90\",\n                            \"name\": \"SFT-Local SIM Hosting\",\n                            \"amount\": \"2\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        }\n                    ],\n                    \"tariff\": [\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        }\n                    ],\n                    \"counterInfo\": [\n                        {\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\n                            \"counterName\": \"Daily\",\n                            \"limit\": \"10485760\",\n                            \"unitType\": \"MB\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133087\",\n                        \"planName\": \"MvnePrepaidPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"13/05/2020 13:21:19\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_163\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_163\",\n                        \"profileName\": \"spbase01\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"chargeId\": \"1\",\n                            \"name\": \"SFT-Setup Fee - Integration\",\n                            \"amount\": \"10\",\n                            \"isRenewal\": false\n                        },\n                        {\n                            \"chargeId\": \"9\",\n                            \"name\": \"SFT-Monthly Recurring Charges\",\n                            \"amount\": \"1\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"rangeList\": [\n                                {\n                                    \"startRange\": \"0\",\n                                    \"endRange\": \"100\",\n                                    \"amount\": \"12\"\n                                },\n                                {\n                                    \"startRange\": \"101\",\n                                    \"amount\": \"150\"\n                                }\n                            ]\n                        },\n                        {\n                            \"chargeId\": \"21\",\n                            \"name\": \"SFT-Feature based SIM management fee\",\n                            \"amount\": \"3\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"1,5\",\n                            \"applicableForId\": \"1\",\n                            \"applicableForName\": \"NB-IoT access\",\n                            \"includesId\": \"1\",\n                            \"includesName\": \"Networks\",\n                            \"numberIncluded\": \"3\",\n                            \"priceAboveIncluded\": \"15\",\n                            \"priceAboveIncludedPerNetwork\": [\n                                {\n                                    \"tadigCode\": \"LUXVM\",\n                                    \"categoryGroupId\": \"SP848\",\n                                    \"priceAboveIncluded\": \"2\",\n                                    \"category\": \"0\"\n                                }\n                            ]\n                        },\n                        {\n                            \"chargeId\": \"89\",\n                            \"name\": \"SFT-Local SIM Management\",\n                            \"amount\": \"6.22\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"88\",\n                            \"name\": \"SFT-Local Profile Download\",\n                            \"amount\": \"6\",\n                            \"isRenewal\": false,\n                            \"actionType\": \"0\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"90\",\n                            \"name\": \"SFT-Local SIM Hosting\",\n                            \"amount\": \"2\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        }\n                    ],\n                    \"tariff\": [\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        }\n                    ],\n                    \"counterInfo\": [\n                        {\n                            \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\n                            \"counterName\": \"Daily\",\n                            \"limit\": \"10485760\",\n                            \"unitType\": \"MB\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\",\n                            \"rateZone\": \"5093\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133104\",\n                        \"planName\": \"PostpaidAddonPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"ADDON\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:45:37\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_304\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_304\",\n                        \"profileName\": \"AddonServiceProfile\",\n                        \"serviceCategory\": \"1\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            }\n                        ]\n                    },\n                   \"chargeInfo\": [\n                        {\n                            \"amount\": \"34\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"subscription\": {\n                        \"reSubscription\": \"true\",\n                        \"reSubscriptionRule\": \"1\",\n                        \"occurrences\": \"-1\",\n                        \"activatedBy\": \"0\"\n                    },\n                    \"validity\": {\n                        \"validityTypeID\": \"3\",\n                        \"validityTypeName\": \"Yearly\",\n                        \"validityFactor\": \"1\"\n                    }\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133096\",\n                        \"planName\": \"PrepaidAddonPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Prepaid ADDON PLAN\",\n                        \"planType\": \"0\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"ADDON\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:38:10\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_304\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_304\",\n                        \"profileName\": \"AddonServiceProfile\",\n                        \"serviceCategory\": \"1\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"amount\": \"34\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"subscription\": {\n                        \"reSubscription\": \"true\",\n                        \"reSubscriptionRule\": \"1\",\n                        \"occurrences\": \"-1\",\n                        \"activatedBy\": \"0\"\n                    },\n                    \"validity\": {\n                        \"validityTypeID\": \"3\",\n                        \"validityTypeName\": \"Yearly\",\n                        \"validityFactor\": \"1\"\n                    }\n                }\n            ],\n            \"totalCount\": \"6\"\n        }\n    }\n}"},{"id":"caba3f82-edc6-4302-a9b5-303d23c04c5a","name":"Query Rate Plan - Success - {Base Plan Only}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=BASE","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"BASE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:13:16 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"10770"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46678138061839958\",\n        \"responseTimestamp\": \"13/05/2020 12:13:16\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1056\",\n            \"resultDescription\": \"Query rate plan success\"\n        },\n        \"responseParam\": {\n            \"plan\": [\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133090\",\n                        \"planName\": \"MvnePostpaidPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"Postpaid PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"validity\": \"30\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"100\",\n                        \"planEffectiveDate\": \"13/05/2020 13:24:43\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"1\",\n                        \"status\": \"Active\",\n                        \"frequency\": \"2\",\n                        \"factor\": \"1\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_163\",\n                        \"prorate\": \"true\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_163\",\n                        \"profileName\": \"spbase01\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"chargeId\": \"1\",\n                            \"name\": \"SFT-Setup Fee - Integration\",\n                            \"amount\": \"10\",\n                            \"isRenewal\": false\n                        },\n                        {\n                            \"chargeId\": \"24\",\n                            \"name\": \"SFT-OEM SIM activation\",\n                            \"amount\": \"1.25\",\n                            \"isRenewal\": false,\n                            \"actionType\": \"0\"\n                        },\n                        {\n                            \"chargeId\": \"9\",\n                            \"name\": \"SFT-Monthly Recurring Charges\",\n                            \"amount\": \"1\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"rangeList\": [\n                                {\n                                    \"startRange\": \"0\",\n                                    \"endRange\": \"100\",\n                                    \"amount\": \"12\"\n                                },\n                                {\n                                    \"startRange\": \"101\",\n                                    \"amount\": \"150\"\n                                }\n                            ]\n                        },\n                        {\n                            \"chargeId\": \"21\",\n                            \"name\": \"SFT-Feature based SIM management fee\",\n                            \"amount\": \"3\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"1,5\",\n                            \"applicableForId\": \"1\",\n                            \"applicableForName\": \"NB-IoT access\",\n                            \"includesId\": \"1\",\n                            \"includesName\": \"Networks\",\n                            \"numberIncluded\": \"3\",\n                            \"priceAboveIncluded\": \"15\"\n                        },\n                        {\n                            \"chargeId\": \"89\",\n                            \"name\": \"SFT-Local SIM Management\",\n                            \"amount\": \"6.22\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"88\",\n                            \"name\": \"SFT-Local Profile Download\",\n                            \"amount\": \"6\",\n                            \"isRenewal\": false,\n                            \"actionType\": \"0\"\n                        },\n\t\t\t\t\t\t\n\t\t\t\t\t\t{\n                            \"chargeId\": \"90\",\n                            \"name\": \"SFT-Local SIM Hosting\",\n                            \"amount\": \"2\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"actionType\": \"0,5\"\n                        }\n                    ],\n                    \"tariff\": [\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        }\n                    ],\n                    \"counterInfo\": [\n                        {\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_632\",\n                            \"counterName\": \"Daily\",\n                            \"limit\": \"10485760\",\n                            \"unitType\": \"MB\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"30115133087\",\n                        \"planName\": \"MvnePrepaidPlan\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"13/05/2020 13:21:19\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31170383\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"174\",\n                        \"destGroupName\": \"destinationgroup01\",\n                        \"profileId\": \"SP_163\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_163\",\n                        \"profileName\": \"spbase01\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"31170383\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|2|3\",\n                        \"ratType\": \"08\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    },\n                    \"chargeInfo\": [\n                        {\n                            \"chargeId\": \"1\",\n                            \"name\": \"SFT-Setup Fee - Integration\",\n                            \"amount\": \"10\",\n                            \"isRenewal\": false\n                        },\n                        {\n                            \"chargeId\": \"9\",\n                            \"name\": \"SFT-Monthly Recurring Charges\",\n                            \"amount\": \"1\",\n                            \"isRenewal\": true,\n                            \"frequency\": \"2\",\n                            \"factor\": \"1\",\n                            \"rangeList\": [\n                                {\n                                    \"startRange\": \"0\",\n                                    \"endRange\": \"100\",\n                                    \"amount\": \"12\"\n                                },\n                                {\n                                    \"startRange\": \"101\",\n                                    \"amount\": \"150\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"tariff\": [\n                        {\n                            \"tariffId\": \"12730\",\n                            \"serviceIdName\": \"DATA\"\n                        },\n                        {\n                            \"tariffId\": \"12734\",\n                            \"serviceIdName\": \"SMS-MO\"\n                        }\n                    ],\n                    \"counterInfo\": [\n                        {\n                            \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\n                            \"counterName\": \"Daily\",\n                            \"limit\": \"10485760\",\n                            \"unitType\": \"MB\"\n                        }\n                    ],\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\",\n                            \"rateZone\": \"5093\"\n                        }\n                    ],\n                    \"notification\": [\n                        {\n                            \"notificationId\": \"77\",\n                            \"triggerId\": \"127\",\n                            \"alertType\": \"3\",\n                            \"channel\": \"3\",\n                            \"thresholdType\": \"fixed\",\n                            \"thresholdValue\": \"10\",\n                            \"triggerIdName\": \"SMS Benefit\",\n                            \"alertTypeName\": \"INSTANT\",\n                            \"channelName\": \"Email\",\n                            \"messages\": [\n                                {\n                                    \"message\": \"Dear user,Organization {38} with ID {37} has reached SMS benefit count of 10\",\n                                    \"channel\": \"3\",\n                                    \"channelName\": \"Email\"\n                                }\n                            ],\n                            \"recipients\": [\n                                {\n                                    \"channel\": \"4\",\n                                    \"callBackType\": \"0,1\",\n                                    \"message\": \"Dear user, Organization {38} with ID {37} has raeched SMS benefit count of 10_add.recipient\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"totalCount\": \"2\"\n        }\n    }\n}"},{"id":"eeda4b0a-007f-46ce-827c-2e4ac4c0cd76","name":"Query Rate Plan - Success {Multiple onetime fee with instanceId and instanceTimestamp}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"580098802136053\",\r\n        \"responseTimestamp\": \"08/03/2021 08:37:44\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115136166\",\r\n                        \"planName\": \"Multiple_charges\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"multipleonetme PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"validity\": \"30\",\r\n                        \"serviceId\": \"2|9\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"1000\",\r\n                        \"planEffectiveDate\": \"08/03/2021 00:32:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"2\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"DATA|SMS\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"10\",\r\n                        \"status\": \"Active\",\r\n                        \"frequency\": \"2\",\r\n                        \"factor\": \"1\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7335\",\r\n                        \"destGroupName\": \"DEMO_DG_1\",\r\n                        \"profileId\": \"SP_1\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_1\",\r\n                        \"profileName\": \"DATA_SP\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"service\": \"2|9\",\r\n                        \"accessVarientId\": \"4|2|3\",\r\n                        \"ratType\": \"08\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"chargeId\": \"8\",\r\n                            \"name\": \"SFT- Setup Fee- Branded portal\",\r\n                            \"amount\": \"10\",\r\n                            \"isRenewal\": false\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"3\",\r\n                            \"name\": \"SFT-One-off Fee\",\r\n                            \"amount\": \"10\",\r\n                            \"isRenewal\": false\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"9\",\r\n                            \"name\": \"SFT-Monthly Recurring Charges\",\r\n                            \"amount\": \"10\",\r\n                            \"isRenewal\": true,\r\n                            \"frequency\": \"2\",\r\n                            \"factor\": \"1\"\r\n                        },\r\n                        {\r\n                            \"chargeId\": \"2\",\r\n                            \"name\": \"SFT-Setup Fee - APN\",\r\n                            \"amount\": \"40\",\r\n                            \"isRenewal\": false,\r\n                            \"instanceId\": \"1\",\r\n                            \"instanceTimestamp\": \"2021-03-08 08:32:08\"\r\n                        },\r\n\t\t\t\t\t\t                        {\r\n                            \"chargeId\": \"2\",\r\n                            \"name\": \"SFT-Setup Fee - APN\",\r\n                            \"amount\": \"40\",\r\n                            \"isRenewal\": false,\r\n                            \"instanceId\": \"2\",\r\n                            \"instanceTimestamp\": \"2021-03-08 08:32:08\"\r\n                        }\r\n                    ],\r\n                    \"tariff\": [\r\n                        {\r\n                            \"tariffId\": \"13544\",\r\n                            \"serviceIdName\": \"DATA\"\r\n                        }\r\n                    ],\r\n                    \"notification\": [\r\n                        {\r\n                            \"notificationId\": \"3155\",\r\n                            \"triggerId\": \"113\",\r\n                            \"alertType\": \"3\",\r\n                            \"triggerIdName\": \"Service barring Notification\",\r\n                            \"alertTypeName\": \"INSTANT\",\r\n                            \"channelName\": \"Email\",\r\n                            \"messages\": [\r\n                                {\r\n                                    \"message\": \" Dear user, Service is barred\",\r\n                                    \"channel\": \"3\",\r\n                                    \"channelName\": \"Email\"\r\n                                }\r\n                            ],\r\n                            \"recipients\": [\r\n                                {\r\n                                    \"channel\": \"4\",\r\n                                    \"message\": \" Dear user, Service is barred\",\r\n                                    \"channelName\": \"API\",\r\n                                    \"callBackType\": \"1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n\t\t\t]\r\n        }\r\n\t}\t\r\n}"},{"id":"77d7a4be-c346-4794-a8f4-63dd0ba4946c","name":"Query Rate Plan - Success (OEM Enterprise Test and Inventory )","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"\n{\n    \"Response\": {\n        \"responseId\": \"4237820591327296\",\n        \"responseTimestamp\": \"26/05/2021 17:11:04\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1056\",\n            \"resultDescription\": \"Query rate plan success\"\n        },\n        \"responseParam\": {\n            \"plan\": [\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"DEFAULTPOST41597372\",\n                        \"planName\": \"DEFAULT POSTPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"DEFAULT POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"17/05/2021 00:39:00\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"4\",\n                        \"productName\": \"POSTPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\",\n                        \"destGroupId\": \"2215\",\n                        \"destGroupName\": \"DEFAULT\",\n                        \"profileId\": \"SP_9254\",\n                        \"prorate\": \"false\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_9254\",\n                        \"profileName\": \"DEFAULT\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"41597372\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|3|2\",\n                        \"ratType\": \"06\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"DEFAULTPRE41597372\",\n                        \"planName\": \"DEFAULT PREPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"DEFAULT PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"serviceId\": \"2|9\",\n                        \"planCategory\": \"NORMAL\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"17/05/2021 00:39:00\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"3\",\n                        \"productName\": \"PREPAID\",\n                        \"serviceIdName\": \"DATA|SMS\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\",\n                        \"destGroupId\": \"2215\",\n                        \"destGroupName\": \"DEFAULT\",\n                        \"profileId\": \"SP_9254\"\n                    },\n                    \"serviceProfile\": {\n                        \"profileId\": \"SP_9254\",\n                        \"profileName\": \"DEFAULT\",\n                        \"serviceCategory\": \"0\",\n                        \"networkTypeId\": \"1\",\n                        \"createdBy\": \"41597372\",\n                        \"service\": \"2|9\",\n                        \"accessVarientId\": \"4|3|2\",\n                        \"ratType\": \"06\",\n                        \"feature\": [\n                            {\n                                \"featureId\": \"2\",\n                                \"featureName\": \"SMS_MT\",\n                                \"columnName\": \"IsSmsMTAllowed\",\n                                \"featureHLRName\": \"SMS_MT\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"11\",\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\n                                \"columnName\": \"IsRoamingDataAllowed\",\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\n                                \"type\": \"M\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"3\",\n                                \"featureName\": \"DATA\",\n                                \"columnName\": \"IsGPRSAllowed\",\n                                \"featureHLRName\": \"DATA\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\n                                \"value\": \"true\"\n                            },\n                            {\n                                \"featureId\": \"5\",\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\n                                \"value\": \"false\"\n                            },\n                            {\n                                \"featureId\": \"1\",\n                                \"featureName\": \"SMS_MO\",\n                                \"columnName\": \"IsSMSAllowed\",\n                                \"featureHLRName\": \"SMS_MO\",\n                                \"type\": \"M\",\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true\",\n                                \"value\": \"true\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"INVENTORYPOST41597372\",\n                        \"planName\": \"INVENTORY POSTPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"INVENTORY POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"INVENTORY\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"11/11/2020 22:26:35\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"4\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\"\n                    },\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"INVENTORYPRE41597372\",\n                        \"planName\": \"INVENTORY PREPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"INVENTORY PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"INVENTORY\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"11/11/2020 22:26:35\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"3\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\"\n                    },\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"TESTPOST41597372\",\n                        \"planName\": \"TEST POSTPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/05/2021 05:25:03\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"4\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\",\n                        \"destGroupId\": \"2216\",\n                        \"destGroupName\": \"TEST\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1994\",\n                            \"benefitName\": \"DATA_POSTPAID\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"8\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"TESTPRE41597372\",\n                        \"planName\": \"TEST PREPAID PLAN\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/05/2021 05:25:03\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"3\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"41597372\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"0\",\n                        \"saleTypeName\": \"Retail\",\n                        \"destGroupId\": \"2216\",\n                        \"destGroupName\": \"TEST\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"8\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        }\n                    ]\n                }\n            ],\n            \"totalCount\": \"6\"\n        }\n    }\n}"},{"id":"671b35cc-3984-4482-b612-b5ac74785dbe","name":"Query Rate Plan - Success (OEM Reseller Test and Inventory plan)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"\n\n{\n    \"Response\": {\n        \"responseId\": \"4241968616845038\",\n        \"responseTimestamp\": \"26/05/2021 18:20:12\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1056\",\n            \"resultDescription\": \"Query rate plan success\"\n        },\n        \"responseParam\": {\n            \"plan\": [\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563075\",\n                        \"planName\": \"INVENTORY POSTPAID PLAN - OEM_Inventory_Demo\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"INVENTORY POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"INVENTORY\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"19/11/2020 00:55:26\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\"\n                    },\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"10\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563077\",\n                        \"planName\": \"INVENTORY PREPAID PLAN - OEM_Inventory_Demo\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"INVENTORY PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"INVENTORY\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"19/11/2020 00:55:26\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\"\n                    },\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"10\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563080\",\n                        \"planName\": \"TEST POSTPAID PLAN - Testplan1\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/04/2021 01:26:07\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2288\",\n                        \"destGroupName\": \"TEST - Testplan1\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1995\",\n                            \"benefitName\": \"SMS_POSTPAID\",\n                            \"unitType\": \"COUNT\",\n                            \"benefit\": \"3\",\n                            \"type\": \"COUNT\"\n                        },\n                        {\n                            \"benefitId\": \"1994\",\n                            \"benefitName\": \"DATA_POSTPAID\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Benefit Exhaustion\",\n                            \"benefitName\": \"SMS,Data\"\n                        },\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"4\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563081\",\n                        \"planName\": \"TEST POSTPAID PLAN - Testplan2\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/05/2021 05:25:03\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2289\",\n                        \"destGroupName\": \"TEST - Testplan2\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1994\",\n                            \"benefitName\": \"DATA_POSTPAID\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"8\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563074\",\n                        \"planName\": \"TEST POSTPAID PLAN - Testplan3\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"20/04/2021 00:52:50\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2287\",\n                        \"destGroupName\": \"TEST - TestplanDG\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1994\",\n                            \"benefitName\": \"DATA_POSTPAID\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"5\",\n                            \"type\": \"VOLUME\"\n                        },\n                        {\n                            \"benefitId\": \"1995\",\n                            \"benefitName\": \"SMS_POSTPAID\",\n                            \"unitType\": \"COUNT\",\n                            \"benefit\": \"5\",\n                            \"type\": \"COUNT\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"1\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        },\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Benefit Exhaustion\",\n                            \"benefitName\": \"SMS,Data\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563078\",\n                        \"planName\": \"TEST POSTPAID PLAN - Testplan4\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST POSTPAID PLAN\",\n                        \"planType\": \"1\",\n                        \"creditLimit\": \"UNLIMITED\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"20/04/2021 00:58:39\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"2\",\n                        \"productName\": \"POSTPAID\",\n                        \"planTypeName\": \"Postpaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2287\",\n                        \"destGroupName\": \"TEST - TestplanDG\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1994\",\n                            \"benefitName\": \"DATA_POSTPAID\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"5\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"1\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        },\n                        {\"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563082\",\n                        \"planName\": \"TEST PREPAID PLAN - Testplan1\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/04/2021 01:26:07\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2288\",\n                        \"destGroupName\": \"TEST - Testplan1\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"10\",\n                            \"type\": \"VOLUME\"\n                        },\n                        {\n                            \"benefitId\": \"1992\",\n                            \"benefitName\": \"SMS\",\n                            \"unitType\": \"COUNT\",\n                            \"benefit\": \"3\",\n                            \"type\": \"COUNT\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Benefit Exhaustion\",\n                            \"benefitName\": \"SMS,Data\"\n                        },\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"4\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563083\",\n                        \"planName\": \"TEST PREPAID PLAN - Testplan2\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"16/05/2021 05:25:03\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2289\",\n                        \"destGroupName\": \"TEST - Testplan2\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"8\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563076\",\n                        \"planName\": \"TEST PREPAID PLAN - Testplan3\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"20/04/2021 00:52:50\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2287\",\n                        \"destGroupName\": \"TEST - TestplanDG\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"5\",\n                            \"type\": \"VOLUME\"\n                        },\n                        {\n                            \"benefitId\": \"1992\",\n                            \"benefitName\": \"SMS\",\n                            \"unitType\": \"COUNT\",\n                            \"benefit\": \"5\",\n                            \"type\": \"COUNT\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"1\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        },\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Benefit Exhaustion\",\n                            \"benefitName\": \"SMS,Data\"\n                        }\n                    ]\n                },\n                {\n                    \"basicInfo\": {\n                        \"planId\": \"563079\",\n                        \"planName\": \"TEST PREPAID PLAN - Testplan4\",\n                        \"cugEnabled\": \"false\",\n                        \"planDescription\": \"TEST PREPAID PLAN\",\n                        \"planType\": \"0\",\n                        \"planCategory\": \"TEST\",\n                        \"planAmount\": \"0\",\n                        \"planEffectiveDate\": \"20/04/2021 00:58:39\",\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                        \"productId\": \"1\",\n                        \"productName\": \"PREPAID\",\n                        \"planTypeName\": \"Prepaid\",\n                        \"createdBy\": \"31597517\",\n                        \"networkTypeName\": \"GSM\",\n                        \"networkTypeId\": \"1\",\n                        \"currency\": \"44\",\n                        \"revertedPlanAmount\": \"0\",\n                        \"status\": \"Active\",\n                        \"currencyMainUnitId\": \"4\",\n                        \"currencyMainUnitSymbol\": \"EUR\",\n                        \"saleTypeId\": \"1\",\n                        \"saleTypeName\": \"Wholesale\",\n                        \"destGroupId\": \"2287\",\n                        \"destGroupName\": \"TEST - TestplanDG\"\n                    },\n                    \"benefits\": [\n                        {\n                            \"benefitId\": \"1991\",\n                            \"benefitName\": \"DATA\",\n                            \"unitType\": \"Mb\",\n                            \"benefit\": \"5\",\n                            \"type\": \"VOLUME\"\n                        }\n                    ],\n                    \"nextPlanRules\": [\n                        {\n                            \"ruleId\": \"1\",\n                            \"factor\": \"1\",\n                            \"nextState\": \"1\",\n                            \"ruleName\": \"Validity\",\n                            \"frequencyName\": \"Month\"\n                        },\n                        {\n                            \"ruleId\": \"3\",\n                            \"nextState\": \"2\",\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\n                        },\n                        {\n                            \"ruleId\": \"2\",\n                            \"nextState\": \"1\",\n                            \"benefitName\": \"Data\",\n                            \"ruleName\": \"Benefit Exhaustion\"\n                        }\n                    ]\n                }\n            ],\n            \"totalCount\": \"10\"\n        }\n    }\n}"},{"id":"7b5b7e4b-7d36-4364-a89a-8d9f49cf82c0","name":"Query Rate Plan - Success - {Filter based on Plan Category and Plan Type} Test Plan","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=TEST&planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"TEST"},{"key":"planType","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"9060651924204190\",\r\n        \"responseTimestamp\": \"14/06/2021 12:20:17\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562492\",\r\n                        \"planName\": \"0806_testplan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"New Plan Description\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"14/06/2021 02:44:28\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1496\",\r\n                        \"destGroupName\": \"os_dk_kyiv\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"15\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562081\",\r\n                        \"planName\": \"1205_testplan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"12/05/2021 01:17:49\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1496\",\r\n                        \"destGroupName\": \"os_dk_kyiv\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"2\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561561\",\r\n                        \"planName\": \"2704_test\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/04/2021 07:28:31\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1712\",\r\n                        \"destGroupName\": \"os_dg_bel\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"20\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561576\",\r\n                        \"planName\": \"2804testdg\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/04/2021 06:51:37\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1496\",\r\n                        \"destGroupName\": \"os_dk_kyiv\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561573\",\r\n                        \"planName\": \"2804testjpy\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"28/04/2021 02:21:03\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"69\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"100\",\r\n                        \"currencyMainUnitSymbol\": \"JPY\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1712\",\r\n                        \"destGroupName\": \"os_dg_bel\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"20\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135481\",\r\n                        \"planName\": \"OEMTESTWO_NSR\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/12/2020 02:44:16\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7375\",\r\n                        \"destGroupName\": \"oemTEST_covreage\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135427\",\r\n                        \"planName\": \"OEM_srh_test1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"03/12/2020 04:39:14\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7371\",\r\n                        \"destGroupName\": \"OEM_srh_DG\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561512\",\r\n                        \"planName\": \"PLAN_TEST_Report_Pre\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"26/04/2021 07:03:12\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1649\",\r\n                        \"destGroupName\": \"SIXDEE_destination_Report\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"2\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135188\",\r\n                        \"planName\": \"PrepaidTestingPlan-sample2\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"TestingPlan -  validity and benefit\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/11/2020 01:16:34\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"InActive\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7272\",\r\n                        \"destGroupName\": \"coverage_oem1\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"SMS\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"10\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135187\",\r\n                        \"planName\": \"PrepaidTestingPlan_sample1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Testingplan -1 nextstaterule without benefit\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/11/2020 01:08:01\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7272\",\r\n                        \"destGroupName\": \"coverage_oem1\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"20\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135645\",\r\n                        \"planName\": \"TP_OEM_allRules\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 06:40:32\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"263\",\r\n                        \"destGroupName\": \"DG_pedrocanelhas\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"1\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135637\",\r\n                        \"planName\": \"TP_OEM_allRulesBE\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 04:17:35\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"469\",\r\n                        \"destGroupName\": \"DG_pedrocanelhas_BEonly\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"3\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"3\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562262\",\r\n                        \"planName\": \"TST_plan_API_pre1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"24/05/2021 03:41:20\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7284\",\r\n                        \"destGroupName\": \"OEM_BSE_PLN\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562480\",\r\n                        \"planName\": \"evlas_OEM_MT1418\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 05:26:31\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"3\",\r\n                        \"destGroupName\": \"SIXDEE_LOAD\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562481\",\r\n                        \"planName\": \"evlas_OEM_MT1418a\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 05:27:06\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"3\",\r\n                        \"destGroupName\": \"SIXDEE_LOAD\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562482\",\r\n                        \"planName\": \"evlas_OEM_MT1418b\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 05:29:19\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"3\",\r\n                        \"destGroupName\": \"SIXDEE_LOAD\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562483\",\r\n                        \"planName\": \"evlas_OEM_MT1418c\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 05:31:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"3\",\r\n                        \"destGroupName\": \"SIXDEE_LOAD\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10.11\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562458\",\r\n                        \"planName\": \"evlassi_OEM_MT-1426\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 04:01:30\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"3\",\r\n                        \"destGroupName\": \"SIXDEE_LOAD\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135263\",\r\n                        \"planName\": \"evlassis_pre_test_plan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/11/2020 04:21:48\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"409\",\r\n                        \"destGroupName\": \"evlassis_DG\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135558\",\r\n                        \"planName\": \"oem_srh_prepaid1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/12/2020 04:46:14\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7371\",\r\n                        \"destGroupName\": \"OEM_srh_DG\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135633\",\r\n                        \"planName\": \"oem_srh_prepaid_3months\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 03:28:44\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7587\",\r\n                        \"destGroupName\": \"oem_srh_dg_test1\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135648\",\r\n                        \"planName\": \"oem_srhtest_prepaid3\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 07:11:26\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7371\",\r\n                        \"destGroupName\": \"OEM_srh_DG\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135520\",\r\n                        \"planName\": \"om_420_oem_prtpl1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"08/12/2020 06:33:50\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7428\",\r\n                        \"destGroupName\": \"om_420_oem_test1\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"9\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135550\",\r\n                        \"planName\": \"om_420_oem_prtpl_2years\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"10/12/2020 05:25:25\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7428\",\r\n                        \"destGroupName\": \"om_420_oem_test1\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"20\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135549\",\r\n                        \"planName\": \"om_420_oem_prtpl_3month\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"17/12/2020 06:03:20\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7428\",\r\n                        \"destGroupName\": \"om_420_oem_test1\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135551\",\r\n                        \"planName\": \"om_420_oem_prtpl_7days\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"10/12/2020 05:29:51\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7428\",\r\n                        \"destGroupName\": \"om_420_oem_test1\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"0.35\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"7\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135642\",\r\n                        \"planName\": \"om_420_oem_tpl1_be\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 07:50:02\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7593\",\r\n                        \"destGroupName\": \"om_420_oem_test_dg_be\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561371\",\r\n                        \"planName\": \"os_test_plan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/04/2021 03:41:08\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"1496\",\r\n                        \"destGroupName\": \"os_dk_kyiv\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135252\",\r\n                        \"planName\": \"oz_new_test_type_mod\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/11/2020 04:42:57\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"167\",\r\n                        \"destGroupName\": \"oz_new_test_dg_rw\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"2\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135278\",\r\n                        \"planName\": \"pre-_testpln\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/11/2020 20:54:12\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7285\",\r\n                        \"destGroupName\": \"OEM_TEST_PLN\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135583\",\r\n                        \"planName\": \"prtestplan_7days\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/12/2020 07:05:25\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7340\",\r\n                        \"destGroupName\": \"OEM_TEST_coverage\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"30\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"benefitId\": \"Data\",\r\n                            \"ruleName\": \"Benefit Exhaustion\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"7\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135611\",\r\n                        \"planName\": \"testplan_allrules\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/12/2020 01:20:43\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"7375\",\r\n                        \"destGroupName\": \"oemTEST_covreage\"\r\n                    },\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"1991\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"1992\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"2\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Benefit Exhaustion\",\r\n                            \"benefitName\": \"SMS,Data\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562087\",\r\n                        \"planName\": \"testplan_report\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"TEST\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"12/05/2021 04:04:08\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\",\r\n                        \"destGroupId\": \"2207\",\r\n                        \"destGroupName\": \"dg_report\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"1\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"totalCount\": \"33\"\r\n        }\r\n    }\r\n}"},{"id":"34b8f5a1-45db-4fab-a965-795aa2cd4638","name":"Query Rate Plan - Success - {Filter based on Plan Category and Plan Type} Inventory Plan","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/QueryRatePlan?planCategory=INVENTORY&planType=0","protocol":"https","host":["{{url}}"],"path":["api","QueryRatePlan"],"query":[{"key":"planCategory","value":"INVENTORY"},{"key":"planType","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"9060869752263090\",\r\n        \"responseTimestamp\": \"14/06/2021 12:23:55\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561562\",\r\n                        \"planName\": \"2704_inv\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/04/2021 07:29:26\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562417\",\r\n                        \"planName\": \"EV_OEM_1447_1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Inventory plan\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"31/05/2021 03:50:01\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562397\",\r\n                        \"planName\": \"EV_OEM_MT-1446_00\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Inventory plan\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"31/05/2021 01:35:33\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"20\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135640\",\r\n                        \"planName\": \"IP_OEM_allRule_prepaid\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 04:20:38\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135646\",\r\n                        \"planName\": \"IP_OEM_validityRule_Prepaid\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 06:41:23\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135191\",\r\n                        \"planName\": \"Inventoryplan-sample1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Inventoryplan - postpaid\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/11/2020 03:27:14\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"10\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135192\",\r\n                        \"planName\": \"Inventorypostpaidplan_sample1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/11/2020 02:47:57\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"10\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135429\",\r\n                        \"planName\": \"OEM_srh_Ivnentory1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"03/12/2020 04:42:04\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561513\",\r\n                        \"planName\": \"Plan_Inventory_Report_pre\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"26/04/2021 07:04:09\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562479\",\r\n                        \"planName\": \"evlass_OEM_MT1439\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Inventory plan\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/06/2021 05:10:32\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135232\",\r\n                        \"planName\": \"evlassis_pre_inventory_001\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"13/11/2020 01:41:43\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135264\",\r\n                        \"planName\": \"evlassis_pre_inventory_plan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/11/2020 04:22:27\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135612\",\r\n                        \"planName\": \"inventoryplan_allrules\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/12/2020 01:21:43\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"562513\",\r\n                        \"planName\": \"no_nxtstst\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"test plan via API\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"09/06/2021 02:25:09\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"2\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135482\",\r\n                        \"planName\": \"oemInventoryWO_NSR\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/12/2020 02:45:20\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    }\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135559\",\r\n                        \"planName\": \"oem_srh_prepaidinv1\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"11/12/2020 04:47:39\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135634\",\r\n                        \"planName\": \"oem_srh_prepaidinv_1year\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 03:29:31\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135649\",\r\n                        \"planName\": \"oem_srhinv_prepaid3\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 07:12:01\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135643\",\r\n                        \"planName\": \"om_420_oem_ipl1_ be\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"18/12/2020 07:49:16\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135554\",\r\n                        \"planName\": \"om_420_oem_pripl_1years\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"17/12/2020 05:07:20\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Year\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135553\",\r\n                        \"planName\": \"om_420_oem_pripl_3month\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"10/12/2020 12:06:59\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135555\",\r\n                        \"planName\": \"om_420_oem_pripl_45days\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"17/12/2020 05:53:56\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        },\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"45\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"561370\",\r\n                        \"planName\": \"os_inventory\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"07/04/2021 01:45:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"1\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Day\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135279\",\r\n                        \"planName\": \"pre_intry\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"PREPAID INTRY PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"16/11/2020 20:55:29\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Usage under Base Plan Coverage\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"30115135584\",\r\n                        \"planName\": \"pripl_Inventoryplan_3months\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"planCategory\": \"INVENTORY\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"13/12/2020 23:57:58\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"1\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"100000\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"1\",\r\n                        \"saleTypeName\": \"Wholesale\"\r\n                    },\r\n                    \"nextPlanRules\": [\r\n                        {\r\n                            \"ruleId\": \"1\",\r\n                            \"factor\": \"3\",\r\n                            \"nextState\": \"2\",\r\n                            \"ruleName\": \"Validity\",\r\n                            \"frequencyName\": \"Month\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"totalCount\": \"25\"\r\n        }\r\n    }\r\n}"},{"id":"677f7ccb-84a6-4749-809e-d6ca392cb8cc","name":"Query Rate Plan - Success - {Addon plan with counter}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/QueryRatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"10398324243200853\",\r\n        \"responseTimestamp\": \"07/01/2025 03:55:08\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1056\",\r\n            \"resultDescription\": \"Query rate plan success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"plan\": [\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"DEFAULTPOST42364402\",\r\n                        \"planName\": \"DEFAULT POSTPAID PLAN\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"DEFAULT POSTPAID PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"22/10/2024 15:02:13\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"DEFAULTPRE42364402\",\r\n                        \"planName\": \"DEFAULT PREPAID PLAN\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"DEFAULT PREPAID PLAN\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"22/10/2024 08:08:19\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"3\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795084\",\r\n                        \"planName\": \"MT-7326 Plan\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"29/12/2024 13:57:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"3\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"2\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795025\",\r\n                        \"planName\": \"Plan_addon34\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"0\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"24/12/2024 02:52:26\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"3\",\r\n                        \"productName\": \"PREPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Prepaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Monthly_0_CE_USAGE_VOLUME_4_5_874\",\r\n                            \"counterName\": \"Monthly_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2000\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"20\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"-1\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"788793\",\r\n                        \"planName\": \"SIXDEE_ADDON\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"150\",\r\n                        \"planEffectiveDate\": \"03/01/2025 07:45:07\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1.5\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1.5\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"5001\",\r\n                            \"benefitName\": \"LTE-M\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        },\r\n                        {\r\n                            \"benefitId\": \"4\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"2\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795068\",\r\n                        \"planName\": \"basewidnbiot\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/12/2024 01:38:24\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                            \"counterName\": \"Daily_NB-IoT\",\r\n                            \"limit\": \"3145728\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795069\",\r\n                        \"planName\": \"basewithc\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/12/2024 01:51:15\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795094\",\r\n                        \"planName\": \"count102\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"30/12/2024 08:54:31\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_207\",\r\n                            \"counterName\": \"SIXDAUTO_counter_sdey\",\r\n                            \"limit\": \"5120\",\r\n                            \"unitType\": \"KB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"4\",\r\n                            \"benefitName\": \"SMS\",\r\n                            \"unitType\": \"COUNT\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"COUNT\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795093\",\r\n                        \"planName\": \"counterPLAN101\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"30/12/2024 08:44:30\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_207\",\r\n                            \"counterName\": \"SIXDAUTO_counter_sdey\",\r\n                            \"limit\": \"5120\",\r\n                            \"unitType\": \"KB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"5001\",\r\n                            \"benefitName\": \"LTE-M\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795035\",\r\n                        \"planName\": \"counterlteem\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"24/12/2024 07:59:17\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_408\",\r\n                            \"counterName\": \"SIXDAUTO_counter_jtto\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795027\",\r\n                        \"planName\": \"counterltem\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"24/12/2024 07:08:50\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                            \"counterName\": \"Daily_NB-IoT\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795038\",\r\n                        \"planName\": \"counternbiot\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"24/12/2024 08:17:35\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Weekly_1_CE_USAGE_NBIOT_VOLUME_5_5_116\",\r\n                            \"counterName\": \"exampleett\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795264\",\r\n                        \"planName\": \"newplan_99\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"03/01/2025 08:26:13\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                            \"counterName\": \"Daily_NB-IoT\",\r\n                            \"limit\": \"15728640\",\r\n                            \"unitType\": \"MB\"\r\n                        },\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795072\",\r\n                        \"planName\": \"plan_100\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"27/12/2024 03:06:11\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"1285\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"794973\",\r\n                        \"planName\": \"plan_11\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"23/12/2024 12:39:00\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Monthly_1_CE_USAGE_NBIOT_VOLUME_5_5_913\",\r\n                            \"counterName\": \"Monthly_NB-IoT\",\r\n                            \"limit\": \"1048576\",\r\n                            \"unitType\": \"MB\"\r\n                        },\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"1048576\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795361\",\r\n                        \"planName\": \"plan_5\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"1000\",\r\n                        \"planEffectiveDate\": \"06/01/2025 10:02:11\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"10\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"10\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"4194304\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795085\",\r\n                        \"planName\": \"plan_501\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"03/01/2025 07:37:29\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        },\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                            \"counterName\": \"Daily_NB-IoT\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795086\",\r\n                        \"planName\": \"plan_5322\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"29/12/2024 17:54:59\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"10485760\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"2\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"2\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795087\",\r\n                        \"planName\": \"plan_7330\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"29/12/2024 18:15:23\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"52428800\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"60\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"3\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"2\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795359\",\r\n                        \"planName\": \"plan_8\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"06/01/2025 09:51:39\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"794668\",\r\n                        \"planName\": \"plan_addon\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"Postpaid ADDON PLAN\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"300\",\r\n                        \"planEffectiveDate\": \"03/12/2024 16:24:53\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"3\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"3\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"2\",\r\n                        \"occurrences\": \"10000\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"1\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795366\",\r\n                        \"planName\": \"plan_d\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"06/01/2025 11:05:00\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795096\",\r\n                        \"planName\": \"plan_usecase3\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"30/12/2024 12:05:43\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"true\",\r\n                        \"reSubscriptionRule\": \"1\",\r\n                        \"occurrences\": \"2\",\r\n                        \"activatedBy\": \"1\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"1\",\r\n                        \"validityTypeName\": \"Daily\",\r\n                        \"validityFactor\": \"7\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795067\",\r\n                        \"planName\": \"plan_wid_nbiot\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"200\",\r\n                        \"planEffectiveDate\": \"26/12/2024 15:21:32\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"2\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"2\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2001\",\r\n                            \"benefitName\": \"NB-IOT\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"2\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"1287\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795023\",\r\n                        \"planName\": \"planwidcounter\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/12/2024 02:01:48\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                            \"counterName\": \"Daily_NB-IoT\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        },\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795070\",\r\n                        \"planName\": \"planwidltem\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2\",\r\n                        \"planCategory\": \"NORMAL\",\r\n                        \"planAmount\": \"0\",\r\n                        \"planEffectiveDate\": \"27/12/2024 02:05:23\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"0\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"prorate\": \"false\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70511\",\r\n                        \"profileName\": \"DEFAULT\",\r\n                        \"serviceCategory\": \"0\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2\",\r\n                        \"accessVarientId\": \"5|4\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_339\",\r\n                            \"counterName\": \"SIXDAUTO_counter_ofvb\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"56665\",\r\n                            \"benefitName\": \"ben_n_test\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795066\",\r\n                        \"planName\": \"planwidusage\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"26/12/2024 15:18:11\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"4194304\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795071\",\r\n                        \"planName\": \"planwithout_C\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"27/12/2024 02:27:17\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"5001\",\r\n                            \"benefitName\": \"LTE-M\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"5\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"basicInfo\": {\r\n                        \"planId\": \"795077\",\r\n                        \"planName\": \"planwithoutcounter\",\r\n                        \"cugEnabled\": \"false\",\r\n                        \"planDescription\": \"\",\r\n                        \"planType\": \"1\",\r\n                        \"creditLimit\": \"UNLIMITED\",\r\n                        \"serviceId\": \"5|2|9|6\",\r\n                        \"planCategory\": \"ADDON\",\r\n                        \"planAmount\": \"100\",\r\n                        \"planEffectiveDate\": \"27/12/2024 10:50:06\",\r\n                        \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                        \"productId\": \"4\",\r\n                        \"productName\": \"POSTPAID\",\r\n                        \"serviceIdName\": \"NB-IOT|DATA|SMS|LTE-M\",\r\n                        \"planTypeName\": \"Postpaid\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"networkTypeName\": \"GSM\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"currency\": \"44\",\r\n                        \"revertedPlanAmount\": \"1\",\r\n                        \"status\": \"Active\",\r\n                        \"currencyMainUnitId\": \"4\",\r\n                        \"currencyMainUnitSymbol\": \"EUR\",\r\n                        \"saleTypeId\": \"0\",\r\n                        \"saleTypeName\": \"Retail\",\r\n                        \"destGroupId\": \"120186\",\r\n                        \"destGroupName\": \"DEFAULT\",\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"addOnPriority\": \"1\"\r\n                    },\r\n                    \"serviceProfile\": {\r\n                        \"profileId\": \"SP_70514\",\r\n                        \"profileName\": \"SERVICE_ADDON\",\r\n                        \"serviceCategory\": \"1\",\r\n                        \"networkTypeId\": \"1\",\r\n                        \"createdBy\": \"42364402\",\r\n                        \"service\": \"5|2|9|6\",\r\n                        \"accessVarientId\": \"5|4|3|2|6\",\r\n                        \"ratType\": \"06\",\r\n                        \"feature\": [\r\n                            {\r\n                                \"featureId\": \"2\",\r\n                                \"featureName\": \"SMS_MT\",\r\n                                \"columnName\": \"IsSmsMTAllowed\",\r\n                                \"featureHLRName\": \"SMS_MT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"3\",\r\n                                \"featureName\": \"DATA\",\r\n                                \"columnName\": \"IsGPRSAllowed\",\r\n                                \"featureHLRName\": \"DATA\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsGPRSAllowed=true|IsRoamingDataAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"14\",\r\n                                \"featureName\": \"LTE-M\",\r\n                                \"columnName\": \"IsLTEMAllowed\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_LTEM\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsLTEMAllowed=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"11\",\r\n                                \"featureName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"columnName\": \"IsRoamingDataAllowed\",\r\n                                \"featureHLRName\": \"BLOCK_DATA_ROAMING\",\r\n                                \"type\": \"M\",\r\n                                \"value\": \"false\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"1\",\r\n                                \"featureName\": \"SMS_MO\",\r\n                                \"columnName\": \"IsSMSAllowed\",\r\n                                \"featureHLRName\": \"SMS_MO\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"13\",\r\n                                \"featureName\": \"NB-IOT\",\r\n                                \"columnName\": \"IsNBIOT\",\r\n                                \"featureHLRName\": \"RADIO_ACCESS_NB_IOT\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"IsNBIOT=true\",\r\n                                \"value\": \"true\"\r\n                            },\r\n                            {\r\n                                \"featureId\": \"5\",\r\n                                \"featureName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"columnName\": \"IncomingSMSAllowedInIntlRoaming\",\r\n                                \"featureHLRName\": \"BLOCK_INTERNATIONAL_ROAMING_SMS\",\r\n                                \"type\": \"M\",\r\n                                \"defaultFeatures\": \"OutgoingSMSAllowedInIntlRoaming=true\",\r\n                                \"value\": \"false\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"chargeInfo\": [\r\n                        {\r\n                            \"amount\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"counterInfo\": [\r\n                        {\r\n                            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                            \"counterName\": \"Daily_DATA\",\r\n                            \"limit\": \"5242880\",\r\n                            \"unitType\": \"MB\"\r\n                        }\r\n                    ],\r\n                    \"benefits\": [\r\n                        {\r\n                            \"benefitId\": \"2\",\r\n                            \"benefitName\": \"DATA\",\r\n                            \"unitType\": \"Mb\",\r\n                            \"benefit\": \"10\",\r\n                            \"type\": \"VOLUME\"\r\n                        }\r\n                    ],\r\n                    \"subscription\": {\r\n                        \"reSubscription\": \"false\",\r\n                        \"activatedBy\": \"0\"\r\n                    },\r\n                    \"validity\": {\r\n                        \"validityType\": \"-1\",\r\n                        \"validityTypeName\": \"Unlimited\"\r\n                    },\r\n                    \"rule\": [\r\n                        {\r\n                            \"id\": \"22\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"totalCount\": \"29\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"c781e8cf-143a-4834-b948-cf990d6e3a1b"},{"name":"Plan - Modify","event":[{"listen":"test","script":{"id":"a79c4588-af7d-4e83-a46c-21475e01d2e3","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"6f64efed-293f-483f-9062-d81d0d5018f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"30115133087\",\r\n            \"planDescription\":\"New Plan Description\",\r\n            \"planStatus\":\"Active\"\r\n         },\r\n         \"notification\":[  \r\n            {  \r\n               \"notificationType\":\"106\",\r\n               \"messages\":[  \r\n                  {  \r\n                     \"channel\":\"3\",\r\n                     \"language\":\"1\",\r\n                     \"message\":\" New Notification Message\"\r\n                  }\r\n               ],\r\n               \"recipients\":[  \r\n                  {  \r\n                     \"channel\":\"3\",\r\n                     \"language\":\"1\",\r\n                     \"message\":\" Dear Recipient, New Notification Message.\",\r\n                     \"email\":\"abc@xyz.com\"\r\n                  }\r\n               ]\r\n            }\r\n         ],\r\n         \"removeNotification\":[  \r\n            {  \r\n               \"notificationType\":\"106\"\r\n            }\r\n         ],\r\n         \"tariffList\":[  \r\n            {  \r\n               \"tariffId\":\"12730\"\r\n            }\r\n         ],\r\n         \"removeTariffList\":[  \r\n            {  \r\n               \"tariffId\":\"12734\"\r\n            }\r\n         ],\r\n         \"charge\":[  \r\n            {  \r\n               \"chargeId\":\"1\",\r\n               \"chargeAmount\":\"10\"\r\n            },\r\n            {  \r\n               \"chargeId\":\"9\",\r\n               \"factor\":\"1\",\r\n               \"frequency\":\"2\",\r\n               \"autoRenewal\":\"true\",\r\n               \"chargeAmount\":\"1\",\r\n               \"threshold\":\"\",\r\n               \"unitPrice\":\"\",\r\n\t\t\t\"slabDetails\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startRange\": \"0\",\r\n\t\t\t\t\t\"endRange\": \"104\",\r\n\t\t\t\t\t\"amount\": \"120\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startRange\": \"105\",\r\n\t\t\t\t\t\"endRange\": \"\",\r\n\t\t\t\t\t\"amount\": \"150\"\r\n\t\t\t\t}\r\n\t\t     ]\r\n            }\r\n         ],\r\n         \"removeCharge\":[  \r\n            {  \r\n               \"chargeId\":\"9\"\r\n            }\r\n         ],\r\n         \"benefit\":[  \r\n            {  \r\n               \"benefitId\":\"1991\",\r\n               \"value\":\"10\",\r\n               \"action\":\"0\",\r\n               \"rateZone\":\"5093\"\r\n            }\r\n         ],\r\n         \"removeBenefit\":[  \r\n            {  \r\n               \"benefitId\":\"1992\"\r\n            }\r\n         ],\r\n         \"usageCounter\":[  \r\n            {  \r\n               \"counterId\":\"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\r\n               \"value\":\"10\",\r\n               \"action\":\"1\",\r\n               \"unit\":\"MB\",\r\n               \"factor\":\"1\"\r\n            }\r\n         ],\r\n         \"removeUsageCounter\":[  \r\n            {  \r\n               \"counterId\":\"C_Daily_0_CE_USAGE_VOLUME_4_5_191\"\r\n            }\r\n         ],\r\n         \"createDynamicBenefitsDetails\": [\r\n          {\r\n            \"name\": \"My MDB\",\r\n            \"category\": \"2\",\r\n            \"simBenefitFee\": \"5\",\r\n            \"simActivationFee\": \"1\",\r\n            \"activatedBy\": \"0\",\r\n            \"autoRenewal\": \"true\", \r\n            \"validity\": \"2\", \r\n            \"benefitList\": [\r\n              { \r\n                \"benefit\": \"1\",\r\n                \"ratezone\": \"123\",\r\n                \"value\": \"20\", \r\n                \"overageTariff\": \"1\"\r\n              },      \r\n              { \r\n                \"benefit\": \"1\",\r\n                \"ratezone\": \"456\",\r\n                \"value\": \"10\", \r\n                \"overageTariff\": \"0.5\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n         \"modifyDynamicBenefitsDetails\": [\r\n          {\r\n            \"dynamicBenefitsId\": \"2250\",\r\n           \"name\": \"My MDB23456\",\r\n            \"simBenefitFee\": \"5\",\r\n            \"simActivationFee\": \"1\",\r\n            \"activatedBy\": \"0\",\r\n            \"autoRenewal\": \"true\", \r\n            \"validity\": \"2\", \r\n            \"modifyBenefitList\": [ \r\n              { \r\n            \"benefit\": \"1\",  \r\n            \"ratezone\": \"3356\",\r\n            \"value\": \"20\", \r\n            \"overageTariff\": \"1\"\r\n              }  \r\n            ],\r\n            \"addBenefitList\": [ \r\n              { \r\n             \"benefit\": \"1\",  \r\n            \"ratezone\": \"3356\",\r\n            \"value\": \"20\", \r\n            \"overageTariff\": \"1\"\r\n              }  \r\n            ],\r\n            \"deleteBenefitList\": [ \r\n              {     \r\n            \"benefit\": \"1\",  \r\n            \"ratezone\": \"3356\",\r\n            \"value\": \"20\", \r\n            \"overageTariff\": \"1\"\r\n              }  \r\n            ]\r\n             }\r\n         ],\r\n         \"deleteDynamicBenefitsList\": [\r\n          {\r\n            \"dynamicBenefitsId\": \"522\"\r\n          }\r\n        ],\r\n        \"attachDynamicBenefitsList\": [\r\n          {\r\n            \"dynamicBenefitsId\": \"530\"\r\n          }\r\n        ],\r\n        \"detachDynamicBenefitsList\": [\r\n          {\r\n            \"dynamicBenefitsId\": \"599\"\r\n          }\r\n        ],\r\n\r\n         \"rule\":[  \r\n            {  \r\n               \"id\":\"1\"\r\n            }\r\n         ],\r\n         \"removeRule\":[  \r\n            {  \r\n               \"id\":\"1\"\r\n            }\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ModifyPlan","description":"<h2 id=\"description\">Description</h2>\n<p>Modify Plan API will be used to modify existing plan. Any entity associated with a plan such as tariff, charge, benefit etc can be added or removed using this API. Removal of an entity and adding another entity is possible in single API.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>M</td>\n<td>Object of the plan</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-plan-parameters\">Input plan Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>M</td>\n<td>Basic Info Object</td>\n</tr>\n<tr>\n<td>notification</td>\n<td>O</td>\n<td>List of Notification Objects</td>\n</tr>\n<tr>\n<td>removeNotification</td>\n<td>O</td>\n<td>List of Notification Objects to be removed</td>\n</tr>\n<tr>\n<td>Benefit</td>\n<td>O</td>\n<td>List of Activation Benefit Objects</td>\n</tr>\n<tr>\n<td>removeBenefit</td>\n<td>O</td>\n<td>List of Activation Benefit Objects to be removed</td>\n</tr>\n<tr>\n<td>charge</td>\n<td>O</td>\n<td>List of Charge Objects  <br /><strong>Note</strong>: Addition and removal of the same charge Id is not possible in a single request</td>\n</tr>\n<tr>\n<td>removeCharge</td>\n<td>O</td>\n<td>List of Charge Objects to be removed  <br /><strong>Note</strong>: Addition and removal of the same charge Id is not possible in a single request</td>\n</tr>\n<tr>\n<td>usageCounter</td>\n<td>O</td>\n<td>List of Usage Counter Objects</td>\n</tr>\n<tr>\n<td>removeUsageCounter</td>\n<td>O</td>\n<td>List of Usage Counter Objects to be removed</td>\n</tr>\n<tr>\n<td>tariffList</td>\n<td>O</td>\n<td>List of Tariff Objects</td>\n</tr>\n<tr>\n<td>removeTariffList</td>\n<td>O</td>\n<td>List of Tariff Objects to be removed</td>\n</tr>\n<tr>\n<td>Rule</td>\n<td>O</td>\n<td>List of Rule Objects</td>\n</tr>\n<tr>\n<td>removeRule</td>\n<td>O</td>\n<td>List of Rule Objects to be removed</td>\n</tr>\n<tr>\n<td>nextPlanRules</td>\n<td>O</td>\n<td>List of Next Plan Rule Objects (Only for Test and Inventory Plans)</td>\n</tr>\n<tr>\n<td>removeNextPlanRules</td>\n<td>O</td>\n<td>List of Next Plan Rule Object to be removed (Only for Test and Inventory Plans)</td>\n</tr>\n<tr>\n<td>createDynamicBenefitsDetails</td>\n<td>O</td>\n<td>List of Dynamic Benefits Objects</td>\n</tr>\n<tr>\n<td>modifyDynamicBenefitsDetails</td>\n<td>O</td>\n<td>List of Dynamic Benefits Modify</td>\n</tr>\n<tr>\n<td>deleteDynamicBenefitsList</td>\n<td>O</td>\n<td>List of Dynamic Benefits Objects delete/remove</td>\n</tr>\n<tr>\n<td>attachDynamicBenefitsList</td>\n<td>O</td>\n<td>List of Dynamic Benefits Objectes attach</td>\n</tr>\n<tr>\n<td>detachDynamicBenefitsList</td>\n<td>O</td>\n<td>List of Dynamic Benefits Objects detach</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-basicinfo-parameters\">INPUT BASICINFO PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan Id</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>M</td>\n<td>Plan Name</td>\n</tr>\n<tr>\n<td>planDescription</td>\n<td>O</td>\n<td>Plan Description</td>\n</tr>\n<tr>\n<td>planStatus</td>\n<td>O</td>\n<td>Plan Status  <br />InActive  <br />Active</td>\n</tr>\n<tr>\n<td>addOnPriority</td>\n<td>O</td>\n<td>Priority for Addon Plans</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>O</td>\n<td>If Plan is addon  <br />0 - Activation on subscription  <br />1 - Activation on usage</td>\n</tr>\n<tr>\n<td>prorate</td>\n<td>O</td>\n<td>Flag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month  <br />Accepted values : true/false  <br />Default value would be “false” if nothing is provided  <br />Note: Monthly minimum fee charge configuration is not allowed if Prorate is enabled</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-notification-parameters\">Input notification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationId</td>\n<td>CM</td>\n<td>notificationId. You can fetch the list of possible IDs using \"Get Query Rate Plan\"</td>\n</tr>\n<tr>\n<td>notificationType</td>\n<td>M</td>\n<td>Notification Type ID. You can fetch the list of possible IDs using \"GET Notification\" API.</td>\n</tr>\n<tr>\n<td>thresholdType</td>\n<td>CM</td>\n<td>Type of Threshold. Mandatory for threshold-based Notifications.  <br />- fixed  <br />- slab</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>CM</td>\n<td>Threshold Value. Mandatory for threshold-based Notifications  <br />For thresholdType as Fixed - thresholdValue supports free text  <br />For thresholdType as Slab :  <br />C01 - 50%-75%  <br />C02 - 76%-95%  <br />C03 - 96%-99%  <br />C04 - 100%</td>\n</tr>\n<tr>\n<td>messages</td>\n<td>O</td>\n<td>List of Message Object</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>O</td>\n<td>List of recipients object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removenotification-parameters\">Input removeNotification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationType</td>\n<td>M</td>\n<td>Notification Type</td>\n</tr>\n<tr>\n<td>notificationId</td>\n<td>M</td>\n<td>notificationId</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-messages-parameters\">Input messages Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to deliver.  <br />1 – SMS (Available for Enterprises)  <br />3 – Email (Available for Enterprises/Reseller)  <br />Note: Email channel is to be selected for Reseller level plans and SMS channel for Enterprise level</td>\n</tr>\n<tr>\n<td>message</td>\n<td>O</td>\n<td>Message Template in the selected language Note: For Reseller, the characters limit for Mail channel is 1000 and for Enterprise SMS channel limit is 200.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"message-supported-identifiers\">Message supported Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Parameter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>33</td>\n<td>Endpoint ID</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Endpoint Name</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Own Account Id - Enterprise level</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Own Account Name - Enterprise level</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Child Account Id - Reseller level</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Child Account Name - Reseller level</td>\n</tr>\n<tr>\n<td>39</td>\n<td>Endpoint Previous Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Endpoint Current Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>41</td>\n<td>SIM Previous Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>42</td>\n<td>SIM Current Status - Enterprise level  <br />Available only for the notification type \"Endpoint and SIM Status Change\"</td>\n</tr>\n<tr>\n<td>0</td>\n<td>MSISDN of the SIM. Available for notificaiton created by Enteprise accounts when sim is activated.</td>\n</tr>\n<tr>\n<td>47</td>\n<td>IMSI of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint.</td>\n</tr>\n<tr>\n<td>57</td>\n<td>ICCID of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-recipients-parameters\">Input recipients Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>O</td>\n<td>Channel in which message has to be delivered  <br />1 – SMS  <br />3 – Email  <br />4 – API</td>\n</tr>\n<tr>\n<td>email</td>\n<td>O</td>\n<td>Email Address(s). If multiple comma (,) and pipe (</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>O</td>\n<td>Phone numbers. If multiple comma (,) and pipe (</td>\n</tr>\n<tr>\n<td>callBackType</td>\n<td>O</td>\n<td>Callback type to whom it has to be delivered  <br />Both the callback options need to be given as comma(,) separated. Mandatory if channel selected is API  <br />0 - Own callback  <br />1 - Customer callback  <br />Note: \"callBackType\" is mandatory for Reseller level  <br />Enterprise - Default will be taken as Own callback if parameter is not provided</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>O</td>\n<td>Message Template in the selected language.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-benefit-parameters\">Input benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>Benefit Id, You can fetch the list of possible id using \"GetBucket\" API.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Value of benefit in least unit.</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>O</td>\n<td>Rate Zone Id, You can fetch the list of possible id using \"GetRateZone\" API.</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action to be taken if the same account has been added up again.  <br />1 – Balance Overwrite</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removebenefit-parameters\">Input removeBenefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>M</td>\n<td>Benefit Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-charge-parameters\">Input charge Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chargeId</td>\n<td>O</td>\n<td>Charge Id, You can fetch the list of possible id using \"GetCharge\" API.</td>\n</tr>\n<tr>\n<td>chargeAmount</td>\n<td>CM</td>\n<td>Charge Amount in lease Unit. Mandatory if any charge has been selected.</td>\n</tr>\n<tr>\n<td>Threshold</td>\n<td>O</td>\n<td>Max Threshold. Applicable only for the specific set of Charge Category.</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td>O</td>\n<td>Unit Price. Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured.</td>\n</tr>\n<tr>\n<td>slabDetails</td>\n<td>CM</td>\n<td>List of range values.</td>\n</tr>\n<tr>\n<td>actionType</td>\n<td>CM</td>\n<td>Actions  <br />(Start of charging)  <br />0 Immediate  <br />1 OnFirstUsage  <br />For sim activation fee, SIM Management fee(Recurring) charges Action 0 and 1 are conditional mandatory.  <br />(Type of charging)  <br />2 TierBasePerSim  <br />3 TierBasePerRage  <br />4 Thershold  <br />5 Normal  <br />Incase of sim management fee charge Action 2,3,4 and 5 are conditional mandatory  <br />SIM Management fee actionType must be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5).If actionType 0(default) is not added explicitly then actionType is considered as Immediate along with Type of charging</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>O</td>\n<td>Auto renewal flag. If true charge will be auto renewed.</td>\n</tr>\n<tr>\n<td>Factor</td>\n<td>O</td>\n<td>Validity Factor in integer.  <br />Default -1 for Base  <br />Default value will be used if the parameter is not present in the request  <br />  <br />Mandatory if Plan type is ADDON.  <br /><strong>Note</strong>: Factor value should be set to 1 for all other configured charges. If Monthly minimum fee charges are configured in the plan ,by default it takes value 1</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td>O</td>\n<td>Renewal Frequency  <br />Base Plan  <br />2 - Month (Default)  <br />Default value will be used if the parameter is not present in the request  <br />  <br />Addon Plan  <br />Validity is the renewal frequency for recurring AddOns or the duration for one-time AddOns  <br />1 – Day  <br />2 – Month  <br />3 – Year  <br />Mandatory if plan type is ADDON.  <br /><strong>Note</strong>: Frequency value should be set to 2 - Month, if Monthly minimum fee charges is configured in the plan by default it takes value 2</td>\n</tr>\n<tr>\n<td>applicableFor</td>\n<td>CM</td>\n<td>Value Added Feature ID from the “Value Added Feature” configuration referring to the service or feature for which the charge is applicable when activated for a SIM:  <br />1 – NB-IoT access  <br />2 – Data access  <br />Mandatory if chargeId refers to feature based SIM management fee.</td>\n</tr>\n<tr>\n<td>includes</td>\n<td>CM</td>\n<td>Specifies the coverage unit included in the charge:  <br />1 – Networks  <br />Mandatory if applicableFor refers to NB-IoT access or Data Access.</td>\n</tr>\n<tr>\n<td>numberIncluded</td>\n<td>CM</td>\n<td>Specifies the number of coverage units included in the charge.  <br />Integer value greater than 0.  <br />Mandatory if applicableFor refers to NB-IoT access or Data Access.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if applicableFor refers to NB-IoT access or Data Access.</td>\n</tr>\n<tr>\n<td>setPriceAboveIncludedPerNetwork</td>\n<td>O</td>\n<td>Optional list to add or overwrite specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network.  <br />Can only be used if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”.  <br />Format should be an array, e.g.  <br />- [ { \"tadigCode\": \"BELTB\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" },  <br />{ \"tadigCode\": \"GRCCO\", \"categoryGroupId\": \"SP848\", \"priceAboveIncluded\": \"2\" } ]</td>\n</tr>\n<tr>\n<td>removePriceAboveIncludedPerNetwork</td>\n<td>O</td>\n<td>Optional list to remove specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When removed, the overall priceAboveIncluded is charged again for accessing the specific network.  <br />Can only be used if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”.  <br />Format should be an array, e.g.  <br />- [ { \"tadigCode\": \"BELTB\", \"categoryGroupId\": \"SP848\" },  <br />{ \"tadigCode\": \"GRCCO\", \"categoryGroupId\": \"SP848\" } ]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-setpriceaboveincludedpernetwork-parameters\">Input setPriceAboveIncludedPerNetwork Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>CM</td>\n<td>ID of the supplier list containing the network in which the specified price is applicable.  <br />Together with tadigCode , unique identifier of the network.  <br />Mandatory if tadigCode or priceAboveIncluded is provided.</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>CM</td>\n<td>TADIG code of the network in which the specified price is applicable.  <br />Together with categoryGroupId, unique identifier of the network.  <br />Mandatory if categoryGroupId or priceAboveIncluded is provided.</td>\n</tr>\n<tr>\n<td>priceAboveIncluded</td>\n<td>CM</td>\n<td>Price (new or updated) applicable in the specified network.  <br />Decimal value greater or equal to 0 with up to 3 decimals.  <br />Mandatory if tadigCode or categoryGroupId is provided.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removepriceaboveincludedpernetwork-parameters\">Input removePriceAboveIncludedPerNetwork Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>CM</td>\n<td>ID of the supplier list containing the network in which the specific price should no longer be applicable. Together with tadigCode, unique identifier of the network. Mandatory if tadigCode is provided.</td>\n</tr>\n<tr>\n<td>tadigCode</td>\n<td>CM</td>\n<td>TADIG code of the network in which the specific price should no longer applicable. Together with categoryGroupId, unique identifier of the network. Mandatory if categoryGroupId is provided.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-slab-details-parameters\">Input Slab Details Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startRange</td>\n<td>CM</td>\n<td>Strart Range</td>\n</tr>\n<tr>\n<td>endRange</td>\n<td>CM</td>\n<td>If End Range is null/empty Value will consider as infinity.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>CM</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removecharge-parameters\">Input removeCharge Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chargeId</td>\n<td>M</td>\n<td>Charge Id</td>\n</tr>\n<tr>\n<td>instanceId</td>\n<td>CM</td>\n<td>Unique instance Id for multiple enabled Onetime fee(This Id can be fetched from Query Rate Plan)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-subscription-parameters\">Output Subscription Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reSubscription</td>\n<td>M</td>\n<td>False  <br />  <br />True  <br />(Can't change to Recurring to Onetime and vise vera)</td>\n</tr>\n<tr>\n<td>reSubscriptionRule</td>\n<td>M</td>\n<td>1 for Validity Expiration  <br />  <br />2 for Validity Expiration OR Benefit exhaustion</td>\n</tr>\n<tr>\n<td>Occurrences</td>\n<td>CM</td>\n<td>Integer 0-9999 to define number of occurrences  <br />  <br />-1 to define Unlimited</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>M</td>\n<td>Mode of Plan Activation  <br />Mandatory if plan is addon  <br />0 - Activation on subscription  <br />1 - Activation on usage</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-validity-parameters\">Output Validity Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validityType</td>\n<td>M</td>\n<td>-1 for Unlimited  <br />  <br />1 for Number of days  <br />  <br />2 for Number of months  <br />  <br />3 for Number of Years  <br />  <br />4 for Billing cycle for Postpaid  <br />  <br />4 for End of the Month for Prepaid</td>\n</tr>\n<tr>\n<td>validityFactor</td>\n<td>CM</td>\n<td>Mandatory for validityType 1, 2 and 3  <br />  <br />Number of Days/Months/Years  <br />  <br />Integer 1-99999  <br />  <br />Negative and zero not allowed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tarifflist-parameters\">Input tariffList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Sequence Id, You can fetch the list of possible id using \"GetTariff\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removetarifflist-parameters\">Input removeTariffList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tariffId</td>\n<td>M</td>\n<td>Tariff Sequence Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-usagecounter-parameters\">Input usageCounter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id, You can fetch the list of possible counterId using \"GetCounter\" API.</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>O</td>\n<td>Counter threshold value. Applicable only for the counters with EventType CE_USAGE.</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type of the Value. Mandatory only if the value is not null.  <br />KB, MB, GB, BYTES</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Factor in numbers.</td>\n</tr>\n<tr>\n<td>Action</td>\n<td>O</td>\n<td>Next PCC to be applied, You can fetch the list of possible ruleId using \"GetRule\" API. Action =1 for block rule  <br />Action=2 for Default rule,  <br />Action=5 for Throttle_512Kbps,  <br />Action=6 for Throttle_384Kbps,  <br />Action=7 for Throttle_256Kbps,  <br />Action=8 for Throttle_218Kbps,  <br />Action=257 for Throttle_1Mbps,  <br />Action=259 for Throttle_2Mbps,  <br />Action=261 for Throttle_5Mbps,  <br />Action=263 for Throttle_10Mbps,  <br />Action=265 for Throttle_20Mbps,</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Input removeUsageCounter parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-createdynamicbenefitsdetails-parameters\"><strong>INPUT CREATEDYNAMICBENEFITSDETAILS PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of the Dynamic Benefits to create, alphanumeric value up to 50 characters length. Must be unique in current hierarchy.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Category ID  <br />1 - Pooled  <br />2 – Non-Pooled</td>\n</tr>\n<tr>\n<td>simBenefitFee</td>\n<td>M</td>\n<td>Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>simActivationFee</td>\n<td>M</td>\n<td>Fee charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>M</td>\n<td>Action triggering the charging of the fees  <br />0 - Subscription  <br />1 - Usage</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>M</td>\n<td>Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />  <br />Recurring if set to true.</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>M</td>\n<td>Factor multiplying the Validity. Numeric value.</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>M</td>\n<td>Validity  <br />2 – Month  <br />3 – Year</td>\n</tr>\n<tr>\n<td>benefitList</td>\n<td>M</td>\n<td>Object of benefits details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT BENEFITLIST PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>M</td>\n<td>Ratezone ID</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>O</td>\n<td>Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-modifydynamicbenefitsdetails-parameters\"><strong>INPUT MODIFYDYNAMICBENEFITSDETAILS PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>CM</td>\n<td>ID identifying the Dynamic Benefits to modify. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 1 Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>CM</td>\n<td>Name of the Dynamic Benefits to be modified, alphanumeric value up to 50 characters length. Must be unique in current hierarchy.</td>\n</tr>\n<tr>\n<td>simBenefitFee</td>\n<td>CM</td>\n<td>Fee to be modified which is charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>simActivationFee</td>\n<td>CM</td>\n<td>Fee to be modified which is charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>CM</td>\n<td>Action to be modified which is triggering the charging of the fees  <br />0 - Subscription  <br />1 - Usage</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>CM</td>\n<td>Flag to be modified which is indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />  <br />Recurring if set to true.  <br />  <br />Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint.</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>CM</td>\n<td>Factor to be modified which is multiplying the Validity. Numeric value.  <br />  <br />Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint.</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>CM</td>\n<td>Validity to be modified  <br />2 – Month  <br />3 – Year  <br />  <br />Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint.</td>\n</tr>\n<tr>\n<td>modifyBenefitList</td>\n<td>CM</td>\n<td>Object of benefits details to be modified.</td>\n</tr>\n<tr>\n<td>addBenefitList</td>\n<td>CM</td>\n<td>Object of benefits details to be added.</td>\n</tr>\n<tr>\n<td>deleteBenefitList</td>\n<td>CM</td>\n<td>Object of benefits details to be remove/delete.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT modifyBENEFITLIST PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>M</td>\n<td>Ratezone ID</td>\n</tr>\n<tr>\n<td>value</td>\n<td>CM</td>\n<td>Amount of benefit given to be modified. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>CM</td>\n<td>Tariff to be modified which is to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT deleteBenefitList PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>M</td>\n<td>Ratezone ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT addBenefitList PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>M</td>\n<td>Benefit type  <br />1 – DATA  <br />2 – NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>M</td>\n<td>Ratezone ID</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Amount of benefit given to be modified. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>O</td>\n<td>Tariff to be modified which is to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"input-deletedynamicbenefitslist-parameters\"><strong>INPUT DELETEDYNAMICBENEFITSLIST PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>M</td>\n<td>ID of the Dynamic Benefits to delete. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 1 Dynamic Benefits.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT ATTACHDYNAMICBENEFITSLIST PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>M</td>\n<td>ID of the Dynamic Benefits to attach. Possible IDs can be retrieved using the “GetCustomerProfile“ API to query the own account.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INPUT DETACHDYNAMICBENEFITSLIST PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>M</td>\n<td>ID of the Dynamic Benefits to detach. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 2 Dynamic Benefits.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-rule-parameters\">Input rule Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>PCRF Rule Id, You can fetch the list of possible ruleId using \"GetRule\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removerule-parameters\">Input removeRule parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>M</td>\n<td>PCRF Rule Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-nextplanrules-parameters\">Input nextPlanRules Parameters</h3>\n<p>Available only for Test And Inventory type of plans.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleId</td>\n<td>O</td>\n<td>Rules assigned to TEST and INVENTORY plans  <br />1 - Validity (Test and Inventory plan)  <br />2 - Benefit Exhaustion (Test plan only)  <br />3 - Usage under Base Plan Coverage (Test and Inventory plan)</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 1). To provide the Validity  <br />1 - Day  <br />2 - Month  <br />3 - Year</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years)</td>\n</tr>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>Required only for Validity (ruleId 2).To give benefitId for the rule  <br />0 - SMS  <br />1 - DATA  <br />2 - NB-IOT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-removenextplanrules-parameters\">Input removeNextPlanRules Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleId</td>\n<td>M</td>\n<td>Rules assigned to TEST and INVENTORY plans  <br />1 - Validity  <br />2 - Benefit Exhaustion (Attached only for TEST plans)  <br />3 - Usage under Base Plan Coverage</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> Modifying the <strong>benefits</strong> and <strong>state transition rule</strong> under OEM plans will be cascaded to the down hierarchy immediately.</p>\n<p>Benefits:</p>\n<ul>\n<li>at Reseller level, the child- Default Test Plans will reflect new configuration of Benefits</li>\n<li>at Enterprise level, the child- Default Test Plans will reflect new configuration of Benefits</li>\n<li>at Endpoint level,<ul>\n<li>Endpoints already created will retain the old benefits configuration</li>\n<li>newly created Endpoints will adopt the new configuration of Benefits</li>\n</ul>\n</li>\n</ul>\n<p>State transition rule:</p>\n<ul>\n<li>at Reseller level, the child- Default Test Plans will reflect new configuration of State Transition Rules</li>\n<li>at Enterprise level, the child- Default Test Plans will reflect new configuration of State Transition Rules</li>\n<li>at Endpoint level,<ul>\n<li>the rules that govern the OEM State change will be immediately updated and applied on all Endpoints</li>\n<li>validity rule will depend on the next scheduler run.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time.  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code.</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalCount</td>\n<td>O</td>\n<td>Count of Service Profile</td>\n</tr>\n<tr>\n<td>serviceProfileList</td>\n<td>O</td>\n<td>List of Service Profile Object.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-serviceprofilelist-parameters\">Output serviceProfileList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profileId</td>\n<td>O</td>\n<td>Profile Id. Auto generated Unique Id in the system</td>\n</tr>\n<tr>\n<td>profileName</td>\n<td>O</td>\n<td>Service Profile Name</td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>O</td>\n<td>Service Name(s). Services included in the Service Profile.</td>\n</tr>\n<tr>\n<td>ratTypeName</td>\n<td>O</td>\n<td>RAT Type Name</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5002</td>\n<td>Modify plan success</td>\n<td></td>\n</tr>\n<tr>\n<td>5003</td>\n<td>Modify plan failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10110</td>\n<td>Operation failed - Multiple instances of fee type {} are not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>10119</td>\n<td>Benefit rule configuration missing. Please add benefit rule configuration - BenefitId</td>\n<td></td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Insufficient privilege</td>\n<td></td>\n</tr>\n<tr>\n<td>10198</td>\n<td>Notification message length has been exceeded</td>\n<td></td>\n</tr>\n<tr>\n<td>10227</td>\n<td>ModifyPlan not possible as subscription OR validity unlimited\"</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>80009</td>\n<td>Atleast one tariff to be attached - tariffId</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: OEM plans modification is not supported for Reseller and Enterprise</p>\n","urlObject":{"protocol":"https","path":["api","ModifyPlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d1ee142-27dc-4788-9131-d7e348aefd70","name":"Modify Plan - Success - {Plan Description}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"30115133090\",\r\n            \"planDescription\":\"New description for Postpaid Plan\"\r\n         }\r\n      }\r\n   }\r\n}  \r\n"},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:25:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46678881924699652\",\n        \"responseTimestamp\": \"13/05/2020 12:25:40\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"07615be6-c268-4346-84c0-fa88b344f727","name":"Modify Plan - Success - {Addon Plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"680001\"\r\n         \r\n            },\r\n            \"charge\": [\r\n\t\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\t\t\"chargeAmount\": \"3.4\"\r\n                    \r\n\t\t\t\t}\r\n\t\t\t\t],\r\n            \"subscription\": {\r\n                \"reSubscription\": \"true\",\r\n                \"reSubscriptionRule\": \"1\",\r\n                \"occurrences\": \"1\",\r\n                \"activatedBy\": \"0\"\r\n            },\r\n            \"validity\": {\r\n                \"validityType\": \"1\",\r\n              \"validityFactor\": \"1\"\r\n            }\r\n            \r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:25:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46678881924699652\",\n        \"responseTimestamp\": \"13/05/2020 12:25:40\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"a64d1fc3-6912-408e-a99f-96c59c536107","name":"Modify Plan - Success - {Remove existing benefit from plan and adding new benefit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"30115133087\"\r\n         },\r\n         \"benefit\":[  \r\n            {  \r\n               \"benefitId\":\"1992\",\r\n               \"value\":\"10\",\r\n               \"action\":\"0\",\r\n               \"rateZone\":\"5093\"\r\n            }\r\n         ],\r\n         \"removeBenefit\":[  \r\n            {  \r\n               \"benefitId\":\"1991\"\r\n            }\r\n         ]\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:29:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679102592531294\",\n        \"responseTimestamp\": \"13/05/2020 12:29:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"67389cdf-1036-47a0-8987-2be6a30b54be","name":"Modify Plan - Success - {All Parameters}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"30115133087\",\r\n                \"planDescription\": \"New Plan Description\",\r\n                \"planStatus\": \"Active\",\r\n                \"prorate\": \"true\"\r\n            },\r\n            \"notification\": [\r\n                {\r\n                    \"notificationType\": \"106\",\r\n                    \"messages\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" New Notification Message\"\r\n                        }\r\n                    ],\r\n                    \"recipients\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \" Dear Recipient, New Notification Message.\",\r\n                            \"email\": \"abc@xyz.com\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"removeNotification\": [\r\n                {\r\n                    \"notificationType\": \"106\"\r\n                }\r\n            ],\r\n            \"tariffList\": [\r\n                {\r\n                    \"tariffId\": \"12730\"\r\n                }\r\n            ],\r\n            \"removeTariffList\": [\r\n                {\r\n                    \"tariffId\": \"12734\"\r\n                }\r\n            ],\r\n            \"charge\": [\r\n                {\r\n                    \"chargeId\": \"1\",\r\n                    \"chargeAmount\": \"10\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"24\",\r\n                    \"chargeAmount\": \"5\",\r\n                    \"actionType\": \"1\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"89\",\r\n                    \"chargeAmount\": \"6.00\",\r\n                    \"factor\": \"1\",\r\n                   \"frequency\": \"2\",\r\n\t\t\t\t\t\"actionType\": \"0,5\",\r\n                    \"autoRenewal\": \"true\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"88\",\r\n                    \"chargeAmount\": \"6\",\r\n                    \"actionType\":\"0\",\r\n                   \"autoRenewal\": \"false\"\r\n                }\r\n                {\r\n                    \"chargeId\": \"9\",\r\n                    \"factor\": \"1\",\r\n                    \"frequency\": \"2\",\r\n                    \"autoRenewal\": \"true\",\r\n                    \"chargeAmount\": \"1\",\r\n                    \"threshold\": \"\",\r\n                    \"unitPrice\": \"\",\r\n                    \"slabDetails\": [\r\n                        {\r\n                            \"startRange\": \"0\",\r\n                            \"endRange\": \"104\",\r\n                            \"amount\": \"120\"\r\n                        },\r\n                        {\r\n                            \"startRange\": \"105\",\r\n                            \"endRange\": \"\",\r\n                            \"amount\": \"150\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"chargeId\": \"21\",\r\n                    \"factor\": \"1\",\r\n                    \"chargeAmount\": \"3\",\r\n                    \"frequency\": \"2\",\r\n                    \"actionType\": \"0,5\",\r\n                    \"applicableFor\": \"1\",\r\n                    \"includes\": \"1\",\r\n                    \"numberIncluded\": \"1\",\r\n                    \"priceAboveIncluded\": \"3.4\",\r\n                    \"setPriceAboveIncludedPerNetwork\": [\r\n                        {\r\n                            \"tadigCode\": \"GRCCO\",\r\n                            \"categoryGroupId\": \"SP14073\",\r\n                            \"priceAboveIncluded\": \"2\"\r\n                        }\r\n                    ],\r\n                    \"removePriceAboveIncludedPerNetwork\": [\r\n                        {\r\n                            \"tadigCode\": \"ESPRT\",\r\n                            \"categoryGroupId\": \"SP14073\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"removeCharge\": [\r\n                {\r\n                    \"chargeId\": \"9\"\r\n                },\r\n                {\r\n                    \"chargeId\": \"90\"\r\n                }\r\n            ],\r\n            \"benefit\": [\r\n                {\r\n                    \"benefitId\": \"1991\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"0\",\r\n                    \"rateZone\": \"5093\"\r\n                }\r\n            ],\r\n            \"removeBenefit\": [\r\n                {\r\n                    \"benefitId\": \"1992\"\r\n                }\r\n            ],\r\n            \"usageCounter\": [\r\n                {\r\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"1\",\r\n                    \"unit\": \"MB\",\r\n                    \"factor\": \"1\"\r\n                }\r\n            ],\r\n            \"removeUsageCounter\": [\r\n                {\r\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\"\r\n                }\r\n            ],\r\n            \"modifyDynamicBenefitsDetails\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"2250\",\r\n                    \"name\": \"My MDB23456\",\r\n                    \"simBenefitFee\": \"5\",\r\n                    \"simActivationFee\": \"1\",\r\n                    \"activatedBy\": \"0\",\r\n                    \"autoRenewal\": \"true\",\r\n                    \"validity\": \"2\",\r\n                    \"modifyBenefitList\": [\r\n                        {\r\n                            \"benefit\": \"1\",\r\n                            \"ratezone\": \"3356\",\r\n                            \"value\": \"20\",\r\n                            \"overageTariff\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"addyBenefitList\": [\r\n                        {\r\n                            \"benefit\": \"1\",\r\n                            \"ratezone\": \"3356\",\r\n                            \"value\": \"20\",\r\n                            \"overageTariff\": \"1\"\r\n                        }\r\n                    ],\r\n                    \"deleteBenefitList\": [\r\n                        {\r\n                            \"benefit\": \"1\",\r\n                            \"ratezone\": \"3356\",\r\n                            \"value\": \"20\",\r\n                            \"overageTariff\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"deleteDynamicBenefitsList\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"522\"\r\n                }\r\n            ],\r\n            \"attachDynamicBenefitsList\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"530\"\r\n                }\r\n            ],\r\n            \"detachDynamicBenefitsList\": [\r\n                {\r\n                    \"dynamicBenefitsId\": \"599\"\r\n                }\r\n            ],\r\n            \"rule\": [\r\n                {\r\n                    \"id\": \"1\"\r\n                }\r\n            ],\r\n            \"removeRule\": [\r\n                {\r\n                    \"id\": \"1\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:35:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679488471099045\",\n        \"responseTimestamp\": \"13/05/2020 12:35:46\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"d0516b58-d3c5-41a3-ae42-870cbd6a9601","name":"Modify Plan - Success - {Add counter to the addon plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planId\": \"790675\"\r\n\r\n\t\t\t},\r\n            \"usageCounter\": [\r\n                {\r\n                    \"counterId\": \"C_Monthly_2_2_3_1_CE_USAGE_LTE_M_VOLUME_47_644\" ,\r\n                    \"value\": \"6\",\r\n                    \"action\": \"5\",\r\n                    \"unitType\": \"MB\",\r\n                    \"factor\": \"1\" \r\n \r\n                }\r\n\r\n\r\n                \r\n            ]\r\n                    \r\n            \r\n\r\n\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:35:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679488471099045\",\n        \"responseTimestamp\": \"13/05/2020 12:35:46\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"f260483e-3595-41eb-9b27-bc5fe6cc0a4d","name":"Modify Plan - Success - {Remove traffic policy parameter from the plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n        \t\t\"plan\": {\r\n\t\t\t\"basicInfo\": {\r\n\t\t\t\t\"planId\": \"837556\"\r\n\r\n\t\t\t},\r\n            \r\n\t\t\r\n\t\t\t\t\r\n         \"removeTrafficPolicy\": [         \r\n                {\r\n                    \"id\": \"1301\"\r\n                }\r\n\r\n               \r\n\r\n            ] \r\n                    \r\n            \r\n\r\n\r\n\t\t}\r\n\t}\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:35:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679488471099045\",\n        \"responseTimestamp\": \"13/05/2020 12:35:46\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5002\",\n            \"resultDescription\": \"Modify plan success\"\n        }\n    }\n}"},{"id":"dc3a3bbb-7aa2-4312-ad65-5fe8f1355bb6","name":"Modify Plan - Failure {Adding charge for multiple onetime fee}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"30115136166\"\r\n         },\r\n\r\n         \"charge\":[  \r\n            {  \r\n               \"chargeId\":\"8\",\r\n              \"chargeAmount\":\"40\"\r\n            }\r\n      ]\r\n         \r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"587049727281458\",\n        \"responseTimestamp\": \"08/03/2021 10:33:35\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10110\",\n            \"resultDescription\": \"Operation failed - Multiple instances of fee type SFT- Setup Fee- Branded portal are not allowed\"\n        }\n    }\n}"},{"id":"6b4493fb-443a-42d3-8675-dbcfce921a48","name":"Modify Plan - Success {Adding next plan rules,benefit to TEST plan having no rules,benefit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"562786\"\r\n            },\r\n            \"benefit\": [\r\n                {\r\n                    \"benefitId\": \"1994\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"1\"\r\n                },\r\n                {\r\n                    \"benefitId\": \"1995\",\r\n                    \"value\": \"10\",\r\n                    \"action\": \"1\"\r\n                }\r\n            ],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",\r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\",\r\n                    \"nextState\": \"1\"\r\n                },\r\n                {\r\n                    \"ruleId\": \"2\",\r\n                    \"benefitId\": \"0,1\",\r\n                    \"nextState\": \"1\"\r\n                },\r\n                {\r\n                    \"ruleId\": \"3\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46679488471078654\",\r\n        \"responseTimestamp\": \"26/05/2021 12:35:46\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5002\",\r\n            \"resultDescription\": \"Modify plan success\"\r\n        }\r\n    }\r\n}"},{"id":"32b0f16b-bee8-4d3d-a200-039342179977","name":"Modify Plan - Failure {Adding SMS benefit to plan having DATA benefit and DATA exhaustion rule}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"562654\"\r\n            },\r\n            \"benefit\": [\r\n                {\r\n                    \"benefitId\": \"1995\",\r\n                    \"value\": \"5\",\r\n                    \"action\": \"1\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"4230697476388976\",\r\n        \"responseTimestamp\": \"26/05/2021 15:12:21\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10119\",\r\n            \"resultDescription\": \"Benefit rule configuration missing. Please add benefit rule configuration - BenefitId\"\r\n        }\r\n    }\r\n}"},{"id":"a297d452-e43b-4a4e-9800-bdd8ad3e1aca","name":"Modify Plan - Success {TEST plan Remove benefit and Next plan rules}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"562447\"\r\n            },\r\n            \"removeBenefit\": [\r\n                {\r\n                    \"benefitId\": \"1994\"\r\n                }\r\n            ],\r\n            \"removeNextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"3\"\r\n                },\r\n              {\r\n                    \"ruleId\": \"2\"\r\n                }   \r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46679488471055643\",\r\n        \"responseTimestamp\": \"26/05/2021 12:35:46\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5002\",\r\n            \"resultDescription\": \"Modify plan success\"\r\n        }\r\n    }\r\n}"},{"id":"43394bbe-c286-42ca-b359-ff96297d3b61","name":"Modify Plan - Failure {Modifying TEST/INVENTORY plans in Reseller/Enterprise level}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"\t\t{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"562552\"\r\n         },\r\n \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1994\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"benefitId\": \"1995\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"0,1\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"4230931859192133\",\r\n        \"responseTimestamp\": \"26/05/2021 16:16:15\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10002\",\r\n            \"resultDescription\": \"Insufficient privilege\"\r\n        }\r\n    }\r\n}"},{"id":"d54fa8ed-b752-46d9-bbbb-bffdfb3d4558","name":"Modify Plan - Success {Adding Next plan rules for Inventory plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"564532\"\r\n            },\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",\r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\",\r\n                    \"nextState\": \"1\"\r\n                },\r\n                {\r\n                    \"ruleId\": \"3\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"015f64d3-4a8c-44ee-ae81-b9395de7dbac","name":"Modify Plan - Failure {Notification message exceeds the limit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"\t\t{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n         \"basicInfo\":{  \r\n            \"planId\":\"562552\"\r\n         },\r\n \"benefit\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"benefitId\": \"1994\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"benefitId\": \"1995\",\r\n\t\t\t\t\t\"value\": \"10\",\r\n\t\t\t\t\t\"action\": \"1\"\r\n\t\t\t\t}\r\n\r\n\t\t\t],\r\n            \"nextPlanRules\": [\r\n                {\r\n                    \"ruleId\": \"1\",  \r\n                    \"frequency\": \"1\",\r\n                    \"factor\": \"2\"\r\n                },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"ruleId\": \"2\",\r\n\t\t\t\t\t\t\"benefitId\": \"0,1\"\r\n\t\t\t\t\t},\r\n                {\r\n                    \"ruleId\": \"3\"\r\n\r\n                }\r\n            ]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"5533772492936981\",\r\n        \"responseTimestamp\": \"13/12/2022 11:37:39\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10198\",\r\n            \"resultDescription\": \"Notification message length has been exceeded\"\r\n        }\r\n    }\r\n}"},{"id":"ead3556b-ece0-4690-a1c5-7cd11c850c0c","name":"Modify Plan -  {Notification }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"838640\",\r\n                \"planStatus\": \"Active\"\r\n            },\r\n            \"notification\": [\r\n                {\r\n                    \"notificationId\": \"51560\",\r\n                    \"notificationType\": \"113\",\r\n\r\n                    \"messages\": [\r\n                        {\r\n                            \"channel\": \"3\",\r\n                            \"message\": \"rec modifyapi\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46678881924699652\",\r\n        \"responseTimestamp\": \"13/05/2020 12:25:40\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5002\",\r\n            \"resultDescription\": \"Modify plan success\"\r\n        }\r\n    }\r\n}"},{"id":"d0c622d8-3c1e-4e18-b33b-821559431f52","name":"Modify Plan -  {Remove Notification }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"plan\": {\r\n            \"basicInfo\": {\r\n                \"planId\": \"DEFAULTPOST42490689\",\r\n                \"planStatus\": \"Active\"\r\n            },\r\n            \"removeNotification\":[\r\n                {\r\n                    \"notificationId\":\"51559\",\r\n                    \"notificationType\":\"1669\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ModifyPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"46678881924699652\",\r\n        \"responseTimestamp\": \"13/05/2020 12:25:40\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"5002\",\r\n            \"resultDescription\": \"Modify plan success\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"6f64efed-293f-483f-9062-d81d0d5018f0"},{"name":"Plan - Delete [New version]","event":[{"listen":"test","script":{"id":"b8f1ff2c-2178-40d7-a0ba-b90b07aedcd3","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"48e8245d-079d-4658-b28d-7b81d06814eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n        \"basicInfo\": {\r\n         \"planId\":\"30115133096\"\r\n            }\r\n        }\r\n    }    \r\n}   \r\n"},"url":"https://{{url}}/api/DeleteRatePlan","description":"<h2 id=\"description\">Description</h2>\n<p>Delete Plan API will be used to delete existing plan.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>M</td>\n<td>Object of plan details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5064</td>\n<td>Delete plan success</td>\n<td></td>\n</tr>\n<tr>\n<td>5065</td>\n<td>Delete plan failure</td>\n<td></td>\n</tr>\n<tr>\n<td>5067</td>\n<td>Plan deletion failed. Subscriber exists for the plan</td>\n<td>Delete the subscriber which is attached to same plan and then re-run the delete plan.</td>\n</tr>\n<tr>\n<td>5019</td>\n<td>Plan does not exist</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeleteRatePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a1a81a3d-6ba5-48da-a54b-7bd733bbd213","name":"Delete Plan - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n        \"basicInfo\": {\r\n         \"planId\":\"30115133096\"\r\n            }\r\n        }\r\n    }    \r\n}"},"url":"https://{{url}}/api/DeleteRatePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:38:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679663910017253\",\n        \"responseTimestamp\": \"13/05/2020 12:38:42\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5064\",\n            \"resultDescription\": \"Delete plan success\"\n        }\n    }\n}"},{"id":"fb9329df-fdac-4277-a3eb-3590687414a4","name":"Delete Plan - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n        \"basicInfo\": {\r\n         \"planId\":\"30115133096\"\r\n            }\r\n        }\r\n    }    \r\n}   \r\n"},"url":"https://{{url}}/api/DeleteRatePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5065\",\n            \"resultDescription\": \"Delete plan failure\"\n        }\n    }\n}"},{"id":"c220ea24-5686-47e8-8619-e1893bf70e24","name":"Delete Plan - Failure - {Plan deletion failed. subscriber exists for the plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"plan\":{  \r\n        \"basicInfo\": {\r\n         \"planId\":\"30115133096\"\r\n            }\r\n        }\r\n    }    \r\n}   \r\n"},"url":"https://{{url}}/api/DeletePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679696897562817\",\n        \"responseTimestamp\": \"13/05/2020 12:39:15\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5067\",\n            \"resultDescription\": \"Plan deletion failed.Subscriber exists for the plan\"\n        }\n    }\n}"}],"_postman_id":"48e8245d-079d-4658-b28d-7b81d06814eb"},{"name":"Plan - Delete [To be deprecated]","event":[{"listen":"test","script":{"id":"d246c2d8-b90f-4963-9bb1-244911085241","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d71c6b90-130b-4d9a-9f91-28301bd7b0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"planId\":\"30115133025\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeletePlan","description":"<h2 id=\"warning\">WARNING</h2>\n<h4 id=\"this-version-will-be-deprecated-and-discontinued-in-the-next-release---262\">This version will be deprecated and discontinued in the next release - 26.2</h4>\n<hr />\n<h4 id=\"description\">Description</h4>\n<p>Delete Plan API will be used to delete existing plan.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of plan details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5064</td>\n<td>Delete plan success</td>\n<td></td>\n</tr>\n<tr>\n<td>5065</td>\n<td>Delete plan failure</td>\n<td></td>\n</tr>\n<tr>\n<td>5067</td>\n<td>Plan deletion failed. Subscriber exists for the plan</td>\n<td>Delete the subscriber which is attached to same plan and then re-run the delete plan.</td>\n</tr>\n<tr>\n<td>5019</td>\n<td>Plan does not exist</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeletePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a67e89bc-9722-497b-8188-04749a1cece9","name":"Delete Plan - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"planId\":\"30115133096\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeletePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 12:38:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679663910017253\",\n        \"responseTimestamp\": \"13/05/2020 12:38:42\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5064\",\n            \"resultDescription\": \"Delete plan success\"\n        }\n    }\n}"},{"id":"234d1b6c-1442-4e8a-9f08-17c3dad64d58","name":"Delete Plan - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"planId\":\"30115133025\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeletePlan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5065\",\n            \"resultDescription\": \"Delete plan failure\"\n        }\n    }\n}"},{"id":"96c88986-3f55-422b-8bbb-9d34d26a60ad","name":"Delete Plan - Failure - {Plan deletion failed. subscriber exists for the plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"planId\":\"30115133025\"\r\n      }\r\n   }\r\n}    \r\n"},"url":"https://{{url}}/api/DeletePlan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46679696897562817\",\n        \"responseTimestamp\": \"13/05/2020 12:39:15\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5067\",\n            \"resultDescription\": \"Plan deletion failed.Subscriber exists for the plan\"\n        }\n    }\n}"}],"_postman_id":"d71c6b90-130b-4d9a-9f91-28301bd7b0f7"}],"id":"1b25e98e-1f77-46c5-b7de-8272e56d06e7","event":[{"listen":"prerequest","script":{"id":"446c6c06-1771-4bf9-a3ae-aaec61576c3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ba50437-9b59-46e3-ba9c-786771bb7f38","type":"text/javascript","exec":[""]}}],"_postman_id":"1b25e98e-1f77-46c5-b7de-8272e56d06e7","description":""},{"name":"APN Group","item":[{"name":"APN Group - Create","event":[{"listen":"test","script":{"id":"cdee8b2a-5a72-4846-837f-c8712f5a7523","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"f0473597-c5bb-463c-a3fe-d85a330a6d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupName\":\"APNGroup\",\r\n      \"defaultAPN\":\"98\",\r\n      \"apn\":\"98|99\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createApnGroup","description":"<h2 id=\"description\">Description</h2>\n<p>Create APN Group API is used to create APN Group with the combination of available APNs.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupInfo</td>\n<td>M</td>\n<td>Object of apnGroupInfo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apngroupinfo-parameters\">Input apnGroupInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupName</td>\n<td>M</td>\n<td>APN Group name</td>\n</tr>\n<tr>\n<td>defaultAPN</td>\n<td>M</td>\n<td>Default APN ID</td>\n</tr>\n<tr>\n<td>apn</td>\n<td>M</td>\n<td>APN id list, You can fetch the list of possible apnId using \"fetchAttachedAPN\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>APN Group id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Desrciption</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10011</td>\n<td>Create APN group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10012</td>\n<td>Create APN group failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","createApnGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"417c1bbf-aa54-4d98-9c48-895e63daa912","name":"Create APN Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupName\":\"APNGroup\",\r\n      \"defaultAPN\":\"98\",\r\n      \"apn\":\"98|99\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createApnGroup"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10012\",\n            \"resultDescription\": \"Create APN group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"0a5be847-3d6a-43a3-9732-42ace028f01d","name":"Create APN Group - Failure - {Wrong Input Parameter}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupName\":\"NewAPNGroup\",\r\n      \"defaultAPN\":\"incorrectAPN\",\r\n      \"apn\":\"sft2\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 13:26:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"211"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter -defaultAPN\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1588683948726\",\n        \"responseTimestamp\": \"05/05/2020 13:05:48\"\n    }\n}"},{"id":"35c4dca6-daeb-4bec-a49d-6547a845b874","name":"Create APN Group - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupName\":\"APNGroup\",\r\n      \"defaultAPN\":\"98\",\r\n      \"apn\":\"98|99\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/createApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 13:26:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"211"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10011\",\n            \"resultDescription\": \"Create APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589376377514\",\n        \"responseTimestamp\": \"13/05/2020 13:26:17\",\n        \"apnGroupId\": \"PDP_2087\"\n    }\n}"}],"_postman_id":"f0473597-c5bb-463c-a3fe-d85a330a6d58"},{"name":"APN Group","event":[{"listen":"test","script":{"id":"21df262a-e1a9-441d-ad23-899905618fc4","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"2ebfc8be-a740-4f67-b1aa-febbb490125a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchApnGroup","description":"<h2 id=\"desciption\">Desciption</h2>\n<p>Get APN Group API is used to fetch APN Group information like default APN, default context value, list of attached APN(s) etc. APN Groups can then be attached to the endpoint to control which APNs that endpoint can use for data services, and the Quality of Service they can have for each of those APNs.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>APN Group Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of APN Group</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output ResponseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of the APN info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-apngroup-parameters\">Output ApnGroup Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupName</td>\n<td>O</td>\n<td>APN Group name</td>\n</tr>\n<tr>\n<td>defaultAPN</td>\n<td>O</td>\n<td>Default APN</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>ID of APN group</td>\n</tr>\n<tr>\n<td>apn</td>\n<td>O</td>\n<td>List of APNs names with comma separated</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-code\">Result Code</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10000</td>\n<td>Get APN group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10001</td>\n<td>Get APN group failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchApnGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0ecc4ab2-593b-4217-866f-a2d0997b9f5c","name":" Get APN Group - Success","originalRequest":{"method":"GET","header":[],"url":"https://{{url}}/api/fetchApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":"Options that are desired for the connection"},{"key":"content-length","value":"1558","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Mon, 27 Apr 2020 14:25:06 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"via","value":"1.1 sft.bics.com","name":"via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10000\",\n            \"resultDescription\": \"Get APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"apn\": \"mvneapn\",\n                    \"apnGroupName\": \"Default\",\n                    \"defaultAPN\": \"mvneapn\",\n                    \"apnGroupId\": \"PDP_1002\"\n                },\n                {\n                    \"apn\": \"mvneapn\",\n                    \"apnGroupName\": \"apn\",\n                    \"defaultAPN\": \"mvneapn\",\n                    \"apnGroupId\": \"PDP_1003\"\n                }\n            ]\n        },\n        \"responseId\": \"42600534393860054\",\n        \"responseTimestamp\": \"27/04/2020 14:25:06\"\n    }\n}"},{"id":"cfd5d1a7-76b4-4f8d-913b-20c9cab035b7","name":"Get APN Group - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer "}],"url":{"raw":"https://{{url}}/api/fetchApnGroup?apnGroupId=PDP_1002","protocol":"https","host":["{{url}}"],"path":["api","fetchApnGroup"],"query":[{"key":"apnGroupId","value":"PDP_1002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Jun 2020 16:47:45 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"305"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10000\",\n            \"resultDescription\": \"Get APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"apn\": \"mvneapn\",\n                    \"apnGroupName\": \"Default\",\n                    \"defaultAPN\": \"mvneapn\",\n                    \"apnGroupId\": \"PDP_1002\"\n                }\n            ]\n        },\n        \"responseId\": \"47361092196147997\",\n        \"responseTimestamp\": \"21/06/2020 16:47:45\"\n    }\n}"},{"id":"2a329dda-d6d9-4747-954e-31accfab3228","name":"Get APN Group - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchApnGroup"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10001\",\n            \"resultDescription\": \"Get APN group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"}],"_postman_id":"2ebfc8be-a740-4f67-b1aa-febbb490125a"},{"name":"APN Group - Modify","event":[{"listen":"test","script":{"id":"0779bc05-9dbd-4e3f-9123-b52f0d109fd7","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"ce6bdbc4-fef6-49d5-99ba-25f00767de5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_1237\",\r\n      \"addAPN\":\"46\",\r\n      \"removeAPN\":\"43\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyApnGroup","description":"<h2 id=\"description\">Description</h2>\n<p>Modify APN Group API is used to modify APN Group with the combination of available APNs.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupInfo</td>\n<td>M</td>\n<td>Object of apnGroupInfo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apngroupinfo-parameters\">Input apnGroupInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupId</td>\n<td>M</td>\n<td>APN Group Id</td>\n</tr>\n<tr>\n<td>addAPN</td>\n<td>CM</td>\n<td>Add APN id list, You can fetch the list of possible apnId using \"fetchAttachedAPN\" API.</td>\n</tr>\n<tr>\n<td>removeAPN</td>\n<td>CM</td>\n<td>Remove APN id list</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10013</td>\n<td>Modify APN group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Modify APN group failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10123</td>\n<td>Failure.!! Not possible to remove last APN</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","modifyApnGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"684deee8-6d76-4e07-81fa-0819cd045d71","name":"Modify APN Group - Success - {Remove APN}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_1050\",\r\n\r\n      \"removeAPN\":\"65\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:14:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10013\",\n            \"resultDescription\": \"Modify APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1588684482375\",\n        \"responseTimestamp\": \"05/05/2020 13:14:42\"\n    }\n}"},{"id":"79f65a1e-958f-490a-aa43-8ac177cded7b","name":"Modify APN Group - Success - {Add APN}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_1050\",\r\n      \"addAPN\":\"65\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/modifyApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:15:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10013\",\n            \"resultDescription\": \"Modify APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1588684531417\",\n        \"responseTimestamp\": \"05/05/2020 13:15:31\"\n    }\n}"},{"id":"9ec15d9d-af2b-4c38-831e-163852de4eff","name":"Modify APN Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_1050\",\r\n      \"removeAPN\":\"1\"\r\n   }\r\n}"},"url":"https://{{url}}/api/modifyApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:17:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10014\",\n            \"resultDescription\": \"Modify APN group failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1588684664283\",\n        \"responseTimestamp\": \"05/05/2020 13:17:44\"\n    }\n}"},{"id":"25e6f012-9963-499a-8020-da0af05aeece","name":"Modify APN Group - Failure.!! Not possible to remove last APN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_24292\",\r\n      \"removeAPN\":\"98\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 13:17:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10123\",\n            \"resultDescription\": \"Failure.!! Not possible to remove last APN\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"6724636551046661\",\n        \"responseTimestamp\": \"01/09/2022 06:56:36\"\n    }\n}"}],"_postman_id":"ce6bdbc4-fef6-49d5-99ba-25f00767de5b"},{"name":"APN Group - Delete","event":[{"listen":"test","script":{"id":"8cc77408-4d11-43cb-8e1f-21653b5e3dba","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"a4a0c1b0-0a07-4f11-be27-30ec951096fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_867\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteApnGroup","description":"<h2 id=\"description\">Description</h2>\n<p>Delete APN Group API is used to remove an existing APN Group from an Enterprise. An APN Group cannot be deleted if it is assigned to any endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupInfo</td>\n<td>M</td>\n<td>Object of apnGroupInfo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apngroupinfo-parameters\">Input apnGroupInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnGroupId</td>\n<td>M</td>\n<td>APN Group Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10015</td>\n<td>Delete APN group success</td>\n<td></td>\n</tr>\n<tr>\n<td>10016</td>\n<td>Failure!! Deletion not possible, APN used in endpoint configuration.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deleteApnGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2b4e50d5-1458-4193-be58-50e21ba7da70","name":" Delete APN Group - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_1051\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:14:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10015\",\n            \"resultDescription\": \"Delete APN group success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1588680887533\",\n        \"responseTimestamp\": \"05/05/2020 12:14:47\"\n    }\n}"},{"id":"c090bc18-2ff8-4868-b4e9-67b6a02fc6d9","name":"Delete APN Group - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"apnGroupInfo\":{  \r\n      \"apnGroupId\":\"PDP_867\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/deleteApnGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:15:30 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10016\",\n            \"resultDescription\": \"Failure!! Deletion not possible, APN used in endpoint configuration.\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1588680930855\",\n        \"responseTimestamp\": \"05/05/2020 12:15:31\"\n    }\n}"}],"_postman_id":"a4a0c1b0-0a07-4f11-be27-30ec951096fb"}],"id":"1a7b671b-2b4b-451a-940e-6452fa54bf0c","event":[{"listen":"prerequest","script":{"id":"4b33c884-56f6-4acc-9c34-1c51c211e4f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aff40af4-2a2c-4162-9e44-9579ebc72481","type":"text/javascript","exec":[""]}}],"_postman_id":"1a7b671b-2b4b-451a-940e-6452fa54bf0c","description":""},{"name":"Organisation","item":[{"name":"Organization - Create","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"8eb08aaf-4a20-40a4-9d1f-324370a51612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_ENTERPRISE_PREPAID\",\r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"0\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"language\":\"1\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"777771111\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to create organization.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of End Point details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of Organization</td>\n</tr>\n<tr>\n<td>tierId</td>\n<td>M</td>\n<td>Tier Id  <br />3 – RESELLER  <br />4 – ENTERPRISE</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>M</td>\n<td>Customer Type  <br />1 – SFT  <br />2 – M2MIC  <br />3 – Travel SIM  <br />4 -2nd SFT</td>\n</tr>\n<tr>\n<td>userType</td>\n<td>M</td>\n<td>User Type  <br />1 – Trial  <br />2 - Commercial</td>\n</tr>\n<tr>\n<td>subscriberType</td>\n<td>M</td>\n<td>Connection Type  <br />0 – Prepaid  <br />1 – Postpaid</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>M</td>\n<td>Currency Id, You can fetch the list of possible currencyId using \"GetCurrency\" API.</td>\n</tr>\n<tr>\n<td>countryId</td>\n<td>M</td>\n<td>Country Id, You can fetch the list of possible countryId using \"GetCountries\" API.</td>\n</tr>\n<tr>\n<td>timeZoneId</td>\n<td>M</td>\n<td>Time Zone Id, You can fetch the list of possible timeZoneId using \"GetTimeZone\" API.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>O</td>\n<td>Email Id</td>\n</tr>\n<tr>\n<td>monthlyLimit</td>\n<td>O</td>\n<td>Monthly Limit, applicable only for postpaid customer</td>\n</tr>\n<tr>\n<td>launchDate</td>\n<td>O</td>\n<td>Launch Date of organization  <br />Format: dd/mm/yyyy hh:mm:ss. Note:Launch date is considered only in case of trial customers, trial customer will convert to commercial based on launch date.</td>\n</tr>\n<tr>\n<td>rdbCode</td>\n<td>CM</td>\n<td>RDB Code, Mandatory if customer is commercial.The minimum number of characters required for the “rdbCode” in the POST Organization Create API is 2. if less than 2 then “The minimum number of characters required is 2\" is displayed for both Commercial and Trial User Types.  <br />Note-: we can create account with RDB code same as already existing account but with different country</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>O</td>\n<td>External Identifier for the customer</td>\n</tr>\n<tr>\n<td>isOemEnabled</td>\n<td>O</td>\n<td>This parameter is used to create OEM accounts  <br />true - to create OEM accounts(Reseller/Enterprise)  <br />false - to create NON-OEM accounts  <br /><strong>NOTE:</strong> Create organization without this parameter will create a non-OEM account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Unique ID of organization</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>O</td>\n<td>Object of External Identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1333</td>\n<td>Create organization success</td>\n<td></td>\n</tr>\n<tr>\n<td>1334</td>\n<td>Create organization failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1410</td>\n<td>Duplicate RDB code- Customer Type</td>\n<td></td>\n</tr>\n<tr>\n<td>1390</td>\n<td>Duplicate RDB code- Customer Type</td>\n<td></td>\n</tr>\n<tr>\n<td>7022</td>\n<td>Customer is in low balance provisioning not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>7025</td>\n<td>Duplicate external identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>10082</td>\n<td>The minimum number of characters required is 2</td>\n<td></td>\n</tr>\n<tr>\n<td>10234</td>\n<td>Child reseller creation is not possible</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e7edea74-640d-42fd-840d-262f482ba4d6","name":"Create Organization - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_ENTERPRISE_PREPAID\",\r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"0\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"777771111\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1334\",\n            \"resultDescription\": \"Create organization failure\"\n        }\n    }\n}"},{"id":"1f97a4f8-362c-451d-8cc5-ccddbe5ebf8c","name":"Create Organization - Success - {Reseller Postpaid}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_RESELLER\",\r\n         \"tierId\":\"3\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"1\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"7777711\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46479015411516550\",\n        \"responseTimestamp\": \"11/05/2020 04:54:33\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1333\",\n            \"resultDescription\": \"Create organization success\"\n        },\n        \"accountId\": \"31171007\"\n    }\n}"},{"id":"7dea3899-a78c-491e-8666-abff5308671a","name":"Create Organization - Failure - {Duplicate RDB Code}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_ENTERPRISE_PREPAID\",\r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"0\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"77777111\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 05:07:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"183"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46479819436825836\",\n        \"responseTimestamp\": \"11/05/2020 05:07:57\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1410\",\n            \"resultDescription\": \"Duplicate RDB code\"\n        }\n    }\n}"},{"id":"33160b6c-10db-44f3-a81d-d1955d962ce5","name":"Create Organization - Failure - {Customer Name Already Exists}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_ENTERPRISE_PREPAID\",\r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"0\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"777771111\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 05:43:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"193"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46481943158469294\",\n        \"responseTimestamp\": \"11/05/2020 05:43:21\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1390\",\n            \"resultDescription\": \"Customer name already exists\"\n        }\n    }\n}"},{"id":"61d9a3c3-806e-4e83-85cf-215808d98372","name":"Create Organization - Success - {Enterprise Prepaid}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_ENTERPRISE_PREPAID\",\r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"0\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"11/05/2020 00:00:00\",\r\n         \"rdbCode\":\"77777111\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/CreateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 05:07:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46479778457423916\",\n        \"responseTimestamp\": \"11/05/2020 05:07:16\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1333\",\n            \"resultDescription\": \"Create organization success\"\n        },\n        \"accountId\": \"41171008\"\n    }\n}"},{"id":"e0a2dadd-6f1e-4e87-a1a0-48ecf5889d9e","name":"Create Organization -Failure - {RDB Code validation}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"MVNE_RESELLER54\",                                                                  \r\n         \"tierId\":\"4\",\r\n         \"customerType\":\"1\",\r\n         \"userType\":\"2\",\r\n         \"subscriberType\":\"1\",\r\n         \"currencyId\":\"1\",\r\n         \"countryId\":\"2\",\r\n         \"timeZoneId\":\"2\",\r\n         \"email\":\"mvneemail@mail.com\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"launchDate\":\"24/09/2020 00:00:00\",\r\n         \"rdbCode\":\"Y\"                                                                   \r\n      }\r\n   }\r\n} "},"url":"https://{{url}}/api/CreateOrganization"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"4916231221765398\",\n        \"responseTimestamp\": \"23/09/2020 04:26:42\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10082\",\n            \"resultDescription\": \"The minimum number of characters required is 2\"\n        }\n    }\n}"},{"id":"b142dd5f-0ed5-413c-9c96-8aed666ac7d6","name":"Create Organisation - Success {OEM Enabled Enterprise}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"name\": \"OEM_enterprise\",\r\n            \"tierId\": \"4\",\r\n            \"customerType\": \"1\",\r\n            \"userType\": \"2\",\r\n            \"subscriberType\": \"1\",\r\n            \"currencyId\": \"44\",\r\n            \"countryId\": \"2\",\r\n            \"timeZoneId\": \"2\",\r\n            \"email\": \"mvneemail@mail.com\",\r\n            \"monthlyLimit\": \"1000\",\r\n            \"rdbCode\": \"rtd15\",\r\n            \"isOemEnabled\": \"true\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateOrganization"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\"Response\": {\n\"responseId\": \"46479015411516550\",\n\"responseTimestamp\": \"26/05/2021 04:54:33\",\n\"resultCode\": \"0\",\n\"resultParam\": {\n\"resultCode\": \"1333\",\n\"resultDescription\": \"Create organization success\"\n},\n\"accountId\": \"41171017\"\n}\n}"},{"id":"fd861c27-3dfd-46a2-96ed-47571b9f1e94","name":"Create Organisation - Success {OEM Enabled Reseller}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"name\": \"OEM_Reseller_acctount\",\r\n            \"tierId\": \"3\",\r\n            \"customerType\": \"1\",\r\n            \"userType\": \"2\",\r\n            \"subscriberType\": \"1\",\r\n            \"currencyId\": \"44\",\r\n            \"countryId\": \"2\",\r\n            \"timeZoneId\": \"2\",\r\n            \"email\": \"mvneemail@mail.com\",\r\n            \"monthlyLimit\": \"1000\",\r\n            \"rdbCode\": \"OEMRES\",\r\n            \"isOemEnabled\": \"true\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateOrganization"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46479015411516550\",\n        \"responseTimestamp\": \"26/05/2021 04:54:33\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1333\",\n            \"resultDescription\": \"Create organization success\"\n        },\n        \"accountId\": \"41171017\"\n    }\n}"}],"_postman_id":"8eb08aaf-4a20-40a4-9d1f-324370a51612"},{"name":"Assign APN to Account","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"4ace5969-c2a8-4eb2-9a80-e2a6b0ca4330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"443721\",\r\n         \"attachedAPNNameList\":[\"bicsapn\",\"IoTSIM\",\"asia.bics\"],\r\n         \"defaultAPNName\":\"bicsapn\"\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/accountAPN","description":"<h3 id=\"description\">Description</h3>\n<p>This API is used to assign APN to an existing pre-active account.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td>Account is in pre-active state</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of APN details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account ID</td>\n</tr>\n<tr>\n<td>attachedAPNNameList</td>\n<td>M</td>\n<td>List of APN Names to be attached (comma sepparated withint double quotes)  <br />Example:  <br />{\"apn1\",\"apn2\",\"apn3\"]  <br />  <br />Note: For a Reseller account user can retrieve the available APN names using the Get Account Profile API</td>\n</tr>\n<tr>\n<td>defaultAPNName</td>\n<td>CM</td>\n<td>Name of the DEFAULT APN for DEFAULT APN GROUP  <br />  <br />Note: Available only for Enterprise accounts (tierId=4)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Unique ID of organization</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>O</td>\n<td>Object of External Identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer success</td>\n<td></td>\n</tr>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer failure</td>\n<td>Operational failure, try after sometime or kindly verify all mandatory parameters in the API request else contact the system administrator.</td>\n</tr>\n<tr>\n<td>10208</td>\n<td>APN already attached</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","accountAPN"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5a64b640-52c0-4914-89ac-a6e9426db95f","name":"Assign APN to Account - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"443721\",\r\n         \"attachedAPNNameList\":[\"apnname2\",\"apnname3\"],\r\n         \"defaultAPNName\":\"apnname1\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountAPN"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"3006\",\n      \"resultDescription\": \"Update endpoint/customer failure\"\n\n \n    }\n  \n  }\n}"},{"id":"5e17fc6b-f259-4a4c-a5f5-721dd0a7dbae","name":"Assign APN to Account - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"443721\",\r\n         \"attachedAPNNameList\":[\"apnname1\",\"apnname2\",\"apnname3\"],\r\n         \"defaultAPNName\":\"apnname1\"\r\n      }\r\n   }\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountAPN"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"3005\",\n      \"resultDescription\": \"Update endpoint/customer success\"\n    },\n  \n  }\n}"}],"_postman_id":"4ace5969-c2a8-4eb2-9a80-e2a6b0ca4330"},{"name":"Assign Plans to Account","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"df2dd169-f0b2-482c-97fc-f6a3f9f90a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\"Request\":{  \r\n      \"requestParam\":{  \r\n          \"accountId\":\"443721\",\r\n          \"testPlanId\":\"555,666\",\r\n          \"inventoryPlanId\":\"888,777\",\r\n          \"basePlanId\":\"999\",\r\n          \"dynamicBenefitonly\":\"false\"\r\n      }\r\n}\r\n}"},"url":"https://{{url}}/api/accountPlan","description":"<h3 id=\"description\">Description</h3>\n<p>This API is used to assign Plans to an existing pre-active account.</p>\n<p>Can be used to assign Base plan and Test and Inventory plans for OEM customers.</p>\n<ul>\n<li>If account is an Enterprise OEM, then a single Test &amp; Inventory plans. can be assigned</li>\n<li>If account is a Reseller OEM then multiple Test &amp; Inventory plans are supported.</li>\n</ul>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td>Account is in pre-active state and Before Plan assign mandatoty to Attach APN to account</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Plan details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account ID</td>\n</tr>\n<tr>\n<td>testPlanId</td>\n<td>CM</td>\n<td>For reseller account (tierId=3)  <br />  <br />Comma separated list of test plan Ids  <br />  <br />Plan must match the subscriberType (prepaid/postpaid)  <br />  <br />For Enterprise account (tierId=4)  <br />  <br />Single test plan id  <br />  <br />Plan must match the subscriberType (prepaid/postpaid) and currency  <br />  <br />NOTE: Available only for OEM enable accounts</td>\n</tr>\n<tr>\n<td>inventoryPlanId</td>\n<td>CM</td>\n<td>For reseller account (tierId=3)  <br />  <br />comma separated list list of inventory plan Ids  <br />  <br />Plan must match the subscriberType (prepaid/postpaid)  <br />  <br />For Enterprise account (tierId=4)  <br />  <br />Single inventory plan id  <br />  <br />Plan must match the subscriberType (prepaid/postpaid) and currency  <br />  <br />NOTE: Available only for OEM enable accounts</td>\n</tr>\n<tr>\n<td>basePlanId</td>\n<td>M</td>\n<td>Single base plan id  <br />  <br />Plan must match the subscriberType (prepaid/postpaid) and currency</td>\n</tr>\n<tr>\n<td>dynamicBenefitonly</td>\n<td>O</td>\n<td>Applicable only for Enterprises  <br />  <br />Values:  <br />- true  <br />- false  <br />  <br />Default If omitted is false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>M</td>\n<td>Unique ID generated for each Plan assign to Account. Used as input in the “Get job details” API. to check the status of the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10054</td>\n<td>Success!! request has sent for processing</td>\n<td></td>\n</tr>\n<tr>\n<td>1001</td>\n<td>Wrong Input Parameter - {Parameter Name}</td>\n<td></td>\n</tr>\n<tr>\n<td>10214</td>\n<td>Plan attach limit reached for enterprise - testPlanId/inventoryPlanId</td>\n<td>Attach only one test and inventory PlanId</td>\n</tr>\n<tr>\n<td>10211</td>\n<td>APN not attached</td>\n<td>First Attach APN, then Assign plan to Account</td>\n</tr>\n<tr>\n<td>10212</td>\n<td>Plan already attached</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","accountPlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"92683fef-4897-4632-b409-23e6d9e9ca2f","name":"Assign Plans to Account - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\": {\r\n        \"accountId\": \"443721\",\r\n        \"testPlanId\": \"555\",\r\n        \"inventoryPlanId\": \"888\",\r\n        \"basePlanId\": \"999\",\r\n        \"dynamicBenefitonly\": \"false\"\r\n    }\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"10054\",\n      \"resultDescription\": \"Success!! Request has sent for processing\"\n    },\n    \"JobId\": \"1032\"\n  }\n}"},{"id":"a2b636f4-8838-4b18-933d-b4f4a3b1f6af","name":"Assign Plans to Account - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n          \"accountId\":\"343721\",\r\n          \"testPlanId\":\"555,666\",\r\n          \"inventoryPlanId\":\"888,777\",\r\n          \"basePlanId\":\"999\",\r\n          \"dynamicBenefitonly\":\"false\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"1001\",\n      \"resultDescription\": \"Wrong input parameter – dynamicBenefitonly\"\n    }\n  }\n}"},{"id":"b95a282b-4336-4003-af10-f2820512bd87","name":"Assign Plans to Account - Failure (Attaching multiple test and inventory Plans for Enterprise)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n          \"accountId\":\"443721\",\r\n          \"testPlanId\":\"555,666\",\r\n          \"inventoryPlanId\":\"888,777\",\r\n          \"basePlanId\":\"999\",\r\n          \"dynamicBenefitonly\":\"false\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountPlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"10214\",\n      \"resultDescription\": \"Plan attach limit reached for enterprise - testPlanId\"\n    }\n  }\n}"}],"_postman_id":"df2dd169-f0b2-482c-97fc-f6a3f9f90a71"},{"name":"Assign Users to Account","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"24ef163b-4d8c-444e-944a-7cee3b7cc85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"accountId\": \"443721\",\r\n        \"loginUserId\": \"ent1\",\r\n        \"email\": \"abc@gmail.com\",\r\n        \"name\": \"Test Enterprise\"\r\n    }\r\n}"},"url":"https://{{url}}/api/accountUser","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to assign the first user to an existing pre-active Account</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td>Before Assign users to Account, APN and Plan should attach for the Account</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userInfo</td>\n<td>M</td>\n<td>Object of User details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account ID</td>\n</tr>\n<tr>\n<td>loginUserId</td>\n<td>M</td>\n<td>Unique reference ID of the user used for login</td>\n</tr>\n<tr>\n<td>email</td>\n<td>M</td>\n<td>The email address of the user</td>\n</tr>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>The name of the user  <br />  <br />Note: this is to identify the account and it is not used for login</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Unique ID of organization</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>O</td>\n<td>Object of External Identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11014</td>\n<td>Assign users to account success</td>\n<td></td>\n</tr>\n<tr>\n<td>11016</td>\n<td>LoginUserId already exist</td>\n<td></td>\n</tr>\n<tr>\n<td>11017</td>\n<td>Plan is not attached for the account</td>\n<td>First Attach Plan to Account</td>\n</tr>\n<tr>\n<td>11018</td>\n<td>User already exist</td>\n<td></td>\n</tr>\n<tr>\n<td>11020</td>\n<td>Assign users to account failure</td>\n<td>Operational failure, try after sometime or kindly verify all mandatory parameters in the API request else contact the system administrator.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","accountUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c1404363-adf8-437f-8378-d70bb318ffe9","name":"Assign Users to Account - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"accountId\": \"443721\",\r\n        \"loginUserId\": \"ent1\",\r\n        \"email\": \"abc@gmail.com\",\r\n        \"name\": \"Test Enterprise\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountUser"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"11014\",\n      \"resultDescription\": \"Assign users to account success\"\n    }\n  }\n}"},{"id":"22ee0c57-c142-450d-986c-6668aff7b1f1","name":"Assign Users to Account - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"accountId\": \"443701\",\r\n        \"loginUserId\": \"ent1\",\r\n        \"email\": \"abc@gmail.com\",\r\n        \"name\": \"Test Enterprise\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/accountUser"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"298017118206010\",\n    \"responseTimestamp\": \"14/06/2020 06:17:06\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"11020\",\n      \"resultDescription\": \"Assign users to account failure\"\n    }\n  }\n}"}],"_postman_id":"24ef163b-4d8c-444e-944a-7cee3b7cc85d"},{"name":"createCustomUser","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"157c4c1d-5832-4eef-b6d3-e05ea473a19a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"accountId\": \"443721\",\r\n        \"loginUserId\": \"ent1\",\r\n        \"email\": \"abc@gmail.com\",\r\n        \"name\": \"Test Enterprise\"\r\n    }\r\n}"},"url":"https://{{url}}/api/accountUser","description":"<h2 id=\"description\">Description</h2>\n<h5 id=\"this-api-is-used-to-create-new-users-under-own-account-it-cannnot-be-used-to-create-the-first-default-user-of-the-account-but-only-for-additional-users-first-user-is-created-with-the-assign-users-to-account-api\">This API is used to create new users under own account. It cannnot be used to create the first (default) user of the account but only for additional users. First user is created with the \"Assign Users to Account\" API</h5>\n<h5 id=\"account-access\">Account Access</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td>Default user must have been assigned to account</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td>Default user must have been assigned to account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userInfo</td>\n<td>M</td>\n<td>Object of User details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginUserId</td>\n<td>M</td>\n<td>Unique reference ID of the user used for login</td>\n</tr>\n<tr>\n<td>email</td>\n<td>M</td>\n<td>The email address of the user</td>\n</tr>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>The name of the user  <br />  <br />Note: this is to identify the account and it is not used for login</td>\n</tr>\n<tr>\n<td>roleId</td>\n<td>M</td>\n<td>Most common Role IDs can be found below in the table \"Role IDs\"  <br />Full list can be retrieved from the \" Privilege groups\" which can be found under the Account CRM page.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"role-ids\">Role IDs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Role Name</strong></th>\n<th>roleId</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller Admin User</td>\n<td>19</td>\n</tr>\n<tr>\n<td>Reseller_ReadOnly</td>\n<td>1537</td>\n</tr>\n<tr>\n<td>Enterprise_Admin</td>\n<td>11</td>\n</tr>\n<tr>\n<td>Enterprise_ReadOnly</td>\n<td>9</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11029</td>\n<td>User created successfully !</td>\n<td></td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Insufficient privilege</td>\n<td></td>\n</tr>\n<tr>\n<td>11028</td>\n<td>Invalid Role Id</td>\n<td></td>\n</tr>\n<tr>\n<td>11031</td>\n<td>From API default user can not be created\"</td>\n<td></td>\n</tr>\n<tr>\n<td>11027</td>\n<td>User already exists for the specified User ID</td>\n<td></td>\n</tr>\n<tr>\n<td>11043</td>\n<td>User CreationLimit Reached.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","accountUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"25036a36-bf5e-4ea3-aaec-714a5243c4f9","name":"createCustomUser-success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"loginUserId\": \"User_12333\",\r\n       \"email\": \"Admin@6dtech.co.in\",\r\n        \"name\": \"FFF_12333\",\r\n        \"roleId\": \"9\"\r\n    }\r\n}"},"url":"https://{{url}}/api/createCustomUser"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11029\",\r\n            \"resultDescription\": \"User created successfully !\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseId\": \"4928703806841947\",\r\n        \"responseTimestamp\": \"06/06/2024 09:45:13\"\r\n    }\r\n}"},{"id":"6c9d754c-aced-4621-9a01-fd40f4d00101","name":"createCustomUser-Insufficient privilege","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"loginUserId\": \"User_12333\",\r\n       \"email\": \"ADMIN@6dtech.co.in\",\r\n        \"name\": \"FFF_12333\",\r\n        \"roleId\": \"9\"\r\n    }\r\n}"},"url":"https://{{url}}/api/createCustomUser"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10002\",\r\n            \"resultDescription\": \"Insufficient privilege\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"4934543417792123\",\r\n        \"responseTimestamp\": \"06/06/2024 11:22:32\"\r\n    }\r\n}"},{"id":"12c9d672-c752-44a5-87fb-f621dfbcd9c4","name":"createCustomUser-Invalid Role Id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"loginUserId\": \"User_12333\",\r\n       \"email\": \"Admin@6dtech.co.in\",\r\n        \"name\": \"FFF_12333\",\r\n        \"roleId\": \"25\"\r\n    }\r\n}"},"url":"https://{{url}}/api/createCustomUser"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11028\",\r\n            \"resultDescription\": \"Invalid Role Id\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"4934577400045396\",\r\n        \"responseTimestamp\": \"06/06/2024 11:23:06\"\r\n    }\r\n}"},{"id":"5bef7225-6967-4486-89df-a328bf40746f","name":"createCustomUser","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"loginUserId\": \"admin_123\",\r\n       \"email\": \"ADMIN@6dtech.co.in\",\r\n        \"name\": \"FFF_12333\",\r\n        \"roleId\": \"11\"\r\n    }\r\n}"},"url":"https://{{url}}/api/createCustomUser"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11031\",\r\n            \"resultDescription\": \"From API default user can not be created\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"4934857883996981\",\r\n        \"responseTimestamp\": \"06/06/2024 11:27:46\"\r\n    }\r\n}"},{"id":"6083e92e-630d-4102-82b9-f31deccda551","name":"createCustomUser -User already exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"userInfo\": {\r\n        \"loginUserId\": \"as_eee\",\r\n       \"email\": \"Admin@6dtech.co.in\",\r\n        \"name\": \"FFF_12333\",\r\n        \"roleId\": \"1\"\r\n    }\r\n}"},"url":"https://{{url}}/api/createCustomUser"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11027\",\r\n            \"resultDescription\": \"User already exists for the specified User ID\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"4942500390658440\",\r\n        \"responseTimestamp\": \"06/06/2024 13:35:39\"\r\n    }\r\n}"}],"_postman_id":"157c4c1d-5832-4eef-b6d3-e05ea473a19a"},{"name":"Bulk SIM Transfer","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"1d23cd91-2409-4d78-bffd-e39ed5f55fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"  {\r\n       \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"resourceType\":\"imsi\",\r\n         \"valuelist\":[\"206281000010297\",\"206281000010298\",\"206281000010299\",\"2062810000102300\"],\r\n         \"accountId\":\"41094429\",\r\n         \"associateTestPlanId\":\"30115133090\",\r\n         \"callbackResults\":\"True\"\r\n      }\r\n   }\r\n} "},"url":"https://{{url}}/api/bulkSimTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Used for bulk transferring SIMs between accounts. Maximum number of SIMs that can be transferred in one API call is 4000.</p>\n<p><strong>Note</strong>: This is an ASYNC API and the process is completed asynchronously in the backend. You can verify the status of request by calling “Get bulk Job details” API.</p>\n<h2 id=\"access\">Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of End Point details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>Used for defining the type of information that will be provided under the parameter \"valuelist\" or \"valuerange\" (see below)  <br />Possible values:  <br />- imsi  <br />- iccid  <br />- msisdn  <br /></td>\n</tr>\n<tr>\n<td>valuelist</td>\n<td>CM</td>\n<td>List of resourceType (Max4000)  <br />  <br /><strong>Note</strong>: Mandatory if valueRange is not available</td>\n</tr>\n<tr>\n<td>valueRange</td>\n<td>CM</td>\n<td>Range of iccid or msisdn or imsi based on the selection on the resourceType  <br />  <br />Note: Mandatory if valuelist is not available</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account id to who the SIM will be transferred</td>\n</tr>\n<tr>\n<td>associateTestPlanId</td>\n<td>O</td>\n<td>Plan Id of the Test Plan  <br />  <br />Optional. To be used if target account is OEM</td>\n</tr>\n<tr>\n<td>callbackResults</td>\n<td>O</td>\n<td>True: uses the Callback SIM Transfer URL to sent results to customer DC.  <br />  <br />False: don't sent results with Callback  <br />  <br />If ommited it is assumed as False .  <br />  <br /><strong>Note</strong>: To receive Bulk SIM Transfer results from the Callback API, customer has to provide Callback=True on the API and Callback process URL is correctly configured on the Callback GUI Screen.</td>\n</tr>\n</tbody>\n</table>\n</div><p>StartFragment</p>\n<h3 id=\"input-valuerangeparameters\">INPUT <code>valueRange</code>PARAMETERS</h3>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Optional/ Mandatory</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start</td>\n<td>M</td>\n<td>Start of the range using  <br />  <br />An imsi or iccid or msisdn based on the selection on the resourceType  <br /></td>\n</tr>\n<tr>\n<td>end</td>\n<td>M</td>\n<td>End of the range  <br />  <br />An imsi or iccid or msisdn based on the selection on the resourceType</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>M</td>\n<td>Unique ID generated for each bulk modification. Used as input in the “Get bulk Job details” API. to check the status of the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10054</td>\n<td>Success!! request has sent for processing</td>\n<td></td>\n</tr>\n<tr>\n<td>10074</td>\n<td>Failure!! Unrecognized field-resourcetype</td>\n<td>Verify in the API request resourcetype filed is correct or not ( imsi , iccid , msisdn )</td>\n</tr>\n<tr>\n<td>1001</td>\n<td>Wrong Input Parameter - {Parameter Name}</td>\n<td></td>\n</tr>\n<tr>\n<td>10142</td>\n<td>SIM Transfer failure - Start range or end range is not valid</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","bulkSimTransfer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1140d65a-e8a7-4434-bebd-bc56398fbab0","name":"SIMTransfer- Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"  {\r\n       \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"resourceType\":\"imsi\",\r\n         \"valuelist\":[\"206281000010297\",\"206281000010298\",\"206281000010299\",\"2062810000102300\"],\r\n         \"accountId\":\"41094429\",\r\n         \"callbackResults\":\"True\"\r\n      }\r\n   }\r\n} "},"url":"https://{{url}}/api/bulkSimTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"5612788159500217\",\n        \"responseTimestamp\": \"13/07/2022 18:23:31\",\n        \"JobId\": \"30977\"\n    }\n}"},{"id":"8ced24a2-5bdf-45ff-8b63-5e392a8e0b33","name":"SIMTransfer - Success (with Value Range)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"  {\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n        \"resourceType\":\"imsi\",\r\n         \"valueRange\": {\r\n            \"start\":\"999980000001257\",\r\n            \"end\":\"999980000001259\"\r\n             }, \r\n         \"accountId\":\"31699969\",\r\n        \"associateTestPlan\":\"594081\",\r\n        \"callbackResults\":\"True\"\r\n        }\r\n    }\r\n}"},"url":"https://{{url}}/api/bulkSimTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"4249476337703202\",\n        \"responseTimestamp\": \"03/08/2022 15:23:59\",\n        \"JobId\": \"1884\"\n    }\n}"},{"id":"e9019bab-1ca1-4aab-8286-b94819a7a9eb","name":"SIMTransfer- Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"  {\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n        \"resourceType\":\"imsi\",\r\n          \"valuelist\":[\"999980000001260\"],\r\n         \"accountId\":\"31699969\",\r\n        \"associateTestPlan\":\"597277\",\r\n        \"callbackResults\":\"True\"\r\n        }\r\n    }\r\n}"},"url":"https://{{url}}/api/bulkSimTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter -associateTestPlan\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"4249926502620072\",\n        \"responseTimestamp\": \"03/08/2022 15:31:26\",\n        \"JobId\": \"\"\n    }\n}"},{"id":"610197f3-0732-4cf9-887a-923829dfbb72","name":"SIMTransfer - Failure (with Value Range)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"  {\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n        \"resourceType\":\"iccid\",\r\n         \"valueRange\": {\r\n            \"start\":\"999980000001242\",\r\n            \"end\":\"999980000001244\"\r\n             }, \r\n         \"accountId\":\"41705678\",\r\n        \"associateTestPlan\":\"597277\",\r\n        \"callbackResults\":\"True\"\r\n        }\r\n    }\r\n}"},"url":"https://{{url}}/api/bulkSimTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"215"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10142\",\n            \"resultDescription\": \"SIM Transfer failure - Start range or end range is not valid\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"4248627419190697\",\n        \"responseTimestamp\": \"03/08/2022 15:09:47\",\n        \"JobId\": \"\"\n    }\n}"}],"_postman_id":"1d23cd91-2409-4d78-bffd-e39ed5f55fd6"},{"name":"ChangeCustomerPlan","event":[{"listen":"test","script":{"id":"50e2b280-87b8-4186-b250-f3cea7b4a54d","exec":["\r"," \r",""],"type":"text/javascript","packages":{}}}],"id":"60e9e275-5370-48e6-97d2-545cf9fd8e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"accountId\":\"41079193\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560082\"\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/ChangeCustomerPlan","description":"<h2 id=\"description\">Description</h2>\n<h5 id=\"this-api-is-used-to-change-the-plan-for-the-existing-customer-account-resellerenterprise-in-bics-and-reseller-level-this-api-can-be-used-for-the-resller-level-but-not-for-the-enterprise\">This API is used to change the plan for the existing customer account (Reseller/Enterprise) in BICS and Reseller level. this api can be used for the resller level but not for the enterprise.</h5>\n<h5 id=\"account-access\">Account Access</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td>plan changre for the accounts under reseller can be changed</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td>plan changre for the the enterprise account by loging in cannot be accessable</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account Id of the Reseller/Enterprise</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan id which needs to be changed to the respected account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1241</td>\n<td>Plan change success. will be effective from next billcycle</td>\n<td></td>\n</tr>\n<tr>\n<td>7001</td>\n<td>Plan change success</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ChangeCustomerPlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"23693c19-e1ab-472d-b79e-efa253ed8f4f","name":"ChangeCustomerPlan for postpaid plan with  charges success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"accountId\": \"32348070\",\r\n        \"requestParam\": {\r\n            \"planId\": \"685297\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeCustomerPlan"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"702051391060931\",\n        \"responseTimestamp\": \"14/08/2024 12:52:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7001\",\n            \"resultDescription\": \"Plan change success. will be effective from next billcycle\"\n        }\n    }\n}"},{"id":"67a17dc5-5aab-44e8-a112-d19d1611dab9","name":"ChangeCustomerPlan for postpaid plan with  charges success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"accountId\": \"32348070\",\r\n        \"requestParam\": {\r\n            \"planId\": \"685297\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeCustomerPlan"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"702051391060931\",\n        \"responseTimestamp\": \"14/08/2024 12:52:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7001\",\n            \"resultDescription\": \"Plan change success\"\n        }\n    }\n}"},{"id":"80c646f7-936f-47a0-bb41-7505d3375144","name":"ChangeCustomerPlan for prepaid plan success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"accountId\":\"32348070\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"685297\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeCustomerPlan"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"702051391060931\",\n        \"responseTimestamp\": \"14/08/2024 12:52:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7001\",\n            \"resultDescription\": \"Plan change success\"\n        }\n    }\n}"},{"id":"38f3fc93-f302-4868-aabf-94b06c7897d8","name":"ChangeCustomerPlan - failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"accountId\": \"32348078\",\r\n        \"requestParam\": {\r\n            \"planId\": \"\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeCustomerPlan"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"706755372378623\",\n        \"responseTimestamp\": \"14/08/2024 14:11:20\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1000\",\n            \"resultDescription\": \"Mandatory parameter missing - PlanId\"\n        }\n    }\n}"}],"_postman_id":"60e9e275-5370-48e6-97d2-545cf9fd8e54"},{"name":"AccountID","event":[{"listen":"test","script":{"id":"8d6b93a8-df27-476b-ad1f-6c422bcaec69","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"74200ebd-db98-4fd2-922b-2383c449aa54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetAccountId?accountName=Mvnedemo&extIdentifier=101010","description":"<h2 id=\"description\">Description</h2>\n<p>GetAccountId API is used to fetch the Account Id based on the Account Name.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountName</td>\n<td>CM</td>\n<td>At least one query parameter should be present in the URI, Mandatory if extIdentifier is not used. Use \"accountName=\" to get a list of all accounts or “accountName=xyz” to search for account names that containing “xyz”’</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>CM</td>\n<td>At least one query parameter should be present in the URI, Mandatory if accountName is not used</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Account Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account</td>\n<td>O</td>\n<td>List of Account object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-account-parameters\">Output account Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Account ID</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>O</td>\n<td>Name of the account</td>\n</tr>\n<tr>\n<td>parentAccountId</td>\n<td>O</td>\n<td>Parent Account ID</td>\n</tr>\n<tr>\n<td>extIdentifier</td>\n<td>O</td>\n<td>Object of the External Identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5110</td>\n<td>Get account ID success</td>\n<td></td>\n</tr>\n<tr>\n<td>5111</td>\n<td>Get account ID failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1359</td>\n<td>No data available</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetAccountId"],"host":["{{url}}"],"query":[{"key":"accountName","value":"Mvnedemo"},{"key":"extIdentifier","value":"101010"}],"variable":[]}},"response":[{"id":"b6e9cc29-ec10-4834-b4ce-4f6bca8a96a9","name":"Get AccountID - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetAccountId?accountName=Mvnedemo&extIdentifier=MvnoExtidentifier","protocol":"https","host":["{{url}}"],"path":["api","GetAccountId"],"query":[{"key":"accountName","value":"Mvnedemo"},{"key":"extIdentifier","value":"MvnoExtidentifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 17:00:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"295"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38632206445177123\",\n        \"responseTimestamp\": \"05/05/2020 05:00:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5110\",\n            \"resultDescription\": \"Get account ID success\"\n        },\n        \"responseParam\": {\n            \"account\": [\n                {\n                    \"accountId\": \"41026931\",\n                    \"accountName\": \"Mvnedemo\",\n                    \"parentAccountId\": \"100000\",\n                    \"extIdentifier\": \"MvnoExtidentifier\"\n                }\n            ]\n        }\n    }\n}"},{"id":"5fb9a721-00ea-4ecc-81a9-41f8a9d6305a","name":"Get AccountID - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetAccountId?accountName=Mvnedemo","protocol":"https","host":["{{url}}"],"path":["api","GetAccountId"],"query":[{"key":"accountName","value":"Mvnedemo"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5111\",\n            \"resultDescription\": \"Get account ID failure\"\n        }\n    }\n}"},{"id":"e928273c-21ed-47d6-a118-d78fde79fdfc","name":"Get AccountID - Success - {Query all Accounts}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetAccountId?accountName=","protocol":"https","host":["{{url}}"],"path":["api","GetAccountId"],"query":[{"key":"accountName","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38632206445177123\",\n        \"responseTimestamp\": \"05/05/2020 05:00:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5110\",\n            \"resultDescription\": \"Get account ID success\"\n        },\n        \"responseParam\": {\n            \"account\": [\n                {\n                    \"accountId\": \"41026931\",\n                    \"accountName\": \"Mvnedemo1\",\n                    \"parentAccountId\": \"100000\",\n                    \"extIdentifier\": \"A100001\"\n                },\n                {\n                    \"accountId\": \"41026932\",\n                    \"accountName\": \"Mvnedemo2\",\n                    \"parentAccountId\": \"100000\",\n                    \"extIdentifier\": \"A100002\"\n                },\n                {\n                    \"accountId\": \"41026933\",\n                    \"accountName\": \"Mvnedemo3\",\n                    \"parentAccountId\": \"100000\",\n                    \"extIdentifier\": \"A100003\"\n                }\n            ]\n        }\n    }\n}"},{"id":"e95bd40e-63dd-462e-a50d-524ff7304013","name":"Get AccountID - Failure - {No Data Available}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetAccountId?accountName=Mvne","protocol":"https","host":["{{url}}"],"path":["api","GetAccountId"],"query":[{"key":"accountName","value":"Mvne"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:11:50 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"182"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39104460420016882\",\n        \"responseTimestamp\": \"11/05/2020 04:11:50\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1359\",\n            \"resultDescription\": \"No Data Available\"\n        }\n    }\n}"}],"_postman_id":"74200ebd-db98-4fd2-922b-2383c449aa54"},{"name":"Customer Profile","event":[{"listen":"test","script":{"id":"3a23a53a-4dd6-4feb-9576-d7591d52b649","exec":[""],"type":"text/javascript"}}],"id":"f6f152d2-30a6-41f8-8ddc-db13bad26ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerProfile","description":"<ul>\n<li>Description</li>\n</ul>\n<p>Get Customer Profile API is used to fetch the Customer details from the platform.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td>Only in case of scenario 2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>O</td>\n<td>Customer Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time.  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>Info</td>\n<td>O</td>\n<td>Object of Customer Info details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-info-parameters\">Output info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>O</td>\n<td>Object of Basic Info</td>\n</tr>\n<tr>\n<td>benefitInfo</td>\n<td>O</td>\n<td>List of benefit Objects</td>\n</tr>\n<tr>\n<td>promotionalPlans</td>\n<td>O</td>\n<td>List of Promotional Plans</td>\n</tr>\n<tr>\n<td>counter</td>\n<td>O</td>\n<td>List of counter Objects</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-basicinfo-parameters\">Output basicInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>maBalance</td>\n<td>O</td>\n<td>Main Account Balance</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Name of Customer</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>O</td>\n<td>Date of Creation</td>\n</tr>\n<tr>\n<td>currentStatus</td>\n<td>O</td>\n<td>Customer current status  <br />A – Active  <br />S – Suspend  <br />PA – PreActive  <br />D - Deactivate</td>\n</tr>\n<tr>\n<td>currentStatusName</td>\n<td>O</td>\n<td>Customer current status Name  <br />Active  <br />Suspend  <br />PreActive  <br />Deactivate</td>\n</tr>\n<tr>\n<td>ocExpiryDate</td>\n<td>O</td>\n<td>Customer Expiry Date. After OC Expiry Date system will move the Customer to the next lifecycle  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Base Plan ID</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Base Plan Name</td>\n</tr>\n<tr>\n<td>subscriberType</td>\n<td>O</td>\n<td>Customer Type  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n<tr>\n<td>subscriberTypeName</td>\n<td>O</td>\n<td>Customer Type Name  <br />Prepaid  <br />Postpaid</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>O</td>\n<td>Customer ID. Unique ID generated for each Customer</td>\n</tr>\n<tr>\n<td>creditLimit</td>\n<td>O</td>\n<td>Credit Limit of the Postpaid Customer</td>\n</tr>\n<tr>\n<td>parentEntityId</td>\n<td>O</td>\n<td>Parent Entity Id. Parent Customer ID</td>\n</tr>\n<tr>\n<td>nextBillingDate</td>\n<td>O</td>\n<td>Next Bill Cycle Date for the Postpaid Customer</td>\n</tr>\n<tr>\n<td>planEffectiveDate</td>\n<td>O</td>\n<td>Plan Effective Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Plan Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>O</td>\n<td>Currency Id of the customer. We can get the corresponding currency details from the API GetCurrency</td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Type of Currency</td>\n</tr>\n<tr>\n<td>tierId</td>\n<td>O</td>\n<td>Tier or Hierarchy ID refers to the customer hierarchy  <br />4 - Enterprise  <br />3 - Reseller</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>O</td>\n<td>Customer Type  <br />SFT  <br />TravelSIM  <br />M2MIC  <br />2nd SFT</td>\n</tr>\n<tr>\n<td>apn</td>\n<td>O</td>\n<td>Access Point Name, multiple apns will be ';' separated</td>\n</tr>\n<tr>\n<td>blockService</td>\n<td>O</td>\n<td>Block Service Flag</td>\n</tr>\n<tr>\n<td>destGroupId</td>\n<td>O</td>\n<td>Destination Group Id of the customer</td>\n</tr>\n<tr>\n<td>customerExpiryDate</td>\n<td>O</td>\n<td>Expiry Date of Customer</td>\n</tr>\n<tr>\n<td>timeZoneId</td>\n<td>O</td>\n<td>TimeZone Id of the customer. We can get the corresponding timeZone details from the API GetTimeZone</td>\n</tr>\n<tr>\n<td>YCode</td>\n<td>O</td>\n<td>YCode</td>\n</tr>\n<tr>\n<td>launchDate</td>\n<td>O</td>\n<td>Launch Date</td>\n</tr>\n<tr>\n<td>enterpriseAccountStatus</td>\n<td>O</td>\n<td>Indicates the enterprise account Status  <br />Enabled - Active  <br />Disabled - InActive</td>\n</tr>\n<tr>\n<td>enterpriseDataService</td>\n<td>O</td>\n<td>Indicates the corresponding parent's Data service status</td>\n</tr>\n<tr>\n<td>enterpriseSMSService</td>\n<td>O</td>\n<td>Indicates the corresponding parent's SMS service status</td>\n</tr>\n<tr>\n<td>enterpriseNbiotService</td>\n<td>O</td>\n<td>Indicates the corresponding parent's NB-IOT service status</td>\n</tr>\n<tr>\n<td>readyForSms</td>\n<td>O</td>\n<td>Indicates the SMS service  <br />Yes - SMS services are available  <br />No - SMS services are not available</td>\n</tr>\n<tr>\n<td>onBoardType</td>\n<td>O</td>\n<td>Onboard Type of the customer  <br />1 – Trial  <br />2 – Commmercial</td>\n</tr>\n<tr>\n<td>dependendRatType</td>\n<td>O</td>\n<td>Multiple RatTypes will be pipeline \"</td>\n</tr>\n<tr>\n<td>dynamicBenefitEnable</td>\n<td>O</td>\n<td>Flag indicating if the “Dynamic Benefit only” option is enabled for the account to enforce linking a Dynamic Benefit before Endpoint activation.</td>\n</tr>\n<tr>\n<td>benefits</td>\n<td>O</td>\n<td>Comma-separated list of pooled and non-pooled Dynamic Benefit names.</td>\n</tr>\n<tr>\n<td>benefitIds</td>\n<td>O</td>\n<td>Comma-separated list of pooled and non-pooled Dynamic Benefit IDs.</td>\n</tr>\n<tr>\n<td>testPlanName</td>\n<td>O</td>\n<td>Name of the Test plan (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>testPlanId</td>\n<td>O</td>\n<td>ID of the Test plan (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>inventoryPlanName</td>\n<td>O</td>\n<td>Name of the Inventory plan (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>inventoryPlanId</td>\n<td>O</td>\n<td>ID of the Inventory plan (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>testRoamingProfileName</td>\n<td>O</td>\n<td>Name of the Test Roaming profile (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>testRoamingProfileId</td>\n<td>O</td>\n<td>ID of the Test Roaming profile (valid only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>rdbCode</td>\n<td>O</td>\n<td>RDB code (Available only if the account is directly under Admin)</td>\n</tr>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>ISO3 code of the country</td>\n</tr>\n<tr>\n<td>enterpriseNbiotService</td>\n<td>O</td>\n<td>enterpriseNbiotService</td>\n</tr>\n<tr>\n<td>suspensionDate</td>\n<td>O</td>\n<td>Suspension date and time for the suspended accounts</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitinfo-parameters\">Output benefitInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>List of benefit associated with Customer</td>\n</tr>\n<tr>\n<td>dynamicBenefitsDetails</td>\n<td>O</td>\n<td>List with details of pooled or non-pooled Dynamic Benefits associated with the assigned Base Plan.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefit-parameters\">Output benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>Benefit ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Benefit Name</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>O</td>\n<td>Start Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>O</td>\n<td>Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>O</td>\n<td>Current available balance in least unit (bytes, cents)</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Type Possible Values:  <br />ADDON-ACCOUNT (MONEY)  <br />ADDON-ACCOUNT (FREE)  <br />Main Account</td>\n</tr>\n<tr>\n<td>actualBalance</td>\n<td>O</td>\n<td>Account initial balance in least unit (bytes, cents)</td>\n</tr>\n<tr>\n<td>rateZoneId</td>\n<td>O</td>\n<td>Rate Zone Id</td>\n</tr>\n<tr>\n<td>dynamicBenefitId</td>\n<td>O</td>\n<td>Reference to the pooled Dynamic Benefits</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-promotionalplans-parameters\">Output promotionalPlans Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Plan</td>\n<td>O</td>\n<td>List of Add-on Plans Plans associated with the Customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-plan-parameters\">Output plan Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>planId</th>\n<th>O</th>\n<th>Add-on Plan ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Add-on Plan Name</td>\n</tr>\n<tr>\n<td>planServiceId</td>\n<td>O</td>\n<td>Add-on Plan Service ID  <br />2 - Data  <br />9 - SMS  <br />4 - COMBO</td>\n</tr>\n<tr>\n<td>planServiceName</td>\n<td>O</td>\n<td>Add-on Plan Service Name</td>\n</tr>\n<tr>\n<td>planDesc</td>\n<td>O</td>\n<td>Add-on Plan Description</td>\n</tr>\n<tr>\n<td>planStartDate</td>\n<td>O</td>\n<td>Add-on Plan Start Date  <br />Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Add-on Plan Expiry Date  <br />Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-dynamicbenefitsdetails-parameters\">OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>level</td>\n<td>O</td>\n<td>Level ID of the Dynamic Benefits.  <br />1 - Created by the current account within the plan. (Only possible when querying child account.)  <br />2 - Created by a parent account and attached to the plan.</td>\n</tr>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>O</td>\n<td>ID of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Name of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>O</td>\n<td>Category ID  <br />1 - Pooled  <br />2 – Non-Pooled</td>\n</tr>\n<tr>\n<td>simBenefitFee</td>\n<td>O</td>\n<td>Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>simActivationFee</td>\n<td>O</td>\n<td>Fee charged at activation for Endpoints subscribed to the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>activatedBy</td>\n<td>O</td>\n<td>Action triggering the charging of the fees  <br />0 - Subscription  <br />1 - Usage</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>O</td>\n<td>Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />Recurring if set to true.</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Factor multiplying the Validity. Numeric value.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>validity</td>\n<td>O</td>\n<td>Validity  <br />2 – Month  <br />3 – Year</td>\n</tr>\n<tr>\n<td>benefitList</td>\n<td>O</td>\n<td>Object of benefits details.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>O</td>\n<td>Priority of the Dynamic Benefits as integer (smallest value = highest priority)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counter-parameters\">OUTPUT COUNTER PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>ID of the counter.</td>\n</tr>\n<tr>\n<td>counterName</td>\n<td>O</td>\n<td>counter Name</td>\n</tr>\n<tr>\n<td>usage</td>\n<td>O</td>\n<td>Left over Usage in MB</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action</td>\n</tr>\n<tr>\n<td>thresholdUnit</td>\n<td>O</td>\n<td>Threshold unit</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>0</td>\n<td>Threshold value</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Frequeycy</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Factor</td>\n</tr>\n<tr>\n<td>resetDate</td>\n<td>O</td>\n<td>When the counter will be reset. Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitlist-parameters\">OUTPUT BENEFITLIST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>ID of the benefit.</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>CM</td>\n<td>Benefit type  <br />1 – DATA  <br />2 -NB-IOT</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>O</td>\n<td>Ratezone ID.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Amount of benefit given. Depending on the selection of the Benefit  <br />DATA → “MB”.</td>\n</tr>\n<tr>\n<td>overageTariff</td>\n<td>O</td>\n<td>Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit  <br />DATA → “per MB”.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>O</td>\n<td>Priority of the benefit as integer (smallest value = highest priority)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1059</td>\n<td>Get customer profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1060</td>\n<td>Get customer profile failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCustomerProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8fc0c0e6-11de-4376-8c19-7441bd3b7e73","name":"Get Customer Profile - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1060\",\n            \"resultDescription\": \"Get customer profile failure\"\n        }\n    }\n}"},{"id":"70cb182a-af75-45d3-baf1-99904a90a627","name":"Get Customer Profile - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCustomerProfile?customerId=41026931","protocol":"https","host":["{{url}}"],"path":["api","GetCustomerProfile"],"query":[{"key":"customerId","value":"41026931"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:36:22 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1641"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39105931662589666\",\n        \"responseTimestamp\": \"11/05/2020 04:36:21\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1059\",\n            \"resultDescription\": \"Get customer profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"maBalance\": \"972913.5997724533\",\n                \"creationDate\": \"16/07/2019 11:17:44\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"10/07/2020 00:00:00\",\n                \"planId\": \"TRIALSGEN\",\n                \"planName\": \"TRIALS_GEN\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"1000000.0000\",\n                \"customerId\": \"41026931\",\n                \"parentEntityId\": \"100000\",\n                \"nextBillingDate\": \"01/06/2020 00:00:00\",\n                \"planEffectiveDate\": \"16/07/2019 11:17:44\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"4\",\n                \"customerType\": \"SFT\",\n                \"destGroupId\": \"32\",\n                \"apn\": \"abc.apn;xyz.apn;bel.apn\",\n                \"customerExpiryDate\": \"10/07/2020 00:00:00\",\n                \"onBoardType\": \"1\",\n                \"timeZoneId\": \"295\",\n                \"name\": \"MVNE DEMO\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06\",\n                \"dynamicBenefitEnable\": \"true\",\n                \"benefits\": \"Demo_1,Demo_2\",\n                \"benefitIds\": \"582,584\",\n                \"rdbCode\": \"1245\",\n                \"countryISO3\": \"BEL\",\n                \"suspensionDate\": \"15/08/2024 08:22:57\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"16/07/2019 11:17:44\",\n                        \"expiryDate\": \"01/06/2020 00:00:00\",\n                        \"balance\": \"972913.5997724533\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"1000000.0000\"\n                    },\n                    {\n                        \"id\": \"76\",\n                        \"name\": \"Demo_1\",\n                        \"startDate\": \"01/05/2020 00:01:11\",\n                        \"expiryDate\": \"01/06/2020 00:00:00\",\n                        \"balance\": \"0\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"0\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"d8290b37-4341-4366-b4c5-80197968b7ac","name":"Get Customer Profile - Success - {Own}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 04:32:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1358"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"40207525193634295\",\n        \"responseTimestamp\": \"28/02/2020 14:49:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1059\",\n            \"resultDescription\": \"Get customer profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"maBalance\": \"57501.10\",\n                \"creationDate\": \"06/11/2019 17:53:26\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"1000000001\",\n                \"planName\": \"MVNE_PLAN\",\n                \"subscriberType\": \"0\",\n                \"subscriberTypeName\": \"Prepaid\",\n                \"customerId\": \"41047984\",\n                \"parentEntityId\": \"100000\",\n                \"planEffectiveDate\": \"06/11/2019 17:53:26\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"4\",\n                \"customerType\": \"SFT\",\n                \"destGroupId\": \"768\",\n                \"apn\": \"sft1;sft2;sft3\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"onBoardType\": \"2\",\n                \"timeZoneId\": \"301\",\n                \"YCode\": \"Y333355\",\n                \"name\": \"MVNENAME\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06\",\n                \"dynamicBenefitEnable\": \"false\",\n                \"rdbCode\": \"1245\",\n                \"countryISO3\": \"BEL\",\n                \"suspensionDate\": \"15/08/2024 08:22:57\"\n            },\n            \"promotionalPlans\": {\n                \"plan\": [\n                    {\n                        \"planId\": \"zambia1\",\n                        \"planName\": \"zambia\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2020-02-09 17:00:14\",\n                        \"planExpiryDate\": \"2020-03-10 17:00:00\"\n                    },\n                    {\n                        \"planId\": \"100505\",\n                        \"planName\": \"MVNE100MB\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2020-02-15 14:00:19\",\n                        \"planExpiryDate\": \"2020-03-16 14:00:00\"\n                    },\n                    {\n                        \"planId\": \"africa1\",\n                        \"planName\": \"africa\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2019-11-13 16:09:35\",\n                        \"planExpiryDate\": \"2119-10-20 00:00:00\"\n                    },\n                    {\n                        \"planId\": \"Rwanda1\",\n                        \"planName\": \"Rwanda\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2019-12-11 16:42:47\",\n                        \"planExpiryDate\": \"2119-11-17 17:00:00\"\n                    },\n                    {\n                        \"planId\": \"Rwanda1\",\n                        \"planName\": \"Rwanda\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2019-11-08 16:02:43\",\n                        \"planExpiryDate\": \"2119-10-15 00:00:00\"\n                    },\n                    {\n                        \"planId\": \"zambia1\",\n                        \"planName\": \"zambia\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2020-02-11 17:19:53\",\n                        \"planExpiryDate\": \"2020-03-12 18:00:00\"\n                    },\n                    {\n                        \"planId\": \"zambia1\",\n                        \"planName\": \"zambia\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2020-02-15 14:00:19\",\n                        \"planExpiryDate\": \"2020-03-16 14:00:00\"\n                    },\n                    {\n                        \"planId\": \"zambia1\",\n                        \"planName\": \"zambia\",\n                        \"planServiceId\": \"2\",\n                        \"planServiceName\": \"DATA\",\n                        \"planStartDate\": \"2020-02-11 17:18:57\",\n                        \"planExpiryDate\": \"2020-03-12 18:00:00\"\n                    },\n                    {\n                        \"planId\": \"456\",\n                        \"planName\": \"MVNE_addon_prepaid\",\n                        \"planServiceId\": \"4\",\n                        \"planServiceName\": \"COMBO\",\n                        \"planStartDate\": \"2020-02-16 18:00:18\",\n                        \"planExpiryDate\": \"2020-03-17 18:00:00\",\n                        \"planDesc\": \"erty\"\n                    }\n                ]\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"11/02/2020 17:19:53\",\n                        \"expiryDate\": \"12/03/2020 18:00:00\",\n                        \"balance\": \"52428800\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"52428800\",\n                        \"rateZoneId\": \"4404\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"11/02/2020 17:18:57\",\n                        \"expiryDate\": \"12/03/2020 18:00:00\",\n                        \"balance\": \"52428800\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"52428800\",\n                        \"rateZoneId\": \"4404\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"15/02/2020 14:00:19\",\n                        \"expiryDate\": \"16/03/2020 14:00:00\",\n                        \"balance\": \"52428800\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"52428800\",\n                        \"rateZoneId\": \"4404\"\n                    },\n                    {\n                        \"id\": \"1991\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"15/02/2020 14:00:19\",\n                        \"expiryDate\": \"16/03/2020 14:00:00\",\n                        \"balance\": \"104857600\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"104857600\",\n                        \"rateZoneId\": \"4287\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"09/02/2020 17:00:14\",\n                        \"expiryDate\": \"10/03/2020 17:00:00\",\n                        \"balance\": \"52428800\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"52428800\",\n                        \"rateZoneId\": \"4404\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"11/12/2019 16:42:47\",\n                        \"expiryDate\": \"17/11/2119 17:00:00\",\n                        \"balance\": \"1572864000\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"1572864000\",\n                        \"rateZoneId\": \"4411\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"13/11/2019 16:09:35\",\n                        \"expiryDate\": \"20/10/2119 00:00:00\",\n                        \"balance\": \"1048576000\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"1048576000\",\n                        \"rateZoneId\": \"4437\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"08/11/2019 16:02:43\",\n                        \"expiryDate\": \"15/10/2119 00:00:00\",\n                        \"balance\": \"1572864000\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"1572864000\",\n                        \"rateZoneId\": \"4411\"\n                    },\n                    {\n                        \"id\": \"MA\",\n                        \"name\": \"Main Account\",\n                        \"startDate\": \"06/11/2019 17:53:26\",\n                        \"expiryDate\": \"31/12/2099 00:00:00\",\n                        \"balance\": \"57501.10\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"210001.1\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"06/11/2019 17:53:26\",\n                        \"expiryDate\": \"31/12/2099 00:00:00\",\n                        \"balance\": \"1048576000\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"1048576000\",\n                        \"rateZoneId\": \"4287\"\n                    },\n                    {\n                        \"id\": \"1992\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"16/02/2020 18:00:18\",\n                        \"expiryDate\": \"17/03/2020 18:00:00\",\n                        \"balance\": \"5\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"5\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"d7c325e6-e941-4be1-80f7-f9653ef69961","name":"Customer Profile - Success {OEM enabled account}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/api/GetCustomerProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"7750085106966968\",\n        \"responseTimestamp\": \"30/12/2020 13:15:19\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1059\",\n            \"resultDescription\": \"Get customer profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"13/11/2020 09:02:06\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"30115135212\",\n                \"planName\": \"OEM_BASE_PLN\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"customerId\": \"41594755\",\n                \"parentEntityId\": \"100000\",\n                \"nextBillingDate\": \"01/12/2020 00:00:00\",\n                \"planEffectiveDate\": \"13/11/2020 09:02:06\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"4\",\n                \"customerType\": \"SFT\",\n                \"destGroupId\": \"7284\",\n                \"apn\": \"abc.apn,xyz.apn,bel.apn\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"onBoardType\": \"2\",\n                \"timeZoneId\": \"301\",\n                \"name\": \"OEM_ACCT\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06|08\",\n                \"dynamicBenefitEnable\": \"false\",\n                \"testPlanName\": \"OEM_TEST_PLAN\",\n                \"testPlanId\": \"30115135213\",\n                \"inventoryPlanName\": \"OEM_INVTRY_PLAN\",\n                \"inventoryPlanId\": \"30115135214\",\n                \"testRoamingProfileName\": \"OEM_TEST_RP\",\n                \"testRoamingProfileId\": \"7285\",\n                \"rdbCode\": \"1245\",\n                \"countryISO3\": \"BEL\",\n                \"suspensionDate\": \"15/08/2024 08:22:57\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"13/11/2020 09:02:06\",\n                        \"expiryDate\": \"01/12/2020 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"b4ebb4c4-861e-47dd-8576-cfb0b0a098d6","name":"Customer Profile - Success {OEM enabled account having multiple TEST and INVENTORY plans}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10342755511531416\",\n        \"responseTimestamp\": \"29/06/2021 08:28:41\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1059\",\n            \"resultDescription\": \"Get customer profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"29/06/2021 07:38:22\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"562312\",\n                \"planName\": \"New_plan\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"customerId\": \"31599712\",\n                \"parentEntityId\": \"100000\",\n                \"nextBillingDate\": \"01/07/2021 00:00:00\",\n                \"planEffectiveDate\": \"29/06/2021 07:38:22\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"3\",\n                \"customerType\": \"SFT\",\n                \"destGroupId\": \"2440\",\n                \"apn\": \"apn\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"onBoardType\": \"2\",\n                \"timeZoneId\": \"301\",\n                \"name\": \"OEM_RES_ACCT\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06\",\n                \"dynamicBenefitEnable\": \"false\",\n                \"rdbCode\": \"LOUHWA\",\n                \"countryISO3\": \"BEL\",\n                \"suspensionDate\": \"15/08/2024 08:22:57\",\n                \"testPlanList\": [\n                    {\n                        \"testPlanName\": \"test_plan_1\",\n                        \"testPlanId\": \"561520\",\n                        \"testRoamingProfileName\": \"test_plan_DG1\",\n                        \"testRoamingProfileId\": \"1770\"\n                    },\n                    {\n                        \"testPlanName\": \"test_plan_2\",\n                        \"testPlanId\": \"561522\",\n                        \"testRoamingProfileName\": \"test_plan_DG2\",\n                        \"testRoamingProfileId\": \"1771\"\n                    }\n                ],\n                \"inventoryPlanList\": [\n                    {\n                        \"inventoryPlanName\": \"OEM_Inventory_1\",\n                        \"inventoryPlanId\": \"30115135334\"\n                    },\n                    {\n                        \"inventoryPlanName\": \"OEM_Inventory_1\",\n                        \"inventoryPlanId\": \"562035\"\n                    }\n                ]\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"29/06/2021 07:38:22\",\n                        \"expiryDate\": \"01/07/2021 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"cb2399a5-87d5-461f-82d9-0434326f3ec4","name":"Get Customer Profile - Success - {non-pooled/pooled Dynamic Benefits}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"19865133355281760\",\r\n        \"responseTimestamp\": \"17/10/2021 13:34:59\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1059\",\r\n            \"resultDescription\": \"Get customer profile success\"\r\n        },\r\n        \"info\": {\r\n            \"basicInfo\": {\r\n                \"maBalance\": \"UNLIMITED\",\r\n                \"creationDate\": \"12/10/2021 04:12:33\",\r\n                \"currentStatus\": \"A\",\r\n                \"currentStatusName\": \"Active\",\r\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"planId\": \"571842\",\r\n                \"planName\": \"plan_pool\",\r\n                \"subscriberType\": \"1\",\r\n                \"subscriberTypeName\": \"Postpaid\",\r\n                \"creditLimit\": \"UNLIMITED\",\r\n                \"customerId\": \"41661396\",\r\n                \"parentEntityId\": \"31661387\",\r\n                \"nextBillingDate\": \"01/11/2021 00:00:00\",\r\n                \"planEffectiveDate\": \"12/10/2021 04:12:33\",\r\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"currencyId\": \"44\",\r\n                \"currencyType\": \"EUR\",\r\n                \"tierId\": \"4\",\r\n                \"customerType\": \"SFT\",\r\n                \"destGroupId\": \"15083\",\r\n                \"apn\": \"sft1\",\r\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"onBoardType\": \"2\",\r\n                \"timeZoneId\": \"301\",\r\n                \"name\": \"Enterprise_pooled\",\r\n                \"enterpriseAccountStatus\": \"Enabled\",\r\n                \"enterpriseDataService\": \"Active\",\r\n                \"enterpriseNbiotService\": \"Active\",\r\n                \"enterpriseSMSService\": \"Active\",\r\n                \"readyForSms\": \"Yes\",\r\n                \"IsNRSecondary\": \"true\",\r\n                \"dependendRatType\": \"02|01|06|10\",\r\n                \"dynamicBenefitEnable\": \"true\",\r\n                \"benefits\": \"polled_dynamic - pooled,Non_pooled_Dynamic_benefit_Reseller - non-pooled,Non_pooled_Dynamic_benefit_Reseller1 - non-pooled,Non_pooled_Dynamic_benefit_BICS - non-pooled,Non_pooled_Dynamic_benefit_BICS1 - non-pooled,pooled- pooled\",\r\n                \"benefitIds\": \"9233,6359,1335,1343,1329,1330\",\r\n                \"countryISO3\": \"BEL\",\r\n                \"suspensionDate\": \"15/08/2024 08:22:57\"\r\n            },\r\n            \"benefitInfo\": {\r\n                \"benefit\": [\r\n                    {\r\n                        \"id\": \"PostpaidMA\",\r\n                        \"name\": \"Postpaid Main Account\",\r\n                        \"startDate\": \"12/10/2021 04:12:33\",\r\n                        \"expiryDate\": \"01/11/2021 00:00:00\",\r\n                        \"balance\": \"UNLIMITED\",\r\n                        \"unitType\": \"MONEY\",\r\n                        \"type\": \"Main Account\",\r\n                        \"actualBalance\": \"UNLIMITED\"\r\n                    },\r\n                    {\r\n                        \"id\": \"34296\",\r\n                        \"name\": \"pooled\",\r\n                        \"startDate\": \"03/08/2022 12:20:18\",\r\n                        \"expiryDate\": \"01/09/2022 00:00:00\",\r\n                        \"balance\": \"6291456\",\r\n                        \"unitType\": \"Mb\",\r\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\r\n                        \"actualBalance\": \"6291456\",\r\n                        \"dynamicBenefitId\": \"9233\"\r\n                    }\r\n                ],\r\n                \"dynamicBenefitsDetails\": [\r\n                    {\r\n                        \"name\": \"Non_pooled_Dynamic_benefit_Reseller\",\r\n                        \"category\": \"2\",\r\n                        \"simBenefitFee\": \"1\",\r\n                        \"simActivationFee\": \"1\",\r\n                        \"activatedBy\": \"0\",\r\n                        \"factor\": \"1\",\r\n                        \"validity\": \"2\",\r\n                        \"dynamicBenefitsId\": \"1335\",\r\n                        \"level\": \"1\",\r\n                        \"autoRenewal\": \"true\",\r\n                        \"priority\": \"1\",\r\n                        \"benefitList\": [\r\n                            {\r\n                                \"benefitId\": \"1335\",\r\n                                \"benefit\": \"1\",\r\n                                \"ratezone\": \"10807\",\r\n                                \"value\": \"1\",\r\n                                \"overageTariff\": \"0\",\r\n                                \"priority\": \"1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"Non_pooled_Dynamic_benefit_Reseller1\",\r\n                        \"category\": \"2\",\r\n                        \"simBenefitFee\": \"2\",\r\n                        \"simActivationFee\": \"2\",\r\n                        \"activatedBy\": \"1\",\r\n                        \"factor\": \"1\",\r\n                        \"validity\": \"3\",\r\n                        \"dynamicBenefitsId\": \"1343\",\r\n                        \"level\": \"1\",\r\n                        \"autoRenewal\": \"false\",\r\n                        \"benefitList\": [\r\n                            {\r\n                                \"benefitId\": \"1343\",\r\n                                \"benefit\": \"1\",\r\n                                \"ratezone\": \"10807\",\r\n                                \"value\": \"2\",\r\n                                \"overageTariff\": \"2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"Non_pooled_Dynamic_benefit_BICS\",\r\n                        \"category\": \"2\",\r\n                        \"simBenefitFee\": \"1\",\r\n                        \"simActivationFee\": \"1\",\r\n                        \"activatedBy\": \"0\",\r\n                        \"factor\": \"1\",\r\n                        \"validity\": \"2\",\r\n                        \"dynamicBenefitsId\": \"1329\",\r\n                        \"level\": \"2\",\r\n                        \"autoRenewal\": \"true\",\r\n                        \"benefitList\": [\r\n                            {\r\n                                \"benefitId\": \"1329\",\r\n                                \"benefit\": \"1\",\r\n                                \"ratezone\": \"10799\",\r\n                                \"value\": \"1\",\r\n                                \"overageTariff\": \"0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"Non_pooled_Dynamic_benefit_BICS1\",\r\n                        \"category\": \"2\",\r\n                        \"simBenefitFee\": \"1.5\",\r\n                        \"simActivationFee\": \"1.5\",\r\n                        \"activatedBy\": \"1\",\r\n                        \"factor\": \"2\",\r\n                        \"validity\": \"3\",\r\n                        \"dynamicBenefitsId\": \"1330\",\r\n                        \"level\": \"2\",\r\n                        \"autoRenewal\": \"false\",\r\n                        \"priority\": \"1\",\r\n                        \"benefitList\": [\r\n                            {\r\n                                \"benefitId\": \"1330\",\r\n                                \"benefit\": \"1\",\r\n                                \"ratezone\": \"10799\",\r\n                                \"value\": \"1.5\",\r\n                                \"overageTariff\": \"1.5\",\r\n                                \"priority\": \"1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"pooled\",\r\n                        \"category\": \"1\",\r\n                        \"simBenefitFee\": \"2\",\r\n                        \"simActivationFee\": \"2\",\r\n                        \"activatedBy\": \"0\",\r\n                        \"factor\": \"1\",\r\n                        \"validity\": \"2\",\r\n                        \"dynamicBenefitsId\": \"9233\",\r\n                        \"level\": \"1\",\r\n                        \"autoRenewal\": \"true\",\r\n                        \"benefitList\": [\r\n                            {\r\n                                \"benefitId\": \"9233\",\r\n                                \"benefit\": \"1\",\r\n                                \"ratezone\": \"14323\",\r\n                                \"value\": \"6\",\r\n                                \"overageTariff\": \"-\",\r\n                                \"priority\": \"1\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}\r\n"},{"id":"62d5046b-b907-4535-8851-09afe9f71f6b","name":"Get Customer Profile - Success - {Deactivated Account}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/GetCustomerProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"18650023537421715\",\r\n        \"responseTimestamp\": \"09/11/2021 11:41:39\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1059\",\r\n            \"resultDescription\": \"Get customer profile success\"\r\n        },\r\n        \"info\": {\r\n            \"basicInfo\": {\r\n                \"maBalance\": \"0\",\r\n                \"creationDate\": \"08/04/2020 08:09:56\",\r\n                \"currentStatus\": \"D\",\r\n                \"currentStatusName\": \"Deactivate\",\r\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"planId\": \"560109\",\r\n                \"planName\": \"PLAN_001\",\r\n                \"subscriberType\": \"1\",\r\n                \"subscriberTypeName\": \"Postpaid\",\r\n                \"creditLimit\": \"10000.0000\",\r\n                \"customerId\": \"41078566\",\r\n                \"parentEntityId\": \"31077088\",\r\n                \"nextBillingDate\": \"01/08/2021 00:00:00\",\r\n                \"planEffectiveDate\": \"08/04/2020 08:09:56\",\r\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"currencyId\": \"44\",\r\n                \"currencyType\": \"EUR\",\r\n                \"tierId\": \"4\",\r\n                \"customerType\": \"SFT\",\r\n                \"destGroupId\": \"298\",\r\n                \"apn\": \"NEW_apn\",\r\n                \"customerExpiryDate\": \"26/09/2020 00:00:00\",\r\n                \"onBoardType\": \"2\",\r\n                \"timeZoneId\": \"260\",\r\n                \"name\": \"Customer1\",\r\n                \"enterpriseAccountStatus\": \"Enabled\",\r\n                \"enterpriseDataService\": \"Active\",\r\n                \"enterpriseNbiotService\": \"Disabled\",\r\n                \"enterpriseSMSService\": \"Active\",\r\n                \"readyForSms\": \"Yes\",\r\n                \"dependendRatType\": \"02|01|06\",\r\n                \"dynamicBenefitEnable\": \"false\",\r\n                \"countryISO3\": \"SGP\",\r\n                \"suspensionDate\": \"15/08/2024 08:22:57\"\r\n            },\r\n            \"benefitInfo\": {\r\n                \"benefit\": [\r\n                    {\r\n                        \"id\": \"2\",\r\n                        \"name\": \"DATA\",\r\n                        \"startDate\": \"03/04/2021 17:00:12\",\r\n                        \"expiryDate\": \"02/04/2022 17:00:00\",\r\n                        \"balance\": \"52428800\",\r\n                        \"unitType\": \"Mb\",\r\n                        \"type\": \"Main Account\",\r\n                        \"actualBalance\": \"52428800\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"f6f152d2-30a6-41f8-8ddc-db13bad26ef9"},{"name":"Job Status","id":"bd4a166a-59ae-44c0-ae25-569934c9ec5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/jobstatus?id=1340","description":"<h1 id=\"description\">Description</h1>\n<p>This API is used the fetch the status of the job which have performed.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>yes</td>\n<td>only on SIM transfer</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>M</td>\n<td>Job ID obtained during below operations  <br />1. Bulk modification of Endpoints  <br />2. A2P SMS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>M</td>\n<td>Object of jobid details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters-for-bulk-sim-transfer-job\">Output responseParam Parameters for Bulk SIM Transfer Job</h3>\n<p>These are the output Response parameteres that you will receive when fetching the status of a Bulk SIM Transfer Job that you have executed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of success and failure</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-rows-parameters\">Output rows Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successList</td>\n<td>O</td>\n<td>List of resources for which bulk sim transfer request was successful. Resource appearing (ICCID/MSISDN/IMSI) will depend on initial Bulk request.</td>\n</tr>\n<tr>\n<td>failureList</td>\n<td>O</td>\n<td>Failure data with the reason</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-failurelist-parameters\">Output FailureList Parameters</h3>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>O</td>\n<td>List of resources for which bulkSIm transfer request failed. Resource appearing (ICCID/MSISDN/IMSI) will depend on initial Bulk request</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>O</td>\n<td>Reason for the failure</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters-for-bulk-endpoing-modify-job\">Output responseParam Parameters for Bulk Endpoing Modify Job</h3>\n<p>These are the output Response parameteres that you will receive when fetching the status of a Bulk Enpoint Modify Job that you have executed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of success and failure</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-rows-parameters-1\">Output rows Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successList</td>\n<td>O</td>\n<td>List of resources for which bulk request was successful. Resource appearing (ICCID/MSISDN/IMSI/EndpointID) will depend on initial Bulk request.</td>\n</tr>\n<tr>\n<td>failureList</td>\n<td>O</td>\n<td>Failure data with the reason</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-failurelist-parameters-1\">Output FailureList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>O</td>\n<td>List of resources for which bulk request failed. Resource appearing (ICCID/MSISDN/IMSI/EndpointID) will depend on initial Bulk request</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>O</td>\n<td>Reason for the failure</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters-for-a2p-sms-job\">Output responseParam Parameters for A2P SMS Job</h3>\n<p>These are the output Response parameteres that you will receive when fetching the status of an A2P SMS Job that you have executed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>Resource Type can be msisdn/imsi/endPointId/iccid</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Value of the field to be updated based on the resourceType used in request</td>\n</tr>\n<tr>\n<td>sourceAddr</td>\n<td>M</td>\n<td>Address of Entity sending SMS. This value will be made available to the recipient of a message to see what the message’s originating address was</td>\n</tr>\n<tr>\n<td>protocolId</td>\n<td>O</td>\n<td>This parameter specifies the protocol identifier as per TP‑Protocol‑Identifier in 3GPP Technical Specification 23.040 and encoded as decimal</td>\n</tr>\n<tr>\n<td>dataCoding</td>\n<td>O</td>\n<td>This parameter defines the encoding scheme of the short message user data. It is defined as per 3GPP Technical Specification 23.038 and encoded as decimal</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"a2p-sms-responseparam-result-codes\">A2P SMS responseParam Result codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>01</td>\n<td>enroute - The message is in enroute state</td>\n</tr>\n<tr>\n<td>02</td>\n<td>delivered - Message is delivered to destination</td>\n</tr>\n<tr>\n<td>04</td>\n<td>expired - Message validity period has expired</td>\n</tr>\n<tr>\n<td>05</td>\n<td>deleted - Message has been deleted</td>\n</tr>\n<tr>\n<td>06</td>\n<td>undeliverable - Message is undeliverable</td>\n</tr>\n<tr>\n<td>07</td>\n<td>accepted - Message is in accepted state</td>\n</tr>\n<tr>\n<td>08</td>\n<td>rejected - Message is in a rejected state</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10071</td>\n<td>Get job details success</td>\n<td></td>\n</tr>\n<tr>\n<td>10072</td>\n<td>Get job details failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10175</td>\n<td>Request under processing</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","jobstatus"],"host":["{{url}}"],"query":[{"key":"id","value":"1340"}],"variable":[]}},"response":[{"id":"40bd3075-4980-4d50-aa14-ff37b2d46131","name":"Get Job Details - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/jobstatus?id=1111","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1111"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10072\",\n            \"resultDescription\": \"Get job details failure\"\n        }\n    }\n}"},{"id":"1b071d55-6b75-47fb-ae1d-979dc5285360","name":"Get Bulk Job Details - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{AccessToken}}"}],"url":{"raw":"https://{{url}}/api/jobstatus?id=1340","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1340"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"88303"},{"key":"Date","value":"Thu, 18 Jun 2020 12:29:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"2399350069387684\",\n        \"responseTimestamp\": \"18/06/2020 05:59:47\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10071\",\n            \"resultDescription\": \"Get job details success\"\n        },\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"successList\": [\n                        \"4587767676767608429\",\n                        \"4587767676767607699\",\n                        \"4587767676767607709\",\n                        \"4587767676767608605\",\n                        \"4587767676767608717\",\n                        \"4587767676767608385\",\n                        \"4587767676767608541\",\n                        \"4587767676767606444\"\n                    ],\n                    \"failureList\": [\n                        {\n                            \"data\": \"4587767676767609001\",\n                            \"reason\": \"Endpoint Already Locked - iccid\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"9512db74-29db-4f10-9c83-459acc54f9dc","name":"Get Bulk -SIM Transfer Job-Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{AccessToken}}"}],"url":{"raw":"https://{{url}}/api/jobstatus?id=1538","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1538"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"88303"},{"key":"Date","value":"Thu, 18 Jun 2020 12:29:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n\t\"Response\": {\n\t\t\"responseId\": \"454025929850424\",\n\t\t\"responseTimestamp\": \"20/06/2022 13:27:49\",\n\t\t\"resultCode\": \"0\",\n\t\t\"resultParam\": {\n\t\t\t\"resultCode\": \"10071\",\n\t\t\t\"resultDescription\": \"Get job details success\"\n\t\t},\n\t\t\"responseParam\": {\n\t\t\t\"rows\": {\n\t\t\t\t\"successList\": [\"206281000000050\", \"206281000000011\"],\n\t\t\t\t\"failureList\": [{\n\t\t\t\t\t\"data\": \"206281000000002\",\n\t\t\t\t\t\"reason\": \"SIM is already under the target account.\"\n\t\t\t\t}]\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"4a810b4f-ef5c-4602-ac89-860364acc263","name":"Job Status - A2P SMS Job - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{url}}/api/jobstatus?id=1792","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1792"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3806140024834973\",\n        \"responseTimestamp\": \"18/09/2020 05:55:23\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10071\",\n            \"resultDescription\": \"Get job details success\"\n        },\n        \"responseParam\": {\n            \"resourceType\": \"msisdn\",\n            \"value\": \"327700040900018\",\n            \"sourceAddress\": \"123456789\",\n            \"protocolId\": \"00\",\n            \"dataCoding\": \"11\",\n            \"resultCode\": \"01\",\n            \"resultDescription\": \"enroute- The message is in enroute state\"\n        }\n    }\n}"},{"id":"0f89c7b3-527c-45fa-85c1-5ef3a58bc9fb","name":"Job Status - Bulk Update Balance Job - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{url}}/api/jobstatus?id=1792","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1792"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10984245188593377\",\n        \"responseTimestamp\": \"27/06/2023 14:13:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10071\",\n            \"resultDescription\": \"Get job details success\"\n        },\n        \"responseParam\": {\n            \"rows\": {\n                \"successList\": [\n                    \"51967406\",\n                    \"51949959\",\n                    \"51949958\",\n                    \"51967404\",\n                    \"51967405\"\n                ]\n            }\n        }\n    }\n}"},{"id":"d3d00f32-9ab5-4129-9874-089ee97dd0b2","name":"Job Status - Success {Add addons for Endpoint in Active-Test/Active-Inventory states}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/jobstatus?id=1340","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1340"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3015671418235521\",\n        \"responseTimestamp\": \"30/12/2020 10:08:11\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10071\",\n            \"resultDescription\": \"Get job details success\"\n        },\n        \"responseParam\": {\n            \"rows\": {\n                \"failureList\": [\n                    {\n                        \"data\": \"999980000010023\",\n                        \"reason\": \"Subscriber not in active state\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"1b2ec80b-1f1a-400e-a155-08b57f23db40","name":"Job Status - Success  for Attach Plans","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/jobstatus?id=1340","protocol":"https","host":["{{url}}"],"path":["api","jobstatus"],"query":[{"key":"id","value":"1340"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3015671418235521\",\n        \"responseTimestamp\": \"30/12/2020 10:08:11\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10071\",\n            \"resultDescription\": \"Get job details success\"\n        },\n        \"responseParam\": {\n            \"rows\": {\n                \"successList\": [\n                    \"4000153\"\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"bd4a166a-59ae-44c0-ae25-569934c9ec5a"},{"name":"Customer Balance Info","id":"5beb6e1c-7d5d-44ed-96bf-213f0c6595b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCustomerBalanceInfo?customerId=0123456789","description":"<h2 id=\"description\">Description</h2>\n<p>Get Customer Balance Info APi is used to fetch your direct customers balance which will contain the following information</p>\n<ul>\n<li><p>Current status of the customer account</p>\n</li>\n<li><p>Available balance amount and current</p>\n</li>\n</ul>\n<p>The input parameters is the \"Customer ID\" (also mentioned as Account ID) that you can find from portal of from \"GET AccountID\" API</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>O</td>\n<td>Unique Parameter which returns details related to single Customer</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of Local Supplier List</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerInfo</td>\n<td>O</td>\n<td>Object of the customer info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-customerinfo-parameters\">Output customerInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>O</td>\n<td>Object of the basic info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-basicinfo-parameters\">Output basicInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>maBalance</td>\n<td>O</td>\n<td>Main Balance of the account</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Name of the account</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>O</td>\n<td>Date of Creation</td>\n</tr>\n<tr>\n<td>currentStatusName</td>\n<td>O</td>\n<td>Account current status  <br />- Active  <br />- Suspend  <br />- PreActive  <br />- Deactivate</td>\n</tr>\n<tr>\n<td>subscriberTypeName</td>\n<td>O</td>\n<td>Account Type  <br />- Prepaid  <br />- Postpaid</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>O</td>\n<td>Customer Type</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>O</td>\n<td>Customer ID. Unique ID generated for each Customer</td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Type of Currency</td>\n</tr>\n<tr>\n<td>tier</td>\n<td>O</td>\n<td>Tier refers to customer hierarchy  <br />4 - Enterprise 3 - Reseller</td>\n</tr>\n<tr>\n<td>email</td>\n<td>O</td>\n<td>Account Email</td>\n</tr>\n<tr>\n<td>timeZone</td>\n<td>O</td>\n<td>TimeZone of the Account</td>\n</tr>\n<tr>\n<td>YCode</td>\n<td>O</td>\n<td>The customer Number. A unique identifier for the customer</td>\n</tr>\n<tr>\n<td>onBoardType</td>\n<td>O</td>\n<td>Onboard Type of the Account  <br />1 – Trial  <br />2 – Commercial</td>\n</tr>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>ISO3 code of the country</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10224</td>\n<td>No Data found</td>\n</tr>\n<tr>\n<td>1000</td>\n<td>Mandatory parameter missing –{Parameter Name}</td>\n</tr>\n<tr>\n<td>10222</td>\n<td>Get customer Balance Info success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCustomerBalanceInfo"],"host":["{{url}}"],"query":[{"key":"customerId","value":"0123456789"}],"variable":[]}},"response":[{"id":"93996569-674f-4cba-a1b2-968aa1c7f629","name":"GET Customer Balance Info - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCustomerBalanceInfo?customerId=0123456789","protocol":"https","host":["{{url}}"],"path":["api","GetCustomerBalanceInfo"],"query":[{"key":"customerId","value":"0123456789"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"  {\n    \"Response\": {\n        \"responseId\": \"732516065361757\",\n        \"responseTimestamp\": \"25/09/2023 07:35:07\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10222\",\n            \"resultDescription\": \"Get customer Balance Info success\"\n        },\n        \"responseParam\": {\n            \"customerInfo\": [\n                {\n                    \"basicInfo\": {\n                        \"maBalance\": \"UNLIMITED\",\n                        \"creationDate\": \"2023-09-25 03:52:58\",\n                        \"currentStatusName\": \"Active\",\n                        \"subscriberTypeName\": \"Postpaid\",\n                        \"customerId\": \"0123456789\",\n                        \"currencyType\": \"EUR\",\n                        \"customerType\": \"M2MIC\",\n                        \"onBoardType\": \"2\",\n                        \"name\": \"reseller_250\",\n                        \"countryISO3\": \"BEL\",\n                        \"email\": \"customer@mail.com\",\n                        \"tier\": \"RESELLER\",\n                        \"timeZone\": \"UTC +02:00 Europe/Brussels\",\n                        \"yCode\": \"450\"\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"d30b4203-4142-480d-9239-c6432b141a40","name":"GET Customer Balance Info - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCustomerBalanceInfo?customerId=0123456789","protocol":"https","host":["{{url}}"],"path":["api","GetCustomerBalanceInfo"],"query":[{"key":"customerId","value":"0123456789"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"735921845764672\",\n        \"responseTimestamp\": \"25/09/2023 08:31:53\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1000\",\n            \"resultDescription\": \"No Data Found\"\n        }\n    }\n}"}],"_postman_id":"5beb6e1c-7d5d-44ed-96bf-213f0c6595b2"},{"name":"Account Users","id":"acf3234a-9286-466c-bd7c-30f74a59e7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/getAccountUsers?accountId=100000","description":"<h2 id=\"description\">Description</h2>\n<p>Get Account users APi is used to fetch all the users under your accounts or under specific account in your hieararchy.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Unique Parameter which returns details related to single account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of Local Supplier List</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User info</td>\n<td>M</td>\n<td>Object of the User info</td>\n</tr>\n<tr>\n<td>Customer info</td>\n<td>M</td>\n<td>Object of the customer info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-customerinfo-parameters\">Output customerInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerInfo</td>\n<td>M</td>\n<td>Object of the customer info</td>\n</tr>\n<tr>\n<td>User Info</td>\n<td>M</td>\n<td>Object of the User info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-customer-info-parameters\">Output Customer info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginUserId</td>\n<td>M</td>\n<td>login Id of the User</td>\n</tr>\n<tr>\n<td>email</td>\n<td>M</td>\n<td>email configured for the specific user</td>\n</tr>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of the user</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>M</td>\n<td>User current status  <br />1 - block  <br />0 - unblock</td>\n</tr>\n<tr>\n<td>roleName</td>\n<td>M</td>\n<td>rolename of the user</td>\n</tr>\n<tr>\n<td>roleId</td>\n<td>M</td>\n<td>Role Id of the user</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-customer-info-parameters-1\">Output Customer info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td>M</td>\n<td>Unique Id of the Account (Reseller/Enterprise)</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Name of the Account (Reseller/Enterprise)</td>\n</tr>\n<tr>\n<td>parentAccountId</td>\n<td>M</td>\n<td>Id of Parent account  <br />of the specific account</td>\n</tr>\n<tr>\n<td>currentStatus</td>\n<td>M</td>\n<td>Current status of the account A - Active  <br />S - Suspend  <br />D - Deactive  <br />PA - Preactive</td>\n</tr>\n<tr>\n<td>subscriberType</td>\n<td>M</td>\n<td>Connection Type  <br />0 -Prepaid  <br />1 - Postpaid</td>\n</tr>\n<tr>\n<td>currentStatusName</td>\n<td>M</td>\n<td>Current status name of the account</td>\n</tr>\n<tr>\n<td>subscriberTypeName</td>\n<td>M</td>\n<td>Connection Type name of the account</td>\n</tr>\n<tr>\n<td>Tier Id</td>\n<td>M</td>\n<td>Tier or Hierarchy ID refers to the customer hierarchy  <br />1 - BICS Account  <br />3 - Reseller  <br />4 - Enterprise</td>\n</tr>\n<tr>\n<td>customerNumber  <br />(YCode)</td>\n<td>O</td>\n<td>YCode</td>\n</tr>\n<tr>\n<td>onBoardType</td>\n<td>M</td>\n<td>Onboard Type of the customer  <br />1 – Trial  <br />2 – Commmercial</td>\n</tr>\n<tr>\n<td>rdbCode</td>\n<td>O</td>\n<td>RDB code (Available only if the account is directly under Admin)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10224</td>\n<td>No Data found</td>\n</tr>\n<tr>\n<td>1000</td>\n<td>Mandatory parameter missing –{Parameter Name}</td>\n</tr>\n<tr>\n<td>11037</td>\n<td>Get Account Users Success</td>\n</tr>\n<tr>\n<td>11038</td>\n<td>Get Account Users failure</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getAccountUsers"],"host":["{{url}}"],"query":[{"key":"accountId","value":"100000"}],"variable":[]}},"response":[{"id":"15b6210d-7789-4794-b39d-c4a0fa3e8b85","name":"Account Users - sucess","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCustomerBalanceInfo?customerId=0123456789","protocol":"https","host":["{{url}}"],"path":["api","GetCustomerBalanceInfo"],"query":[{"key":"customerId","value":"0123456789"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"11037\",\n            \"resultDescription\": \"Get Account Users success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"customerInfo\": {\n                        \"userInfo\": [\n                            {\n                                \"loginUserId\": \"login_5251_ent9\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent9\",\n                                \"status\": \"0\",\n                                \"roleName\": \"hcbs_newadminhcbsent_admin\",\n                                \"roleId\": \"5715\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent4\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent4\",\n                                \"status\": \"0\",\n                                \"roleName\": \"dkEnterprise_ReadOnly\",\n                                \"roleId\": \"3813\"\n                            },\n                            {\n                                \"loginUserId\": \"extra_login\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_extra\",\n                                \"status\": \"0\",\n                                \"roleName\": \"hcbs_newadminhcbsent_admin\",\n                                \"roleId\": \"5715\"\n                            },\n                            {\n                                \"loginUserId\": \"login_ent_1\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_ent_1\",\n                                \"status\": \"0\",\n                                \"roleName\": \"USAFLEETILLA_BICS_ADMINEnterprise Admin\",\n                                \"roleId\": \"3713\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent7\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent7\",\n                                \"status\": \"0\",\n                                \"roleName\": \"ent_user_4RegRole\",\n                                \"roleId\": \"6739\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent2\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent2\",\n                                \"status\": \"0\",\n                                \"roleName\": \"EP1_BICS_Support2Enterprise Admin to view SIM page\",\n                                \"roleId\": \"4701\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent3\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent3\",\n                                \"status\": \"0\",\n                                \"roleName\": \"HKGHWDEV_PSD_ADMINEnterprise_Admin\",\n                                \"roleId\": \"3763\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent8\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent8\",\n                                \"status\": \"0\",\n                                \"roleName\": \"EP1_BICS_Support2Enterprise Admin to view SIM page\",\n                                \"roleId\": \"4701\"\n                            },\n                            {\n                                \"loginUserId\": \"login_api_check_2\",\n                                \"email\": \"niharika.manohar@gmail.com\",\n                                \"name\": \"user_api_check_2\",\n                                \"status\": \"0\",\n                                \"roleName\": \"Enterprise1Account_1389\",\n                                \"roleId\": \"9811\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent5\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent5\",\n                                \"status\": \"0\",\n                                \"roleName\": \"dkEnterprise_ReadOnly\",\n                                \"roleId\": \"3813\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent6\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent6\",\n                                \"status\": \"0\",\n                                \"roleName\": \"hcbs_newadminhcbsent_admin\",\n                                \"roleId\": \"5715\"\n                            },\n                            {\n                                \"loginUserId\": \"login_5251_ent10\",\n                                \"email\": \"niharika.manohar@6dtech.co.in\",\n                                \"name\": \"user_5251_ent10\",\n                                \"status\": \"0\",\n                                \"roleName\": \"hcbs_newadminhcbsent_admin\",\n                                \"roleId\": \"5715\"\n                            },\n                            {\n                                \"loginUserId\": \"login_api_check\",\n                                \"email\": \"niharika.manohar@gmail.com\",\n                                \"name\": \"user_api_check\",\n                                \"status\": \"0\",\n                                \"roleName\": \"dkEnterprise_ReadOnly\",\n                                \"roleId\": \"3813\"\n                            }\n                        ],\n                        \"accountId\": 42356972,\n                        \"accountName\": \"5251_ent_1\",\n                        \"parentAccountId\": \"100000\",\n                        \"currentStatus\": \"A\",\n                        \"subscriberType\": \"1\",\n                        \"currentStatusName\": \"Active\",\n                        \"subscriberTypeName\": \"Postpaid\",\n                        \"tierId\": \"4\",\n                        \"onBoardType\": \"1\"\n                    }\n                }\n            ]\n        },\n        \"responseId\": \"8394306689600918\",\n        \"responseTimestamp\": \"11/11/2024 12:05:37\"\n    }\n}"},{"id":"a5ccf143-ff8b-4187-b3e1-416c3e07d79c","name":"Account Users - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/getAccountUsers?accountId=423569799","protocol":"https","host":["{{url}}"],"path":["api","getAccountUsers"],"query":[{"key":"accountId","value":"423569799"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"11036\",\n            \"resultDescription\": \"Incorrect value in AccountId\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"8393964251864249\",\n        \"responseTimestamp\": \"11/11/2024 11:59:54\"\n    }\n}"}],"_postman_id":"acf3234a-9286-466c-bd7c-30f74a59e7c5"}],"id":"82c581ac-c47a-453c-95c2-a052438145ed","event":[{"listen":"prerequest","script":{"id":"f757bdad-f481-4e6f-9aa2-f2710039b985","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8bfb3c49-018c-4c06-bcd0-7687dd346e7b","type":"text/javascript","exec":[""]}}],"_postman_id":"82c581ac-c47a-453c-95c2-a052438145ed","description":""},{"name":"Endpoint","item":[{"name":"Enterprise Only!!","item":[],"id":"758fad39-1ac9-49ee-94b9-551aa47ec6a2","description":"<p>Please have in mind that the  APIs under Endpoint can be used only by Enterprise accounts.\nOther type of accounts, like a Reseller, dont have access to entpoint information and thus the API will fail with an \"Authorisation Failure\" message</p>\n","event":[{"listen":"prerequest","script":{"id":"a8669c5b-2386-4c1b-9f3d-f796ad0fbe3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3fe87b5f-7db4-4096-8dc7-00cadfa97c81","type":"text/javascript","exec":[""]}}],"_postman_id":"758fad39-1ac9-49ee-94b9-551aa47ec6a2"},{"name":"Endpoint - Create","event":[{"listen":"test","script":{"id":"806e35fb-ea13-41c1-a82d-521be25b1c64","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"0664933d-f9b2-447b-aea4-b22771e2dcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname3\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/CreateEndPoint","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to Create Endpoint, Link SIM (Optional) and Activation (Optional) in a single step. So the endpoint will be activated in the network and the SIM will be in the ready to use state.<br /><strong>NOTE</strong>: For OEM enabled accounts endpoints will be created to Active-Test state initially</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of End Point details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>M</td>\n<td>Name of the End Point</td>\n</tr>\n<tr>\n<td>isLinkSIM</td>\n<td>M</td>\n<td>SIM to be linked or not (true/false)</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>M</td>\n<td>Roaming profile Ids to be attached. Multiple id’s can be attached using pipe separators</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>M</td>\n<td>APN Group ID, You can fetch the list of possible apnGroupId using \"fetchApnGroup\" API.</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan Reference, You can fetch the list of possible planId using \"QueryRatePlan\" API.</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>CM</td>\n<td>ICCID of the SIM to be linked if isLinkSIM is true</td>\n</tr>\n<tr>\n<td>isDefaultActivation</td>\n<td>M</td>\n<td>SIM to be activated or not (true/false)</td>\n</tr>\n<tr>\n<td>monthlyLimit</td>\n<td>O</td>\n<td>Monthly Limit</td>\n</tr>\n<tr>\n<td>dynamicBenefitEnable</td>\n<td>O</td>\n<td>This parameter has become deprecated. It will be ignored by the system if sent. Subscription of an Endpoint to Dynamic Benefits is only mandatory if “dynamicBenefitEnable” is true on account level and only when the Endpoint is activated.</td>\n</tr>\n<tr>\n<td>benefits</td>\n<td>CM</td>\n<td>Pooled or non-pooled Dynamic Benefit ID, mandatory if \"dynamicBenefitEnable\" on account level is true and if the Endpoint is activated, optional otherwise. You can fetch the list of possible benefitIds using the \"GetCustomerProfile\" API.</td>\n</tr>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Imeilock status for an endpoint values:  <br />LOCK  <br />UNLOCK</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>O</td>\n<td>IMEI of the account</td>\n</tr>\n<tr>\n<td>addonPlanIds</td>\n<td>O</td>\n<td>Plan id of addon plans which needs to be activated into the account, You can fetch the list of possible planId using \"QueryRatePlan\" API.  <br />Note: This parameter will work only if \"isDefaultActivation\":\"true\".  <br />Format for the addon Plan id should be like [\"addonPlanId1\",\"addonPlanId2\"]</td>\n</tr>\n<tr>\n<td>valueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be activated for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>tagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be assigned to endpoint. See examples for more info.  <br />(Maximum 10 tag's can be add to endpoint)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>O</td>\n<td>Unique ID of the End Point which will be created and will be returned in the response</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5014</td>\n<td>SIM provisioning success</td>\n<td></td>\n</tr>\n<tr>\n<td>6409</td>\n<td>Link SIM success</td>\n<td></td>\n</tr>\n<tr>\n<td>6411</td>\n<td>Create endpoint success</td>\n<td></td>\n</tr>\n<tr>\n<td>6412</td>\n<td>Create endpoint failure</td>\n<td></td>\n</tr>\n<tr>\n<td>6722</td>\n<td>MSISDN not exist</td>\n<td></td>\n</tr>\n<tr>\n<td>7022</td>\n<td>Customer is in low balance provisioning not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>10023</td>\n<td>Addon planID does not belong to the billing type</td>\n<td></td>\n</tr>\n<tr>\n<td>10073</td>\n<td>Maximum count exceeds for input parameter - {reason}</td>\n<td>Based on the input parameter from the request ,the reason for this error code will differ. For example, if we are trying to add more than 15 addon plans for a single endpoint we will get this error code saying that Maximum count exceeds for input parameter - addAddonPlanIds,value</td>\n</tr>\n<tr>\n<td>10077</td>\n<td>Maximum Benefit limit Reachecd</td>\n<td></td>\n</tr>\n<tr>\n<td>10093</td>\n<td>Service not available for the subscribing plan</td>\n<td></td>\n</tr>\n<tr>\n<td>10140</td>\n<td>ICCID not available</td>\n<td></td>\n</tr>\n<tr>\n<td>10201</td>\n<td>The option Dynamic Benefit only is enabled at parent level. Please subscribe the endpoint to a pooled or non-pooled dynamic benefit.</td>\n<td></td>\n</tr>\n<tr>\n<td>10080</td>\n<td>Addon PlanID does not belong to the roaming profile</td>\n<td>Crete a new Addon plan with same roaming profile which used for base plan, (Attached to the endpoint) and then re-try.</td>\n</tr>\n<tr>\n<td>10120</td>\n<td>Maximum number of tag is reached</td>\n<td></td>\n</tr>\n<tr>\n<td>10200</td>\n<td>Coverage of the selected dynamicbenefit does not match with this endpoint's roamingprofile meaning the endpoint would not be able to use any of the benefits provided. Please select a dynamic benefit with matching coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>10221</td>\n<td>Duplicate addon plans are not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateEndPoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3adfc4cd-260f-4a57-bbab-fc2fa767eba9","name":"Create EndPoint Single - Failure - {Duplicate IMSI}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname2\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"isDefaultActivation\":\"false\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"]\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39156722926445907\",\n        \"responseTimestamp\": \"12/05/2020 12:12:53\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"2026\",\n            \"resultDescription\": \"Duplicate IMSI\"\n        }\n    }\n}"},{"id":"c5e0215d-253e-4238-898c-9dd84d89aa6e","name":"Create EndPoint - Single - Success - {Sample for Dynamic Benefit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname1\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"dynamicBenefitEnable\":\"true\",\r\n         \"benefits\":\"1568\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"DEFAULTPOST41166994\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n         \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39156566764835489\",\n        \"responseTimestamp\": \"12/05/2020 12:10:16\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6411\",\n            \"resultDescription\": \"Create Endpoint Success\"\n        },\n        \"endPointId\": \"51079188\"\n    }\n}"},{"id":"6ae00c29-c98c-400e-aa74-d2559966b5ca","name":"Create EndPoint Single - Success - {Endpoint Creation Only}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname3\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"false\",\r\n         \"isDefaultActivation\":\"false\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n         \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:40:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"212"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39156566764835489\",\n        \"responseTimestamp\": \"12/05/2020 12:10:16\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6411\",\n            \"resultDescription\": \"Create endpoint success\"\n        },\n        \"endPointId\": \"51079186\"\n    }\n}"},{"id":"2904053a-3b6b-4a70-a462-c29fcfa8841c","name":"Create EndPoint Single - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname3\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6412\",\n            \"resultDescription\": \"Create endpoint failure\"\n        }\n    }\n}"},{"id":"2b2b76ad-83e0-4583-9507-89b5c32903fe","name":"Create EndPoint Single - Success - {Link SIM}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname2\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"isDefaultActivation\":\"false\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n         \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:39:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"212"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39156495928076158\",\n        \"responseTimestamp\": \"12/05/2020 12:09:06\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6409\",\n            \"resultDescription\": \"Link SIM success\"\n        },\n        \"endPointId\": \"51079185\"\n    }\n}"},{"id":"99eba94e-3ade-4369-9a5e-82aeedffc291","name":"Create EndPoint Single - Failure - {Customer is in Low Balance}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"Endpointname3\",\r\n         \"apnGroupId\":\"PDP_1002\",\r\n         \"roamingProfileId\":\"2\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000010297\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"560077\",\r\n         \"monthlyLimit\":\"1000\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39158031186858047\",\n        \"responseTimestamp\": \"12/05/2020 12:34:42\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7022\",\n            \"resultDescription\": \"Customer is in low balance provisioning not allowed\"\n        }\n    }\n}"},{"id":"cced0173-d8df-4217-b8d8-7d62b8e46666","name":"Create EndPoint Single - Success - {All Parameters}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"PostpaidEndpoint\",\r\n         \"apnGroupId\":\"PDP_2279\",\r\n         \"roamingProfileId\":\"772\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"9990000000000020887\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"DEFAULTPOST41239039\",\r\n\t\t \"dynamicBenefitEnable\":\"true\",\r\n\t\t \"benefits\":\"1650\",\r\n         \"monthlyLimit\":\"1000\",\r\n         \"addonPlanIds\":[\"30115133623\",\"30115133621\"],\r\n         \"imeiLockStatus\":\"LOCK\",\r\n         \"imei\":\"1234567891001\",\r\n         \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n         \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"2021997715791753\",\n        \"responseTimestamp\": \"04/07/2020 07:10:07\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5014\",\n            \"resultDescription\": \"Sim provisioning success\"\n        },\n        \"endPointId\": \"51238993\"\n    }\n}"},{"id":"15e1c03b-a23b-4bbf-ae1b-4a2532776139","name":"Create Endpoint Single -  Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"name\":\"endpiont_k4\",\r\n         \"apnGroupId\":\"PDP_22817\",\r\n         \"roamingProfileId\":\"33058\",\r\n         \"isLinkSIM\":\"true\",\r\n         \"iccid\":\"8932042000000000004\",\r\n         \"isDefaultActivation\":\"true\",\r\n         \"planId\":\"599269\",\r\n         \"monthlyLimit\":\"1000\"\r\n         \r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/CreateEndPoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6054289446088997\",\n        \"responseTimestamp\": \"19/12/2022 12:08:40\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10201\",\n            \"resultDescription\": \"The option Dynamic Benefit only is enabled at parent level. Please subscribe the endpoint to a pooled or non-pooled dynamic benefit.\"\n        }\n    }\n}"}],"_postman_id":"0664933d-f9b2-447b-aea4-b22771e2dcd8"},{"name":"Endpoints","event":[{"listen":"test","script":{"id":"dbb521c8-18c1-4fc5-9fc1-f2a6da4d1320","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"2243781d-7583-4986-ac31-a23fe5120ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndpoints","description":"<h1 id=\"description\">Description</h1>\n<p>This API is used to fetch the End Points for the account and supports pagination (see below for details).</p>\n<p>If it is fired without any query parameters, the full list of endpoints will be returned.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"input-query-parameters\">Input QUERY PARAMETERS</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>O</td>\n<td>Page parameter describes for which page the records are fetched</td>\n</tr>\n<tr>\n<td>perPage</td>\n<td>O</td>\n<td>Per page parameter describes the total records expected in a page. Maximum number of records in a page is 2000</td>\n</tr>\n<tr>\n<td>tagId</td>\n<td>O</td>\n<td>tagId=  <br />  <br />used to fetch all endpoints that have the specific tag Id assigned  <br />  <br />IF used as tagid=null it should fetch all endpoints that don’t any tag Id assigned to them</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-parameters\">Output Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-response-parameters\">Output Response Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated timeFormat: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of endpoint details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-resultparam-parameters\">Output resultParam Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code.</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-responseparam-parameters\">Output responseParam Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endpoints</td>\n<td>O</td>\n<td>List of Endpoint Details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-endpoints-parameters\">Output endpoints Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Endpoint  <br />A – Active  <br />S – Suspend  <br />H – Hold  <br />PA – Pre-active  <br />AT - Active-Test (Available only for OEM enable accounts)  <br />AI - Active-Inventory (Available only for OEM enable accounts)</td>\n</tr>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>ID of Endpoint, this parameter is the same with parameter EndpointID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Name of Endpoint</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>O</td>\n<td>ICCID of the SIM, if SIM is attached to Endpoint</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>O</td>\n<td>IMEI of the SIM, if SIM is attached to Endpoint</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Type of Endpoint  <br />0 – Prepaid  <br />1 – Postpaid</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>O</td>\n<td>MSISDN, if SIM is activated</td>\n</tr>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Value should be either LOCK/UNLOCK</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>O</td>\n<td>IMSI of the SIM, if SIM is attached to Endpoint</td>\n</tr>\n<tr>\n<td>eid</td>\n<td>O</td>\n<td>EID of the SIM, if SIM is attached to Endpoint</td>\n</tr>\n<tr>\n<td>tagIdList</td>\n<td>O</td>\n<td>Tag details, if tag attached to endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output-tagidlist-parameters\"><strong>OUTPUT TAGIDLIST PARAMETERS</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagName</td>\n<td>O</td>\n<td>Name of the tag</td>\n</tr>\n<tr>\n<td>tagId</td>\n<td>O</td>\n<td>Tag id</td>\n</tr>\n<tr>\n<td>tagDescription</td>\n<td>O</td>\n<td>Tag description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>6742</td>\n<td>Fetch endpoints success</td>\n<td></td>\n</tr>\n<tr>\n<td>6745</td>\n<td>Fetch endpoints failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetEndpoints"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"13ddd4b4-a235-461d-9bf7-4ce413376f20","name":"Get Endpints - Success {Specific - Number of Pages and Per page}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpoints?page=1&perPage=9","protocol":"https","host":["{{url}}"],"path":["api","GetEndpoints"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"9"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"294839176672474\",\n        \"responseTimestamp\": \"31/08/2021 05:24:09\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6742\",\n            \"resultDescription\": \"Fetch endpoints success\"\n        },\n        \"responseParam\": {\n            \"endpoints\": [\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175551\",\n                    \"name\": \"NewEndpoint\",\n                    \"iccid\": \"9990000000000011461\",\n                    \"imei\": \"172938712893782\",\n                    \"msisdn\": \"329999800011461\",\n                    \"imsi\": \"999980000011461\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"UNLOCK\",\n                    \"tagIdList\":[\n                   {\n                       \"tagName\": \"Customer Tag Name A\",\n                       \"tagId\": \"10001010\",\n                       \"tagDescription\": \"This is my tag description\"\n                  },\n                 {\n                   \"tagName\": \"Customer Tag Name A\",\n                   \"tagId\": \"10001010\",\n                   \"tagDescription\": \"This is my tag description\"\n                 }\n                  ]\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175552\",\n                    \"name\": \"endpointBulk_1\",\n                    \"iccid\": \"9990000000000011462\",\n                    \"msisdn\": \"329999800011462\",\n                    \"imsi\": \"999980000011462\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175553\",\n                    \"name\": \"endpointBulk_2\",\n                    \"iccid\": \"9990000000000011463\",\n                    \"msisdn\": \"329999800011463\",\n                    \"imsi\": \"999980000011463\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175554\",\n                    \"name\": \"endpointBulk_3\",\n                    \"iccid\": \"9990000000000011464\",\n                    \"msisdn\": \"329999800011464\",\n                    \"imsi\": \"999980000011464\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175555\",\n                    \"name\": \"endpointBulk_4\",\n                    \"iccid\": \"9990000000000011465\",\n                    \"msisdn\": \"329999800011465\",\n                    \"imsi\": \"999980000011465\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175556\",\n                    \"name\": \"endpointBulk_5\",\n                    \"iccid\": \"9990000000000011466\",\n                    \"msisdn\": \"329999800011466\",\n                    \"imsi\": \"999980000011466\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175557\",\n                    \"name\": \"endpointBulk_6\",\n                    \"iccid\": \"9990000000000011467\",\n                    \"msisdn\": \"329999800011467\",\n                    \"imsi\": \"999980000011467\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175558\",\n                    \"name\": \"endpointBulk_7\",\n                    \"iccid\": \"9990000000000011468\",\n                    \"msisdn\": \"329999800011468\",\n                    \"imsi\": \"999980000011468\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175559\",\n                    \"name\": \"endpointBulk_8\",\n                    \"iccid\": \"9990000000000011469\",\n                    \"msisdn\": \"329999800011469\",\n                    \"imsi\": \"999980000011469\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"LOCK\"\n                }\n            ]\n        },\n        \"totalNoOfRecords\": \"106\",\n        \"totalNoOfPages\": \"12\"\n    }\n}"},{"id":"1c5590e0-0b19-434f-a372-79b6a8c7fb00","name":"Get EndPoints - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndpoints"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6745\",\n            \"resultDescription\": \"Fetch endpoints failure\"\n        }\n    }\n}"},{"id":"0516a9d3-0172-46bc-83ce-ede5ddd296c5","name":"Get EndPoints - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1681","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 27 Feb 2020 11:33:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Via","value":"1.1 simforthings-dev.bics.com","name":"Via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"simforthings-dev.bics.com","path":"/","secure":false,"value":"rd10o00000000000000000000ffff0af20505o12021","key":"Encrypt_cookies"}],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"294839176672474\",\n        \"responseTimestamp\": \"14/06/2020 05:24:09\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6742\",\n            \"resultDescription\": \"Fetch endpoints success\"\n        },\n        \"responseParam\": {\n            \"endpoints\": [\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175551\",\n                    \"name\": \"NewEndpoint\",\n                    \"iccid\": \"9990000000000011461\",\n                    \"imei\": \"172938712893782\",\n                    \"msisdn\": \"329999800011461\",\n                    \"imsi\": \"999980000011461\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175552\",\n                    \"name\": \"endpointBulk_1\",\n                    \"iccid\": \"9990000000000011462\",\n                    \"msisdn\": \"329999800011462\",\n                    \"imsi\": \"999980000011462\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\",\n                    \"tagIdList\":[\n                   {\n                       \"tagName\": \"Customer Tag Name A\",\n                       \"tagId\": \"10001010\",\n                       \"tagDescription\": \"This is my tag description\"\n                  },\n                 {\n                   \"tagName\": \"Customer Tag Name A\",\n                   \"tagId\": \"10001010\",\n                   \"tagDescription\": \"This is my tag description\"\n                 }\n                  ]\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175553\",\n                    \"name\": \"endpointBulk_2\",\n                    \"iccid\": \"9990000000000011463\",\n                    \"msisdn\": \"329999800011463\",\n                    \"imsi\": \"999980000011463\",\n                    \"type\": \"0\",\n                    \"eid\":\"99000023354170000000001234560041\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175554\",\n                    \"name\": \"endpointBulk_3\",\n                    \"iccid\": \"9990000000000011464\",\n                    \"msisdn\": \"-\",\n                    \"imsi\": \"-\",\n                    \"type\": \"0\",\n                    \"eid\":\"99213360886673124896165251814999\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175555\",\n                    \"name\": \"endpointBulk_4\",\n                    \"iccid\": \"9990000000000011465\",\n                    \"msisdn\": \"329999800011465\",\n                    \"imsi\": \"999980000011465\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175556\",\n                    \"name\": \"endpointBulk_5\",\n                    \"iccid\": \"9990000000000011466\",\n                    \"msisdn\": \"329999800011466\",\n                    \"imsi\": \"999980000011466\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175557\",\n                    \"name\": \"endpointBulk_6\",\n                    \"iccid\": \"9990000000000011467\",\n                    \"msisdn\": \"329999800011467\",\n                    \"imsi\": \"999980000011467\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175558\",\n                    \"name\": \"endpointBulk_7\",\n                    \"iccid\": \"9990000000000011468\",\n                    \"msisdn\": \"329999800011468\",\n                    \"imsi\": \"999980000011468\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\"\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51175559\",\n                    \"name\": \"endpointBulk_8\",\n                    \"iccid\": \"9990000000000011469\",\n                    \"msisdn\": \"329999800011469\",\n                    \"imsi\": \"999980000011469\",\n                    \"type\": \"0\",\n                    \"eid\":\"-\",\n                    \"imeiLockStatus\": \"LOCK\"\n                }\n            ]\n        }\n    }\n}"},{"id":"ba25ef8f-cce4-4f64-a564-a478fb60ff16","name":"Get EndPoints - Success {For endpoints in Active-Test, Active-Inventory states}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndpoints"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3016402848308864\",\n        \"responseTimestamp\": \"30/12/2020 10:20:22\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6742\",\n            \"resultDescription\": \"Fetch endpoints success\"\n        },\n        \"responseParam\": {\n            \"endpoints\": [\n                {\n                    \"status\": \"AT\",\n                    \"id\": \"51596269\",\n                    \"name\": \"TestEndpoint\",\n                    \"iccid\": \"9990000000000010022\",\n                    \"msisdn\": \"329999800010022\",\n                    \"imsi\": \"999980000010022\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"LOCK\",\n                    \"tagIdList\":[\n                   {\n                       \"tagName\": \"Customer Tag Name A\",\n                       \"tagId\": \"10001010\",\n                       \"tagDescription\": \"This is my tag description\"\n                  },\n                 {\n                   \"tagName\": \"Customer Tag Name A\",\n                   \"tagId\": \"10001010\",\n                   \"tagDescription\": \"This is my tag description\"\n                 }\n                  ]\n                },\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51596295\",\n                    \"name\": \"test_Endpoint2\",\n                    \"iccid\": \"9990000000000010028\",\n                    \"msisdn\": \"329999800010028\",\n                    \"imsi\": \"999980000010028\",\n                    \"type\": \"0\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"AI\",\n                    \"id\": \"51596268\",\n                    \"name\": \"test_Endpoint3\",\n                    \"iccid\": \"9990000000000010023\",\n                    \"imei\": \"5533\",\n                    \"msisdn\": \"329999800010023\",\n                    \"imsi\": \"999980000010023\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"H\",\n                    \"id\": \"51596265\",\n                    \"name\": \"test_Endpoint4\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"LOCK\"\n                }\n                \n            ]\n        }\n    }\n}"},{"id":"8ec8500e-c0d3-4c27-8652-8417576ef7b5","name":"Get EndPoints - Success {For tagId}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpoints?tagId=2845001","protocol":"https","host":["{{url}}"],"path":["api","GetEndpoints"],"query":[{"key":"tagId","value":"2845001"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"9063342821928060\",\n        \"responseTimestamp\": \"28/09/2022 04:56:28\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6742\",\n            \"resultDescription\": \"Fetch endpoints success\"\n        },\n        \"responseParam\": {\n            \"endpoints\": [\n                {\n                    \"status\": \"A\",\n                    \"id\": \"51716214\",\n                    \"name\": \"test_taga\",\n                    \"iccid\": \"8932042000000000010\",\n                    \"msisdn\": \"327700040900010\",\n                    \"imsi\": \"206281000000010\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\",\n                    \"tagIdList\": [\n                        {\n                            \"tagName\": \"Tag_demo1\",\n                            \"tagId\": \"2845001\",\n                            \"tagDescription\": \"bics_belgium A\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"totalNoOfRecords\": \"17\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"943feaf3-aff0-4716-98c4-f41ca7b94f3f","name":"Get EndPoints - Success {For Null}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpoints?tagId=null","protocol":"https","host":["{{url}}"],"path":["api","GetEndpoints"],"query":[{"key":"tagId","value":"null"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"9063363486144516\",\n        \"responseTimestamp\": \"28/09/2022 04:56:49\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6742\",\n            \"resultDescription\": \"Fetch endpoints success\"\n        },\n        \"responseParam\": {\n            \"endpoints\": [\n                {\n                    \"status\": \"PA\",\n                    \"id\": \"51714881\",\n                    \"name\": \"new_endpoint:_only_creation\",\n                    \"msisdn\": \"\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"H\",\n                    \"id\": \"51714431\",\n                    \"name\": \"test_0098\",\n                    \"msisdn\": \"\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"H\",\n                    \"id\": \"51714432\",\n                    \"name\": \"test_Tags_1\",\n                    \"msisdn\": \"\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                },\n                {\n                    \"status\": \"H\",\n                    \"id\": \"51714399\",\n                    \"name\": \"bulk_tags_1\",\n                    \"msisdn\": \"\",\n                    \"type\": \"1\",\n                    \"imeiLockStatus\": \"UNLOCK\"\n                }\n            ]\n        },\n        \"totalNoOfRecords\": \"4\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"}],"_postman_id":"2243781d-7583-4986-ac31-a23fe5120ecd"},{"name":"Endpoint - Modify","id":"00eb138f-4118-4fcc-9672-4e8eb267c678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"addAddonPlanIds\":[\"pland103\",\"pland104\",\"pland155\"],\r\n            \"removeAddonPlanIds\":[\"pland101\",\"pland102\"],\r\n            \"addtagIds\":[\"1001\"],\r\n            \"removetagIds\":[\"1002\"]\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/endpoint","description":"<h1 id=\"description\">Description</h1>\n<p>This API is used to Modify the end point details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>EndPointID for which modification needs to be done, Mandatory if IMSI/MSISDN/ICCID is not given</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>CM</td>\n<td>IMSI for which modification needs to be done, Mandatory if endPointID/MSISDN/ICCID is not given</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN for which modification needs to be done, Mandatory if the endPointID/IMSI/ICCID is not given</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>CM</td>\n<td>ICCID for which modification needs to be done, Mandatory if the endPointID/IMSI/MSISDN is not given</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Imeilock status for an endpoint values: LOCK UNLOCK</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>O</td>\n<td>IMEI number to be locked.  <br />This can be given when the endpoint is being unlocked/locked. Use Lock/Unlock with imei = \"\" to remove previous imei value.</td>\n</tr>\n<tr>\n<td>addAddonPlanIds</td>\n<td>O</td>\n<td>List of Addon plan IDs to be added. List is limited to maximum 10 addons IDs per API Call.  <br /><strong>Note</strong> that the maximum number of addons that can be subscribed at any given time to an endpoint is 15.  <br />You can fetch the list of possible planId using \"QueryRatePlan\" API.  <br /><strong>NOTE</strong>:For OEM enabled accounts addition of Addon is allowed when the endpoint is in Active-Test or Active-Inventory state.But addon will be activated and visible only after its status is changed to Active</td>\n</tr>\n<tr>\n<td>removeAddonUniqueIds</td>\n<td>O</td>\n<td>List of Addons Unique IDs to be removed, You can fetch the list of possible uniqueId using \"GetEndPointProfile\" API.  <br /><strong>NOTE</strong>:For OEM enabled accounts deletion of addon with UniqueId is not possible.</td>\n</tr>\n<tr>\n<td>addValueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be activated for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>removeValueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be removed for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>addDynamicBenefitsIds</td>\n<td>O</td>\n<td>List of pooled or non-pooled Dynamic Benefits IDs to subscribe the Endpoint to. Currently an Endpoint can be subscribed only to one pooled or non-pooled Dynamic Benefits  <br />You can fetch the list of IDs of available Dynamic Benefits IDs using the \"GetCustomerProfile\" API.  <br /><strong>NOTE</strong>:For OEM enabled accounts addition of Dynamicbenefit is allowed when the endpoint is in Active-Test or Active-Inventory state.But Dynamicbenefit will be activated and visible only after its status is changed to Active</td>\n</tr>\n<tr>\n<td>removeDynamicBenefitsIds</td>\n<td>O</td>\n<td>List of pooled or non-pooled Dynamic Benefits IDs to unsubscribe the Endpoint from. A subscription to pooled or non-pooled Dynamic Benefits is mandatory if “dynamicBenefitEnable” is true on account level and if the Endpoint is activated.  <br />You can fetch the ID of the currently subscribed Dynamic Benefits using the \"GetEndpointProfile\" API.</td>\n</tr>\n<tr>\n<td>addtagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be added to endpoint.</td>\n</tr>\n<tr>\n<td>removetagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be removed to endpoint.</td>\n</tr>\n<tr>\n<td>removeAddonPlanIds</td>\n<td>O</td>\n<td>List of Addon plan IDs to be removed from OEM endpoint (ActiveTest/ActiveInventory).</td>\n</tr>\n<tr>\n<td>endPointName</td>\n<td>O</td>\n<td>New endpoint Name  <br />can have  <br />minimum of 5 characters, maximum of 30 characters, it can be alphanumeric, it can have space, colon and underscore.</td>\n</tr>\n<tr>\n<td>bar_2G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 2G</td>\n</tr>\n<tr>\n<td>bar_2G/3G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 2G/3G</td>\n</tr>\n<tr>\n<td>bar_4G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 4G</td>\n</tr>\n<tr>\n<td>bar_5G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 5G</td>\n</tr>\n<tr>\n<td>bar_SMS_MT</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar SMS_MT</td>\n</tr>\n<tr>\n<td>bar_SMS_MO</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar SMS_MO</td>\n</tr>\n<tr>\n<td>bar_DATA</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar DATA</td>\n</tr>\n<tr>\n<td>bar_NB_IOT</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar NB_IOT</td>\n</tr>\n<tr>\n<td>bar_All_Services</td>\n<td>O</td>\n<td>True  <br />False  <br />(1. if \"bar_All_Services\" is present rest all the barred parameters should be skipped.  <br />  <br />2. \"bar_All_Services\" will bar only services belongs to their Service Profile. If the Service Profile includes all the 4 services all the 4 below services will be barred)</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>APN Group ID, You can fetch the list of possible apnGroupId using \"fetchApnGroup\" API</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10068</td>\n<td>Modify endpoint success</td>\n<td></td>\n</tr>\n<tr>\n<td>10069</td>\n<td>Modify endpoint failure</td>\n<td></td>\n</tr>\n<tr>\n<td>2503</td>\n<td>Subscriber not in active state</td>\n<td></td>\n</tr>\n<tr>\n<td>10199</td>\n<td>Your request is under process</td>\n<td></td>\n</tr>\n<tr>\n<td>10202</td>\n<td>One deactivate addon request is under process</td>\n<td></td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Already Deactivated(Addon deactivate)</td>\n<td></td>\n</tr>\n<tr>\n<td>10145</td>\n<td>The option Dynamic Benefit only is enabled at parent level.So removing dynamic benefit is not possible</td>\n<td></td>\n</tr>\n<tr>\n<td>10147</td>\n<td>Request fails since same dynamic benefit is already assigned</td>\n<td></td>\n</tr>\n<tr>\n<td>10230</td>\n<td>Service already barred - DATA</td>\n<td></td>\n</tr>\n<tr>\n<td>10231</td>\n<td>Service already unbarred - DATA</td>\n<td></td>\n</tr>\n<tr>\n<td>10232</td>\n<td>Service is not present for endpoint - DATA</td>\n<td></td>\n</tr>\n<tr>\n<td>10233</td>\n<td>Unbarring RAT is not possible when DATA Service is already barred</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","endpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"93c1a00e-29ac-4129-b4b8-57fe4429e094","name":"Modify Endpoint - Success - {Unlock}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"imeiLockStatus\":\"UNLOCK\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 14 Jun 2020 16:40:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"335"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"292207828296005\",\n        \"responseTimestamp\": \"14/06/2020 04:40:17\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10068\",\n            \"resultDescription\": \"Modify endpoint success\"\n        }\n    }\n}"},{"id":"782b1077-0289-4676-9df6-87588989394d","name":"Modify Endpoint - Failure","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"imeiLockStatus\":\"LOCK\"\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/endpoint"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 14 Jun 2020 17:08:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"258"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"293928448584596\",\n        \"responseTimestamp\": \"14/06/2020 05:08:58\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10069\",\n            \"resultDescription\": \"Modify endpoint failure - Endpoint already locked to an IMEI, Please UNLOCK the Endpoint first\"\n        }\n    }\n}"},{"id":"ae8df00f-2a45-40b9-b697-0c694cd10437","name":"Modify Endpoint - Success - {Lock}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"imeiLockStatus\":\"LOCK\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 14 Jun 2020 17:08:25 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"335"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"293896002082447\",\n        \"responseTimestamp\": \"14/06/2020 05:08:25\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10068\",\n            \"resultDescription\": \"Modify endpoint success\"\n        }\n    }\n}"},{"id":"1e770222-47e7-4c75-a9cb-a4a692b9604b","name":"Endpoint - Modify  - {Addons}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"addAddonPlanIds\":[\"pland103\",\"pland104\",\"pland155\"],\r\n            \"removeAddonUniqueIds\":[\"pland101\",\"pland102\"]\r\n      }\r\n   }\r\n}"},"url":"https://{{url}}/api/endpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Date","value":"Tue, 11 Aug 2020 09:34:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"293896002082447\",\n        \"responseTimestamp\": \"14/06/2020 05:08:25\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10068\",\n            \"resultDescription\": \"Modify endpoint success\"\n        }\n    }\n}"},{"id":"d3aa008d-647b-49cd-a677-e8bc87cc61c5","name":"Endpoint - Modify - Success {Lock with imei}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596268\",\r\n        \"requestParam\": {\r\n            \"imeiLockStatus\": \"LOCK\",\r\n            \"imei\": \"5533\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3015309429144666\",\n        \"responseTimestamp\": \"30/12/2020 10:02:09\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10068\",\n            \"resultDescription\": \"Modify endpoint success\"\n        }\n    }\n}"},{"id":"acdeac3e-9835-4815-b0cb-60e1ae3b9030","name":"Endpoint - Modify - Success {Unlock with imei}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596268\",\r\n        \"requestParam\": {\r\n            \"imeiLockStatus\": \"UNLOCK\",\r\n            \"imei\": \"5533\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"3015309429144666\",\n        \"responseTimestamp\": \"30/12/2020 10:02:09\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10068\",\n            \"resultDescription\": \"Modify endpoint success\"\n        }\n    }\n}"},{"id":"877d5184-e0c6-4535-b393-05743619199f","name":"Endpoint - Modify - success {addValueAddedFeatureIds}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"imeiLockStatus\":\"UNLOCK\",\r\n            \"addValueAddedFeatureIds\":[\"2\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"responseId\": \"13549527215301469\",\r\n\t\t\"responseTimestamp\": \"05/08/2021 11:14:52\",\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"10068\",\r\n\t\t\t\"resultDescription\": \"Modify endpoint success\"\r\n\t\t}\r\n\t}\r\n}"},{"id":"a544d470-9d10-4c67-9e8c-fef88259631f","name":"Endpoint - Modify - success {removeValueAddedFeatureIds}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"imeiLockStatus\":\"UNLOCK\",\r\n            \"removeValueAddedFeatureIds\":[\"3\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"responseId\": \"13549527215301469\",\r\n\t\t\"responseTimestamp\": \"05/08/2021 11:14:52\",\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"10068\",\r\n\t\t\t\"resultDescription\": \"Modify endpoint success\"\r\n\t\t}\r\n\t}\r\n}"},{"id":"d7ac7c93-85ec-43b4-aacd-77892d001e7b","name":"Endpoint - Modify - success {addDynamicBenefitsIds}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51661404\",\r\n      \"requestParam\":{  \r\n            \"addDynamicBenefitsIds\":[\"1330\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"19882100775620353\",\r\n        \"responseTimestamp\": \"17/10/2021 18:17:46\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}"},{"id":"f164ab9c-871c-4b75-a6a9-d92ce4697fa6","name":"Endpoint - Modify - success {removeDynamicBenefitsIds}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51661404\",\r\n      \"requestParam\":{  \r\n            \"removeDynamicBenefitsIds\":[\"1335\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"19882100775620353\",\r\n        \"responseTimestamp\": \"17/10/2021 18:17:46\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}"},{"id":"fecfb80b-f632-4153-ba0f-237ea51daee6","name":"Endpoint - Modify - success {add or remove Tags}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51661404\",\r\n      \"requestParam\":{  \r\n            \"addtagIds\":[\"1001\"],\r\n            \"removetagIds\":[\"1002\"]\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"19882100775620353\",\r\n        \"responseTimestamp\": \"17/10/2021 18:17:46\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}"},{"id":"ddc06ca4-34c6-4da4-9ce7-fdbf5dd916c1","name":"Endpoint - Modify - Failure {Subscriber not in active state}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"endPointId\": \"51714881\",\r\n\t\t\"requestParam\": {\r\n\t\t\t\"addAddonPlanIds\": [\"604587\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"8278738034557952\",\r\n        \"responseTimestamp\": \"19/09/2022 02:59:44\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"2503\",\r\n            \"resultDescription\": \"Subscriber not in active state\"\r\n        }\r\n    }\r\n}"},{"id":"d2d45458-c530-4ab3-b7cb-f60acaff70fe","name":"Endpoint - Modify - Success - removeAddonUniqueIds","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51782882\",\r\n        \"requestParam\": {\r\n            \"removeAddonUniqueIds\": [\r\n                \"20477\"\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"responseId\": \"17871651255422464\",\r\n      \"responseTimestamp\": \"22/12/2022 16:50:48\",\r\n      \"resultCode\": \"0\",\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10199\",\r\n         \"resultDescription\": \"Your request is under process\"\r\n      }\r\n   }\r\n}"},{"id":"c4ce1cfd-82a1-499e-aae8-40f3a66f378c","name":"Endpoint - Modify - Success - removeAddonPlanIds","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51175551\",\r\n        \"requestParam\": {\r\n            \"removeAddonPlanIds\": [\r\n                \"611512\"\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"responseId\": \"8732880980362027\",\r\n      \"responseTimestamp\": \"19/01/2023 12:11:51\",\r\n      \"resultCode\": \"0\",\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10068\",\r\n         \"resultDescription\": \"Modify endpoint success\"\r\n      }\r\n   }\r\n}"},{"id":"b3887b35-48b4-4721-bc01-e66ef9f6546f","name":"Endpoint - Modify - Success - Modify Endpoint name","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51859489\",\r\n      \"requestParam\":{  \r\n         \"endPointName\":\"endpoint_name1\"\r\n         \r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1636712233179729\",\r\n        \"responseTimestamp\": \"24/04/2023 14:46:56\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}\r\n"},{"id":"dc410cce-e58e-4e0c-9a7f-25be522c86dd","name":"Endpoint - Modify - Success - Service barring","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\",\r\n      \"requestParam\":{  \r\n        \t\"bar_2G\": \"true\",\r\n\t\t\t\"bar_3G\": \"true\",\r\n\t\t\t\"bar_4G\": \"true\",\r\n\t\t\t\"bar_5G\": \"true\",\r\n\t\t\t\"bar_SMS_MT\": \"true\",\r\n\t\t\t\"bar_SMS_MO\": \"true\",\r\n\t\t\t\"bar_NB_IOT\": \"true\",\r\n\t\t\t\"bar_DATA\": \"true\",\r\n\t\t\t\"bar_All_Services\": \"true\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1636712233179729\",\r\n        \"responseTimestamp\": \"24/04/2023 14:46:56\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}\r\n"},{"id":"e65604f6-045f-4f32-bd10-7c7eed4951a0","name":"Endpoint - Modify - Failure -Modify Enpoint name","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51859489\",\r\n      \"requestParam\":{  \r\n         \"endPointName\":\"endpoint_#name1\"\r\n         \r\n      }\r\n   }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1636844050669500\",\r\n        \"responseTimestamp\": \"24/04/2023 14:49:08\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1001\",\r\n            \"resultDescription\": \"Wrong input parameter - endPointName\"\r\n        }\r\n    }\r\n}"},{"id":"43a9473a-336e-41cd-9c5c-385a5304e0a9","name":"Endpoint - Modify- Success-{APN}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Request\": {\r\n    \"endPointId\": \"52378222\",\r\n    \"requestParam\": {\r\n      \t\"apnGroupId\":\"PDP_49398\"\r\n        \r\n\r\n    }\r\n  }"},"url":"https://{{url}}/api/endpoint"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\r\n    \"Response\": {\r\n        \"responseId\": \"11730805430592959\",\r\n        \"responseTimestamp\": \"05/11/2024 12:17:11\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10068\",\r\n            \"resultDescription\": \"Modify endpoint success\"\r\n        }\r\n    }\r\n}\r\n"}],"_postman_id":"00eb138f-4118-4fcc-9672-4e8eb267c678"},{"name":"Endpoint - Delete","event":[{"listen":"test","script":{"id":"621928c7-501c-4c66-b170-98d78c7c4cdb","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"b2258f18-451b-4820-8c29-e6a4f4676fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51175551\"\r\n   }\r\n}"},"url":"https://{{url}}/api/DeleteEndPoint ","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to Delete an Endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>EndPointID of the endpoint to delete.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10158</td>\n<td>Delete Endpoint is not allowed. Please De-Link SIM first.</td>\n<td></td>\n</tr>\n<tr>\n<td>10159</td>\n<td>Endpoint successfully deleted.</td>\n<td></td>\n</tr>\n<tr>\n<td>1001</td>\n<td>Wrong Input Parameter – {Parameter Name}</td>\n<td></td>\n</tr>\n<tr>\n<td>10160</td>\n<td>Internal failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeleteEndPoint "],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f6fe3304-4e3a-4265-857e-f2088a3b6031","name":"Endpoint - Delete - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"50000000\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/DeleteEndPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:52:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"106"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Response\": {\r\n    \"responseId\": \"292207828296005\",\r\n    \"responseTimestamp\": \"14/06/2020 04:40:17\",\r\n    \"resultCode\": \"0\",\r\n    \"resultParam\": {\r\n      \"resultCode\": \"10159\",\r\n      \"resultDescription\": \"Endpoint successfully deleted.\"\r\n    }\r\n  }\r\n}\r\n\r\n"},{"id":"2d8758fa-805c-4ee9-9b40-482166f98b36","name":"Endpoint - Delete - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"50000000\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/DeleteEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Response\": {\n    \"responseId\": \"292207828296005\",\n    \"responseTimestamp\": \"14/06/2020 04:40:17\",\n    \"resultCode\": \"0\",\n    \"resultParam\": {\n      \"resultCode\": \"10160\",\n      \"resultDescription\": \"Delete endpoint failure.\"\n    }\n  }\n}\n"},{"id":"530ef1ab-53c2-43aa-978d-8a8d3af5e6f3","name":"Endpoint - Delete - Delete Endpoint is not allowed. Please De-Link SIM first","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51710550\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/DeleteEndPoint"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6725314016255857\",\n        \"responseTimestamp\": \"01/09/2022 07:00:36\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10158\",\n            \"resultDescription\": \"Delete Endpoint is not allowed. Please De-Link SIM first\"\n        }\n    }\n}"}],"_postman_id":"b2258f18-451b-4820-8c29-e6a4f4676fcd"},{"name":"Endpoint - Get ICCID","event":[{"listen":"test","script":{"id":"ad393519-4f21-402c-b28a-42fb39227b29","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"2d5aed5a-4468-4f73-a256-f4a5cabacefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchICCIDForProvisioning","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to retrieve ICCIDs in Ready to Activate status. Only ranges eligible for Provisioning will come in response.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of ICCID info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-iccid-list-info-parameters\">Output ICCID list info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountName</td>\n<td>O</td>\n<td>Name of account to whom SIM has been assigned to</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>O</td>\n<td>Total available quantity for SIM provisioning</td>\n</tr>\n<tr>\n<td>iccidRange</td>\n<td>O</td>\n<td>Range of the ICCID</td>\n</tr>\n<tr>\n<td>simStatus</td>\n<td>O</td>\n<td>Current status of SIM</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10048</td>\n<td>Fetch ICCID for provisioning success</td>\n<td></td>\n</tr>\n<tr>\n<td>10049</td>\n<td>Fetch ICCID for provisioning failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchICCIDForProvisioning"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a11fff22-9858-409d-8f81-9d0b36d32955","name":"Endpoint Get ICCID - Get ICCID - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchICCIDForProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 10:09:30 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"501"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10048\",\r\n            \"resultDescription\": \"Fetch ICCID for provisioning success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"accountName\": \"Technologies\",\r\n                    \"quantity\": \"2\",\r\n                    \"iccidRange\": \"8932042000000010296-8932042000000010297\",\r\n                    \"simStatus\": \"Ready To Activate\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"43883829015917794\",\r\n        \"responseTimestamp\": \"12/05/2020 10:53:23\"\r\n    }\r\n}"},{"id":"eb04bb72-c443-4451-80c0-560d1dca3279","name":"Endpoint Get ICCID - Failure - {Insufficient Privilege}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchICCIDForProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 10:12:00 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10002\",\n            \"resultDescription\": \"Insufficient privilege\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"46584464113879662\",\n        \"responseTimestamp\": \"12/05/2020 10:12:00\"\n    }\n}"},{"id":"bddaf58e-2b62-461e-a185-de32226097cd","name":"Endpoint Get ICCID - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchICCIDForProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 04:35:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"202"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10049\",\r\n            \"resultDescription\": \"Fetch ICCID for provisioning failure\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"1589307147698\",\r\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\r\n    }\r\n}"}],"_postman_id":"2d5aed5a-4468-4f73-a256-f4a5cabacefd"},{"name":"Endpoint - Bulk Create","event":[{"listen":"test","script":{"id":"2f4ec659-3384-4909-b842-96915705e6a9","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"17b6e879-5d56-45a4-af75-ab4b8f97c637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n    \"startICCID\": \"8932042000000000011\",\r\n    \"endICCID\": \"8932042000000000011\",\r\n    \"quantity\": \"1\",\r\n    \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n  }\r\n}\r\n\r\n"},"url":"https://{{url}}/api/bulkProvisioning","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used for bulk provisioning of Endpoints. This API is used to add new subscribers in bulk to the System, all of them with the same PDP profile,plan, roaming profile,dynamic benefit and credit limit(for post paid plan)<br />If an error is detected while processing, the whole bulk will be rolled-back and treated as unsuccessful.<br />The maximum allowed bulk size is 4000 subscribers.<br />You can verify if the request was successful by calling “Get Bulk SIM Provisioning Detail” API.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bulkProvisioningInfo</td>\n<td>M</td>\n<td>Object of the Bulk Provisioning info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-bulkprovisioninginfo-parameters\">Input bulkProvisioningInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointName</td>\n<td>M</td>\n<td>EndPoint name static string</td>\n</tr>\n<tr>\n<td>endPointNameId</td>\n<td>M</td>\n<td>Endpoint name id, the actual endpoint names will be in a format like this \"endPointName_endPointNameId\" to endPointNameId + quantity - 1</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>M</td>\n<td>Apn Group Id, You can fetch the list of possible apnGroupId using \"fetchApnGroup\" API.</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Plan id, You can fetch the list of possible planId using \"QueryRatePlan\" API.</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>M</td>\n<td>Array of roaming profile ids</td>\n</tr>\n<tr>\n<td>dynamicBenefitEnable</td>\n<td>O</td>\n<td>This parameter has become deprecated. It will be ignored by the system if sent. Subscription of an Endpoint to Dynamic Benefits is only mandatory if “dynamicBenefitEnable” is true on account level and only when the Endpoint is activated.</td>\n</tr>\n<tr>\n<td>benefits</td>\n<td>CM</td>\n<td>Pooled or non-pooled Dynamic Benefit ID, mandatory if \"dynamicBenefitEnable\" on account level is true and if the Endpoint is activated, optional otherwise. You can fetch the list of possible benefitIds using the \"GetCustomerProfile\" API.</td>\n</tr>\n<tr>\n<td>creditLimit</td>\n<td>O</td>\n<td>If creditLimit is not defined for Postpaid endpoint it will be created with creditLimit = Unlimited</td>\n</tr>\n<tr>\n<td>startICCID</td>\n<td>CM</td>\n<td>Start ICCID</td>\n</tr>\n<tr>\n<td>endICCID</td>\n<td>CM</td>\n<td>End ICCID range, end ICCID for provisioning would be calculated based on provided startICCID and quantity</td>\n</tr>\n<tr>\n<td>iccidList</td>\n<td>CM</td>\n<td>List of the target ICCIDs used for the endpoint creation.This field should contain a list of elements with 19 digits, only numbers. The list should not contain more than 4k ICCIDs</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>CM</td>\n<td>Quantity mandatory parameter only for cases when ICCIDs are defined as range (startICCID, endICCID). If ICCIDs are defined as iccidList Quantity parameter is not required</td>\n</tr>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Imeilock status for an endpoint values:  <br />LOCK  <br />UNLOCK</td>\n</tr>\n<tr>\n<td>addonPlanIds</td>\n<td>O</td>\n<td>Plan id of addon plans which needs to be activated, You can fetch the list of possible planId using \"QueryRatePlan\" API.</td>\n</tr>\n<tr>\n<td>isDefaultActivation</td>\n<td>O</td>\n<td>Parameter which defines to activate SIM immediately/later  <br />isDefaultActivation = true (Activate Immediately)  <br />isDefaultActivation = false (To Create Endpoints in Pre-Active state)  <br />Note: \"isDefaultActivation\" will be considered as true by default if this parameter is not specified in the request  <br />Note: For OEM enabled accounts if isDefaultActivation = true (Activate Immediately) then the endpoint will be Active-Test(AT) state and for isDefaultActivation = false the endpoint will be in Pre-Active state</td>\n</tr>\n<tr>\n<td>valueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be activated for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>tagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be assigned to endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>simProvisionId</td>\n<td>O</td>\n<td>SIM provisioning id - used to obtain the Bulk Endpoint Create job result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10054</td>\n<td>Success!! request has sent for processing</td>\n<td></td>\n</tr>\n<tr>\n<td>10146</td>\n<td>Failure!! duplicate iccidList exist in the request</td>\n<td></td>\n</tr>\n<tr>\n<td>10148</td>\n<td>Failure!! Either use iccidList or range</td>\n<td></td>\n</tr>\n<tr>\n<td>10073</td>\n<td>Maximum count exceeds for input parameter - {reason}</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","bulkProvisioning"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4217f7f-9e52-469c-ace6-0b2b47a5c22e","name":"Endpoint Bulk Create - Success - {Normal Case}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1870\",\r\n    \"planId\": \"DEFAULTPOST41170754\",\r\n    \"roamingProfileId\": [\"279\"],\r\n    \"creditLimit\": \"UNLIMITED\",\r\n    \"startICCID\": \"9990000000000011466\",\r\n    \"endICCID\": \"9990000000000011470\",\r\n    \"quantity\": \"3\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n    \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 10:14:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"229"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589278484971\",\n        \"responseTimestamp\": \"12/05/2020 10:14:44\",\n        \"simProvisionId\": \"10471\"\n    }\n}"},{"id":"de861dd9-fe57-40e3-b21c-bdecad428809","name":"Endpoint Bulk Create - Success - {With Dynamic Benefit}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n    \"startICCID\": \"8932042000000000011\",\r\n    \"endICCID\": \"8932042000000000011\",\r\n    \"quantity\": \"1\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 10:34:11 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"229"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589279651772\",\n        \"responseTimestamp\": \"12/05/2020 10:34:11\",\n        \"simProvisionId\": \"10476\"\n    }\n}"},{"id":"a9785206-77a4-4e4f-a82e-eb43ea7808ed","name":"Endpoint Bulk Create - Success - {With IccidList}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n\"iccidList\":[\"9990000000000036647\",\"8932042000000000010\"],\r\n    \"quantity\": \"2\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 10:34:11 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"229"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"6053655079046067\",\n        \"responseTimestamp\": \"24/08/2022 08:54:56\",\n        \"simProvisionId\": \"16581\"\n    }\n}"},{"id":"9492d246-c377-4cf0-be48-230e52a6369b","name":"Endpoint Bulk Create - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n    \"startICCID\": \"8932042000000000011\",\r\n    \"endICCID\": \"8932042000000000011\",\r\n    \"quantity\": \"1\",\r\n    \"addonPlanIds\":[\"30115133623\",\"30115133621\"],\r\n    \"imeiLockStatus\":\"LOCK\",\r\n    \"isDefaultActivation\":\"false\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n    \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10054\",\n            \"resultDescription\": \"Success !! request has sent for processing\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589278484971\",\n        \"responseTimestamp\": \"12/05/2020 10:14:44\",\n        \"simProvisionId\": \"10782\"\n    }\n}"},{"id":"8aa4c2e5-077f-4f4f-9453-d570bb9ba2f5","name":"Endpoint Bulk Create - Failure{ Either use iccidList or range}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n    \"startICCID\": \"8932042000000000011\",\r\n    \"iccidList\":[\"8932042000000000010\"],\r\n    \"quantity\": \"1\",\r\n    \"addonPlanIds\":[\"30115133623\",\"30115133621\"],\r\n    \"imeiLockStatus\":\"LOCK\",\r\n    \"isDefaultActivation\":\"false\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n    \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10145\",\n            \"resultDescription\": \"Failure!! Either use iccidList or range\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"6053970069274466\",\n        \"responseTimestamp\": \"24/08/2022 09:00:11\"\n    }\n}"},{"id":"0350b105-fee7-4cce-97c0-3e932a82c5d6","name":"Endpoint Bulk Create - Failure-{duplicate iccidList exist in the request }","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"bulkProvisioningInfo\": {\r\n    \"endPointName\": \"endpointBulk\",\r\n    \"endPointNameId\": \"1\",\r\n    \"apnGroupId\": \"PDP_1968\",\r\n    \"planId\": \"DEFAULTPRE41166994\",\r\n    \"roamingProfileId\": [\"125\"],\r\n    \"dynamicBenefitEnable\": \"true\",\r\n\t\"benefits\": \"1568\",\r\n\"iccidList\":[\"8932042000000000010\",\"8932042000000000010\"],\r\n    \"quantity\": \"1\",\r\n    \"addonPlanIds\":[\"30115133623\",\"30115133621\"],\r\n    \"imeiLockStatus\":\"LOCK\",\r\n    \"isDefaultActivation\":\"false\",\r\n    \"valueAddedFeatureIds\":[\"2\",\"3\"],\r\n    \"tagIds\":[\"1001\",\"1002\",\"1003\"]\r\n  }\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkProvisioning"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10146\",\n            \"resultDescription\": \"Failure!! duplicate iccidList exist in the request\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"6054057593090033\",\n        \"responseTimestamp\": \"24/08/2022 09:01:38\"\n    }\n}"}],"_postman_id":"17b6e879-5d56-45a4-af75-ab4b8f97c637"},{"name":"Endpoint - Bulk Create  - Process Status","event":[{"listen":"test","script":{"id":"e4eda294-75c0-49e8-bc34-ca707c4b50d1","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d9709428-ca88-4214-a5e1-270935509e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIMProvisioningDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Main purpose of this API is to verify that Bulk SIM provisioning was successful or not.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>simProvisionId</td>\n<td>O</td>\n<td>SIM provision id, You can fetch simProvisionId from the response of \"bulkProvisioning\" API.</td>\n</tr>\n<tr>\n<td>endpointStatus</td>\n<td>O</td>\n<td>endpointStatus category.  <br />endpointStatus possible values  <br />1.Active  <br />2.Pre-Active  <br />Note: This query parameter does not work with the combination of \"simProvisionId\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Response SIM Provisioning info parameters</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters-1\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>iccidRange</td>\n<td>O</td>\n<td>Iccid range which was used for bulk provisioning</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>O</td>\n<td>Quantity for bulk provisioning</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Account id who has performed bulk provisioning</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>O</td>\n<td>Account Name who has performed bulk provisioning</td>\n</tr>\n<tr>\n<td>simProvisionId</td>\n<td>O</td>\n<td>Bulk SIM provisioning id</td>\n</tr>\n<tr>\n<td>simProvisioningDate</td>\n<td>O</td>\n<td>Bulk SIM provisioning date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Bulk SIM provisioning status it can be Processing, Success or Fail</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>O</td>\n<td>Bulk SIM provisioning reason, If it is failed, then in reason failed details would be there</td>\n</tr>\n<tr>\n<td>endpointStatus</td>\n<td>O</td>\n<td>This parameter defines the status of the endpoint  <br />Pre-Active - Status of the endpoints when the sims are just linked but not activated  <br />Active - Status of the endpoints which are activated</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10050</td>\n<td>Fetch SIM provisioning details success</td>\n<td></td>\n</tr>\n<tr>\n<td>10051</td>\n<td>Fetch SIM provisioning details failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchSIMProvisioningDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"afb70e08-930a-4616-bbbc-e50c97eb2e13","name":"Endpoint Bulk Create  - Process Status - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIMProvisioningDetails"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10051\",\n            \"resultDescription\": \"Fetch SIM provisioning details failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"1cdcad2a-6994-41a7-a401-92a90588c3c3","name":"Endpoint Bulk Create - Process Status - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIMProvisioningDetails"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10050\",\n            \"resultDescription\": \"Fetch SIM provisioning details success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"171249347740500\",\n        \"responseTimestamp\": \"12/05/2020 10:20:44\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"iccidRange\": \"9990000000000011466-9990000000000011469\",\n                    \"endpointStatus\": \"Pre-Active\",\n                    \"quantity\": 3,\n                    \"accountId\": \"41166994\",\n                    \"accountName\": \"mvneenterprise\",\n                    \"simProvisionId\": \"10476\",\n                    \"simProvisioningDate\": \"12/05/2020 10:14:44\",\n                    \"status\": \"Success\",\n                    \"reason\": \"Sim provisioning successful\"\n                },\n                {\n                    \"iccidRange\": \"9990000000000011469-9990000000000011470\",\n                    \"endpointStatus\": \"Active\",\n                    \"quantity\": 1,\n                    \"accountId\": \"41166994\",\n                    \"accountName\": \"mvneenterprise\",\n                    \"simProvisionId\": \"10477\",\n                    \"simProvisioningDate\": \"12/05/2020 10:17:44\",\n                    \"status\": \"Success\",\n                    \"reason\": \"Sim provisioning successful\"\n                }\n            ]\n        }\n    }\n}"},{"id":"0a1dc61e-b6a0-4ee0-885d-73eb8bd8e989","name":"Endpoint Bulk Create - Process Status - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIMProvisioningDetails?simProvisionId=10476&action=activate&","protocol":"https","host":["{{url}}"],"path":["api","fetchSIMProvisioningDetails"],"query":[{"key":"simProvisionId","value":"10476"},{"key":"action","value":"activate"},{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10050\",\n            \"resultDescription\": \"Fetch SIM provisioning details success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"171249347740500\",\n        \"responseTimestamp\": \"12/05/2020 10:15:44\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"iccidRange\": \"9990000000000011466-9990000000000011469\",\n                    \"endpointStatus\": \"Pre-Active\",\n                    \"quantity\": \"102\",\n                    \"accountId\": \"41166994\",\n                    \"accountName\": \"mvneenterprise\",\n                    \"simProvisionId\": \"10476\",\n                    \"simProvisioningDate\": \"12/05/2020 10:14:44\",\n                    \"status\": \"Success\",\n                    \"reason\": \"Sim provisioning successful\"\n                }\n            ]\n        }\n    }\n}"},{"id":"f3522a19-9aff-4280-aa31-8580b365258f","name":"Endpoint Bulk Create  - Process Status - Failure {Attaching addons for Pre-Active endpoints}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIMProvisioningDetails"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10050\",\n            \"resultDescription\": \"Fetch SIM provisioning details success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"iccidRange\": \"9990000000000014303-9990000000000014303\",\n                    \"endpointStatus\": \"Pre-Active\",\n                    \"quantity\": 1,\n                    \"accountId\": \"41598666\",\n                    \"accountName\": \"bulk_PROV_OEM\",\n                    \"simProvisionId\": \"14334\",\n                    \"simProvisioningDate\": \"08/02/2021 13:11:42\",\n                    \"status\": \"Fail\",\n                    \"reason\": \"Addon can only be assigned to Active endpoints\"\n                }\n            ]\n        },\n        \"responseId\": \"11205750771069077\",\n        \"responseTimestamp\": \"08/02/2021 13:10:06\"\n    }\n}"},{"id":"1c942d47-70ab-40d4-bbf1-133b5e59efb7","name":"Endpoint Bulk Create  - Process Status - Failure {ICCID is not valid, either ICCID does not exist on System or it is not in Ready-To-Active}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIMProvisioningDetails"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10050\",\n            \"resultDescription\": \"Fetch SIM provisioning details success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"iccidRange\": \"8932042000000000010-8932042000000000010\",\n                    \"endpointStatus\": \"Active\",\n                    \"quantity\": 1,\n                    \"accountId\": \"41709975\",\n                    \"accountName\": \"ent_1334\",\n                    \"simProvisionId\": \"16587\",\n                    \"simProvisioningDate\": \"24/08/2022 08:57:56\",\n                    \"status\": \"Fail\",\n                    \"reason\": \"ICCID is not valid, either ICCID does not exist on System or it is not in Ready-To-Active\"\n                }\n            ]\n        },\n        \"responseId\": \"6053846472749663\",\n        \"responseTimestamp\": \"24/08/2022 08:58:07\"\n    }\n}"}],"_postman_id":"d9709428-ca88-4214-a5e1-270935509e1e"},{"name":"Endpoint - Bulk Modify","id":"8e854d99-1525-4298-b4bd-b6b0000feac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"msisdn\",\r\n\t\t\"valuelist\": [\"329999800011461\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"imeiLockStatus\": \"LOCK\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://{{url}}/api/endpointbulk","description":"<h1 id=\"description\">Description</h1>\n<p>This API is used for bulk Modification of Endpoints. The maximum allowed number is 4000 subscribers. You can verify the status of your request by calling “GET Job Status” API (under Organisation) using the Job ID provided in the responce.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>One of the below Resource Type needs to be used:  <br />endPointid  <br />imsi  <br />msisdn  <br />iccid</td>\n</tr>\n<tr>\n<td>valuelist</td>\n<td>M</td>\n<td>Value of the field to be updated based on the resource type used in request</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of End Point details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Imeilock status for an endpoint values:  <br />LOCK  <br />UNLOCK</td>\n</tr>\n<tr>\n<td>addAddonPlanIds</td>\n<td>O</td>\n<td>List of Addon plan IDs to be added. List is limited to maximum 10 addons IDs per API Call.  <br /><strong>Note</strong> that the maximum number of addons that can be subscribed at any given time to an endpoint is 15.  <br />You can fetch the list of possible planId using \"QueryRatePlan\" API.  <br /><strong>NOTE</strong>:For OEM enabled accounts addition of Addon is restricted when the endpoint is in Active-Test or Active-Inventory state.</td>\n</tr>\n<tr>\n<td>removeValueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be removed for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>addValueAddedFeatureIds</td>\n<td>O</td>\n<td>IDs of value added features which need to be activated for the endpoint  <br />Format should be like [\"valueAddedFeatureId1\",\"valueAddedFeatureId2\"]  <br />The exact values of the IDs can be retrieved from the value added features configured in the platform</td>\n</tr>\n<tr>\n<td>addDynamicBenefitsIds</td>\n<td>O</td>\n<td>List of pooled or non-pooled Dynamic Benefits IDs to subscribe the Endpoints to. Currently an Endpoint can be subscribed only to one pooled or non-pooled Dynamic Benefits.  <br />You can fetch the list of IDs of available Dynamic Benefits IDs using the \"GetCustomerProfile\" API.</td>\n</tr>\n<tr>\n<td>removeDynamicBenefitsIds</td>\n<td>O</td>\n<td>List of pooled or non-pooled Dynamic Benefits IDs to unsubscribe the Endpoints from. A subscription to pooled or non-pooled Dynamic Benefits is mandatory if “dynamicBenefitEnable” is true on account level and if the Endpoint is activated.  <br />You can fetch the ID of the currently subscribed Dynamic Benefits using the \"GetEndpointProfile\" API.</td>\n</tr>\n<tr>\n<td>addtagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be added to endpoint.</td>\n</tr>\n<tr>\n<td>removetagIds</td>\n<td>O</td>\n<td>List of TAG IDs (comma separated and within double quote) to be removed from endpoint.</td>\n</tr>\n<tr>\n<td>endPointName</td>\n<td>O</td>\n<td>New endpoint Name  <br />can have  <br />minimum of 5 characters, maximum of 30 characters, it can be alphanumeric, it can have space, colon and underscore.</td>\n</tr>\n<tr>\n<td>bar_2G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 2G</td>\n</tr>\n<tr>\n<td>bar_2G/3G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 2G/3G</td>\n</tr>\n<tr>\n<td>bar_4G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 4G</td>\n</tr>\n<tr>\n<td>bar_5G</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar 5G</td>\n</tr>\n<tr>\n<td>bar_SMS_MT</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar SMS_MT</td>\n</tr>\n<tr>\n<td>bar_SMS_MO</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar SMS_MO</td>\n</tr>\n<tr>\n<td>bar_DATA</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar DATA</td>\n</tr>\n<tr>\n<td>bar_NB_IOT</td>\n<td>O</td>\n<td>True  <br />False  <br />bar/unbar NB_IOT</td>\n</tr>\n<tr>\n<td>bar_All_Services</td>\n<td>O</td>\n<td>True  <br />False  <br />(1. if \"bar_All_Services\" is present rest all the barred parameters should be skipped.  <br />  <br />2. \"bar_All_Services\" will bar only services belongs to their Service Profile. If the Service Profile includes all the 4 services all the 4 below services will be barred)</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>APN Group ID, You can fetch the list of possible apnGroupId using \"fetchApnGroup\" API</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>O</td>\n<td>Unique ID generated for each bulk modification, used to check the status of the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10070</td>\n<td>Success!! request has sent for processing</td>\n<td></td>\n</tr>\n<tr>\n<td>10073</td>\n<td>Maximum count exceeds for input parameter - {reason}</td>\n<td></td>\n</tr>\n<tr>\n<td>10134</td>\n<td>Modify endpoint(s) failure - {reason}</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","endpointbulk"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dee9857a-7a95-4899-9f9d-be4c0171d977","name":"Endpoint - Bulk Modify - Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"msisdn\",\r\n\t\t\"valuelist\": [\"329999800011461\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"imeiLockStatus\": \"LOCK\",\r\n\t\t\t\"addAddonPlanIds\":[\"pland103\",\"pland104\",\"pland155\"],\r\n            \"addValueAddedFeatureIds\":[\"2\",\"3\"],\r\n            \"removeValueAddedFeatureIds\":[\"4\",\"5\"],\r\n            \"addtagIds\":[\"1001\",\"1002\",\"1003\"],\r\n            \"removetagIds\":[\"2001\",\"2002\",\"2003\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpointbulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 14 Jun 2020 18:17:06 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"220"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"298017118206010\",\n        \"responseTimestamp\": \"14/06/2020 06:17:06\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10070\",\n            \"resultDescription\": \"Success!! Request has sent for processing\"\n        },\n        \"JobId\": \"1032\"\n    }\n}"},{"id":"8c3e4f0c-0cbd-4e93-ab09-700c77689d60","name":"Endpoint - Bulk Modify - Success -Modify Endpoint Name","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"msisdn\",\r\n\t\t\"valuelist\": [\"998602233019847\",\"998602233019844\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"imeiLockStatus\": \"LOCK\",\r\n\t\t\t\"addAddonPlanIds\":[\"629059\"],\r\n            \"addValueAddedFeatureIds\":[\"3858\"],\r\n            \"removeValueAddedFeatureIds\":[\"3856\"],\r\n            \"addtagIds\":[\"11390001\"],\r\n            \"removetagIds\":[\"11375001\"],\r\n            \"endPointName\":\"endpoint_name1\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpointbulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 14 Jun 2020 18:17:06 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"220"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1636820353261697\",\n        \"responseTimestamp\": \"24/04/2023 14:48:44\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10070\",\n            \"resultDescription\": \"Success!! request has sent for processing\"\n        },\n        \"JobId\": \"5586\"\n    }\n}"},{"id":"413ed386-7293-4081-8684-a287d9b8acd5","name":"Endpoint - Bulk Modify - Failure - {Maximum count exceeds for input Parameter}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"iccid\",\r\n\t\t\"valuelist\": [\"4587767676767605002\", \"4587767676767605003\", \"4587767676767605004\", \"4587767676767605005\", \"4587767676767605006\", \"4587767676767605007\", \"4587767676767605008\", \"4587767676767605009\", \"4587767676767605010\", \"4587767676767605011\", \"4587767676767605012\", \"4587767676767605013\", \"4587767676767605014\", \"4587767676767605015\", \"4587767676767605016\", \"4587767676767605017\", \"4587767676767605018\", \"4587767676767605019\", \"4587767676767605020\", \"4587767676767605021\", \"4587767676767605022\", \"4587767676767605023\", \"4587767676767605024\", \"4587767676767605025\", \"4587767676767605026\", \"4587767676767605027\", \"4587767676767605028\", \"4587767676767605029\", \"4587767676767605030\", \"4587767676767605031\", \"4587767676767605032\", \"4587767676767605033\", \"4587767676767605034\", \"4587767676767605035\", \"4587767676767605036\", \"4587767676767605037\", \"4587767676767605038\", \"4587767676767605039\", \"4587767676767605040\", \"4587767676767605041\", \"4587767676767605042\", \"4587767676767605043\", \"4587767676767605044\", \"4587767676767605045\", \"4587767676767605046\", \"4587767676767605047\", \"4587767676767605048\", \"4587767676767605049\", \"4587767676767605050\", \"4587767676767605051\", \"4587767676767605052\", \"4587767676767605053\", \"4587767676767605054\", \"4587767676767605055\", \"4587767676767605056\", \"4587767676767605057\", \"4587767676767605058\", \"4587767676767605059\", \"4587767676767605060\", \"4587767676767605061\", \"4587767676767605062\", \"4587767676767605063\", \"4587767676767605064\", \"4587767676767605065\", \"4587767676767605066\", \"4587767676767605067\", \"4587767676767605068\", \"4587767676767605069\", \"4587767676767605070\", \"4587767676767605071\", \"4587767676767605072\", \"4587767676767605073\", \"4587767676767605074\", \"4587767676767605075\", \"4587767676767605076\", \"4587767676767605077\", \"4587767676767605078\", \"4587767676767605079\", \"4587767676767605080\", \"4587767676767605081\", \"4587767676767605082\", \"4587767676767605083\", \"4587767676767605084\", \"4587767676767605085\", \"4587767676767605086\", \"4587767676767605087\", \"4587767676767605088\", \"4587767676767605089\", \"4587767676767605090\", \"4587767676767605091\", \"4587767676767605092\", \"4587767676767605093\", \"4587767676767605094\", \"4587767676767605095\", \"4587767676767605096\", \"4587767676767605097\", \"4587767676767605098\", \"4587767676767605099\", \"4587767676767605100\", \"4587767676767605101\", \"4587767676767605102\", \"4587767676767605103\", \"4587767676767605104\", \"4587767676767605105\", \"4587767676767605106\", \"4587767676767605107\", \"4587767676767605108\", \"4587767676767605109\", \"4587767676767605110\", \"4587767676767605111\", \"4587767676767605112\", \"4587767676767605113\", \"4587767676767605114\", \"4587767676767605115\", \"4587767676767605116\", \"4587767676767605117\", \"4587767676767605118\", \"4587767676767605119\", \"4587767676767605120\", \"4587767676767605121\", \"4587767676767605122\", \"4587767676767605123\", \"4587767676767605124\", \"4587767676767605125\", \"4587767676767605126\", \"4587767676767605127\", \"4587767676767605128\", \"4587767676767605129\", \"4587767676767605130\", \"4587767676767605131\", \"4587767676767605132\", \"4587767676767605133\", \"4587767676767605134\", \"4587767676767605135\", \"4587767676767605136\", \"4587767676767605137\", \"4587767676767605138\", \"4587767676767605139\", \"4587767676767605140\", \"4587767676767605141\", \"4587767676767605142\", \"4587767676767605143\", \"4587767676767605144\", \"4587767676767605145\", \"4587767676767605146\", \"4587767676767605147\", \"4587767676767605148\", \"4587767676767605149\", \"4587767676767605150\", \"4587767676767605151\", \"4587767676767605152\", \"4587767676767605153\", \"4587767676767605154\", \"4587767676767605155\", \"4587767676767605156\", \"4587767676767605157\", \"4587767676767605158\", \"4587767676767605159\", \"4587767676767605160\", \"4587767676767605161\", \"4587767676767605162\", \"4587767676767605163\", \"4587767676767605164\", \"4587767676767605165\", \"4587767676767605166\", \"4587767676767605167\", \"4587767676767605168\", \"4587767676767605169\", \"4587767676767605170\", \"4587767676767605171\", \"4587767676767605172\", \"4587767676767605173\", \"4587767676767605174\", \"4587767676767605175\", \"4587767676767605176\", \"4587767676767605177\", \"4587767676767605178\", \"4587767676767605179\", \"4587767676767605180\", \"4587767676767605181\", \"4587767676767605182\", \"4587767676767605183\", \"4587767676767605184\", \"4587767676767605185\", \"4587767676767605186\", \"4587767676767605187\", \"4587767676767605188\", \"4587767676767605189\", \"4587767676767605190\", \"4587767676767605191\", \"4587767676767605192\", \"4587767676767605193\", \"4587767676767605194\", \"4587767676767605195\", \"4587767676767605196\", \"4587767676767605197\", \"4587767676767605198\", \"4587767676767605199\", \"4587767676767605200\", \"4587767676767605201\", \"4587767676767605202\", \"4587767676767605203\", \"4587767676767605204\", \"4587767676767605205\", \"4587767676767605206\", \"4587767676767605207\", \"4587767676767605208\", \"4587767676767605209\", \"4587767676767605210\", \"4587767676767605211\", \"4587767676767605212\", \"4587767676767605213\", \"4587767676767605214\", \"4587767676767605215\", \"4587767676767605216\", \"4587767676767605217\", \"4587767676767605218\", \"4587767676767605219\", \"4587767676767605220\", \"4587767676767605221\", \"4587767676767605222\", \"4587767676767605223\", \"4587767676767605224\", \"4587767676767605225\", \"4587767676767605226\", \"4587767676767605227\", \"4587767676767605228\", \"4587767676767605229\", \"4587767676767605230\", \"4587767676767605231\", \"4587767676767605232\", \"4587767676767605233\", \"4587767676767605234\", \"4587767676767605235\", \"4587767676767605236\", \"4587767676767605237\", \"4587767676767605238\", \"4587767676767605239\", \"4587767676767605240\", \"4587767676767605241\", \"4587767676767605242\", \"4587767676767605243\", \"4587767676767605244\", \"4587767676767605245\", \"4587767676767605246\", \"4587767676767605247\", \"4587767676767605248\", \"4587767676767605249\", \"4587767676767605250\", \"4587767676767605251\", \"4587767676767605252\", \"4587767676767605253\", \"4587767676767605254\", \"4587767676767605255\", \"4587767676767605256\", \"4587767676767605257\", \"4587767676767605258\", \"4587767676767605259\", \"4587767676767605260\", \"4587767676767605261\", \"4587767676767605262\", \"4587767676767605263\", \"4587767676767605264\", \"4587767676767605265\", \"4587767676767605266\", \"4587767676767605267\", \"4587767676767605268\", \"4587767676767605269\", \"4587767676767605270\", \"4587767676767605271\", \"4587767676767605272\", \"4587767676767605273\", \"4587767676767605274\", \"4587767676767605275\", \"4587767676767605276\", \"4587767676767605277\", \"4587767676767605278\", \"4587767676767605279\", \"4587767676767605280\", \"4587767676767605281\", \"4587767676767605282\", \"4587767676767605283\", \"4587767676767605284\", \"4587767676767605285\", \"4587767676767605286\", \"4587767676767605287\", \"4587767676767605288\", \"4587767676767605289\", \"4587767676767605290\", \"4587767676767605291\", \"4587767676767605292\", \"4587767676767605293\", \"4587767676767605294\", \"4587767676767605295\", \"4587767676767605296\", \"4587767676767605297\", \"4587767676767605298\", \"4587767676767605299\", \"4587767676767605300\", \"4587767676767605301\", \"4587767676767605302\", \"4587767676767605303\", \"4587767676767605304\", \"4587767676767605305\", \"4587767676767605306\", \"4587767676767605307\", \"4587767676767605308\", \"4587767676767605309\", \"4587767676767605310\", \"4587767676767605311\", \"4587767676767605312\", \"4587767676767605313\", \"4587767676767605314\", \"4587767676767605315\", \"4587767676767605316\", \"4587767676767605317\", \"4587767676767605318\", \"4587767676767605319\", \"4587767676767605320\", \"4587767676767605321\", \"4587767676767605322\", \"4587767676767605323\", \"4587767676767605324\", \"4587767676767605325\", \"4587767676767605326\", \"4587767676767605327\", \"4587767676767605328\", \"4587767676767605329\", \"4587767676767605330\", \"4587767676767605331\", \"4587767676767605332\", \"4587767676767605333\", \"4587767676767605334\", \"4587767676767605335\", \"4587767676767605336\", \"4587767676767605337\", \"4587767676767605338\", \"4587767676767605339\", \"4587767676767605340\", \"4587767676767605341\", \"4587767676767605342\", \"4587767676767605343\", \"4587767676767605344\", \"4587767676767605345\", \"4587767676767605346\", \"4587767676767605347\", \"4587767676767605348\", \"4587767676767605349\", \"4587767676767605350\", \"4587767676767605351\", \"4587767676767605352\", \"4587767676767605353\", \"4587767676767605354\", \"4587767676767605355\", \"4587767676767605356\", \"4587767676767605357\", \"4587767676767605358\", \"4587767676767605359\", \"4587767676767605360\", \"4587767676767605361\", \"4587767676767605362\", \"4587767676767605363\", \"4587767676767605364\", \"4587767676767605365\", \"4587767676767605366\", \"4587767676767605367\", \"4587767676767605368\", \"4587767676767605369\", \"4587767676767605370\", \"4587767676767605371\", \"4587767676767605372\", \"4587767676767605373\", \"4587767676767605374\", \"4587767676767605375\", \"4587767676767605376\", \"4587767676767605377\", \"4587767676767605378\", \"4587767676767605379\", \"4587767676767605380\", \"4587767676767605381\", \"4587767676767605382\", \"4587767676767605383\", \"4587767676767605384\", \"4587767676767605385\", \"4587767676767605386\", \"4587767676767605387\", \"4587767676767605388\", \"4587767676767605389\", \"4587767676767605390\", \"4587767676767605391\", \"4587767676767605392\", \"4587767676767605393\", \"4587767676767605394\", \"4587767676767605395\", \"4587767676767605396\", \"4587767676767605397\", \"4587767676767605398\", \"4587767676767605399\", \"4587767676767605400\", \"4587767676767605401\", \"4587767676767605402\", \"4587767676767605403\", \"4587767676767605404\", \"4587767676767605405\", \"4587767676767605406\", \"4587767676767605407\", \"4587767676767605408\", \"4587767676767605409\", \"4587767676767605410\", \"4587767676767605411\", \"4587767676767605412\", \"4587767676767605413\", \"4587767676767605414\", \"4587767676767605415\", \"4587767676767605416\", \"4587767676767605417\", \"4587767676767605418\", \"4587767676767605419\", \"4587767676767605420\", \"4587767676767605421\", \"4587767676767605422\", \"4587767676767605423\", \"4587767676767605424\", \"4587767676767605425\", \"4587767676767605426\", \"4587767676767605427\", \"4587767676767605428\", \"4587767676767605429\", \"4587767676767605430\", \"4587767676767605431\", \"4587767676767605432\", \"4587767676767605433\", \"4587767676767605434\", \"4587767676767605435\", \"4587767676767605436\", \"4587767676767605437\", \"4587767676767605438\", \"4587767676767605439\", \"4587767676767605440\", \"4587767676767605441\", \"4587767676767605442\", \"4587767676767605443\", \"4587767676767605444\", \"4587767676767605445\", \"4587767676767605446\", \"4587767676767605447\", \"4587767676767605448\", \"4587767676767605449\", \"4587767676767605450\", \"4587767676767605451\", \"4587767676767605452\", \"4587767676767605453\", \"4587767676767605454\", \"4587767676767605455\", \"4587767676767605456\", \"4587767676767605457\", \"4587767676767605458\", \"4587767676767605459\", \"4587767676767605460\", \"4587767676767605461\", \"4587767676767605462\", \"4587767676767605463\", \"4587767676767605464\", \"4587767676767605465\", \"4587767676767605466\", \"4587767676767605467\", \"4587767676767605468\", \"4587767676767605469\", \"4587767676767605470\", \"4587767676767605471\", \"4587767676767605472\", \"4587767676767605473\", \"4587767676767605474\", \"4587767676767605475\", \"4587767676767605476\", \"4587767676767605477\", \"4587767676767605478\", \"4587767676767605479\", \"4587767676767605480\", \"4587767676767605481\", \"4587767676767605482\", \"4587767676767605483\", \"4587767676767605484\", \"4587767676767605485\", \"4587767676767605486\", \"4587767676767605487\", \"4587767676767605488\", \"4587767676767605489\", \"4587767676767605490\", \"4587767676767605491\", \"4587767676767605492\", \"4587767676767605493\", \"4587767676767605494\", \"4587767676767605495\", \"4587767676767605496\", \"4587767676767605497\", \"4587767676767605498\", \"4587767676767605499\", \"4587767676767605500\", \"4587767676767605501\", \"4587767676767605502\", \"4587767676767605503\", \"4587767676767605504\", \"4587767676767605505\", \"4587767676767605506\", \"4587767676767605507\", \"4587767676767605508\", \"4587767676767605509\", \"4587767676767605510\", \"4587767676767605511\", \"4587767676767605512\", \"4587767676767605513\", \"4587767676767605514\", \"4587767676767605515\", \"4587767676767605516\", \"4587767676767605517\", \"4587767676767605518\", \"4587767676767605519\", \"4587767676767605520\", \"4587767676767605521\", \"4587767676767605522\", \"4587767676767605523\", \"4587767676767605524\", \"4587767676767605525\", \"4587767676767605526\", \"4587767676767605527\", \"4587767676767605528\", \"4587767676767605529\", \"4587767676767605530\", \"4587767676767605531\", \"4587767676767605532\", \"4587767676767605533\", \"4587767676767605534\", \"4587767676767605535\", \"4587767676767605536\", \"4587767676767605537\", \"4587767676767605538\", \"4587767676767605539\", \"4587767676767605540\", \"4587767676767605541\", \"4587767676767605542\", \"4587767676767605543\", \"4587767676767605544\", \"4587767676767605545\", \"4587767676767605546\", \"4587767676767605547\", \"4587767676767605548\", \"4587767676767605549\", \"4587767676767605550\", \"4587767676767605551\", \"4587767676767605552\", \"4587767676767605553\", \"4587767676767605554\", \"4587767676767605555\", \"4587767676767605556\", \"4587767676767605557\", \"4587767676767605558\", \"4587767676767605559\", \"4587767676767605560\", \"4587767676767605561\", \"4587767676767605562\", \"4587767676767605563\", \"4587767676767605564\", \"4587767676767605565\", \"4587767676767605566\", \"4587767676767605567\", \"4587767676767605568\", \"4587767676767605569\", \"4587767676767605570\", \"4587767676767605571\", \"4587767676767605572\", \"4587767676767605573\", \"4587767676767605574\", \"4587767676767605575\", \"4587767676767605576\", \"4587767676767605577\", \"4587767676767605578\", \"4587767676767605579\", \"4587767676767605580\", \"4587767676767605581\", \"4587767676767605582\", \"4587767676767605583\", \"4587767676767605584\", \"4587767676767605585\", \"4587767676767605586\", \"4587767676767605587\", \"4587767676767605588\", \"4587767676767605589\", \"4587767676767605590\", \"4587767676767605591\", \"4587767676767605592\", \"4587767676767605593\", \"4587767676767605594\", \"4587767676767605595\", \"4587767676767605596\", \"4587767676767605597\", \"4587767676767605598\", \"4587767676767605599\", \"4587767676767605600\", \"4587767676767605601\", \"4587767676767605602\", \"4587767676767605603\", \"4587767676767605604\", \"4587767676767605605\", \"4587767676767605606\", \"4587767676767605607\", \"4587767676767605608\", \"4587767676767605609\", \"4587767676767605610\", \"4587767676767605611\", \"4587767676767605612\", \"4587767676767605613\", \"4587767676767605614\", \"4587767676767605615\", \"4587767676767605616\", \"4587767676767605617\", \"4587767676767605618\", \"4587767676767605619\", \"4587767676767605620\", \"4587767676767605621\", \"4587767676767605622\", \"4587767676767605623\", \"4587767676767605624\", \"4587767676767605625\", \"4587767676767605626\", \"4587767676767605627\", \"4587767676767605628\", \"4587767676767605629\", \"4587767676767605630\", \"4587767676767605631\", \"4587767676767605632\", \"4587767676767605633\", \"4587767676767605634\", \"4587767676767605635\", \"4587767676767605636\", \"4587767676767605637\", \"4587767676767605638\", \"4587767676767605639\", \"4587767676767605640\", \"4587767676767605641\", \"4587767676767605642\", \"4587767676767605643\", \"4587767676767605644\", \"4587767676767605645\", \"4587767676767605646\", \"4587767676767605647\", \"4587767676767605648\", \"4587767676767605649\", \"4587767676767605650\", \"4587767676767605651\", \"4587767676767605652\", \"4587767676767605653\", \"4587767676767605654\", \"4587767676767605655\", \"4587767676767605656\", \"4587767676767605657\", \"4587767676767605658\", \"4587767676767605659\", \"4587767676767605660\", \"4587767676767605661\", \"4587767676767605662\", \"4587767676767605663\", \"4587767676767605664\", \"4587767676767605665\", \"4587767676767605666\", \"4587767676767605667\", \"4587767676767605668\", \"4587767676767605669\", \"4587767676767605670\", \"4587767676767605671\", \"4587767676767605672\", \"4587767676767605673\", \"4587767676767605674\", \"4587767676767605675\", \"4587767676767605676\", \"4587767676767605677\", \"4587767676767605678\", \"4587767676767605679\", \"4587767676767605680\", \"4587767676767605681\", \"4587767676767605682\", \"4587767676767605683\", \"4587767676767605684\", \"4587767676767605685\", \"4587767676767605686\", \"4587767676767605687\", \"4587767676767605688\", \"4587767676767605689\", \"4587767676767605690\", \"4587767676767605691\", \"4587767676767605692\", \"4587767676767605693\", \"4587767676767605694\", \"4587767676767605695\", \"4587767676767605696\", \"4587767676767605697\", \"4587767676767605698\", \"4587767676767605699\", \"4587767676767605700\", \"4587767676767605701\", \"4587767676767605702\", \"4587767676767605703\", \"4587767676767605704\", \"4587767676767605705\", \"4587767676767605706\", \"4587767676767605707\", \"4587767676767605708\", \"4587767676767605709\", \"4587767676767605710\", \"4587767676767605711\", \"4587767676767605712\", \"4587767676767605713\", \"4587767676767605714\", \"4587767676767605715\", \"4587767676767605716\", \"4587767676767605717\", \"4587767676767605718\", \"4587767676767605719\", \"4587767676767605720\", \"4587767676767605721\", \"4587767676767605722\", \"4587767676767605723\", \"4587767676767605724\", \"4587767676767605725\", \"4587767676767605726\", \"4587767676767605727\", \"4587767676767605728\", \"4587767676767605729\", \"4587767676767605730\", \"4587767676767605731\", \"4587767676767605732\", \"4587767676767605733\", \"4587767676767605734\", \"4587767676767605735\", \"4587767676767605736\", \"4587767676767605737\", \"4587767676767605738\", \"4587767676767605739\", \"4587767676767605740\", \"4587767676767605741\", \"4587767676767605742\", \"4587767676767605743\", \"4587767676767605744\", \"4587767676767605745\", \"4587767676767605746\", \"4587767676767605747\", \"4587767676767605748\", \"4587767676767605749\", \"4587767676767605750\", \"4587767676767605751\", \"4587767676767605752\", \"4587767676767605753\", \"4587767676767605754\", \"4587767676767605755\", \"4587767676767605756\", \"4587767676767605757\", \"4587767676767605758\", \"4587767676767605759\", \"4587767676767605760\", \"4587767676767605761\", \"4587767676767605762\", \"4587767676767605763\", \"4587767676767605764\", \"4587767676767605765\", \"4587767676767605766\", \"4587767676767605767\", \"4587767676767605768\", \"4587767676767605769\", \"4587767676767605770\", \"4587767676767605771\", \"4587767676767605772\", \"4587767676767605773\", \"4587767676767605774\", \"4587767676767605775\", \"4587767676767605776\", \"4587767676767605777\", \"4587767676767605778\", \"4587767676767605779\", \"4587767676767605780\", \"4587767676767605781\", \"4587767676767605782\", \"4587767676767605783\", \"4587767676767605784\", \"4587767676767605785\", \"4587767676767605786\", \"4587767676767605787\", \"4587767676767605788\", \"4587767676767605789\", \"4587767676767605790\", \"4587767676767605791\", \"4587767676767605792\", \"4587767676767605793\", \"4587767676767605794\", \"4587767676767605795\", \"4587767676767605796\", \"4587767676767605797\", \"4587767676767605798\", \"4587767676767605799\", \"4587767676767605800\", \"4587767676767605801\", \"4587767676767605802\", \"4587767676767605803\", \"4587767676767605804\", \"4587767676767605805\", \"4587767676767605806\", \"4587767676767605807\", \"4587767676767605808\", \"4587767676767605809\", \"4587767676767605810\", \"4587767676767605811\", \"4587767676767605812\", \"4587767676767605813\", \"4587767676767605814\", \"4587767676767605815\", \"4587767676767605816\", \"4587767676767605817\", \"4587767676767605818\", \"4587767676767605819\", \"4587767676767605820\", \"4587767676767605821\", \"4587767676767605822\", \"4587767676767605823\", \"4587767676767605824\", \"4587767676767605825\", \"4587767676767605826\", \"4587767676767605827\", \"4587767676767605828\", \"4587767676767605829\", \"4587767676767605830\", \"4587767676767605831\", \"4587767676767605832\", \"4587767676767605833\", \"4587767676767605834\", \"4587767676767605835\", \"4587767676767605836\", \"4587767676767605837\", \"4587767676767605838\", \"4587767676767605839\", \"4587767676767605840\", \"4587767676767605841\", \"4587767676767605842\", \"4587767676767605843\", \"4587767676767605844\", \"4587767676767605845\", \"4587767676767605846\", \"4587767676767605847\", \"4587767676767605848\", \"4587767676767605849\", \"4587767676767605850\", \"4587767676767605851\", \"4587767676767605852\", \"4587767676767605853\", \"4587767676767605854\", \"4587767676767605855\", \"4587767676767605856\", \"4587767676767605857\", \"4587767676767605858\", \"4587767676767605859\", \"4587767676767605860\", \"4587767676767605861\", \"4587767676767605862\", \"4587767676767605863\", \"4587767676767605864\", \"4587767676767605865\", \"4587767676767605866\", \"4587767676767605867\", \"4587767676767605868\", \"4587767676767605869\", \"4587767676767605870\", \"4587767676767605871\", \"4587767676767605872\", \"4587767676767605873\", \"4587767676767605874\", \"4587767676767605875\", \"4587767676767605876\", \"4587767676767605877\", \"4587767676767605878\", \"4587767676767605879\", \"4587767676767605880\", \"4587767676767605881\", \"4587767676767605882\", \"4587767676767605883\", \"4587767676767605884\", \"4587767676767605885\", \"4587767676767605886\", \"4587767676767605887\", \"4587767676767605888\", \"4587767676767605889\", \"4587767676767605890\", \"4587767676767605891\", \"4587767676767605892\", \"4587767676767605893\", \"4587767676767605894\", \"4587767676767605895\", \"4587767676767605896\", \"4587767676767605897\", \"4587767676767605898\", \"4587767676767605899\", \"4587767676767605900\", \"4587767676767605901\", \"4587767676767605902\", \"4587767676767605903\", \"4587767676767605904\", \"4587767676767605905\", \"4587767676767605906\", \"4587767676767605907\", \"4587767676767605908\", \"4587767676767605909\", \"4587767676767605910\", \"4587767676767605911\", \"4587767676767605912\", \"4587767676767605913\", \"4587767676767605914\", \"4587767676767605915\", \"4587767676767605916\", \"4587767676767605917\", \"4587767676767605918\", \"4587767676767605919\", \"4587767676767605920\", \"4587767676767605921\", \"4587767676767605922\", \"4587767676767605923\", \"4587767676767605924\", \"4587767676767605925\", \"4587767676767605926\", \"4587767676767605927\", \"4587767676767605928\", \"4587767676767605929\", \"4587767676767605930\", \"4587767676767605931\", \"4587767676767605932\", \"4587767676767605933\", \"4587767676767605934\", \"4587767676767605935\", \"4587767676767605936\", \"4587767676767605937\", \"4587767676767605938\", \"4587767676767605939\", \"4587767676767605940\", \"4587767676767605941\", \"4587767676767605942\", \"4587767676767605943\", \"4587767676767605944\", \"4587767676767605945\", \"4587767676767605946\", \"4587767676767605947\", \"4587767676767605948\", \"4587767676767605949\", \"4587767676767605950\", \"4587767676767605951\", \"4587767676767605952\", \"4587767676767605953\", \"4587767676767605954\", \"4587767676767605955\", \"4587767676767605956\", \"4587767676767605957\", \"4587767676767605958\", \"4587767676767605959\", \"4587767676767605960\", \"4587767676767605961\", \"4587767676767605962\", \"4587767676767605963\", \"4587767676767605964\", \"4587767676767605965\", \"4587767676767605966\", \"4587767676767605967\", \"4587767676767605968\", \"4587767676767605969\", \"4587767676767605970\", \"4587767676767605971\", \"4587767676767605972\", \"4587767676767605973\", \"4587767676767605974\", \"4587767676767605975\", \"4587767676767605976\", \"4587767676767605977\", \"4587767676767605978\", \"4587767676767605979\", \"4587767676767605980\", \"4587767676767605981\", \"4587767676767605982\", \"4587767676767605983\", \"4587767676767605984\", \"4587767676767605985\", \"4587767676767605986\", \"4587767676767605987\", \"4587767676767605988\", \"4587767676767605989\", \"4587767676767605990\", \"4587767676767605991\", \"4587767676767605992\", \"4587767676767605993\", \"4587767676767605994\", \"4587767676767605995\", \"4587767676767605996\", \"4587767676767605997\", \"4587767676767605998\", \"4587767676767605999\", \"4587767676767606000\", \"4587767676767606001\", \"4587767676767606002\", \"4587767676767606003\", \"4587767676767606004\", \"4587767676767606005\", \"4587767676767606006\", \"4587767676767606007\", \"4587767676767606008\", \"4587767676767606009\", \"4587767676767606010\", \"4587767676767606011\", \"4587767676767606012\", \"4587767676767606013\", \"4587767676767606014\", \"4587767676767606015\", \"4587767676767606016\", \"4587767676767606017\", \"4587767676767606018\", \"4587767676767606019\", \"4587767676767606020\", \"4587767676767606021\", \"4587767676767606022\", \"4587767676767606023\", \"4587767676767606024\", \"4587767676767606025\", \"4587767676767606026\", \"4587767676767606027\", \"4587767676767606028\", \"4587767676767606029\", \"4587767676767606030\", \"4587767676767606031\", \"4587767676767606032\", \"4587767676767606033\", \"4587767676767606034\", \"4587767676767606035\", \"4587767676767606036\", \"4587767676767606037\", \"4587767676767606038\", \"4587767676767606039\", \"4587767676767606040\", \"4587767676767606041\", \"4587767676767606042\", \"4587767676767606043\", \"4587767676767606044\", \"4587767676767606045\", \"4587767676767606046\", \"4587767676767606047\", \"4587767676767606048\", \"4587767676767606049\", \"4587767676767606050\", \"4587767676767606051\", \"4587767676767606052\", \"4587767676767606053\", \"4587767676767606054\", \"4587767676767606055\", \"4587767676767606056\", \"4587767676767606057\", \"4587767676767606058\", \"4587767676767606059\", \"4587767676767606060\", \"4587767676767606061\", \"4587767676767606062\", \"4587767676767606063\", \"4587767676767606064\", \"4587767676767606065\", \"4587767676767606066\", \"4587767676767606067\", \"4587767676767606068\", \"4587767676767606069\", \"4587767676767606070\", \"4587767676767606071\", \"4587767676767606072\", \"4587767676767606073\", \"4587767676767606074\", \"4587767676767606075\", \"4587767676767606076\", \"4587767676767606077\", \"4587767676767606078\", \"4587767676767606079\", \"4587767676767606080\", \"4587767676767606081\", \"4587767676767606082\", \"4587767676767606083\", \"4587767676767606084\", \"4587767676767606085\", \"4587767676767606086\", \"4587767676767606087\", \"4587767676767606088\", \"4587767676767606089\", \"4587767676767606090\", \"4587767676767606091\", \"4587767676767606092\", \"4587767676767606093\", \"4587767676767606094\", \"4587767676767606095\", \"4587767676767606096\", \"4587767676767606097\", \"4587767676767606098\", \"4587767676767606099\", \"4587767676767606100\", \"4587767676767606101\", \"4587767676767606102\", \"4587767676767606103\", \"4587767676767606104\", \"4587767676767606105\", \"4587767676767606106\", \"4587767676767606107\", \"4587767676767606108\", \"4587767676767606109\", \"4587767676767606110\", \"4587767676767606111\", \"4587767676767606112\", \"4587767676767606113\", \"4587767676767606114\", \"4587767676767606115\", \"4587767676767606116\", \"4587767676767606117\", \"4587767676767606118\", \"4587767676767606119\", \"4587767676767606120\", \"4587767676767606121\", \"4587767676767606122\", \"4587767676767606123\", \"4587767676767606124\", \"4587767676767606125\", \"4587767676767606126\", \"4587767676767606127\", \"4587767676767606128\", \"4587767676767606129\", \"4587767676767606130\", \"4587767676767606131\", \"4587767676767606132\", \"4587767676767606133\", \"4587767676767606134\", \"4587767676767606135\", \"4587767676767606136\", \"4587767676767606137\", \"4587767676767606138\", \"4587767676767606139\", \"4587767676767606140\", \"4587767676767606141\", \"4587767676767606142\", \"4587767676767606143\", \"4587767676767606144\", \"4587767676767606145\", \"4587767676767606146\", \"4587767676767606147\", \"4587767676767606148\", \"4587767676767606149\", \"4587767676767606150\", \"4587767676767606151\", \"4587767676767606152\", \"4587767676767606153\", \"4587767676767606154\", \"4587767676767606155\", \"4587767676767606156\", \"4587767676767606157\", \"4587767676767606158\", \"4587767676767606159\", \"4587767676767606160\", \"4587767676767606161\", \"4587767676767606162\", \"4587767676767606163\", \"4587767676767606164\", \"4587767676767606165\", \"4587767676767606166\", \"4587767676767606167\", \"4587767676767606168\", \"4587767676767606169\", \"4587767676767606170\", \"4587767676767606171\", \"4587767676767606172\", \"4587767676767606173\", \"4587767676767606174\", \"4587767676767606175\", \"4587767676767606176\", \"4587767676767606177\", \"4587767676767606178\", \"4587767676767606179\", \"4587767676767606180\", \"4587767676767606181\", \"4587767676767606182\", \"4587767676767606183\", \"4587767676767606184\", \"4587767676767606185\", \"4587767676767606186\", \"4587767676767606187\", \"4587767676767606188\", \"4587767676767606189\", \"4587767676767606190\", \"4587767676767606191\", \"4587767676767606192\", \"4587767676767606193\", \"4587767676767606194\", \"4587767676767606195\", \"4587767676767606196\", \"4587767676767606197\", \"4587767676767606198\", \"4587767676767606199\", \"4587767676767606200\", \"4587767676767606201\", \"4587767676767606202\", \"4587767676767606203\", \"4587767676767606204\", \"4587767676767606205\", \"4587767676767606206\", \"4587767676767606207\", \"4587767676767606208\", \"4587767676767606209\", \"4587767676767606210\", \"4587767676767606211\", \"4587767676767606212\", \"4587767676767606213\", \"4587767676767606214\", \"4587767676767606215\", \"4587767676767606216\", \"4587767676767606217\", \"4587767676767606218\", \"4587767676767606219\", \"4587767676767606220\", \"4587767676767606221\", \"4587767676767606222\", \"4587767676767606223\", \"4587767676767606224\", \"4587767676767606225\", \"4587767676767606226\", \"4587767676767606227\", \"4587767676767606228\", \"4587767676767606229\", \"4587767676767606230\", \"4587767676767606231\", \"4587767676767606232\", \"4587767676767606233\", \"4587767676767606234\", \"4587767676767606235\", \"4587767676767606236\", \"4587767676767606237\", \"4587767676767606238\", \"4587767676767606239\", \"4587767676767606240\", \"4587767676767606241\", \"4587767676767606242\", \"4587767676767606243\", \"4587767676767606244\", \"4587767676767606245\", \"4587767676767606246\", \"4587767676767606247\", \"4587767676767606248\", \"4587767676767606249\", \"4587767676767606250\", \"4587767676767606251\", \"4587767676767606252\", \"4587767676767606253\", \"4587767676767606254\", \"4587767676767606255\", \"4587767676767606256\", \"4587767676767606257\", \"4587767676767606258\", \"4587767676767606259\", \"4587767676767606260\", \"4587767676767606261\", \"4587767676767606262\", \"4587767676767606263\", \"4587767676767606264\", \"4587767676767606265\", \"4587767676767606266\", \"4587767676767606267\", \"4587767676767606268\", \"4587767676767606269\", \"4587767676767606270\", \"4587767676767606271\", \"4587767676767606272\", \"4587767676767606273\", \"4587767676767606274\", \"4587767676767606275\", \"4587767676767606276\", \"4587767676767606277\", \"4587767676767606278\", \"4587767676767606279\", \"4587767676767606280\", \"4587767676767606281\", \"4587767676767606282\", \"4587767676767606283\", \"4587767676767606284\", \"4587767676767606285\", \"4587767676767606286\", \"4587767676767606287\", \"4587767676767606288\", \"4587767676767606289\", \"4587767676767606290\", \"4587767676767606291\", \"4587767676767606292\", \"4587767676767606293\", \"4587767676767606294\", \"4587767676767606295\", \"4587767676767606296\", \"4587767676767606297\", \"4587767676767606298\", \"4587767676767606299\", \"4587767676767606300\", \"4587767676767606301\", \"4587767676767606302\", \"4587767676767606303\", \"4587767676767606304\", \"4587767676767606305\", \"4587767676767606306\", \"4587767676767606307\", \"4587767676767606308\", \"4587767676767606309\", \"4587767676767606310\", \"4587767676767606311\", \"4587767676767606312\", \"4587767676767606313\", \"4587767676767606314\", \"4587767676767606315\", \"4587767676767606316\", \"4587767676767606317\", \"4587767676767606318\", \"4587767676767606319\", \"4587767676767606320\", \"4587767676767606321\", \"4587767676767606322\", \"4587767676767606323\", \"4587767676767606324\", \"4587767676767606325\", \"4587767676767606326\", \"4587767676767606327\", \"4587767676767606328\", \"4587767676767606329\", \"4587767676767606330\", \"4587767676767606331\", \"4587767676767606332\", \"4587767676767606333\", \"4587767676767606334\", \"4587767676767606335\", \"4587767676767606336\", \"4587767676767606337\", \"4587767676767606338\", \"4587767676767606339\", \"4587767676767606340\", \"4587767676767606341\", \"4587767676767606342\", \"4587767676767606343\", \"4587767676767606344\", \"4587767676767606345\", \"4587767676767606346\", \"4587767676767606347\", \"4587767676767606348\", \"4587767676767606349\", \"4587767676767606350\", \"4587767676767606351\", \"4587767676767606352\", \"4587767676767606353\", \"4587767676767606354\", \"4587767676767606355\", \"4587767676767606356\", \"4587767676767606357\", \"4587767676767606358\", \"4587767676767606359\", \"4587767676767606360\", \"4587767676767606361\", \"4587767676767606362\", \"4587767676767606363\", \"4587767676767606364\", \"4587767676767606365\", \"4587767676767606366\", \"4587767676767606367\", \"4587767676767606368\", \"4587767676767606369\", \"4587767676767606370\", \"4587767676767606371\", \"4587767676767606372\", \"4587767676767606373\", \"4587767676767606374\", \"4587767676767606375\", \"4587767676767606376\", \"4587767676767606377\", \"4587767676767606378\", \"4587767676767606379\", \"4587767676767606380\", \"4587767676767606381\", \"4587767676767606382\", \"4587767676767606383\", \"4587767676767606384\", \"4587767676767606385\", \"4587767676767606386\", \"4587767676767606387\", \"4587767676767606388\", \"4587767676767606389\", \"4587767676767606390\", \"4587767676767606391\", \"4587767676767606392\", \"4587767676767606393\", \"4587767676767606394\", \"4587767676767606395\", \"4587767676767606396\", \"4587767676767606397\", \"4587767676767606398\", \"4587767676767606399\", \"4587767676767606400\", \"4587767676767606401\", \"4587767676767606402\", \"4587767676767606403\", \"4587767676767606404\", \"4587767676767606405\", \"4587767676767606406\", \"4587767676767606407\", \"4587767676767606408\", \"4587767676767606409\", \"4587767676767606410\", \"4587767676767606411\", \"4587767676767606412\", \"4587767676767606413\", \"4587767676767606414\", \"4587767676767606415\", \"4587767676767606416\", \"4587767676767606417\", \"4587767676767606418\", \"4587767676767606419\", \"4587767676767606420\", \"4587767676767606421\", \"4587767676767606422\", \"4587767676767606423\", \"4587767676767606424\", \"4587767676767606425\", \"4587767676767606426\", \"4587767676767606427\", \"4587767676767606428\", \"4587767676767606429\", \"4587767676767606430\", \"4587767676767606431\", \"4587767676767606432\", \"4587767676767606433\", \"4587767676767606434\", \"4587767676767606435\", \"4587767676767606436\", \"4587767676767606437\", \"4587767676767606438\", \"4587767676767606439\", \"4587767676767606440\", \"4587767676767606441\", \"4587767676767606442\", \"4587767676767606443\", \"4587767676767606444\", \"4587767676767606445\", \"4587767676767606446\", \"4587767676767606447\", \"4587767676767606448\", \"4587767676767606449\", \"4587767676767606450\", \"4587767676767606451\", \"4587767676767606452\", \"4587767676767606453\", \"4587767676767606454\", \"4587767676767606455\", \"4587767676767606456\", \"4587767676767606457\", \"4587767676767606458\", \"4587767676767606459\", \"4587767676767606460\", \"4587767676767606461\", \"4587767676767606462\", \"4587767676767606463\", \"4587767676767606464\", \"4587767676767606465\", \"4587767676767606466\", \"4587767676767606467\", \"4587767676767606468\", \"4587767676767606469\", \"4587767676767606470\", \"4587767676767606471\", \"4587767676767606472\", \"4587767676767606473\", \"4587767676767606474\", \"4587767676767606475\", \"4587767676767606476\", \"4587767676767606477\", \"4587767676767606478\", \"4587767676767606479\", \"4587767676767606480\", \"4587767676767606481\", \"4587767676767606482\", \"4587767676767606483\", \"4587767676767606484\", \"4587767676767606485\", \"4587767676767606486\", \"4587767676767606487\", \"4587767676767606488\", \"4587767676767606489\", \"4587767676767606490\", \"4587767676767606491\", \"4587767676767606492\", \"4587767676767606493\", \"4587767676767606494\", \"4587767676767606495\", \"4587767676767606496\", \"4587767676767606497\", \"4587767676767606498\", \"4587767676767606499\", \"4587767676767606500\", \"4587767676767606501\", \"4587767676767606502\", \"4587767676767606503\", \"4587767676767606504\", \"4587767676767606505\", \"4587767676767606506\", \"4587767676767606507\", \"4587767676767606508\", \"4587767676767606509\", \"4587767676767606510\", \"4587767676767606511\", \"4587767676767606512\", \"4587767676767606513\", \"4587767676767606514\", \"4587767676767606515\", \"4587767676767606516\", \"4587767676767606517\", \"4587767676767606518\", \"4587767676767606519\", \"4587767676767606520\", \"4587767676767606521\", \"4587767676767606522\", \"4587767676767606523\", \"4587767676767606524\", \"4587767676767606525\", \"4587767676767606526\", \"4587767676767606527\", \"4587767676767606528\", \"4587767676767606529\", \"4587767676767606530\", \"4587767676767606531\", \"4587767676767606532\", \"4587767676767606533\", \"4587767676767606534\", \"4587767676767606535\", \"4587767676767606536\", \"4587767676767606537\", \"4587767676767606538\", \"4587767676767606539\", \"4587767676767606540\", \"4587767676767606541\", \"4587767676767606542\", \"4587767676767606543\", \"4587767676767606544\", \"4587767676767606545\", \"4587767676767606546\", \"4587767676767606547\", \"4587767676767606548\", \"4587767676767606549\", \"4587767676767606550\", \"4587767676767606551\", \"4587767676767606552\", \"4587767676767606553\", \"4587767676767606554\", \"4587767676767606555\", \"4587767676767606556\", \"4587767676767606557\", \"4587767676767606558\", \"4587767676767606559\", \"4587767676767606560\", \"4587767676767606561\", \"4587767676767606562\", \"4587767676767606563\", \"4587767676767606564\", \"4587767676767606565\", \"4587767676767606566\", \"4587767676767606567\", \"4587767676767606568\", \"4587767676767606569\", \"4587767676767606570\", \"4587767676767606571\", \"4587767676767606572\", \"4587767676767606573\", \"4587767676767606574\", \"4587767676767606575\", \"4587767676767606576\", \"4587767676767606577\", \"4587767676767606578\", \"4587767676767606579\", \"4587767676767606580\", \"4587767676767606581\", \"4587767676767606582\", \"4587767676767606583\", \"4587767676767606584\", \"4587767676767606585\", \"4587767676767606586\", \"4587767676767606587\", \"4587767676767606588\", \"4587767676767606589\", \"4587767676767606590\", \"4587767676767606591\", \"4587767676767606592\", \"4587767676767606593\", \"4587767676767606594\", \"4587767676767606595\", \"4587767676767606596\", \"4587767676767606597\", \"4587767676767606598\", \"4587767676767606599\", \"4587767676767606600\", \"4587767676767606601\", \"4587767676767606602\", \"4587767676767606603\", \"4587767676767606604\", \"4587767676767606605\", \"4587767676767606606\", \"4587767676767606607\", \"4587767676767606608\", \"4587767676767606609\", \"4587767676767606610\", \"4587767676767606611\", \"4587767676767606612\", \"4587767676767606613\", \"4587767676767606614\", \"4587767676767606615\", \"4587767676767606616\", \"4587767676767606617\", \"4587767676767606618\", \"4587767676767606619\", \"4587767676767606620\", \"4587767676767606621\", \"4587767676767606622\", \"4587767676767606623\", \"4587767676767606624\", \"4587767676767606625\", \"4587767676767606626\", \"4587767676767606627\", \"4587767676767606628\", \"4587767676767606629\", \"4587767676767606630\", \"4587767676767606631\", \"4587767676767606632\", \"4587767676767606633\", \"4587767676767606634\", \"4587767676767606635\", \"4587767676767606636\", \"4587767676767606637\", \"4587767676767606638\", \"4587767676767606639\", \"4587767676767606640\", \"4587767676767606641\", \"4587767676767606642\", \"4587767676767606643\", \"4587767676767606644\", \"4587767676767606645\", \"4587767676767606646\", \"4587767676767606647\", \"4587767676767606648\", \"4587767676767606649\", \"4587767676767606650\", \"4587767676767606651\", \"4587767676767606652\", \"4587767676767606653\", \"4587767676767606654\", \"4587767676767606655\", \"4587767676767606656\", \"4587767676767606657\", \"4587767676767606658\", \"4587767676767606659\", \"4587767676767606660\", \"4587767676767606661\", \"4587767676767606662\", \"4587767676767606663\", \"4587767676767606664\", \"4587767676767606665\", \"4587767676767606666\", \"4587767676767606667\", \"4587767676767606668\", \"4587767676767606669\", \"4587767676767606670\", \"4587767676767606671\", \"4587767676767606672\", \"4587767676767606673\", \"4587767676767606674\", \"4587767676767606675\", \"4587767676767606676\", \"4587767676767606677\", \"4587767676767606678\", \"4587767676767606679\", \"4587767676767606680\", \"4587767676767606681\", \"4587767676767606682\", \"4587767676767606683\", \"4587767676767606684\", \"4587767676767606685\", \"4587767676767606686\", \"4587767676767606687\", \"4587767676767606688\", \"4587767676767606689\", \"4587767676767606690\", \"4587767676767606691\", \"4587767676767606692\", \"4587767676767606693\", \"4587767676767606694\", \"4587767676767606695\", \"4587767676767606696\", \"4587767676767606697\", \"4587767676767606698\", \"4587767676767606699\", \"4587767676767606700\", \"4587767676767606701\", \"4587767676767606702\", \"4587767676767606703\", \"4587767676767606704\", \"4587767676767606705\", \"4587767676767606706\", \"4587767676767606707\", \"4587767676767606708\", \"4587767676767606709\", \"4587767676767606710\", \"4587767676767606711\", \"4587767676767606712\", \"4587767676767606713\", \"4587767676767606714\", \"4587767676767606715\", \"4587767676767606716\", \"4587767676767606717\", \"4587767676767606718\", \"4587767676767606719\", \"4587767676767606720\", \"4587767676767606721\", \"4587767676767606722\", \"4587767676767606723\", \"4587767676767606724\", \"4587767676767606725\", \"4587767676767606726\", \"4587767676767606727\", \"4587767676767606728\", \"4587767676767606729\", \"4587767676767606730\", \"4587767676767606731\", \"4587767676767606732\", \"4587767676767606733\", \"4587767676767606734\", \"4587767676767606735\", \"4587767676767606736\", \"4587767676767606737\", \"4587767676767606738\", \"4587767676767606739\", \"4587767676767606740\", \"4587767676767606741\", \"4587767676767606742\", \"4587767676767606743\", \"4587767676767606744\", \"4587767676767606745\", \"4587767676767606746\", \"4587767676767606747\", \"4587767676767606748\", \"4587767676767606749\", \"4587767676767606750\", \"4587767676767606751\", \"4587767676767606752\", \"4587767676767606753\", \"4587767676767606754\", \"4587767676767606755\", \"4587767676767606756\", \"4587767676767606757\", \"4587767676767606758\", \"4587767676767606759\", \"4587767676767606760\", \"4587767676767606761\", \"4587767676767606762\", \"4587767676767606763\", \"4587767676767606764\", \"4587767676767606765\", \"4587767676767606766\", \"4587767676767606767\", \"4587767676767606768\", \"4587767676767606769\", \"4587767676767606770\", \"4587767676767606771\", \"4587767676767606772\", \"4587767676767606773\", \"4587767676767606774\", \"4587767676767606775\", \"4587767676767606776\", \"4587767676767606777\", \"4587767676767606778\", \"4587767676767606779\", \"4587767676767606780\", \"4587767676767606781\", \"4587767676767606782\", \"4587767676767606783\", \"4587767676767606784\", \"4587767676767606785\", \"4587767676767606786\", \"4587767676767606787\", \"4587767676767606788\", \"4587767676767606789\", \"4587767676767606790\", \"4587767676767606791\", \"4587767676767606792\", \"4587767676767606793\", \"4587767676767606794\", \"4587767676767606795\", \"4587767676767606796\", \"4587767676767606797\", \"4587767676767606798\", \"4587767676767606799\", \"4587767676767606800\", \"4587767676767606801\", \"4587767676767606802\", \"4587767676767606803\", \"4587767676767606804\", \"4587767676767606805\", \"4587767676767606806\", \"4587767676767606807\", \"4587767676767606808\", \"4587767676767606809\", \"4587767676767606810\", \"4587767676767606811\", \"4587767676767606812\", \"4587767676767606813\", \"4587767676767606814\", \"4587767676767606815\", \"4587767676767606816\", \"4587767676767606817\", \"4587767676767606818\", \"4587767676767606819\", \"4587767676767606820\", \"4587767676767606821\", \"4587767676767606822\", \"4587767676767606823\", \"4587767676767606824\", \"4587767676767606825\", \"4587767676767606826\", \"4587767676767606827\", \"4587767676767606828\", \"4587767676767606829\", \"4587767676767606830\", \"4587767676767606831\", \"4587767676767606832\", \"4587767676767606833\", \"4587767676767606834\", \"4587767676767606835\", \"4587767676767606836\", \"4587767676767606837\", \"4587767676767606838\", \"4587767676767606839\", \"4587767676767606840\", \"4587767676767606841\", \"4587767676767606842\", \"4587767676767606843\", \"4587767676767606844\", \"4587767676767606845\", \"4587767676767606846\", \"4587767676767606847\", \"4587767676767606848\", \"4587767676767606849\", \"4587767676767606850\", \"4587767676767606851\", \"4587767676767606852\", \"4587767676767606853\", \"4587767676767606854\", \"4587767676767606855\", \"4587767676767606856\", \"4587767676767606857\", \"4587767676767606858\", \"4587767676767606859\", \"4587767676767606860\", \"4587767676767606861\", \"4587767676767606862\", \"4587767676767606863\", \"4587767676767606864\", \"4587767676767606865\", \"4587767676767606866\", \"4587767676767606867\", \"4587767676767606868\", \"4587767676767606869\", \"4587767676767606870\", \"4587767676767606871\", \"4587767676767606872\", \"4587767676767606873\", \"4587767676767606874\", \"4587767676767606875\", \"4587767676767606876\", \"4587767676767606877\", \"4587767676767606878\", \"4587767676767606879\", \"4587767676767606880\", \"4587767676767606881\", \"4587767676767606882\", \"4587767676767606883\", \"4587767676767606884\", \"4587767676767606885\", \"4587767676767606886\", \"4587767676767606887\", \"4587767676767606888\", \"4587767676767606889\", \"4587767676767606890\", \"4587767676767606891\", \"4587767676767606892\", \"4587767676767606893\", \"4587767676767606894\", \"4587767676767606895\", \"4587767676767606896\", \"4587767676767606897\", \"4587767676767606898\", \"4587767676767606899\", \"4587767676767606900\", \"4587767676767606901\", \"4587767676767606902\", \"4587767676767606903\", \"4587767676767606904\", \"4587767676767606905\", \"4587767676767606906\", \"4587767676767606907\", \"4587767676767606908\", \"4587767676767606909\", \"4587767676767606910\", \"4587767676767606911\", \"4587767676767606912\", \"4587767676767606913\", \"4587767676767606914\", \"4587767676767606915\", \"4587767676767606916\", \"4587767676767606917\", \"4587767676767606918\", \"4587767676767606919\", \"4587767676767606920\", \"4587767676767606921\", \"4587767676767606922\", \"4587767676767606923\", \"4587767676767606924\", \"4587767676767606925\", \"4587767676767606926\", \"4587767676767606927\", \"4587767676767606928\", \"4587767676767606929\", \"4587767676767606930\", \"4587767676767606931\", \"4587767676767606932\", \"4587767676767606933\", \"4587767676767606934\", \"4587767676767606935\", \"4587767676767606936\", \"4587767676767606937\", \"4587767676767606938\", \"4587767676767606939\", \"4587767676767606940\", \"4587767676767606941\", \"4587767676767606942\", \"4587767676767606943\", \"4587767676767606944\", \"4587767676767606945\", \"4587767676767606946\", \"4587767676767606947\", \"4587767676767606948\", \"4587767676767606949\", \"4587767676767606950\", \"4587767676767606951\", \"4587767676767606952\", \"4587767676767606953\", \"4587767676767606954\", \"4587767676767606955\", \"4587767676767606956\", \"4587767676767606957\", \"4587767676767606958\", \"4587767676767606959\", \"4587767676767606960\", \"4587767676767606961\", \"4587767676767606962\", \"4587767676767606963\", \"4587767676767606964\", \"4587767676767606965\", \"4587767676767606966\", \"4587767676767606967\", \"4587767676767606968\", \"4587767676767606969\", \"4587767676767606970\", \"4587767676767606971\", \"4587767676767606972\", \"4587767676767606973\", \"4587767676767606974\", \"4587767676767606975\", \"4587767676767606976\", \"4587767676767606977\", \"4587767676767606978\", \"4587767676767606979\", \"4587767676767606980\", \"4587767676767606981\", \"4587767676767606982\", \"4587767676767606983\", \"4587767676767606984\", \"4587767676767606985\", \"4587767676767606986\", \"4587767676767606987\", \"4587767676767606988\", \"4587767676767606989\", \"4587767676767606990\", \"4587767676767606991\", \"4587767676767606992\", \"4587767676767606993\", \"4587767676767606994\", \"4587767676767606995\", \"4587767676767606996\", \"4587767676767606997\", \"4587767676767606998\", \"4587767676767606999\", \"4587767676767607000\", \"4587767676767607001\", \"4587767676767607002\", \"4587767676767607003\", \"4587767676767607004\", \"4587767676767607005\", \"4587767676767607006\", \"4587767676767607007\", \"4587767676767607008\", \"4587767676767607009\", \"4587767676767607010\", \"4587767676767607011\", \"4587767676767607012\", \"4587767676767607013\", \"4587767676767607014\", \"4587767676767607015\", \"4587767676767607016\", \"4587767676767607017\", \"4587767676767607018\", \"4587767676767607019\", \"4587767676767607020\", \"4587767676767607021\", \"4587767676767607022\", \"4587767676767607023\", \"4587767676767607024\", \"4587767676767607025\", \"4587767676767607026\", \"4587767676767607027\", \"4587767676767607028\", \"4587767676767607029\", \"4587767676767607030\", \"4587767676767607031\", \"4587767676767607032\", \"4587767676767607033\", \"4587767676767607034\", \"4587767676767607035\", \"4587767676767607036\", \"4587767676767607037\", \"4587767676767607038\", \"4587767676767607039\", \"4587767676767607040\", \"4587767676767607041\", \"4587767676767607042\", \"4587767676767607043\", \"4587767676767607044\", \"4587767676767607045\", \"4587767676767607046\", \"4587767676767607047\", \"4587767676767607048\", \"4587767676767607049\", \"4587767676767607050\", \"4587767676767607051\", \"4587767676767607052\", \"4587767676767607053\", \"4587767676767607054\", \"4587767676767607055\", \"4587767676767607056\", \"4587767676767607057\", \"4587767676767607058\", \"4587767676767607059\", \"4587767676767607060\", \"4587767676767607061\", \"4587767676767607062\", \"4587767676767607063\", \"4587767676767607064\", \"4587767676767607065\", \"4587767676767607066\", \"4587767676767607067\", \"4587767676767607068\", \"4587767676767607069\", \"4587767676767607070\", \"4587767676767607071\", \"4587767676767607072\", \"4587767676767607073\", \"4587767676767607074\", \"4587767676767607075\", \"4587767676767607076\", \"4587767676767607077\", \"4587767676767607078\", \"4587767676767607079\", \"4587767676767607080\", \"4587767676767607081\", \"4587767676767607082\", \"4587767676767607083\", \"4587767676767607084\", \"4587767676767607085\", \"4587767676767607086\", \"4587767676767607087\", \"4587767676767607088\", \"4587767676767607089\", \"4587767676767607090\", \"4587767676767607091\", \"4587767676767607092\", \"4587767676767607093\", \"4587767676767607094\", \"4587767676767607095\", \"4587767676767607096\", \"4587767676767607097\", \"4587767676767607098\", \"4587767676767607099\", \"4587767676767607100\", \"4587767676767607101\", \"4587767676767607102\", \"4587767676767607103\", \"4587767676767607104\", \"4587767676767607105\", \"4587767676767607106\", \"4587767676767607107\", \"4587767676767607108\", \"4587767676767607109\", \"4587767676767607110\", \"4587767676767607111\", \"4587767676767607112\", \"4587767676767607113\", \"4587767676767607114\", \"4587767676767607115\", \"4587767676767607116\", \"4587767676767607117\", \"4587767676767607118\", \"4587767676767607119\", \"4587767676767607120\", \"4587767676767607121\", \"4587767676767607122\", \"4587767676767607123\", \"4587767676767607124\", \"4587767676767607125\", \"4587767676767607126\", \"4587767676767607127\", \"4587767676767607128\", \"4587767676767607129\", \"4587767676767607130\", \"4587767676767607131\", \"4587767676767607132\", \"4587767676767607133\", \"4587767676767607134\", \"4587767676767607135\", \"4587767676767607136\", \"4587767676767607137\", \"4587767676767607138\", \"4587767676767607139\", \"4587767676767607140\", \"4587767676767607141\", \"4587767676767607142\", \"4587767676767607143\", \"4587767676767607144\", \"4587767676767607145\", \"4587767676767607146\", \"4587767676767607147\", \"4587767676767607148\", \"4587767676767607149\", \"4587767676767607150\", \"4587767676767607151\", \"4587767676767607152\", \"4587767676767607153\", \"4587767676767607154\", \"4587767676767607155\", \"4587767676767607156\", \"4587767676767607157\", \"4587767676767607158\", \"4587767676767607159\", \"4587767676767607160\", \"4587767676767607161\", \"4587767676767607162\", \"4587767676767607163\", \"4587767676767607164\", \"4587767676767607165\", \"4587767676767607166\", \"4587767676767607167\", \"4587767676767607168\", \"4587767676767607169\", \"4587767676767607170\", \"4587767676767607171\", \"4587767676767607172\", \"4587767676767607173\", \"4587767676767607174\", \"4587767676767607175\", \"4587767676767607176\", \"4587767676767607177\", \"4587767676767607178\", \"4587767676767607179\", \"4587767676767607180\", \"4587767676767607181\", \"4587767676767607182\", \"4587767676767607183\", \"4587767676767607184\", \"4587767676767607185\", \"4587767676767607186\", \"4587767676767607187\", \"4587767676767607188\", \"4587767676767607189\", \"4587767676767607190\", \"4587767676767607191\", \"4587767676767607192\", \"4587767676767607193\", \"4587767676767607194\", \"4587767676767607195\", \"4587767676767607196\", \"4587767676767607197\", \"4587767676767607198\", \"4587767676767607199\", \"4587767676767607200\", \"4587767676767607201\", \"4587767676767607202\", \"4587767676767607203\", \"4587767676767607204\", \"4587767676767607205\", \"4587767676767607206\", \"4587767676767607207\", \"4587767676767607208\", \"4587767676767607209\", \"4587767676767607210\", \"4587767676767607211\", \"4587767676767607212\", \"4587767676767607213\", \"4587767676767607214\", \"4587767676767607215\", \"4587767676767607216\", \"4587767676767607217\", \"4587767676767607218\", \"4587767676767607219\", \"4587767676767607220\", \"4587767676767607221\", \"4587767676767607222\", \"4587767676767607223\", \"4587767676767607224\", \"4587767676767607225\", \"4587767676767607226\", \"4587767676767607227\", \"4587767676767607228\", \"4587767676767607229\", \"4587767676767607230\", \"4587767676767607231\", \"4587767676767607232\", \"4587767676767607233\", \"4587767676767607234\", \"4587767676767607235\", \"4587767676767607236\", \"4587767676767607237\", \"4587767676767607238\", \"4587767676767607239\", \"4587767676767607240\", \"4587767676767607241\", \"4587767676767607242\", \"4587767676767607243\", \"4587767676767607244\", \"4587767676767607245\", \"4587767676767607246\", \"4587767676767607247\", \"4587767676767607248\", \"4587767676767607249\", \"4587767676767607250\", \"4587767676767607251\", \"4587767676767607252\", \"4587767676767607253\", \"4587767676767607254\", \"4587767676767607255\", \"4587767676767607256\", \"4587767676767607257\", \"4587767676767607258\", \"4587767676767607259\", \"4587767676767607260\", \"4587767676767607261\", \"4587767676767607262\", \"4587767676767607263\", \"4587767676767607264\", \"4587767676767607265\", \"4587767676767607266\", \"4587767676767607267\", \"4587767676767607268\", \"4587767676767607269\", \"4587767676767607270\", \"4587767676767607271\", \"4587767676767607272\", \"4587767676767607273\", \"4587767676767607274\", \"4587767676767607275\", \"4587767676767607276\", \"4587767676767607277\", \"4587767676767607278\", \"4587767676767607279\", \"4587767676767607280\", \"4587767676767607281\", \"4587767676767607282\", \"4587767676767607283\", \"4587767676767607284\", \"4587767676767607285\", \"4587767676767607286\", \"4587767676767607287\", \"4587767676767607288\", \"4587767676767607289\", \"4587767676767607290\", \"4587767676767607291\", \"4587767676767607292\", \"4587767676767607293\", \"4587767676767607294\", \"4587767676767607295\", \"4587767676767607296\", \"4587767676767607297\", \"4587767676767607298\", \"4587767676767607299\", \"4587767676767607300\", \"4587767676767607301\", \"4587767676767607302\", \"4587767676767607303\", \"4587767676767607304\", \"4587767676767607305\", \"4587767676767607306\", \"4587767676767607307\", \"4587767676767607308\", \"4587767676767607309\", \"4587767676767607310\", \"4587767676767607311\", \"4587767676767607312\", \"4587767676767607313\", \"4587767676767607314\", \"4587767676767607315\", \"4587767676767607316\", \"4587767676767607317\", \"4587767676767607318\", \"4587767676767607319\", \"4587767676767607320\", \"4587767676767607321\", \"4587767676767607322\", \"4587767676767607323\", \"4587767676767607324\", \"4587767676767607325\", \"4587767676767607326\", \"4587767676767607327\", \"4587767676767607328\", \"4587767676767607329\", \"4587767676767607330\", \"4587767676767607331\", \"4587767676767607332\", \"4587767676767607333\", \"4587767676767607334\", \"4587767676767607335\", \"4587767676767607336\", \"4587767676767607337\", \"4587767676767607338\", \"4587767676767607339\", \"4587767676767607340\", \"4587767676767607341\", \"4587767676767607342\", \"4587767676767607343\", \"4587767676767607344\", \"4587767676767607345\", \"4587767676767607346\", \"4587767676767607347\", \"4587767676767607348\", \"4587767676767607349\", \"4587767676767607350\", \"4587767676767607351\", \"4587767676767607352\", \"4587767676767607353\", \"4587767676767607354\", \"4587767676767607355\", \"4587767676767607356\", \"4587767676767607357\", \"4587767676767607358\", \"4587767676767607359\", \"4587767676767607360\", \"4587767676767607361\", \"4587767676767607362\", \"4587767676767607363\", \"4587767676767607364\", \"4587767676767607365\", \"4587767676767607366\", \"4587767676767607367\", \"4587767676767607368\", \"4587767676767607369\", \"4587767676767607370\", \"4587767676767607371\", \"4587767676767607372\", \"4587767676767607373\", \"4587767676767607374\", \"4587767676767607375\", \"4587767676767607376\", \"4587767676767607377\", \"4587767676767607378\", \"4587767676767607379\", \"4587767676767607380\", \"4587767676767607381\", \"4587767676767607382\", \"4587767676767607383\", \"4587767676767607384\", \"4587767676767607385\", \"4587767676767607386\", \"4587767676767607387\", \"4587767676767607388\", \"4587767676767607389\", \"4587767676767607390\", \"4587767676767607391\", \"4587767676767607392\", \"4587767676767607393\", \"4587767676767607394\", \"4587767676767607395\", \"4587767676767607396\", \"4587767676767607397\", \"4587767676767607398\", \"4587767676767607399\", \"4587767676767607400\", \"4587767676767607401\", \"4587767676767607402\", \"4587767676767607403\", \"4587767676767607404\", \"4587767676767607405\", \"4587767676767607406\", \"4587767676767607407\", \"4587767676767607408\", \"4587767676767607409\", \"4587767676767607410\", \"4587767676767607411\", \"4587767676767607412\", \"4587767676767607413\", \"4587767676767607414\", \"4587767676767607415\", \"4587767676767607416\", \"4587767676767607417\", \"4587767676767607418\", \"4587767676767607419\", \"4587767676767607420\", \"4587767676767607421\", \"4587767676767607422\", \"4587767676767607423\", \"4587767676767607424\", \"4587767676767607425\", \"4587767676767607426\", \"4587767676767607427\", \"4587767676767607428\", \"4587767676767607429\", \"4587767676767607430\", \"4587767676767607431\", \"4587767676767607432\", \"4587767676767607433\", \"4587767676767607434\", \"4587767676767607435\", \"4587767676767607436\", \"4587767676767607437\", \"4587767676767607438\", \"4587767676767607439\", \"4587767676767607440\", \"4587767676767607441\", \"4587767676767607442\", \"4587767676767607443\", \"4587767676767607444\", \"4587767676767607445\", \"4587767676767607446\", \"4587767676767607447\", \"4587767676767607448\", \"4587767676767607449\", \"4587767676767607450\", \"4587767676767607451\", \"4587767676767607452\", \"4587767676767607453\", \"4587767676767607454\", \"4587767676767607455\", \"4587767676767607456\", \"4587767676767607457\", \"4587767676767607458\", \"4587767676767607459\", \"4587767676767607460\", \"4587767676767607461\", \"4587767676767607462\", \"4587767676767607463\", \"4587767676767607464\", \"4587767676767607465\", \"4587767676767607466\", \"4587767676767607467\", \"4587767676767607468\", \"4587767676767607469\", \"4587767676767607470\", \"4587767676767607471\", \"4587767676767607472\", \"4587767676767607473\", \"4587767676767607474\", \"4587767676767607475\", \"4587767676767607476\", \"4587767676767607477\", \"4587767676767607478\", \"4587767676767607479\", \"4587767676767607480\", \"4587767676767607481\", \"4587767676767607482\", \"4587767676767607483\", \"4587767676767607484\", \"4587767676767607485\", \"4587767676767607486\", \"4587767676767607487\", \"4587767676767607488\", \"4587767676767607489\", \"4587767676767607490\", \"4587767676767607491\", \"4587767676767607492\", \"4587767676767607493\", \"4587767676767607494\", \"4587767676767607495\", \"4587767676767607496\", \"4587767676767607497\", \"4587767676767607498\", \"4587767676767607499\", \"4587767676767607500\", \"4587767676767607501\", \"4587767676767607502\", \"4587767676767607503\", \"4587767676767607504\", \"4587767676767607505\", \"4587767676767607506\", \"4587767676767607507\", \"4587767676767607508\", \"4587767676767607509\", \"4587767676767607510\", \"4587767676767607511\", \"4587767676767607512\", \"4587767676767607513\", \"4587767676767607514\", \"4587767676767607515\", \"4587767676767607516\", \"4587767676767607517\", \"4587767676767607518\", \"4587767676767607519\", \"4587767676767607520\", \"4587767676767607521\", \"4587767676767607522\", \"4587767676767607523\", \"4587767676767607524\", \"4587767676767607525\", \"4587767676767607526\", \"4587767676767607527\", \"4587767676767607528\", \"4587767676767607529\", \"4587767676767607530\", \"4587767676767607531\", \"4587767676767607532\", \"4587767676767607533\", \"4587767676767607534\", \"4587767676767607535\", \"4587767676767607536\", \"4587767676767607537\", \"4587767676767607538\", \"4587767676767607539\", \"4587767676767607540\", \"4587767676767607541\", \"4587767676767607542\", \"4587767676767607543\", \"4587767676767607544\", \"4587767676767607545\", \"4587767676767607546\", \"4587767676767607547\", \"4587767676767607548\", \"4587767676767607549\", \"4587767676767607550\", \"4587767676767607551\", \"4587767676767607552\", \"4587767676767607553\", \"4587767676767607554\", \"4587767676767607555\", \"4587767676767607556\", \"4587767676767607557\", \"4587767676767607558\", \"4587767676767607559\", \"4587767676767607560\", \"4587767676767607561\", \"4587767676767607562\", \"4587767676767607563\", \"4587767676767607564\", \"4587767676767607565\", \"4587767676767607566\", \"4587767676767607567\", \"4587767676767607568\", \"4587767676767607569\", \"4587767676767607570\", \"4587767676767607571\", \"4587767676767607572\", \"4587767676767607573\", \"4587767676767607574\", \"4587767676767607575\", \"4587767676767607576\", \"4587767676767607577\", \"4587767676767607578\", \"4587767676767607579\", \"4587767676767607580\", \"4587767676767607581\", \"4587767676767607582\", \"4587767676767607583\", \"4587767676767607584\", \"4587767676767607585\", \"4587767676767607586\", \"4587767676767607587\", \"4587767676767607588\", \"4587767676767607589\", \"4587767676767607590\", \"4587767676767607591\", \"4587767676767607592\", \"4587767676767607593\", \"4587767676767607594\", \"4587767676767607595\", \"4587767676767607596\", \"4587767676767607597\", \"4587767676767607598\", \"4587767676767607599\", \"4587767676767607600\", \"4587767676767607601\", \"4587767676767607602\", \"4587767676767607603\", \"4587767676767607604\", \"4587767676767607605\", \"4587767676767607606\", \"4587767676767607607\", \"4587767676767607608\", \"4587767676767607609\", \"4587767676767607610\", \"4587767676767607611\", \"4587767676767607612\", \"4587767676767607613\", \"4587767676767607614\", \"4587767676767607615\", \"4587767676767607616\", \"4587767676767607617\", \"4587767676767607618\", \"4587767676767607619\", \"4587767676767607620\", \"4587767676767607621\", \"4587767676767607622\", \"4587767676767607623\", \"4587767676767607624\", \"4587767676767607625\", \"4587767676767607626\", \"4587767676767607627\", \"4587767676767607628\", \"4587767676767607629\", \"4587767676767607630\", \"4587767676767607631\", \"4587767676767607632\", \"4587767676767607633\", \"4587767676767607634\", \"4587767676767607635\", \"4587767676767607636\", \"4587767676767607637\", \"4587767676767607638\", \"4587767676767607639\", \"4587767676767607640\", \"4587767676767607641\", \"4587767676767607642\", \"4587767676767607643\", \"4587767676767607644\", \"4587767676767607645\", \"4587767676767607646\", \"4587767676767607647\", \"4587767676767607648\", \"4587767676767607649\", \"4587767676767607650\", \"4587767676767607651\", \"4587767676767607652\", \"4587767676767607653\", \"4587767676767607654\", \"4587767676767607655\", \"4587767676767607656\", \"4587767676767607657\", \"4587767676767607658\", \"4587767676767607659\", \"4587767676767607660\", \"4587767676767607661\", \"4587767676767607662\", \"4587767676767607663\", \"4587767676767607664\", \"4587767676767607665\", \"4587767676767607666\", \"4587767676767607667\", \"4587767676767607668\", \"4587767676767607669\", \"4587767676767607670\", \"4587767676767607671\", \"4587767676767607672\", \"4587767676767607673\", \"4587767676767607674\", \"4587767676767607675\", \"4587767676767607676\", \"4587767676767607677\", \"4587767676767607678\", \"4587767676767607679\", \"4587767676767607680\", \"4587767676767607681\", \"4587767676767607682\", \"4587767676767607683\", \"4587767676767607684\", \"4587767676767607685\", \"4587767676767607686\", \"4587767676767607687\", \"4587767676767607688\", \"4587767676767607689\", \"4587767676767607690\", \"4587767676767607691\", \"4587767676767607692\", \"4587767676767607693\", \"4587767676767607694\", \"4587767676767607695\", \"4587767676767607696\", \"4587767676767607697\", \"4587767676767607698\", \"4587767676767607699\", \"4587767676767607700\", \"4587767676767607701\", \"4587767676767607702\", \"4587767676767607703\", \"4587767676767607704\", \"4587767676767607705\", \"4587767676767607706\", \"4587767676767607707\", \"4587767676767607708\", \"4587767676767607709\", \"4587767676767607710\", \"4587767676767607711\", \"4587767676767607712\", \"4587767676767607713\", \"4587767676767607714\", \"4587767676767607715\", \"4587767676767607716\", \"4587767676767607717\", \"4587767676767607718\", \"4587767676767607719\", \"4587767676767607720\", \"4587767676767607721\", \"4587767676767607722\", \"4587767676767607723\", \"4587767676767607724\", \"4587767676767607725\", \"4587767676767607726\", \"4587767676767607727\", \"4587767676767607728\", \"4587767676767607729\", \"4587767676767607730\", \"4587767676767607731\", \"4587767676767607732\", \"4587767676767607733\", \"4587767676767607734\", \"4587767676767607735\", \"4587767676767607736\", \"4587767676767607737\", \"4587767676767607738\", \"4587767676767607739\", \"4587767676767607740\", \"4587767676767607741\", \"4587767676767607742\", \"4587767676767607743\", \"4587767676767607744\", \"4587767676767607745\", \"4587767676767607746\", \"4587767676767607747\", \"4587767676767607748\", \"4587767676767607749\", \"4587767676767607750\", \"4587767676767607751\", \"4587767676767607752\", \"4587767676767607753\", \"4587767676767607754\", \"4587767676767607755\", \"4587767676767607756\", \"4587767676767607757\", \"4587767676767607758\", \"4587767676767607759\", \"4587767676767607760\", \"4587767676767607761\", \"4587767676767607762\", \"4587767676767607763\", \"4587767676767607764\", \"4587767676767607765\", \"4587767676767607766\", \"4587767676767607767\", \"4587767676767607768\", \"4587767676767607769\", \"4587767676767607770\", \"4587767676767607771\", \"4587767676767607772\", \"4587767676767607773\", \"4587767676767607774\", \"4587767676767607775\", \"4587767676767607776\", \"4587767676767607777\", \"4587767676767607778\", \"4587767676767607779\", \"4587767676767607780\", \"4587767676767607781\", \"4587767676767607782\", \"4587767676767607783\", \"4587767676767607784\", \"4587767676767607785\", \"4587767676767607786\", \"4587767676767607787\", \"4587767676767607788\", \"4587767676767607789\", \"4587767676767607790\", \"4587767676767607791\", \"4587767676767607792\", \"4587767676767607793\", \"4587767676767607794\", \"4587767676767607795\", \"4587767676767607796\", \"4587767676767607797\", \"4587767676767607798\", \"4587767676767607799\", \"4587767676767607800\", \"4587767676767607801\", \"4587767676767607802\", \"4587767676767607803\", \"4587767676767607804\", \"4587767676767607805\", \"4587767676767607806\", \"4587767676767607807\", \"4587767676767607808\", \"4587767676767607809\", \"4587767676767607810\", \"4587767676767607811\", \"4587767676767607812\", \"4587767676767607813\", \"4587767676767607814\", \"4587767676767607815\", \"4587767676767607816\", \"4587767676767607817\", \"4587767676767607818\", \"4587767676767607819\", \"4587767676767607820\", \"4587767676767607821\", \"4587767676767607822\", \"4587767676767607823\", \"4587767676767607824\", \"4587767676767607825\", \"4587767676767607826\", \"4587767676767607827\", \"4587767676767607828\", \"4587767676767607829\", \"4587767676767607830\", \"4587767676767607831\", \"4587767676767607832\", \"4587767676767607833\", \"4587767676767607834\", \"4587767676767607835\", \"4587767676767607836\", \"4587767676767607837\", \"4587767676767607838\", \"4587767676767607839\", \"4587767676767607840\", \"4587767676767607841\", \"4587767676767607842\", \"4587767676767607843\", \"4587767676767607844\", \"4587767676767607845\", \"4587767676767607846\", \"4587767676767607847\", \"4587767676767607848\", \"4587767676767607849\", \"4587767676767607850\", \"4587767676767607851\", \"4587767676767607852\", \"4587767676767607853\", \"4587767676767607854\", \"4587767676767607855\", \"4587767676767607856\", \"4587767676767607857\", \"4587767676767607858\", \"4587767676767607859\", \"4587767676767607860\", \"4587767676767607861\", \"4587767676767607862\", \"4587767676767607863\", \"4587767676767607864\", \"4587767676767607865\", \"4587767676767607866\", \"4587767676767607867\", \"4587767676767607868\", \"4587767676767607869\", \"4587767676767607870\", \"4587767676767607871\", \"4587767676767607872\", \"4587767676767607873\", \"4587767676767607874\", \"4587767676767607875\", \"4587767676767607876\", \"4587767676767607877\", \"4587767676767607878\", \"4587767676767607879\", \"4587767676767607880\", \"4587767676767607881\", \"4587767676767607882\", \"4587767676767607883\", \"4587767676767607884\", \"4587767676767607885\", \"4587767676767607886\", \"4587767676767607887\", \"4587767676767607888\", \"4587767676767607889\", \"4587767676767607890\", \"4587767676767607891\", \"4587767676767607892\", \"4587767676767607893\", \"4587767676767607894\", \"4587767676767607895\", \"4587767676767607896\", \"4587767676767607897\", \"4587767676767607898\", \"4587767676767607899\", \"4587767676767607900\", \"4587767676767607901\", \"4587767676767607902\", \"4587767676767607903\", \"4587767676767607904\", \"4587767676767607905\", \"4587767676767607906\", \"4587767676767607907\", \"4587767676767607908\", \"4587767676767607909\", \"4587767676767607910\", \"4587767676767607911\", \"4587767676767607912\", \"4587767676767607913\", \"4587767676767607914\", \"4587767676767607915\", \"4587767676767607916\", \"4587767676767607917\", \"4587767676767607918\", \"4587767676767607919\", \"4587767676767607920\", \"4587767676767607921\", \"4587767676767607922\", \"4587767676767607923\", \"4587767676767607924\", \"4587767676767607925\", \"4587767676767607926\", \"4587767676767607927\", \"4587767676767607928\", \"4587767676767607929\", \"4587767676767607930\", \"4587767676767607931\", \"4587767676767607932\", \"4587767676767607933\", \"4587767676767607934\", \"4587767676767607935\", \"4587767676767607936\", \"4587767676767607937\", \"4587767676767607938\", \"4587767676767607939\", \"4587767676767607940\", \"4587767676767607941\", \"4587767676767607942\", \"4587767676767607943\", \"4587767676767607944\", \"4587767676767607945\", \"4587767676767607946\", \"4587767676767607947\", \"4587767676767607948\", \"4587767676767607949\", \"4587767676767607950\", \"4587767676767607951\", \"4587767676767607952\", \"4587767676767607953\", \"4587767676767607954\", \"4587767676767607955\", \"4587767676767607956\", \"4587767676767607957\", \"4587767676767607958\", \"4587767676767607959\", \"4587767676767607960\", \"4587767676767607961\", \"4587767676767607962\", \"4587767676767607963\", \"4587767676767607964\", \"4587767676767607965\", \"4587767676767607966\", \"4587767676767607967\", \"4587767676767607968\", \"4587767676767607969\", \"4587767676767607970\", \"4587767676767607971\", \"4587767676767607972\", \"4587767676767607973\", \"4587767676767607974\", \"4587767676767607975\", \"4587767676767607976\", \"4587767676767607977\", \"4587767676767607978\", \"4587767676767607979\", \"4587767676767607980\", \"4587767676767607981\", \"4587767676767607982\", \"4587767676767607983\", \"4587767676767607984\", \"4587767676767607985\", \"4587767676767607986\", \"4587767676767607987\", \"4587767676767607988\", \"4587767676767607989\", \"4587767676767607990\", \"4587767676767607991\", \"4587767676767607992\", \"4587767676767607993\", \"4587767676767607994\", \"4587767676767607995\", \"4587767676767607996\", \"4587767676767607997\", \"4587767676767607998\", \"4587767676767607999\", \"4587767676767608000\", \"4587767676767608001\", \"4587767676767608002\", \"4587767676767608003\", \"4587767676767608004\", \"4587767676767608005\", \"4587767676767608006\", \"4587767676767608007\", \"4587767676767608008\", \"4587767676767608009\", \"4587767676767608010\", \"4587767676767608011\", \"4587767676767608012\", \"4587767676767608013\", \"4587767676767608014\", \"4587767676767608015\", \"4587767676767608016\", \"4587767676767608017\", \"4587767676767608018\", \"4587767676767608019\", \"4587767676767608020\", \"4587767676767608021\", \"4587767676767608022\", \"4587767676767608023\", \"4587767676767608024\", \"4587767676767608025\", \"4587767676767608026\", \"4587767676767608027\", \"4587767676767608028\", \"4587767676767608029\", \"4587767676767608030\", \"4587767676767608031\", \"4587767676767608032\", \"4587767676767608033\", \"4587767676767608034\", \"4587767676767608035\", \"4587767676767608036\", \"4587767676767608037\", \"4587767676767608038\", \"4587767676767608039\", \"4587767676767608040\", \"4587767676767608041\", \"4587767676767608042\", \"4587767676767608043\", \"4587767676767608044\", \"4587767676767608045\", \"4587767676767608046\", \"4587767676767608047\", \"4587767676767608048\", \"4587767676767608049\", \"4587767676767608050\", \"4587767676767608051\", \"4587767676767608052\", \"4587767676767608053\", \"4587767676767608054\", \"4587767676767608055\", \"4587767676767608056\", \"4587767676767608057\", \"4587767676767608058\", \"4587767676767608059\", \"4587767676767608060\", \"4587767676767608061\", \"4587767676767608062\", \"4587767676767608063\", \"4587767676767608064\", \"4587767676767608065\", \"4587767676767608066\", \"4587767676767608067\", \"4587767676767608068\", \"4587767676767608069\", \"4587767676767608070\", \"4587767676767608071\", \"4587767676767608072\", \"4587767676767608073\", \"4587767676767608074\", \"4587767676767608075\", \"4587767676767608076\", \"4587767676767608077\", \"4587767676767608078\", \"4587767676767608079\", \"4587767676767608080\", \"4587767676767608081\", \"4587767676767608082\", \"4587767676767608083\", \"4587767676767608084\", \"4587767676767608085\", \"4587767676767608086\", \"4587767676767608087\", \"4587767676767608088\", \"4587767676767608089\", \"4587767676767608090\", \"4587767676767608091\", \"4587767676767608092\", \"4587767676767608093\", \"4587767676767608094\", \"4587767676767608095\", \"4587767676767608096\", \"4587767676767608097\", \"4587767676767608098\", \"4587767676767608099\", \"4587767676767608100\", \"4587767676767608101\", \"4587767676767608102\", \"4587767676767608103\", \"4587767676767608104\", \"4587767676767608105\", \"4587767676767608106\", \"4587767676767608107\", \"4587767676767608108\", \"4587767676767608109\", \"4587767676767608110\", \"4587767676767608111\", \"4587767676767608112\", \"4587767676767608113\", \"4587767676767608114\", \"4587767676767608115\", \"4587767676767608116\", \"4587767676767608117\", \"4587767676767608118\", \"4587767676767608119\", \"4587767676767608120\", \"4587767676767608121\", \"4587767676767608122\", \"4587767676767608123\", \"4587767676767608124\", \"4587767676767608125\", \"4587767676767608126\", \"4587767676767608127\", \"4587767676767608128\", \"4587767676767608129\", \"4587767676767608130\", \"4587767676767608131\", \"4587767676767608132\", \"4587767676767608133\", \"4587767676767608134\", \"4587767676767608135\", \"4587767676767608136\", \"4587767676767608137\", \"4587767676767608138\", \"4587767676767608139\", \"4587767676767608140\", \"4587767676767608141\", \"4587767676767608142\", \"4587767676767608143\", \"4587767676767608144\", \"4587767676767608145\", \"4587767676767608146\", \"4587767676767608147\", \"4587767676767608148\", \"4587767676767608149\", \"4587767676767608150\", \"4587767676767608151\", \"4587767676767608152\", \"4587767676767608153\", \"4587767676767608154\", \"4587767676767608155\", \"4587767676767608156\", \"4587767676767608157\", \"4587767676767608158\", \"4587767676767608159\", \"4587767676767608160\", \"4587767676767608161\", \"4587767676767608162\", \"4587767676767608163\", \"4587767676767608164\", \"4587767676767608165\", \"4587767676767608166\", \"4587767676767608167\", \"4587767676767608168\", \"4587767676767608169\", \"4587767676767608170\", \"4587767676767608171\", \"4587767676767608172\", \"4587767676767608173\", \"4587767676767608174\", \"4587767676767608175\", \"4587767676767608176\", \"4587767676767608177\", \"4587767676767608178\", \"4587767676767608179\", \"4587767676767608180\", \"4587767676767608181\", \"4587767676767608182\", \"4587767676767608183\", \"4587767676767608184\", \"4587767676767608185\", \"4587767676767608186\", \"4587767676767608187\", \"4587767676767608188\", \"4587767676767608189\", \"4587767676767608190\", \"4587767676767608191\", \"4587767676767608192\", \"4587767676767608193\", \"4587767676767608194\", \"4587767676767608195\", \"4587767676767608196\", \"4587767676767608197\", \"4587767676767608198\", \"4587767676767608199\", \"4587767676767608200\", \"4587767676767608201\", \"4587767676767608202\", \"4587767676767608203\", \"4587767676767608204\", \"4587767676767608205\", \"4587767676767608206\", \"4587767676767608207\", \"4587767676767608208\", \"4587767676767608209\", \"4587767676767608210\", \"4587767676767608211\", \"4587767676767608212\", \"4587767676767608213\", \"4587767676767608214\", \"4587767676767608215\", \"4587767676767608216\", \"4587767676767608217\", \"4587767676767608218\", \"4587767676767608219\", \"4587767676767608220\", \"4587767676767608221\", \"4587767676767608222\", \"4587767676767608223\", \"4587767676767608224\", \"4587767676767608225\", \"4587767676767608226\", \"4587767676767608227\", \"4587767676767608228\", \"4587767676767608229\", \"4587767676767608230\", \"4587767676767608231\", \"4587767676767608232\", \"4587767676767608233\", \"4587767676767608234\", \"4587767676767608235\", \"4587767676767608236\", \"4587767676767608237\", \"4587767676767608238\", \"4587767676767608239\", \"4587767676767608240\", \"4587767676767608241\", \"4587767676767608242\", \"4587767676767608243\", \"4587767676767608244\", \"4587767676767608245\", \"4587767676767608246\", \"4587767676767608247\", \"4587767676767608248\", \"4587767676767608249\", \"4587767676767608250\", \"4587767676767608251\", \"4587767676767608252\", \"4587767676767608253\", \"4587767676767608254\", \"4587767676767608255\", \"4587767676767608256\", \"4587767676767608257\", \"4587767676767608258\", \"4587767676767608259\", \"4587767676767608260\", \"4587767676767608261\", \"4587767676767608262\", \"4587767676767608263\", \"4587767676767608264\", \"4587767676767608265\", \"4587767676767608266\", \"4587767676767608267\", \"4587767676767608268\", \"4587767676767608269\", \"4587767676767608270\", \"4587767676767608271\", \"4587767676767608272\", \"4587767676767608273\", \"4587767676767608274\", \"4587767676767608275\", \"4587767676767608276\", \"4587767676767608277\", \"4587767676767608278\", \"4587767676767608279\", \"4587767676767608280\", \"4587767676767608281\", \"4587767676767608282\", \"4587767676767608283\", \"4587767676767608284\", \"4587767676767608285\", \"4587767676767608286\", \"4587767676767608287\", \"4587767676767608288\", \"4587767676767608289\", \"4587767676767608290\", \"4587767676767608291\", \"4587767676767608292\", \"4587767676767608293\", \"4587767676767608294\", \"4587767676767608295\", \"4587767676767608296\", \"4587767676767608297\", \"4587767676767608298\", \"4587767676767608299\", \"4587767676767608300\", \"4587767676767608301\", \"4587767676767608302\", \"4587767676767608303\", \"4587767676767608304\", \"4587767676767608305\", \"4587767676767608306\", \"4587767676767608307\", \"4587767676767608308\", \"4587767676767608309\", \"4587767676767608310\", \"4587767676767608311\", \"4587767676767608312\", \"4587767676767608313\", \"4587767676767608314\", \"4587767676767608315\", \"4587767676767608316\", \"4587767676767608317\", \"4587767676767608318\", \"4587767676767608319\", \"4587767676767608320\", \"4587767676767608321\", \"4587767676767608322\", \"4587767676767608323\", \"4587767676767608324\", \"4587767676767608325\", \"4587767676767608326\", \"4587767676767608327\", \"4587767676767608328\", \"4587767676767608329\", \"4587767676767608330\", \"4587767676767608331\", \"4587767676767608332\", \"4587767676767608333\", \"4587767676767608334\", \"4587767676767608335\", \"4587767676767608336\", \"4587767676767608337\", \"4587767676767608338\", \"4587767676767608339\", \"4587767676767608340\", \"4587767676767608341\", \"4587767676767608342\", \"4587767676767608343\", \"4587767676767608344\", \"4587767676767608345\", \"4587767676767608346\", \"4587767676767608347\", \"4587767676767608348\", \"4587767676767608349\", \"4587767676767608350\", \"4587767676767608351\", \"4587767676767608352\", \"4587767676767608353\", \"4587767676767608354\", \"4587767676767608355\", \"4587767676767608356\", \"4587767676767608357\", \"4587767676767608358\", \"4587767676767608359\", \"4587767676767608360\", \"4587767676767608361\", \"4587767676767608362\", \"4587767676767608363\", \"4587767676767608364\", \"4587767676767608365\", \"4587767676767608366\", \"4587767676767608367\", \"4587767676767608368\", \"4587767676767608369\", \"4587767676767608370\", \"4587767676767608371\", \"4587767676767608372\", \"4587767676767608373\", \"4587767676767608374\", \"4587767676767608375\", \"4587767676767608376\", \"4587767676767608377\", \"4587767676767608378\", \"4587767676767608379\", \"4587767676767608380\", \"4587767676767608381\", \"4587767676767608382\", \"4587767676767608383\", \"4587767676767608384\", \"4587767676767608385\", \"4587767676767608386\", \"4587767676767608387\", \"4587767676767608388\", \"4587767676767608389\", \"4587767676767608390\", \"4587767676767608391\", \"4587767676767608392\", \"4587767676767608393\", \"4587767676767608394\", \"4587767676767608395\", \"4587767676767608396\", \"4587767676767608397\", \"4587767676767608398\", \"4587767676767608399\", \"4587767676767608400\", \"4587767676767608401\", \"4587767676767608402\", \"4587767676767608403\", \"4587767676767608404\", \"4587767676767608405\", \"4587767676767608406\", \"4587767676767608407\", \"4587767676767608408\", \"4587767676767608409\", \"4587767676767608410\", \"4587767676767608411\", \"4587767676767608412\", \"4587767676767608413\", \"4587767676767608414\", \"4587767676767608415\", \"4587767676767608416\", \"4587767676767608417\", \"4587767676767608418\", \"4587767676767608419\", \"4587767676767608420\", \"4587767676767608421\", \"4587767676767608422\", \"4587767676767608423\", \"4587767676767608424\", \"4587767676767608425\", \"4587767676767608426\", \"4587767676767608427\", \"4587767676767608428\", \"4587767676767608429\", \"4587767676767608430\", \"4587767676767608431\", \"4587767676767608432\", \"4587767676767608433\", \"4587767676767608434\", \"4587767676767608435\", \"4587767676767608436\", \"4587767676767608437\", \"4587767676767608438\", \"4587767676767608439\", \"4587767676767608440\", \"4587767676767608441\", \"4587767676767608442\", \"4587767676767608443\", \"4587767676767608444\", \"4587767676767608445\", \"4587767676767608446\", \"4587767676767608447\", \"4587767676767608448\", \"4587767676767608449\", \"4587767676767608450\", \"4587767676767608451\", \"4587767676767608452\", \"4587767676767608453\", \"4587767676767608454\", \"4587767676767608455\", \"4587767676767608456\", \"4587767676767608457\", \"4587767676767608458\", \"4587767676767608459\", \"4587767676767608460\", \"4587767676767608461\", \"4587767676767608462\", \"4587767676767608463\", \"4587767676767608464\", \"4587767676767608465\", \"4587767676767608466\", \"4587767676767608467\", \"4587767676767608468\", \"4587767676767608469\", \"4587767676767608470\", \"4587767676767608471\", \"4587767676767608472\", \"4587767676767608473\", \"4587767676767608474\", \"4587767676767608475\", \"4587767676767608476\", \"4587767676767608477\", \"4587767676767608478\", \"4587767676767608479\", \"4587767676767608480\", \"4587767676767608481\", \"4587767676767608482\", \"4587767676767608483\", \"4587767676767608484\", \"4587767676767608485\", \"4587767676767608486\", \"4587767676767608487\", \"4587767676767608488\", \"4587767676767608489\", \"4587767676767608490\", \"4587767676767608491\", \"4587767676767608492\", \"4587767676767608493\", \"4587767676767608494\", \"4587767676767608495\", \"4587767676767608496\", \"4587767676767608497\", \"4587767676767608498\", \"4587767676767608499\", \"4587767676767608500\", \"4587767676767608501\", \"4587767676767608502\", \"4587767676767608503\", \"4587767676767608504\", \"4587767676767608505\", \"4587767676767608506\", \"4587767676767608507\", \"4587767676767608508\", \"4587767676767608509\", \"4587767676767608510\", \"4587767676767608511\", \"4587767676767608512\", \"4587767676767608513\", \"4587767676767608514\", \"4587767676767608515\", \"4587767676767608516\", \"4587767676767608517\", \"4587767676767608518\", \"4587767676767608519\", \"4587767676767608520\", \"4587767676767608521\", \"4587767676767608522\", \"4587767676767608523\", \"4587767676767608524\", \"4587767676767608525\", \"4587767676767608526\", \"4587767676767608527\", \"4587767676767608528\", \"4587767676767608529\", \"4587767676767608530\", \"4587767676767608531\", \"4587767676767608532\", \"4587767676767608533\", \"4587767676767608534\", \"4587767676767608535\", \"4587767676767608536\", \"4587767676767608537\", \"4587767676767608538\", \"4587767676767608539\", \"4587767676767608540\", \"4587767676767608541\", \"4587767676767608542\", \"4587767676767608543\", \"4587767676767608544\", \"4587767676767608545\", \"4587767676767608546\", \"4587767676767608547\", \"4587767676767608548\", \"4587767676767608549\", \"4587767676767608550\", \"4587767676767608551\", \"4587767676767608552\", \"4587767676767608553\", \"4587767676767608554\", \"4587767676767608555\", \"4587767676767608556\", \"4587767676767608557\", \"4587767676767608558\", \"4587767676767608559\", \"4587767676767608560\", \"4587767676767608561\", \"4587767676767608562\", \"4587767676767608563\", \"4587767676767608564\", \"4587767676767608565\", \"4587767676767608566\", \"4587767676767608567\", \"4587767676767608568\", \"4587767676767608569\", \"4587767676767608570\", \"4587767676767608571\", \"4587767676767608572\", \"4587767676767608573\", \"4587767676767608574\", \"4587767676767608575\", \"4587767676767608576\", \"4587767676767608577\", \"4587767676767608578\", \"4587767676767608579\", \"4587767676767608580\", \"4587767676767608581\", \"4587767676767608582\", \"4587767676767608583\", \"4587767676767608584\", \"4587767676767608585\", \"4587767676767608586\", \"4587767676767608587\", \"4587767676767608588\", \"4587767676767608589\", \"4587767676767608590\", \"4587767676767608591\", \"4587767676767608592\", \"4587767676767608593\", \"4587767676767608594\", \"4587767676767608595\", \"4587767676767608596\", \"4587767676767608597\", \"4587767676767608598\", \"4587767676767608599\", \"4587767676767608600\", \"4587767676767608601\", \"4587767676767608602\", \"4587767676767608603\", \"4587767676767608604\", \"4587767676767608605\", \"4587767676767608606\", \"4587767676767608607\", \"4587767676767608608\", \"4587767676767608609\", \"4587767676767608610\", \"4587767676767608611\", \"4587767676767608612\", \"4587767676767608613\", \"4587767676767608614\", \"4587767676767608615\", \"4587767676767608616\", \"4587767676767608617\", \"4587767676767608618\", \"4587767676767608619\", \"4587767676767608620\", \"4587767676767608621\", \"4587767676767608622\", \"4587767676767608623\", \"4587767676767608624\", \"4587767676767608625\", \"4587767676767608626\", \"4587767676767608627\", \"4587767676767608628\", \"4587767676767608629\", \"4587767676767608630\", \"4587767676767608631\", \"4587767676767608632\", \"4587767676767608633\", \"4587767676767608634\", \"4587767676767608635\", \"4587767676767608636\", \"4587767676767608637\", \"4587767676767608638\", \"4587767676767608639\", \"4587767676767608640\", \"4587767676767608641\", \"4587767676767608642\", \"4587767676767608643\", \"4587767676767608644\", \"4587767676767608645\", \"4587767676767608646\", \"4587767676767608647\", \"4587767676767608648\", \"4587767676767608649\", \"4587767676767608650\", \"4587767676767608651\", \"4587767676767608652\", \"4587767676767608653\", \"4587767676767608654\", \"4587767676767608655\", \"4587767676767608656\", \"4587767676767608657\", \"4587767676767608658\", \"4587767676767608659\", \"4587767676767608660\", \"4587767676767608661\", \"4587767676767608662\", \"4587767676767608663\", \"4587767676767608664\", \"4587767676767608665\", \"4587767676767608666\", \"4587767676767608667\", \"4587767676767608668\", \"4587767676767608669\", \"4587767676767608670\", \"4587767676767608671\", \"4587767676767608672\", \"4587767676767608673\", \"4587767676767608674\", \"4587767676767608675\", \"4587767676767608676\", \"4587767676767608677\", \"4587767676767608678\", \"4587767676767608679\", \"4587767676767608680\", \"4587767676767608681\", \"4587767676767608682\", \"4587767676767608683\", \"4587767676767608684\", \"4587767676767608685\", \"4587767676767608686\", \"4587767676767608687\", \"4587767676767608688\", \"4587767676767608689\", \"4587767676767608690\", \"4587767676767608691\", \"4587767676767608692\", \"4587767676767608693\", \"4587767676767608694\", \"4587767676767608695\", \"4587767676767608696\", \"4587767676767608697\", \"4587767676767608698\", \"4587767676767608699\", \"4587767676767608700\", \"4587767676767608701\", \"4587767676767608702\", \"4587767676767608703\", \"4587767676767608704\", \"4587767676767608705\", \"4587767676767608706\", \"4587767676767608707\", \"4587767676767608708\", \"4587767676767608709\", \"4587767676767608710\", \"4587767676767608711\", \"4587767676767608712\", \"4587767676767608713\", \"4587767676767608714\", \"4587767676767608715\", \"4587767676767608716\", \"4587767676767608717\", \"4587767676767608718\", \"4587767676767608719\", \"4587767676767608720\", \"4587767676767608721\", \"4587767676767608722\", \"4587767676767608723\", \"4587767676767608724\", \"4587767676767608725\", \"4587767676767608726\", \"4587767676767608727\", \"4587767676767608728\", \"4587767676767608729\", \"4587767676767608730\", \"4587767676767608731\", \"4587767676767608732\", \"4587767676767608733\", \"4587767676767608734\", \"4587767676767608735\", \"4587767676767608736\", \"4587767676767608737\", \"4587767676767608738\", \"4587767676767608739\", \"4587767676767608740\", \"4587767676767608741\", \"4587767676767608742\", \"4587767676767608743\", \"4587767676767608744\", \"4587767676767608745\", \"4587767676767608746\", \"4587767676767608747\", \"4587767676767608748\", \"4587767676767608749\", \"4587767676767608750\", \"4587767676767608751\", \"4587767676767608752\", \"4587767676767608753\", \"4587767676767608754\", \"4587767676767608755\", \"4587767676767608756\", \"4587767676767608757\", \"4587767676767608758\", \"4587767676767608759\", \"4587767676767608760\", \"4587767676767608761\", \"4587767676767608762\", \"4587767676767608763\", \"4587767676767608764\", \"4587767676767608765\", \"4587767676767608766\", \"4587767676767608767\", \"4587767676767608768\", \"4587767676767608769\", \"4587767676767608770\", \"4587767676767608771\", \"4587767676767608772\", \"4587767676767608773\", \"4587767676767608774\", \"4587767676767608775\", \"4587767676767608776\", \"4587767676767608777\", \"4587767676767608778\", \"4587767676767608779\", \"4587767676767608780\", \"4587767676767608781\", \"4587767676767608782\", \"4587767676767608783\", \"4587767676767608784\", \"4587767676767608785\", \"4587767676767608786\", \"4587767676767608787\", \"4587767676767608788\", \"4587767676767608789\", \"4587767676767608790\", \"4587767676767608791\", \"4587767676767608792\", \"4587767676767608793\", \"4587767676767608794\", \"4587767676767608795\", \"4587767676767608796\", \"4587767676767608797\", \"4587767676767608798\", \"4587767676767608799\", \"4587767676767608800\", \"4587767676767608801\", \"4587767676767608802\", \"4587767676767608803\", \"4587767676767608804\", \"4587767676767608805\", \"4587767676767608806\", \"4587767676767608807\", \"4587767676767608808\", \"4587767676767608809\", \"4587767676767608810\", \"4587767676767608811\", \"4587767676767608812\", \"4587767676767608813\", \"4587767676767608814\", \"4587767676767608815\", \"4587767676767608816\", \"4587767676767608817\", \"4587767676767608818\", \"4587767676767608819\", \"4587767676767608820\", \"4587767676767608821\", \"4587767676767608822\", \"4587767676767608823\", \"4587767676767608824\", \"4587767676767608825\", \"4587767676767608826\", \"4587767676767608827\", \"4587767676767608828\", \"4587767676767608829\", \"4587767676767608830\", \"4587767676767608831\", \"4587767676767608832\", \"4587767676767608833\", \"4587767676767608834\", \"4587767676767608835\", \"4587767676767608836\", \"4587767676767608837\", \"4587767676767608838\", \"4587767676767608839\", \"4587767676767608840\", \"4587767676767608841\", \"4587767676767608842\", \"4587767676767608843\", \"4587767676767608844\", \"4587767676767608845\", \"4587767676767608846\", \"4587767676767608847\", \"4587767676767608848\", \"4587767676767608849\", \"4587767676767608850\", \"4587767676767608851\", \"4587767676767608852\", \"4587767676767608853\", \"4587767676767608854\", \"4587767676767608855\", \"4587767676767608856\", \"4587767676767608857\", \"4587767676767608858\", \"4587767676767608859\", \"4587767676767608860\", \"4587767676767608861\", \"4587767676767608862\", \"4587767676767608863\", \"4587767676767608864\", \"4587767676767608865\", \"4587767676767608866\", \"4587767676767608867\", \"4587767676767608868\", \"4587767676767608869\", \"4587767676767608870\", \"4587767676767608871\", \"4587767676767608872\", \"4587767676767608873\", \"4587767676767608874\", \"4587767676767608875\", \"4587767676767608876\", \"4587767676767608877\", \"4587767676767608878\", \"4587767676767608879\", \"4587767676767608880\", \"4587767676767608881\", \"4587767676767608882\", \"4587767676767608883\", \"4587767676767608884\", \"4587767676767608885\", \"4587767676767608886\", \"4587767676767608887\", \"4587767676767608888\", \"4587767676767608889\", \"4587767676767608890\", \"4587767676767608891\", \"4587767676767608892\", \"4587767676767608893\", \"4587767676767608894\", \"4587767676767608895\", \"4587767676767608896\", \"4587767676767608897\", \"4587767676767608898\", \"4587767676767608899\", \"4587767676767608900\", \"4587767676767608901\", \"4587767676767608902\", \"4587767676767608903\", \"4587767676767608904\", \"4587767676767608905\", \"4587767676767608906\", \"4587767676767608907\", \"4587767676767608908\", \"4587767676767608909\", \"4587767676767608910\", \"4587767676767608911\", \"4587767676767608912\", \"4587767676767608913\", \"4587767676767608914\", \"4587767676767608915\", \"4587767676767608916\", \"4587767676767608917\", \"4587767676767608918\", \"4587767676767608919\", \"4587767676767608921\", \"4587767676767608922\", \"4587767676767608923\", \"4587767676767608924\", \"4587767676767608925\", \"4587767676767608926\", \"4587767676767608927\", \"4587767676767608928\", \"4587767676767608929\", \"4587767676767608930\", \"4587767676767608931\", \"4587767676767608932\", \"4587767676767608933\", \"4587767676767608934\", \"4587767676767608935\", \"4587767676767608936\", \"4587767676767608937\", \"4587767676767608938\", \"4587767676767608939\", \"4587767676767608940\", \"4587767676767608941\", \"4587767676767608942\", \"4587767676767608943\", \"4587767676767608944\", \"4587767676767608945\", \"4587767676767608946\", \"4587767676767608947\", \"4587767676767608948\", \"4587767676767608949\", \"4587767676767608950\", \"4587767676767608951\", \"4587767676767608952\", \"4587767676767608953\", \"4587767676767608954\", \"4587767676767608955\", \"4587767676767608956\", \"4587767676767608957\", \"4587767676767608958\", \"4587767676767608959\", \"4587767676767608960\", \"4587767676767608961\", \"4587767676767608962\", \"4587767676767608963\", \"4587767676767608964\", \"4587767676767608965\", \"4587767676767608966\", \"4587767676767608967\", \"4587767676767608968\", \"4587767676767608969\", \"4587767676767608970\", \"4587767676767608971\", \"4587767676767608972\", \"4587767676767608973\", \"4587767676767608974\", \"4587767676767608975\", \"4587767676767608976\", \"4587767676767608977\", \"4587767676767608978\", \"4587767676767608979\", \"4587767676767608980\", \"4587767676767608981\", \"4587767676767608982\", \"4587767676767608983\", \"4587767676767608984\", \"4587767676767608985\", \"4587767676767608986\", \"4587767676767608987\", \"4587767676767608988\", \"4587767676767608989\", \"4587767676767608990\", \"4587767676767608991\", \"4587767676767608992\", \"4587767676767608993\", \"4587767676767608994\", \"4587767676767608995\", \"4587767676767608996\", \"4587767676767608997\", \"4587767676767608998\", \"4587767676767608999\", \"4587767676767609000\", \"4587767676767609001\", \"4587767676767609002\", \"4587767676767609003\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"imeiLockStatus\": \"LOCK\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://{{url}}/api/endpointbulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"218"},{"key":"Date","value":"Thu, 18 Jun 2020 12:25:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"2399097810020486\",\n        \"responseTimestamp\": \"18/06/2020 05:55:35\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10073\",\n            \"resultDescription\": \"Maximum count exceeds for input parameter - valueList\"\n        }\n    }\n}"},{"id":"a91ae63a-d573-442c-af92-03f1673916ab","name":"Endpoint - Bulk Modify - Failure- Modify Endpoint name","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{AccessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"msisdn\",\r\n\t\t\"valuelist\": [\"998602233019847\",\"998602233019844\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"imeiLockStatus\": \"LOCK\",\r\n\t\t\t\"addAddonPlanIds\":[\"629059\"],\r\n            \"addValueAddedFeatureIds\":[\"3858\"],\r\n            \"removeValueAddedFeatureIds\":[\"3856\"],\r\n            \"addtagIds\":[\"11390001\"],\r\n            \"removetagIds\":[\"11375001\"],\r\n            \"endPointName\":\"endpoint_#name1\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://{{url}}/api/endpointbulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"218"},{"key":"Date","value":"Thu, 18 Jun 2020 12:25:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1637533449938986\",\n        \"responseTimestamp\": \"24/04/2023 15:00:37\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter - endPointName\"\n        }\n    }\n}"},{"id":"f9a4f7b5-602f-4e25-91e4-e91703a78c09","name":"Endpoint - Bulk Modify - success {add and removeDynamicBenefitsIds}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"endPointid\",\r\n\t\t\"valuelist\": [\"51663214\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"addDynamicBenefitsIds\":[\"1396\"],\r\n            \"removeDynamicBenefitsIds\":[\"1395\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpointbulk"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"20792567672468293\",\r\n        \"responseTimestamp\": \"28/10/2021 07:12:14\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10070\",\r\n            \"resultDescription\": \"Success!! request has sent for processing\"\r\n        },\r\n        \"JobId\": \"1216\"\r\n    }\r\n}"},{"id":"6115a7f3-1edf-46c7-948c-982964273be5","name":"Endpoint - Bulk Modify - success {Service barring}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"Request\": {\r\n\t\t\"resourceType\": \"msisdn\",\r\n\t\t\"valuelist\": [\"329999800011461\",\"329999800011462\"],\r\n\t\t\"requestParam\": {\r\n\t\t\t\"bar_2G\": \"true\",\r\n\t\t\t\"bar_3G\": \"true\",\r\n\t\t\t\"bar_4G\": \"true\",\r\n\t\t\t\"bar_5G\": \"true\",\r\n\t\t\t\"bar_SMS_MT\": \"true\",\r\n\t\t\t\"bar_SMS_MO\": \"true\",\r\n\t\t\t\"bar_NB_IOT\": \"true\",\r\n\t\t\t\"bar_DATA\": \"true\",\r\n\t\t\t\"bar_All_Services\": \"true\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endpointbulk"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"20792567672468293\",\r\n        \"responseTimestamp\": \"28/10/2021 07:12:14\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10070\",\r\n            \"resultDescription\": \"Success!! request has sent for processing\"\r\n        },\r\n        \"JobId\": \"1218\"\r\n    }\r\n}"},{"id":"1b660f2a-e316-44ed-9806-a9d1a71f1928","name":"Endpoint - Bulk Modify-Success-{APN}","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Request\": {\r\n    \"resourceType\": \"endPointId\",\r\n    \"valuelist\": [\"52378222\",\"52364457\"],\r\n    \"requestParam\": {\r\n        \"apnGroupId\":\"PDP_48760\"\r\n    }\r\n  }\r\n}"},"url":"https://{{url}}/api/endpointbulk"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"01730805469490609\",\r\n        \"responseTimestamp\": \"05/11/2024 12:17:49\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10070\",\r\n            \"resultDescription\": \"Success!! Request has sent for processing\"\r\n        },\r\n        \"JobId\": \"12072\"\r\n    }\r\n}"}],"_postman_id":"8e854d99-1525-4298-b4bd-b6b0000feac5"},{"name":"Endpoint - Link SIM","event":[{"listen":"test","script":{"id":"4228381a-f434-489c-bb95-1c680fd0e2a0","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"20e0d50f-f680-4215-bcb0-6ebfb2a2a296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079021\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"8932042000000010296\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/LinkSim","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to link the SIM to the Endpoint. The Endpoint can be in Pre-Active or Hold state while attaching the SIM to the Endpoint. Endpoint will result in Pre-Active state after the SIM link also.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>Unique ID of the End Point</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of End point details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>ICCID associated with the SIM</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>6409</td>\n<td>Link SIM success</td>\n<td></td>\n</tr>\n<tr>\n<td>6410</td>\n<td>Link SIM failure</td>\n<td></td>\n</tr>\n<tr>\n<td>2507</td>\n<td>SIM already in active state</td>\n<td></td>\n</tr>\n<tr>\n<td>10108</td>\n<td>SIM already in suspend state</td>\n<td></td>\n</tr>\n<tr>\n<td>10109</td>\n<td>SIM already in preActive state</td>\n<td></td>\n</tr>\n<tr>\n<td>5016</td>\n<td>SIM already provisioned</td>\n<td></td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","LinkSim"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"99fd4290-6847-4447-b076-397a819bf9e5","name":"Endpoint - Link SIM - Failure - {SIM Already In Active State}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079021\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"8932042000000010296\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/LinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:43:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"192"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39210776587881608\",\n        \"responseTimestamp\": \"12/05/2020 03:13:46\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"2507\",\n            \"resultDescription\": \"SIM already in active state\"\n        }\n    }\n}"},{"id":"051b9741-4d5c-4c19-a556-5251f933a3a5","name":"Endpoint - Link SIM - Failure - {SIM already in preActive state}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51510777\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"8932042000001153006\"\r\n      }\r\n   }\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/LinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:43:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"192"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"7157579691422257\",\n        \"responseTimestamp\": \"06/09/2022 05:35:51\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10109\",\n            \"resultDescription\": \"SIM already in preActive state\"\n        }\n    }\n}"},{"id":"28d01f6e-57be-4b8b-906e-ad114c328a9c","name":"Endpoint - Link SIM - Failure - {SIM already in suspend state}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51510777\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"8932042000001153003\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/LinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:43:46 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"192"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"7157975897282693\",\n        \"responseTimestamp\": \"06/09/2022 05:42:27\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10108\",\n            \"resultDescription\": \"SIM already in suspend state\"\n        }\n    }\n}"},{"id":"48f0aa6a-7707-4949-8acc-92308c25f0d7","name":"Endpoint - Link SIM - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51112723\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"9999800000000028419\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/LinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":""},{"key":"content-length","value":"181","name":"content-length","description":""},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":""},{"key":"date","value":"Fri, 31 Jan 2020 10:45:25 GMT","name":"date","description":""},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"37773667274039356\",\n        \"responseTimestamp\": \"31/01/2020 11:45:25\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6409\",\n            \"resultDescription\": \"Link SIM success\"\n        }\n    }\n}"},{"id":"033326df-980b-46dc-8046-0613517c9f9d","name":"Endpoint - Link SIM - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079021\",\r\n      \"requestParam\":{  \r\n         \"iccid\":\"8932042000000010296\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/LinkSim"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6410\",\n            \"resultDescription\": \"Link SIM failure\"\n        }\n    }\n}"}],"_postman_id":"20e0d50f-f680-4215-bcb0-6ebfb2a2a296"},{"name":"Endpoint - De-Link SIM","event":[{"listen":"test","script":{"id":"50736947-2fa1-4ecf-aedd-de5c516d68ed","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"0c262948-5171-4eff-81e9-9b242ff2070f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeLinkSim","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to De link the SIM with the Endpoint. Once the SIM is De linked from the Endpoint the status will be changed to hold. Plan, tariff, benefit, charges will be still attached to the endpoint, but the SIM will get removed and service will not be available.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>6413</td>\n<td>SIM delink success</td>\n<td></td>\n</tr>\n<tr>\n<td>6414</td>\n<td>SIM delink failure</td>\n<td></td>\n</tr>\n<tr>\n<td>6420</td>\n<td>SIM not attached</td>\n<td></td>\n</tr>\n<tr>\n<td>7021</td>\n<td>Successful!! request has sent for processing!!</td>\n<td>If Sim is active and on going session</td>\n</tr>\n<tr>\n<td>10250</td>\n<td>Endpoint with RSP State = Local cannot be de-linked</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DeLinkSim"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8cadbe05-0294-4811-80e8-b0ff1140b52a","name":"Endpoint - De-Link SIM - Success - {Active On going session}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079021\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeLinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:06:39 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"211"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39158149812995034\",\n        \"responseTimestamp\": \"12/05/2020 12:36:39\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7021\",\n            \"resultDescription\": \"Successful!! request has sent for processing!!\"\n        }\n    }\n}"},{"id":"f2696012-5981-4225-b371-33039b037271","name":"Endpoint - De-Link SIM - Failure - {SIM  Not attached}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeLinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:42:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"182"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39210717378805444\",\n        \"responseTimestamp\": \"12/05/2020 03:12:47\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6420\",\n            \"resultDescription\": \"SIM not attached\"\n        }\n    }\n}"},{"id":"523a7f81-aafb-44a8-bc7f-245a9d856e1d","name":"Endpoint - De-Link SIM - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeLinkSim"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6414\",\n            \"resultDescription\": \"SIM delink failure\"\n        }\n    }\n}"},{"id":"018c6352-fa0f-49ec-a0aa-868c4dab86a6","name":"Endpoint - De-Link SIM - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/DeLinkSim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:57:02 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"183"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39157571246968514\",\n        \"responseTimestamp\": \"12/05/2020 12:27:01\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"6413\",\n            \"resultDescription\": \"SIM delink success\"\n        }\n    }\n}"}],"_postman_id":"0c262948-5171-4eff-81e9-9b242ff2070f"},{"name":"Endpoint  - Activate","event":[{"listen":"test","script":{"id":"429966ce-0875-44ff-9565-5f49600b9d2a","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"0888bef3-2316-4c98-844b-c92f699847ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/EndPointActivation","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to activate the Endpoints.</p>\n<ul>\n<li>For non-OEM enabled accounts, Pre-Activated Endpoints will be Active after the activation.</li>\n<li>For OEM enabled accounts, Pre-Activated Endpoints will be Active-Test after the activation.</li>\n</ul>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point Id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5014</td>\n<td>SIM provisioning success</td>\n<td></td>\n</tr>\n<tr>\n<td>5015</td>\n<td>SIM provisioning failure</td>\n<td></td>\n</tr>\n<tr>\n<td>2507</td>\n<td>SIM already in active state</td>\n<td></td>\n</tr>\n<tr>\n<td>6420</td>\n<td>SIM not attached</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","EndPointActivation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a73b1f4-4488-4bbf-9b4b-f647b4a0f09f","name":"EndPoint  - Activate - Failure - {SIM Not attached}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079184\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/EndPointActivation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:39:34 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"182"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39210524236955196\",\n        \"responseTimestamp\": \"12/05/2020 09:39:34\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6420\",\n            \"resultDescription\": \"SIM  not attached\"\n        }\n    }\n}"},{"id":"36ca8f31-dc72-4333-9944-c7bfb44c4d47","name":"EndPoint  - Activate - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\"\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/EndPointActivation"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5015\",\n            \"resultDescription\": \"SIM provisioning failure\"\n        }\n    }\n}"},{"id":"d0c8ea2f-ea45-4f6e-92c6-afb3734c8156","name":"EndPoint  - Activate - Failure - {SIM Already In Active State}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \n   \"Request\":{  \n      \"endPointId\":\"51079021\"\n   }\n} \n"},"url":"https://{{url}}/api/EndPointActivation"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39210611351657599\",\n        \"responseTimestamp\": \"12/05/2020 09:41:01\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"2507\",\n            \"resultDescription\": \"SIM already in active state\"\n        }\n    }\n}"},{"id":"f75db028-b257-4669-97bc-73f8d23457f6","name":"EndPoint Activation - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51112771\"\r\n   }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointActivation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":"Options that are desired for the connection"},{"key":"content-length","value":"192","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Fri, 31 Jan 2020 13:20:08 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"15137782938820725894\",\n        \"responseTimestamp\": \"31/01/2020 02:19:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5014\",\n            \"resultDescription\": \"SIM provisioning success\"\n        }\n    }\n}"}],"_postman_id":"0888bef3-2316-4c98-844b-c92f699847ec"},{"name":"Endpoint - Status Change (Activate / Suspend)","event":[{"listen":"test","script":{"id":"751d0bf9-5529-4a77-800a-fe402ee226c0","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"80994428-ef3f-4cee-add7-c0ad572d30e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"S\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange","description":"<h1 id=\"description\">Description</h1>\n<p>Endpoint LifeCycle Change API is used to change the Lifecycle of Endpoint.</p>\n<ul>\n<li><p>For non-OEM enabled accounts: Endpoint can be moved from Active to Suspend or from Suspend to Active.</p>\n</li>\n<li><p>For OEM enabled accounts: Endpoint can be moved from Active-Test to Active-Inventory, from Active-Inventory to Active, and from Active-Test to Active.</p>\n</li>\n</ul>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN for which lifecycle change to be done, Mandatory if the endPointId/IMSI is not given</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>CM</td>\n<td>IMSI for which lifecycle change to be done, Mandatory if the endPointId/MSISDN is not given</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>Endpoint id for which lifecycle change to be done, Mandatory if the IMSI/MSISDN is not given</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Lifecycle details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lifeCycle</td>\n<td>M</td>\n<td>New Life Cycle to be changed  <br />A – Active  <br />S – Suspend  <br />AI - Active-Inventory</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>O</td>\n<td>Reason Code for Status change  <br />1 – System Initiated  <br />2 - Dunning  <br />3 – CSR Initiated</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 - Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of Response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currentStatus</td>\n<td>O</td>\n<td>Current endpoint Status</td>\n</tr>\n<tr>\n<td>previousStatus</td>\n<td>O</td>\n<td>Previous endpoint Status</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5017</td>\n<td>Lifecycle change success  <br />Note:1. For non-OEM enabled accounts  <br />2. Endpoint Lifecycle change from Active to Suspend (Applies for OEM Accounts also)</td>\n<td></td>\n</tr>\n<tr>\n<td>5018</td>\n<td>Endpoint/Subscriber lifecycle change failed</td>\n<td></td>\n</tr>\n<tr>\n<td>1254</td>\n<td>You are currently in same lifecycle</td>\n<td></td>\n</tr>\n<tr>\n<td>8104</td>\n<td>Endpoint in preactive/hold state</td>\n<td></td>\n</tr>\n<tr>\n<td>1008</td>\n<td>Invalid life cycle</td>\n<td></td>\n</tr>\n<tr>\n<td>1009</td>\n<td>Life cycle change not allowed due to endpoint/subscriber is in deactivate state</td>\n<td></td>\n</tr>\n<tr>\n<td>1242</td>\n<td>Life cycle change not allowed because parent is not in active state</td>\n<td></td>\n</tr>\n<tr>\n<td>9003</td>\n<td>Lifecycle change success  <br />Note: For OEM enabled accounts</td>\n<td></td>\n</tr>\n<tr>\n<td>10245</td>\n<td>Lifecycle change requested...  <br />Note: For Localised Endpoint</td>\n<td></td>\n</tr>\n<tr>\n<td>10244</td>\n<td>Activation/Suspension ongoing – try again later  <br />Note: Localised Endpoint</td>\n<td></td>\n</tr>\n<tr>\n<td>10246</td>\n<td>Failed to change endpoint state - try again  <br />Note: Localised Endpoint</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","EndPointLifeCycleChange"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7098d1c6-2394-4aa5-9e39-3d525ea6f9f1","name":"Endpoint - Status Change - Success - {Active to Suspend}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"S\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:24:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"250"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159210208032026\",\n        \"responseTimestamp\": \"11/05/2020 07:24:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5017\",\n            \"resultDescription\": \"Lifecycle change success\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"S\",\n            \"previousStatus\": \"A\"\n        }\n    }\n}"},{"id":"3a2417b4-3c14-4adb-a1a5-4c13a2e087d5","name":"Endpoint - Status Change - Failure - {PreActive/Hold State Endpoint used}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"A\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:38:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"199"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639210470202363399\",\n        \"responseTimestamp\": \"12/05/2020 09:38:40\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8104\",\n            \"resultDescription\": \"Endpoint in preactive/hold state\"\n        }\n    }\n}"},{"id":"93610fbc-0a79-419d-b2ed-43a9bb3d531e","name":"Endpoint - Status Change - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"S\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5018\",\n            \"resultDescription\": \"Endpoint/Subscriber lifecycle change failed\"\n        }\n    }\n}"},{"id":"95070753-d180-40bc-86f0-7f50767753f7","name":"Endpoint - Status Change - Success - {Suspend to Active}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"A\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:23:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"250"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=98"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159141959343251\",\n        \"responseTimestamp\": \"11/05/2020 07:23:12\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5017\",\n            \"resultDescription\": \"Lifecycle change success\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"A\",\n            \"previousStatus\": \"S\"\n        }\n    }\n}"},{"id":"d146d76c-c695-4d32-b021-5a5d2da008cf","name":"Endpoint - Status Change - Failure - {Same Lifecycle}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"S\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:24:45 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"202"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159234985478911\",\n        \"responseTimestamp\": \"11/05/2020 07:24:45\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1254\",\n            \"resultDescription\": \"You are currently in same lifecycle\"\n        }\n    }\n}"},{"id":"da66bcea-1e21-44a7-bc47-74037b6384bc","name":"Endpoint - Status Change - Success (Active-Test to Active)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079186\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"A\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159210208032026\",\n        \"responseTimestamp\": \"11/05/2020 07:24:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5017\",\n            \"resultDescription\": \"Lifecycle change success\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"A\",\n            \"previousStatus\": \"AT\"\n        }\n    }\n}"},{"id":"9769392b-a41c-4222-98b7-d631fdf3c21d","name":"Endpoint - Status Change - Success (Active-Inventory to Active )","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079185\",\r\n      \"requestParam\":{  \r\n         \"lifeCycle\":\"A\",\r\n         \"reason\":\"1\"\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159210208032026\",\n        \"responseTimestamp\": \"11/05/2020 07:24:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5017\",\n            \"resultDescription\": \"Lifecycle change success\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"A\",\n            \"previousStatus\": \"AI\"\n        }\n    }\n}"},{"id":"9cfa505f-c9bd-48d9-98d8-4e81a7fe48db","name":"Endpoint - Status Change - Success (Active-Test to Active-Inventory)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596359\",\r\n        \"requestParam\": {\r\n            \"lifeCycle\": \"AI\",\r\n            \"reason\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1639159210208032026\",\n        \"responseTimestamp\": \"11/05/2020 07:24:20\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"5017\",\n            \"resultDescription\": \"Lifecycle change success\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"AI\",\n            \"previousStatus\": \"AT\"\n        }\n    }\n}"},{"id":"59624175-cda2-4075-978c-1801ca9689b2","name":"Endpoint - Status Change - Success (Localised Endpoint)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596359\",\r\n        \"requestParam\": {\r\n            \"lifeCycle\": \"S\",\r\n            \"reason\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"11750931761633130\",\n        \"responseTimestamp\": \"26/06/2025 11:56:02\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10245\",\n            \"resultDescription\": \"Lifecycle change requested...\"\n        },\n        \"responseParam\": {\n            \"currentStatus\": \"A\",\n            \"previousStatus\": \"S\"\n        }\n    }\n}"},{"id":"afa1f0de-bb7a-4ab7-97b2-19030f2f9324","name":"Endpoint - Status Change - Success (Localised Endpoint -Activation/Suspension ongoing)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596359\",\r\n        \"requestParam\": {\r\n            \"lifeCycle\": \"A\",\r\n            \"reason\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"01750930571191880\",\n        \"responseTimestamp\": \"26/06/2025 09:36:11\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10244\",\n            \"resultDescription\": \"Activation/Suspension ongoing – try again later\"\n        }\n    }\n}"},{"id":"f365585b-aeea-4e88-9fe5-b938ad0eb959","name":"Endpoint - Status Change - Success (Localised Endpoint -Failed to change endpoint state)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51596359\",\r\n        \"requestParam\": {\r\n            \"lifeCycle\": \"A\",\r\n            \"reason\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/EndPointLifeCycleChange"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"01750930571191880\",\n        \"responseTimestamp\": \"26/06/2025 09:36:11\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10246\",\n            \"resultDescription\": \"Failed to change endpoint state - try again\"\n        }\n    }\n}"}],"_postman_id":"80994428-ef3f-4cee-add7-c0ad572d30e2"},{"name":"Endpoint  - Change Roaming Profile","event":[{"listen":"test","script":{"id":"dfb2cbc6-9802-407a-a9ca-9414d24f73d7","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"207acba6-44f3-4d61-8e2d-f4bca71b8a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"imsi\":\"206281000010297\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile","description":"<h1 id=\"description\">Description</h1>\n<p>Change Endpoint Roaming Profile API is used to update the roaming profile of an Endpoint.</p>\n<p>Only Base Plan Roaming profile change is allowed and it can be changed even if endpoint is in OEM states Active-Test and Active-Inventory.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-response-parameters\">Input Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN for which we change the roaming profile  <br />Mandatory if the end Point ID/IMSI is not given</td>\n</tr>\n<tr>\n<td>Imsi</td>\n<td>CM</td>\n<td>IMSI for which we change the roaming profile  <br />Mandatory if end Point ID / MSISDN is not given</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>Endpoint ID for which we change the roaming  <br />Mandatory if IMSI/MSISDN is not given</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of Roaming Profile details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roamingProfileIds</td>\n<td>M</td>\n<td>String array of Roaming Profiles, newly added Roaming profile will be overwritten with the existing roaming profiles. You can fetch the list of possible roamingProfileId using \"GetRoamingProfiles\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 - Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1372</td>\n<td>Update roaming profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1373</td>\n<td>Update roaming profile failed</td>\n<td></td>\n</tr>\n<tr>\n<td>2503</td>\n<td>Subscriber not in active state</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ChangeEndpointRoamingProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cdb36325-cfac-4819-a639-10a0590c9f58","name":"Endpoint  - Change Roaming Profile - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"imsi\":\"206281000010297\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1373\",\n            \"resultDescription\": \"Update roaming profile failed\"\n        }\n    }\n}"},{"id":"9243ee5e-eca9-4ae0-93c3-453299b9b828","name":"Endpoint  - Change Roaming Profile -  Success - {IMSI}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"imsi\":\"206281000010297\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:50:28 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39160778536170907\",\n        \"responseTimestamp\": \"11/05/2020 07:50:28\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1372\",\n            \"resultDescription\": \"Update roaming profile success\"\n        }\n    }\n}"},{"id":"5b3f8d15-2e07-4ecb-b35e-86af0ac18e45","name":"Endpoint  - Change Roaming Profile -  Success - {Endpoint Id}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51075798\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:48:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39160686698783569\",\n        \"responseTimestamp\": \"11/05/2020 07:48:56\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1372\",\n            \"resultDescription\": \"Update roaming profile success\"\n        }\n    }\n}"},{"id":"014a9083-4fa2-499e-a78c-fb34797e28fe","name":"Endpoint  - Change Roaming Profile -  Success - {MSISDN}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"msisdn\":\"327700040910297\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2\",\"191\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:44:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"195"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39160433772287854\",\n        \"responseTimestamp\": \"11/05/2020 07:44:43\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1372\",\n            \"resultDescription\": \"Update roaming profile success\"\n        }\n    }\n}"},{"id":"6852445b-271e-47c6-97b8-62dfd7e6e44b","name":"Endpoint  - Change Roaming Profile - failure {Update Roaming profile which is not present in the base plan}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"imsi\":\"206281000010256\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"2787\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"8357453658970871\",\n        \"responseTimestamp\": \"06/01/2021 13:58:18\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter - roamingProfileIds\"\n        }\n    }\n}"},{"id":"650247cf-cc22-4cdb-a12e-827ccf9cf456","name":"Endpoint  - Change Roaming Profile - failure {Passing TEST roamingProfileId in the request}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"imsi\":\"206281000010297\",\r\n      \"requestParam\":{  \r\n         \"roamingProfileIds\":[  \r\n            \"7142\"\r\n         ]\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangeEndpointRoamingProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"8361930830640929\",\n        \"responseTimestamp\": \"06/01/2021 15:12:51\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter - roamingProfileIds\"\n        }\n    }\n}"}],"_postman_id":"207acba6-44f3-4d61-8e2d-f4bca71b8a8b"},{"name":"Endpoint - Plan Change","event":[{"listen":"test","script":{"id":"a83a18fb-a04e-4f37-b2cc-d31bc3145e8f","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"654cc138-b6ab-4612-b8d1-91a3a9e176a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079192\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560082\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangePlan","description":"<h2 id=\"description\">Description</h2>\n<p>Plan Change API is used to change the Base plan of the Endpoint.</p>\n<p>Plan change is allowed at all states of the Endpoint except when it is De-active. It is not allowed if the Endpoint is at any of the OEM states (active-inventory, active-test).</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parametersupdate\">Input Parametersupdate</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN for which lifecycle change to be done,  <br />Mandatory if the endPointId/IMSI is not given</td>\n</tr>\n<tr>\n<td>Imsi</td>\n<td>CM</td>\n<td>IMSI for which lifecycle change to be done,  <br />Mandatory if the endPointId/IMSI is not given</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>Endpoint id for which lifecycle change to be done,  <br />Mandatory if the endPointId/IMSI is not given</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of plan change details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>New Plan Reference Code, You can fetch the list of possible planId using \"QueryRatePlan\" API.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time.  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7001</td>\n<td>Plan change success</td>\n<td></td>\n</tr>\n<tr>\n<td>7002</td>\n<td>Plan change failure</td>\n<td></td>\n</tr>\n<tr>\n<td>7000</td>\n<td>PlanType not matching</td>\n<td></td>\n</tr>\n<tr>\n<td>5020</td>\n<td>Plan already exists</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ChangePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"42a0d9d3-a6ca-46cc-9d4d-3f41ad69494d","name":"Endpoint - Plan Change - Failure - {PlanType Not Matching}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079192\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560082\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 11:34:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"188"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1739217406966592008\",\n        \"responseTimestamp\": \"12/05/2020 05:04:17\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7000\",\n            \"resultDescription\": \"PlanType not matching\"\n        }\n    }\n}"},{"id":"c4b19786-2085-4df9-9de9-5ded2d9e481e","name":"Endpoint - Plan Change - Success - {Postpaid}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079193\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560082\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 11:24:11 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1739216800924323550\",\n        \"responseTimestamp\": \"12/05/2020 04:54:11\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"7001\",\n            \"resultDescription\": \"Plan change success\"\n        }\n    }\n}"},{"id":"6a05c8bb-9036-4f0a-a806-8c9df848a6bd","name":"Endpoint - Plan Change - Failure - {Plan Already Exists}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079192\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560078\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 11:33:39 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"186"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"1739217369679722415\",\n        \"responseTimestamp\": \"12/05/2020 05:03:39\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"5020\",\n            \"resultDescription\": \"Plan already exists\"\n        }\n    }\n}"},{"id":"9ea03adb-922a-4d55-8aee-610531637033","name":"Endpoint - Plan Change - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079192\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"560082\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/ChangePlan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"7002\",\n            \"resultDescription\": \"Plan change failure\"\n        }\n    }\n}"},{"id":"80189546-a0f7-42fa-a994-b0d6590c016b","name":"Endpoint - Plan Change - Failure{Baseplan Plan Change is not allowed for OEM Enabled}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51676660\",\r\n      \"requestParam\":{  \r\n         \"planId\":\"579250\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/ChangePlan"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"2816707051321274\",\r\n        \"responseTimestamp\": \"21/02/2022 06:28:49\",\r\n        \"resultCode\": \"1\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10173\",\r\n            \"resultDescription\": \"Baseplan Plan Change is not allowed for OEM Enabled\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"654cc138-b6ab-4612-b8d1-91a3a9e176a7"},{"name":"Endpoint - Threshold","event":[{"listen":"test","script":{"id":"fecc2684-c243-44ef-985d-a6ad321965f4","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"aa47188c-0ed9-488b-9752-627f0ef45f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51788643\",\r\n        \"requestParam\": {\r\n            \"planId\": \"619721\",\r\n            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n            \"uniqueId\": \"23770\",\r\n            \"threshold\": \"3\"\r\n        }\r\n    }\r\n}\r\n"},"url":"https://{{url}}/api/UpdateThreshold","description":"<h2 id=\"description\">Description</h2>\n<p>Update Threshold API is used to update the data threshold counter for the endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point ID  <br /><strong>NOTE:</strong> Updating the threshold value of ActiveTest and ActiveInventory endpoints are not supported</td>\n</tr>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of threshold change details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>threshold</td>\n<td>M</td>\n<td>Threshold to be updated (value should be in MB)</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>CM</td>\n<td>PlanId of the counter whose threshold to be updated</td>\n</tr>\n<tr>\n<td>counterId</td>\n<td>M</td>\n<td>counterId whose threshold to be updated</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>M</td>\n<td>UniqueId of the Addon for which Counter to be updated. Can we retrieved via the GET PLAN api.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer success</td>\n<td></td>\n</tr>\n<tr>\n<td>3006</td>\n<td>Update endpoint/customer failure</td>\n<td></td>\n</tr>\n<tr>\n<td>6721</td>\n<td>No counter exists</td>\n<td></td>\n</tr>\n<tr>\n<td>10252</td>\n<td>Data threshold counter cannot be updated for endpoints with RSP State = Local</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","UpdateThreshold"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6edd128c-d22b-4058-90e4-0edada64705e","name":"Endpoint - Threshold - Failure - {No counter exists}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51078472\",\r\n      \"requestParam\":{  \r\n         \"threshold\":\"1000\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/UpdateThreshold"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39160940586256997\",\n        \"responseTimestamp\": \"12/05/2020 01:23:10\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"6721\",\n            \"resultDescription\": \"No counter exists\"\n        }\n    }\n}"},{"id":"7f137834-a7c3-4e35-bca7-1b65e93ac104","name":"Endpoint - Threshold - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51078472\",\r\n      \"requestParam\":{  \r\n         \"threshold\":\"1000\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/UpdateThreshold"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"3006\",\n            \"resultDescription\": \"Update endpoint/customer failure\"\n        }\n    }\n}"},{"id":"49faee0f-3392-491c-ab87-fff14e574cce","name":"Endpoint - Threshold - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"endPointId\":\"51079021\",\r\n      \"requestParam\":{  \r\n         \"threshold\":\"1000\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/UpdateThreshold"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:52:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"106"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{  \r\n   \"Response\":{  \r\n      \"responseId\":\"2012881626420895263\",\r\n      \"responseTimestamp\":\"12/05/2020 01:22:24\",\r\n      \"resultCode\":\"0\",\r\n      \"resultParam\":{  \r\n         \"resultCode\":\"3005\",\r\n         \"resultDescription\":\"Update endpoint/customer success\"\r\n      }\r\n   }\r\n}\r\n"},{"id":"91b3af8b-f681-489a-b75d-a5e65dfb073e","name":"Endpoint - Threshold - Success (counter addon plan})","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"endPointId\": \"51788643\",\r\n        \"requestParam\": {\r\n            \"planId\": \"619721\",\r\n            \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n            \"uniqueId\": \"23770\",\r\n            \"threshold\": \"3\"\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/UpdateThreshold"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 19:52:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"106"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{  \r\n   \"Response\":{  \r\n      \"responseId\":\"2012881626420895263\",\r\n      \"responseTimestamp\":\"12/05/2020 01:22:24\",\r\n      \"resultCode\":\"0\",\r\n      \"resultParam\":{  \r\n         \"resultCode\":\"3005\",\r\n         \"resultDescription\":\"Update endpoint/customer success\"\r\n      }\r\n   }\r\n}\r\n"}],"_postman_id":"aa47188c-0ed9-488b-9752-627f0ef45f4f"},{"name":"Endpoint - Statistics","event":[{"listen":"test","script":{"id":"a59df2db-180a-4c2a-8abd-2ba43ac416c9","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"b94489ae-c678-44f6-81a4-b096320b18fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetStatistics?endPointId=51079021&from_date=20200101&to_date=20200225","description":"<h1 id=\"description\">Description</h1>\n<p>Get Statistics per Endpoint API is used to get data, SMS usage reports for given period.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point Id</td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>M</td>\n<td>From Date (YYYYMMDD)</td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>M</td>\n<td>To Date (YYYYMMDD)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>List of usage details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>smsUsage</td>\n<td>O</td>\n<td>List of SMS Usage Details</td>\n</tr>\n<tr>\n<td>dataUsage</td>\n<td>O</td>\n<td>List of Data Usage Details</td>\n</tr>\n<tr>\n<td>nbiotUsage</td>\n<td>O</td>\n<td>List of NB-IoT Usage Details</td>\n</tr>\n<tr>\n<td>smsTotalUsage</td>\n<td>O</td>\n<td>SMS Total Usage in the chosen time frame</td>\n</tr>\n<tr>\n<td>dataTotalUsage</td>\n<td>O</td>\n<td>Data Total Usage in the chosen time frame</td>\n</tr>\n<tr>\n<td>nbiotTotalUsage</td>\n<td>O</td>\n<td>NB-IoT Total Usage in the chosen time frame</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"output-smsusage-parameters\">Output smsUsage Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage</td>\n</tr>\n<tr>\n<td>totalCount</td>\n<td>O</td>\n<td>Total Count of Usage</td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>O</td>\n<td>Service Name</td>\n</tr>\n<tr>\n<td>date</td>\n<td>O</td>\n<td>date of usage Format dd/mm/yyyy</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-datausage-parameters\">Output dataUsage Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uplink</td>\n<td>O</td>\n<td>Uplink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>downlink</td>\n<td>O</td>\n<td>Downlink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalVolume</td>\n<td>O</td>\n<td>Total volume Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage.The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>O</td>\n<td>date of usage Format dd/mm/yyyy</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-nbiotusage-parameters\">Output nbiotUsage Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uplink</td>\n<td>O</td>\n<td>Uplink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>downlink</td>\n<td>O</td>\n<td>Downlink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalVolume</td>\n<td>O</td>\n<td>Total volume Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage.The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>O</td>\n<td>date of usage Format dd/mm/yyyy</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-smstotalusage-parameters\">OUTPUT SMSTOTALUSAGE PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage</td>\n</tr>\n<tr>\n<td>totalCount</td>\n<td>O</td>\n<td>Total Count of Usage</td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>O</td>\n<td>Service Name</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-datatotalusage-parameters\">OUTPUT DATATOTALUSAGE PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uplink</td>\n<td>O</td>\n<td>Uplink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>downlink</td>\n<td>O</td>\n<td>Downlink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalVolume</td>\n<td>O</td>\n<td>Total volume Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage.The response shall be with 3 decimals.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-nbiottotalusage-parameters\">OUTPUT NBIOTTOTALUSAGE PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uplink</td>\n<td>O</td>\n<td>Uplink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>downlink</td>\n<td>O</td>\n<td>Downlink Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalVolume</td>\n<td>O</td>\n<td>Total volume Usage (MB).The response shall be with 3 decimals.</td>\n</tr>\n<tr>\n<td>totalCost</td>\n<td>O</td>\n<td>Total Cost of Usage.The response shall be with 3 decimals.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2589</td>\n<td>Get endpoint statistics success</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetStatistics"],"host":["{{url}}"],"query":[{"key":"endPointId","value":"51079021"},{"key":"from_date","value":"20200101"},{"key":"to_date","value":"20200225"}],"variable":[]}},"response":[{"id":"bdf8c380-7ef1-46ed-bc00-81874e7958ff","name":"Get Endpoint - Statistics - Failure - {No record Exists}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetStatistics?endPointId=51079021&from_date=20200101&to_date=20200225","protocol":"https","host":["{{url}}"],"path":["api","GetStatistics"],"query":[{"key":"endPointId","value":"51079021"},{"key":"from_date","value":"20200101"},{"key":"to_date","value":"20200225"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:37:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"181"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39210377015752343\",\n        \"responseTimestamp\": \"12/05/2020 09:37:07\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1340\",\n            \"resultDescription\": \"No record exists\"\n        }\n    }\n}"},{"id":"83d885c2-1a66-4a1d-ac26-8423c529d428","name":"Get Endpoint - Statistics - Success DATA with 3 digit decimal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetStatistics?endPointId=51079021&from_date=20200101&to_date=20200225","protocol":"https","host":["{{url}}"],"path":["api","GetStatistics"],"query":[{"key":"endPointId","value":"51079021"},{"key":"from_date","value":"20200101"},{"key":"to_date","value":"20200225"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"8475468625058662\",\r\n        \"responseTimestamp\": \"11/11/2020 18:57:32\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"2589\",\r\n            \"resultDescription\": \"Get endpoint statistics success\"\r\n        },\r\n        \"responseParam\": {\r\n            \"dataUsage\": [\r\n                {\r\n                    \"totalCost\": \"6.002\",\r\n                    \"date\": \"09/11/2020\",\r\n                    \"uplink\": \"1.182\",\r\n                    \"downlink\": \"4.82\",\r\n                    \"totalVolume\": \"6.002\"\r\n                },\r\n                {\r\n                    \"totalCost\": \"159.031\",\r\n                    \"date\": \"10/11/2020\",\r\n                    \"uplink\": \"17.777\",\r\n                    \"downlink\": \"141.254\",\r\n                    \"totalVolume\": \"159.031\"\r\n                }\r\n            ],\r\n            \"dataTotalUsage\": {\r\n                \"totalCost\": \"165.033\",\r\n                \"uplink\": \"18.959\",\r\n                \"downlink\": \"146.074\",\r\n                \"totalVolume\": \"165.033\"\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"aec2f475-0128-4e14-9127-68cc946abd10","name":"Get Endpoint - Statistics - Success NB-IOT with 3 digit decimal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetStatistics?endPointId=51079021&from_date=20200101&to_date=20200225","protocol":"https","host":["{{url}}"],"path":["api","GetStatistics"],"query":[{"key":"endPointId","value":"51079021"},{"key":"from_date","value":"20200101"},{"key":"to_date","value":"20200225"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"7516144963540360\",\n        \"responseTimestamp\": \"02/06/2022 09:15:09\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"2589\",\n            \"resultDescription\": \"Get endpoint statistics success\"\n        },\n        \"responseParam\": {\n            \"nbiotUsage\": [\n                {\n                    \"totalCost\": \"3407.794\",\n                    \"date\": \"02/06/2022\",\n                    \"uplink\": \"2\",\n                    \"downlink\": \"1\",\n                    \"totalVolume\": \"4\"\n                }\n            ],\n            \"nbiotTotalUsage\": {\n                \"totalCost\": \"3407.794\",\n                \"uplink\": \"2\",\n                \"downlink\": \"1\",\n                \"totalVolume\": \"4\"\n            }\n        }\n    }\n}"},{"id":"53e48e57-6f65-417f-8097-012c75e7616f","name":"Get Endpoint - Statistics - Success with DATA and SMS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetStatistics?endPointId=51079021&from_date=20200426&to_date=20200429","protocol":"https","host":["{{url}}"],"path":["api","GetStatistics"],"query":[{"key":"endPointId","value":"51079021"},{"key":"from_date","value":"20200426"},{"key":"to_date","value":"20200429"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:22:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"420"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39155491213618238\",\n        \"responseTimestamp\": \"11/05/2020 06:22:21\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"2589\",\n            \"resultDescription\": \"Get endpoint statistics  success\"\n        },\n        \"responseParam\": {\n            \"smsUsage\": [\n                {\n                    \"totalCost\": \"3\",\n                    \"serviceName\": \"SMS_MO\",\n                    \"date\": \"26/04/2020\",\n                    \"totalCount\": \"3\"\n                },\n                {\n                    \"totalCost\": \"2\",\n                    \"serviceName\": \"SMS_MO\",\n                    \"date\": \"28/04/2020\",\n                    \"totalCount\": \"2\"\n                },\n            ],\n            \"dataUsage\": [\n                {\n                    \"totalCost\": \"0.473\",\n                    \"date\": \"27/04/2020\",\n                    \"uplink\": \"2.02\",\n                    \"downlink\": \"21.65\",\n                    \"totalVolume\": \"23.67\"\n                },\n                {\n                    \"totalCost\": \"0.237\",\n                    \"date\": \"28/04/2020\",\n                    \"uplink\": \"1.01\",\n                    \"downlink\": \"10.82\",\n                    \"totalVolume\": \"11.84\"\n                }\n            ],\n            \"smsTotalUsage\": [\n                {\n                    \"totalCost\": \"5\",\n                    \"serviceName\": \"SMS_MO\",\n                    \"totalCount\": \"5\"\n                }\n            ],\n            \"dataTotalUsage\": {\n                    \"totalCost\": \"0.710\",\n                    \"uplink\": \"3.03\",\n                    \"downlink\": \"32.47\",\n                    \"totalVolume\": \"35.50\"\n                }\n                        \n        }\n    }\n}"}],"_postman_id":"b94489ae-c678-44f6-81a4-b096320b18fa"},{"name":"Endpoint - Profile","event":[{"listen":"test","script":{"id":"a95a5056-5e51-4f67-a2b7-16abd8973077","exec":[""],"type":"text/javascript"}}],"id":"be431083-8a84-48ac-af9f-a9a30d432fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndPointProfile?endPointId=51170448","description":"<h1 id=\"description\">Description</h1>\n<p>Get Endpoint Profile API is used to fetch the Endpoint details from the platform.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>info</td>\n<td>O</td>\n<td>Object of end point Info details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-info-parameters\">Output info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>O</td>\n<td>Object of Basic Info</td>\n</tr>\n<tr>\n<td>benefitInfo</td>\n<td>O</td>\n<td>List of benefit Objects</td>\n</tr>\n<tr>\n<td>Counter</td>\n<td>O</td>\n<td>List of counter details</td>\n</tr>\n<tr>\n<td>PromotionalPlans</td>\n<td>O</td>\n<td>List of promotional plans</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-basicinfo-parameters\">Output basicInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>msisdn</td>\n<td>O</td>\n<td>MSISDN of the endpoint / Local MSISDN of the endpoint when rspState=Local</td>\n</tr>\n<tr>\n<td>maBalance</td>\n<td>O</td>\n<td>Main Account Balance (Balance is in cents (multiplied by 100))</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>O</td>\n<td>Date of Creation</td>\n</tr>\n<tr>\n<td>currentStatus</td>\n<td>O</td>\n<td>Endpoint current status  <br />A – Active  <br />S – Suspend  <br />H – Hold  <br />PA – Pre-Active  <br />AT - Active-Test (available only for OEM enabled accounts)  <br />AI - Active-Inventory (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>currentStatusName</td>\n<td>O</td>\n<td>Endpoint current status Name  <br />Active  <br />Suspend  <br />Hold  <br />Pre-Active  <br />Active-Test (available only for OEM enabled accounts)  <br />Active-Inventory (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>ocExpiryDate</td>\n<td>O</td>\n<td>Endpoint Expiry Date, After oc Expiry Date system will move the Endpoint to the next lifecycle Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Base Plan ID</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Base Plan Name</td>\n</tr>\n<tr>\n<td>subscriberType</td>\n<td>O</td>\n<td>Endpoint Type  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n<tr>\n<td>subscriberTypeName</td>\n<td>O</td>\n<td>Endpoint Type Name  <br />Prepaid  <br />Postpaid</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>O</td>\n<td>EndPoint ID, Unique ID generated for each EndPoint</td>\n</tr>\n<tr>\n<td>creditLimit</td>\n<td>O</td>\n<td>Monthly Limit of the Postpaid endpoint</td>\n</tr>\n<tr>\n<td>parentEntityId</td>\n<td>O</td>\n<td>Parent Entity Id, Parent Customer ID</td>\n</tr>\n<tr>\n<td>nextBillingDate</td>\n<td>O</td>\n<td>Next Bill Cycle Date for the Postpaid Customer</td>\n</tr>\n<tr>\n<td>planEffectiveDate</td>\n<td>O</td>\n<td>Plan Effective Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Plan Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>O</td>\n<td>Currency Id of the endpoint. We can fetch the timeZone Id from the API GetCurrency</td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Currency Type</td>\n</tr>\n<tr>\n<td>tierId</td>\n<td>O</td>\n<td>Tier or Hierarchy ID refers to the customer hierarchy  <br />5 - Endpoint</td>\n</tr>\n<tr>\n<td>staticIP</td>\n<td>O</td>\n<td>Static IP assigned</td>\n</tr>\n<tr>\n<td>apn</td>\n<td>O</td>\n<td>Access Point Name</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>O</td>\n<td>Roaming Profile Ids attached to the endpoint. Here the roaming profile Ids are separated by '</td>\n</tr>\n<tr>\n<td>roamingProfileName</td>\n<td>O</td>\n<td>Roaming Profile Name attached to the endpoint. Here the roaming profile names are separated by '</td>\n</tr>\n<tr>\n<td>apnGroupId</td>\n<td>O</td>\n<td>APN Group Id</td>\n</tr>\n<tr>\n<td>blockService</td>\n<td>O</td>\n<td>Block Service Flag</td>\n</tr>\n<tr>\n<td>ratType</td>\n<td>O</td>\n<td>Service Profile Access Type(RAT Type)  <br />01 – 2G/3G  <br />02 – 2G  <br />06 - 2G/3G/4G  <br />10 - 2G/3G/4G/5G</td>\n</tr>\n<tr>\n<td>ratTypeName</td>\n<td>O</td>\n<td>RAT Type Name  <br />2G/3G  <br />2G  <br />2G/3G/4G  <br />2G/3G/4G/5G</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Endpoint Name</td>\n</tr>\n<tr>\n<td>currentActiveImsi</td>\n<td>O</td>\n<td>Current Active Imsi / Local IMSI of the endpoint when rspState=Local</td>\n</tr>\n<tr>\n<td>simStatus</td>\n<td>O</td>\n<td>Sim Status</td>\n</tr>\n<tr>\n<td>endpointStatus</td>\n<td>O</td>\n<td>Endpoint Status</td>\n</tr>\n<tr>\n<td>enterpriseAccountStatus</td>\n<td>O</td>\n<td>Indicates the enterprise account Status  <br />Enabled - Active  <br />Disabled - InActive</td>\n</tr>\n<tr>\n<td>enterpriseDataService</td>\n<td>O</td>\n<td>Indicate the corresponding Endpoint's Enterprise having DATA service or not</td>\n</tr>\n<tr>\n<td>enterpriseSMSService</td>\n<td>O</td>\n<td>Indicate the corresponding Endpoint's Enterprise having SMS service or not</td>\n</tr>\n<tr>\n<td>enterpriseNbiotService</td>\n<td>O</td>\n<td>Indicate the corresponding Endpoint's Enterprise having NB-IOT service or not</td>\n</tr>\n<tr>\n<td>readyForSms</td>\n<td>O</td>\n<td>Indicates the SMS service  <br />Yes - SMS services are available  <br />No - SMS services are not available</td>\n</tr>\n<tr>\n<td>dependendRatType</td>\n<td>O</td>\n<td>Dependend Rat Type</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>O</td>\n<td>IMSI of the Endpoint / Local IMSI of the endpoint when rspState=Local</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>O</td>\n<td>IMEI of the used device</td>\n</tr>\n<tr>\n<td>pdpProfileName</td>\n<td>O</td>\n<td>Pdp Profile Name</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>O</td>\n<td>ICCID of the endpoint / Local ICCID of the endpoint when rspState=Local</td>\n</tr>\n<tr>\n<td>simType</td>\n<td>O</td>\n<td>Sim Type</td>\n</tr>\n<tr>\n<td>simManufacture</td>\n<td>O</td>\n<td>Sim Manufacture</td>\n</tr>\n<tr>\n<td>simApplet</td>\n<td>O</td>\n<td>Sim Applet</td>\n</tr>\n<tr>\n<td>timeZoneId</td>\n<td>O</td>\n<td>TimeZone Id of the endpoint. We can get the corresponding timeZone details from the API GetTimeZone</td>\n</tr>\n<tr>\n<td>timeZoneName</td>\n<td>O</td>\n<td>Time Zone Name</td>\n</tr>\n<tr>\n<td>customerExpiryDate</td>\n<td>O</td>\n<td>Customer Expiry Date</td>\n</tr>\n<tr>\n<td>benefits</td>\n<td>O</td>\n<td>Name of pooled or non-pooled Dynamic Benefits the Endpoint is subscribed to.</td>\n</tr>\n<tr>\n<td>benefitIds</td>\n<td>O</td>\n<td>ID of pooled or non-pooled Dynamic Benefits the Endpoint is subscribed to.</td>\n</tr>\n<tr>\n<td>framedIp</td>\n<td>O</td>\n<td>Framed IP of endpoint</td>\n</tr>\n<tr>\n<td>imeiLockStatus</td>\n<td>O</td>\n<td>Imei lock status – LOCK / UNLOCK</td>\n</tr>\n<tr>\n<td>testPlanName</td>\n<td>O</td>\n<td>Name of the Test plan (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>testPlanId</td>\n<td>O</td>\n<td>ID of the Test plan (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>inventoryPlanName</td>\n<td>O</td>\n<td>Name of the Inventory plan (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>inventoryPlanId</td>\n<td>O</td>\n<td>ID of the Inventory plan (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>testRoamingProfileName</td>\n<td>O</td>\n<td>Name of the Test Roaming profile (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>testRoamingProfileId</td>\n<td>O</td>\n<td>ID of the Test Roaming profile (available only for OEM enabled accounts)</td>\n</tr>\n<tr>\n<td>blacklistedNetworks</td>\n<td>O</td>\n<td>Indicates that there are blacklisted networks for an endpoint  <br />Yes = The network is blacklisted  <br />No =The network is not blacklisted</td>\n</tr>\n<tr>\n<td>lastSimStateChangeDateTime</td>\n<td>O</td>\n<td>The timestamp (dateTime) of the last SIM state.</td>\n</tr>\n<tr>\n<td>eid</td>\n<td>M</td>\n<td>EID of the endpoint</td>\n</tr>\n<tr>\n<td>eSimProfileStatus</td>\n<td>M</td>\n<td>Indicates the step reached within the eSIM Profile Download and Installation procedure:  <br />- installed  <br />- downloaded  <br />- enabled  <br />- disabled  <br />- deleted  <br />- error .</td>\n</tr>\n<tr>\n<td>rspState</td>\n<td>M</td>\n<td>Indicates the SIM profile state  <br />-Global  <br />-Global (Local Downloaded)  <br />-Global(Local SetFallback)  <br />-Local</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-promotionalplans-parameters-addon-plan\">OUTPUT PROMOTIONALPLANS PARAMETERS (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>O</td>\n<td>List of Add-on Plans Plans associated with the endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-plan-parameters-addon-plan\">OUTPUT PLAN PARAMETERS (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Add-on Plan ID</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Add-on Plan Name</td>\n</tr>\n<tr>\n<td>planServiceId</td>\n<td>O</td>\n<td>Add-on Plan Service ID</td>\n</tr>\n<tr>\n<td>planServiceName</td>\n<td>O</td>\n<td>Add-on Plan Service Name</td>\n</tr>\n<tr>\n<td>planStartDate</td>\n<td>O</td>\n<td>Add-on Plan Start Date Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Add-on Plan Expiry Date Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>O</td>\n<td>UniqueId of the Addon for which the Endpoint Subscribed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitinfo-parameters\">Output benefitInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>List of benefit associated with end point</td>\n</tr>\n<tr>\n<td>dynamicBenefitsDetails</td>\n<td>O</td>\n<td>List with details of non-pooled Dynamic Benefits the Endpoint is subscribed to.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefit-parameters\">Output benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>Benefit ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Benefit Name</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>O</td>\n<td>Start Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>O</td>\n<td>Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>O</td>\n<td>Balance. The value depends on the \"type\" and the \"unitType\" of the benefit  <br />For example  <br />- If the \"type\": \"Main Account\", then the \"balance\" value can be UNLIMITED string or digits (in cents).  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"MB\", then the \"balance\" value will be in bytes  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"COUNT\", then the \"balance\" value will be in count.</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type. Possible Values:  <br />- Count (for SMS)  <br />- MB (for Data)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Type of the Benefit. Possible Values:  <br />- ADDON-ACCOUNT (MONEY)  <br />- ADDON-ACCOUNT (FREE)  <br />- Main Account</td>\n</tr>\n<tr>\n<td>actualBalance</td>\n<td>O</td>\n<td>Account Actual/Initial Balance</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>The ID of the Plan responsible for the specific Benefit</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>0</td>\n<td>The NAME of the Plan responsible for the specific Benefit</td>\n</tr>\n<tr>\n<td>planCategory</td>\n<td>0</td>\n<td>The Category of the Plan responsible for the specific Benefi (Base or Addon)</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>0</td>\n<td>The Unique Id of the Plan for which the Endpoint Subscribed  <br />NOTE : Uniqueid is available only after endpoint is Active</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counter-parameters\">Output counter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id</td>\n</tr>\n<tr>\n<td>counterName</td>\n<td>O</td>\n<td>Counter Name</td>\n</tr>\n<tr>\n<td>usage</td>\n<td>O</td>\n<td>Left over Usage in MB</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action</td>\n</tr>\n<tr>\n<td>thresholdUnit</td>\n<td>O</td>\n<td>Threshold Unit</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Frequency</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>factor</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>O</td>\n<td>Threshold Value</td>\n</tr>\n<tr>\n<td>resetDate</td>\n<td>O</td>\n<td>When the counter will be reset. Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-dynamicbenefitsdetails-parameters\">OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dynamicBenefitsId</td>\n<td>O</td>\n<td>ID of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Name of the Dynamic Benefits.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>0</td>\n<td>Category ID  <br />2 – Non-Pooled</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>O</td>\n<td>Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time.  <br />Recurring if set to true.</td>\n</tr>\n<tr>\n<td>activationTime</td>\n<td>O</td>\n<td>Timestamp of the activation  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>expiryTime</td>\n<td>O</td>\n<td>Timestamp of the end of the current validity period (i.e. expiry or renewal)</td>\n</tr>\n<tr>\n<td>benefitList</td>\n<td>O</td>\n<td>Object of benefits details.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>O</td>\n<td>Priority of the Dynamic Benefits as integer (smallest value = highest priority)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitlist-parameters\">OUTPUT BENEFITLIST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitId</td>\n<td>O</td>\n<td>ID of the benefit.</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>Benefit type  <br />1 – DATA</td>\n</tr>\n<tr>\n<td>ratezone</td>\n<td>O</td>\n<td>Ratezone ID.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>O</td>\n<td>Amount of benefit given. Depending on the selection of the Benefit  <br />DATA → “MB”.</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>O</td>\n<td>Current available balance for non-pooled Dynamic Benefits in least unit (bytes)</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>O</td>\n<td>Priority of the benefit as integer (smallest value = highest priority)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tagidlist-parameters\">OUTPUT TAGIDLIST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagName</td>\n<td>O</td>\n<td>Name of the tag</td>\n</tr>\n<tr>\n<td>tagId</td>\n<td>O</td>\n<td>Tagid</td>\n</tr>\n<tr>\n<td>tagDescription</td>\n<td>O</td>\n<td>Tag description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1082</td>\n<td>Get endpoint profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>1083</td>\n<td>Get endpoint profile failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetEndPointProfile"],"host":["{{url}}"],"query":[{"key":"endPointId","value":"51170448"}],"variable":[]}},"response":[{"id":"5cc90427-8d4b-4d23-93bf-0b453b5eedc3","name":"EndPoint Profile - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51170448","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51170448"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1083\",\n            \"resultDescription\": \"Get endpoint profile failure\"\n        }\n    }\n}"},{"id":"09fdcd5d-257e-4461-bfe5-2edb8c3feaa7","name":"Get EndPoint Profile - Success {Active-Test Endpoint}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51664782","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51664782"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"22100819974024231\",\n        \"responseTimestamp\": \"12/11/2021 10:36:27\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1082\",\n            \"resultDescription\": \"Get endpoint profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"msisdn\": \"329999800037277\",\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"12/11/2021 11:35:01\",\n                \"currentStatus\": \"AT\",\n                \"currentStatusName\": \"Active-Test\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"DEFAULTPOST41652734\",\n                \"planName\": \"DEFAULT POSTPAID PLAN\",\n                \"imsi\": \"999980000037277\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"parentEntityId\": \"41657734\",\n                \"planEffectiveDate\": \"12/11/2021 11:35:01\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"5\",\n                \"apn\": \"sft1\",\n                \"roamingProfileId\": \"8953|8954\",\n                \"roamingProfileName\": \"DEFAULT|TEST\",\n                \"pdpProfileName\": \"DEFAULT\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"timeZoneId\": \"299\",\n                \"iccid\": \"9990000000000037277\",\n                \"ratType\": \"10\",\n                \"ratTypeName\": \"2G/3G/4G/5G\",\n                \"name\": \"Endpoint01\",\n                \"endPointId\": \"51664782\",\n                \"apnGroupId\": \"PDP_14575\",\n                \"currentActiveImsi\": \"999980000037277\",\n                \"simStatus\": \"Active-Test\",\n                \"endpointStatus\": \"Active-Test\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"simType\": \"UICC\",\n                \"simManufacture\": \"Valid\",\n                \"simApplet\": \"BICS\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06|10\",\n                \"benefits\": \"EnterpriseOEM10 - pooled\",\n                \"benefitIds\": \"6261\",\n                \"imeiLockStatus\": \"UNLOCK\",\n                \"testPlanName\": \"TEST POSTPAID PLAN\",\n                \"testPlanId\": \"TESTPOST41652734\",\n                \"inventoryPlanName\": \"INVENTORY POSTPAID PLAN\",\n                \"inventoryPlanId\": \"INVENTORYPOST41652734\",\n                \"testRoamingProfileName\": \"TEST_ROAMING\",\n                \"testRoamingProfileId\": \"8954\",\n                \"blacklistedNetworks\": \"Yes\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"12/11/2021 11:35:01\",\n                        \"expiryDate\": \"03/12/2021 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    },\n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"-\",\n                        \"expiryDate\": \"-\",\n                        \"balance\": \"15728640\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"15728640\",\n                        \"planId\": \"DEFAULTPOST41652734\",\n                        \"planName\": \"DEFAULT POSTPAID PLAN\",\n                        \"planCategory\": \"NORMAL\"\n                    },\n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"12/11/2021 11:35:01\",\n                        \"expiryDate\": \"-\",\n                        \"balance\": \"10485760\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"10485760\",\n                        \"planId\": \"TESTPOST41652734\",\n                        \"planName\": \"TEST POSTPAID PLAN\",\n                        \"planCategory\": \"TEST\"\n                    },\n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"-\",\n                        \"expiryDate\": \"-\",\n                        \"balance\": \"4194304\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"4194304\",\n                        \"planId\": \"568677\",\n                        \"planName\": \"new_addon_post\",\n                        \"planCategory\": \"ADDON\"\n                    }\n                ]\n            },\n            \"tagIdList\":[\n             {\"tagName\": \"Customer Tag Name A\",\n              \"tagId\": \"10001010\",\n              \"tagDescription\": \"This is my tag description\"\n              },\n              {\"tagName\": \"Customer Tag Name A\",\n              \"tagId\": \"10001010\",\n              \"tagDescription\": \"This is my tag description\"\n              }\n      ]\n        }\n    }\n}"},{"id":"89e89037-28a9-4094-961c-d3ebbdf1e31e","name":"Get EndPoint Profile - Success {lastSimStateChangeDateTime}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndPointProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"14911051207105426\",\n        \"responseTimestamp\": \"18/11/2022 10:27:25\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1082\",\n            \"resultDescription\": \"Get endpoint profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"msisdn\": \"329999800034184\",\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"16/11/2022 06:27:19\",\n                \"currentStatus\": \"S\",\n                \"currentStatusName\": \"Suspend\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"DEFAULTPOST41674564\",\n                \"planName\": \"DEFAULT POSTPAID PLAN\",\n                \"imsi\": \"999980000034184\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"parentEntityId\": \"41674564\",\n                \"nextBillingDate\": \"01/12/2022 00:00:00\",\n                \"planEffectiveDate\": \"16/11/2022 06:27:19\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"5\",\n                \"apn\": \"sft1|sixdee_demo_apn\",\n                \"roamingProfileId\": \"20514\",\n                \"roamingProfileName\": \"DEFAULT\",\n                \"pdpProfileName\": \"DEFAULT\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"timeZoneId\": \"301\",\n                \"iccid\": \"9990000000000034184\",\n                \"ratType\": \"01\",\n                \"ratTypeName\": \"2G/3G\",\n                \"name\": \"aishwarya123\",\n                \"endPointId\": \"51772322\",\n                \"apnGroupId\": \"PDP_17794\",\n                \"currentActiveImsi\": \"999980000034184\",\n                \"simStatus\": \"Suspended\",\n                \"lastSimStateChangeDateTime\": \"16/11/2022 12:34:08\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"enterpriseSMSService\": \"Disabled\",\n                \"simType\": \"UICC\",\n                \"simManufacture\": \"Valid\",\n                \"simApplet\": \"BICS\",\n                \"readyForSms\": \"No\",\n                \"dependendRatType\": \"02|01\",\n                \"imeiLockStatus\": \"UNLOCK\",\n                \"blacklistedNetworks\": \"No\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"16/11/2022 06:27:19\",\n                        \"expiryDate\": \"01/12/2022 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"b4842968-246b-42ec-8aba-51f42702374a","name":"Get EndPoint Profile - Success {Active-Inventory Endpoint}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51664783","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51664783"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"22101537886367076\",\n        \"responseTimestamp\": \"12/11/2021 10:48:24\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1082\",\n            \"resultDescription\": \"Get endpoint profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"msisdn\": \"329999800037123\",\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"12/11/2021 11:39:08\",\n                \"currentStatus\": \"AI\",\n                \"currentStatusName\": \"Active-Inventory\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"574505\",\n                \"planName\": \"Plan01\",\n                \"imsi\": \"999980000037123\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"parentEntityId\": \"41652734\",\n                \"planEffectiveDate\": \"12/11/2021 11:39:08\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"5\",\n                \"apn\": \"sft1\",\n                \"roamingProfileId\": \"8953\",\n                \"roamingProfileName\": \"DEFAULT\",\n                \"pdpProfileName\": \"DEFAULT\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"timeZoneId\": \"299\",\n                \"iccid\": \"9990000000000037123\",\n                \"ratType\": \"06\",\n                \"ratTypeName\": \"2G/3G/4G\",\n                \"name\": \"Endpoint02\",\n                \"endPointId\": \"51664783\",\n                \"apnGroupId\": \"PDP_14575\",\n                \"currentActiveImsi\": \"999980000037123\",\n                \"simStatus\": \"Active-Inventory\",\n                \"endpointStatus\": \"Active-Inventory\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"simType\": \"UICC\",\n                \"simManufacture\": \"Valid\",\n                \"simApplet\": \"BICS\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06\",\n                \"benefits\": \"EnterpriseOEM10 - pooled\",\n                \"benefitIds\": \"6261\",\n                \"imeiLockStatus\": \"UNLOCK\",\n                \"inventoryPlanName\": \"INVENTORY POSTPAID PLAN\",\n                \"inventoryPlanId\": \"INVENTORYPOST41652734\",\n                \"blacklistedNetworks\": \"Yes\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"12/11/2021 11:47:34\",\n                        \"expiryDate\": \"14/11/2021 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    },\n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"-\",\n                        \"expiryDate\": \"-\",\n                        \"balance\": \"15728640\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"15728640\",\n                        \"planId\": \"574505\",\n                        \"planName\": \"Plan01\",\n                        \"planCategory\": \"NORMAL\"\n                    },                   \n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"-\",\n                        \"expiryDate\": \"-\",\n                        \"balance\": \"4194304\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"4194304\",\n                        \"planId\": \"568677\",\n                        \"planName\": \"new_addon_post\",\n                        \"planCategory\": \"ADDON\"\n                    }\n                ]\n            },\n            \"tagIdList\":[\n             {\"tagName\": \"Customer Tag Name A\",\n              \"tagId\": \"10001010\",\n              \"tagDescription\": \"This is my tag description\"\n              },\n              {\"tagName\": \"Customer Tag Name A\",\n              \"tagId\": \"10001010\",\n              \"tagDescription\": \"This is my tag description\"\n              }\n      ]\n        }\n    }\n}"},{"id":"c44c5ef9-91bb-4370-8811-aeea080fb15e","name":"Get EndPoint Profile - Success {Nonpooled/pooled Endpoint}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51170448","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51170448"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"19880544811824776\",\n        \"responseTimestamp\": \"17/10/2021 17:51:50\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1082\",\n            \"resultDescription\": \"Get endpoint profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"msisdn\": \"329999800029482\",\n                \"maBalance\": \"UNLIMITED\",\n                \"creationDate\": \"12/10/2021 06:29:02\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"DEFAULTPOST41661396\",\n                \"planName\": \"DEFAULT POSTPAID PLAN\",\n                \"imsi\": \"999980000029482\",\n                \"subscriberType\": \"1\",\n                \"subscriberTypeName\": \"Postpaid\",\n                \"creditLimit\": \"UNLIMITED\",\n                \"parentEntityId\": \"41661396\",\n                \"nextBillingDate\": \"01/11/2021 00:00:00\",\n                \"planEffectiveDate\": \"12/10/2021 06:29:02\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"5\",\n                \"apn\": \"sft1\",\n                \"roamingProfileId\": \"15088\",\n                \"roamingProfileName\": \"DEFAULT\",\n                \"pdpProfileName\": \"DEFAULT\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"timeZoneId\": \"301\",\n                \"iccid\": \"9990000000000029482\",\n                \"ratType\": \"10\",\n                \"ratTypeName\": \"2G/3G/4G/5G\",\n                \"name\": \"test_Nonpooled\",\n                \"endPointId\": \"51661404\",\n                \"apnGroupId\": \"PDP_15317\",\n                \"currentActiveImsi\": \"999980000029482\",\n                \"simStatus\": \"Active\",\n                \"endpointStatus\": \"Active\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"simType\": \"UICC\",\n                \"simManufacture\": \"Valid\",\n                \"simApplet\": \"BICS\",\n                \"readyForSms\": \"Yes\",\n                \"IsNRSecondary\": \"true\",\n                \"dependendRatType\": \"02|01|06|10\",\n                \"benefits\": \"Non_pooled_Dynamic_benefit_Reseller - non-pooled\",\n                \"benefitIds\": \"1335\",\n                \"imeiLockStatus\": \"UNLOCK\",\n                \"blacklistedNetworks\": \"No\"\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"PostpaidMA\",\n                        \"name\": \"Postpaid Main Account\",\n                        \"startDate\": \"12/10/2021 06:29:02\",\n                        \"expiryDate\": \"01/11/2021 00:00:00\",\n                        \"balance\": \"UNLIMITED\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"UNLIMITED\"\n                    },\n                    {\n                        \"id\": \"5\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"12/10/2021 06:29:02\",\n                        \"expiryDate\": \"13/11/2021 00:00:00\",\n                        \"balance\": \"4194304\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"4194304\",\n                        \"planId\": \"568677\",\n                        \"planName\": \"new_addon_post\",\n                        \"uniqueId\": \"13929\",\n                        \"planCategory\": \"ADDON\"\n                    }\n                ],\n                \"dynamicBenefitsDetails\": [\n                    {\n                        \"name\": \"Non_pooled_Dynamic_benefit_Reseller\",\n                        \"category\": \"2\",\n                        \"dynamicBenefitsId\": \"1335\",\n                        \"autoRenewal\": \"true\",\n                        \"activationTime\": \"01/11/2021 00:05:52\",\n                        \"expiryTime\": \"01/12/2021 00:00:00\",\n                        \"priority\": \"1\",\n                        \"benefitList\": [\n                            {\n                                \"benefitId\": \"1335\",\n                                \"benefit\": \"1\",\n                                \"ratezone\": \"10807\",\n                                \"value\": \"1\",\n                                \"priority\": \"1\",\n                                \"balance\": \"3\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"f0dec11c-b780-42f7-8bc6-171ea67bb8ad","name":"Get Endpoint Profile - Success ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51664211","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51664211"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"21839040435971627\",\r\n        \"responseTimestamp\": \"09/11/2021 09:53:27\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1082\",\r\n            \"resultDescription\": \"Get endpoint profile success\"\r\n        },\r\n        \"info\": {\r\n            \"basicInfo\": {\r\n                \"msisdn\": \"329999800078799\",\r\n                \"maBalance\": \"UNLIMITED\",\r\n                \"creationDate\": \"09/11/2021 10:52:20\",\r\n                \"currentStatus\": \"A\",\r\n                \"currentStatusName\": \"Active\",\r\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"planId\": \"574264\",\r\n                \"planName\": \"plan_new\",\r\n                \"imsi\": \"999980000078799\",\r\n                \"subscriberType\": \"1\",\r\n                \"subscriberTypeName\": \"Postpaid\",\r\n                \"creditLimit\": \"UNLIMITED\",\r\n                \"parentEntityId\": \"41663210\",\r\n                \"nextBillingDate\": \"01/12/2021 00:00:00\",\r\n                \"planEffectiveDate\": \"09/11/2021 10:52:20\",\r\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"currencyId\": \"44\",\r\n                \"currencyType\": \"EUR\",\r\n                \"tierId\": \"5\",\r\n                \"apn\": \"sft1\",\r\n                \"roamingProfileId\": \"16189|16658\",\r\n                \"roamingProfileName\": \"DEFAULT|roaming_RP\",\r\n                \"pdpProfileName\": \"DEFAULT\",\r\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"timeZoneId\": \"301\",\r\n                \"iccid\": \"9990000000000078799\",\r\n                \"ratType\": \"10\",\r\n                \"ratTypeName\": \"2G/3G/4G/5G\",\r\n                \"name\": \"test_get\",\r\n                \"endPointId\": \"51664211\",\r\n                \"apnGroupId\": \"PDP_15700\",\r\n                \"currentActiveImsi\": \"999980000078799\",\r\n                \"simStatus\": \"Active\",\r\n                \"endpointStatus\": \"Active\",\r\n                \"enterpriseAccountStatus\": \"Enabled\",\r\n                \"enterpriseDataService\": \"Active\",\r\n                \"enterpriseNbiotService\": \"Active\",\r\n                \"enterpriseSMSService\": \"Active\",\r\n                \"simType\": \"UICC\",\r\n                \"simManufacture\": \"Valid\",\r\n                \"simApplet\": \"BICS\",\r\n                \"readyForSms\": \"Yes\",\r\n                \"dependendRatType\": \"02|01|06|10\",\r\n                \"imeiLockStatus\": \"UNLOCK\",\r\n                \"blacklistedNetworks\": \"Yes\"\r\n            },\r\n\r\n            \"promotionalPlans\": {\r\n                \"plan\": [\r\n                    {\r\n                        \"planId\": \"599646\",\r\n                        \"planName\": \"Adddon\",\r\n                        \"planServiceId\": \"4\",\r\n                        \"planServiceName\": \"COMBO\",\r\n                        \"planStartDate\": \"09/11/2021 14:53:46\",\r\n                        \"planExpiryDate\": \"01/12/2021 00:00:00\",\r\n                        \"uniqueId\": \"12315\"\r\n                    }\r\n                ]\r\n            },\r\n            \"benefitInfo\": {\r\n                \"benefit\": [\r\n                    {\r\n                        \"id\": \"PostpaidMA\",\r\n                        \"name\": \"Postpaid Main Account\",\r\n                        \"startDate\": \"09/11/2021 10:52:20\",\r\n                        \"expiryDate\": \"01/12/2021 00:00:00\",\r\n                        \"balance\": \"UNLIMITED\",\r\n                        \"unitType\": \"MONEY\",\r\n                        \"type\": \"Main Account\",\r\n                        \"actualBalance\": \"UNLIMITED\"\r\n                    },\r\n                    {\r\n\t\t\t\t\t\"id\": \"2\",\r\n\t\t\t\t\t\"name\": \"DATA\",\r\n\t\t\t\t\t\"startDate\": \"09/11/2021 07:27:14\",\r\n\t\t\t\t\t\"expiryDate\": \"01/12/2021 00:00:00\",\r\n\t\t\t\t\t\"balance\": \"5242880\",\r\n\t\t\t\t\t\"unitType\": \"Mb\",\r\n\t\t\t\t\t\"type\": \"ADDON-ACCOUNT (FREE)\",\r\n\t\t\t\t\t\"actualBalance\": \"5242880\",\r\n\t\t\t\t\t\"rateZoneId\": \"14295\",\r\n\t\t\t\t\t\"planId\": \"599646\",\r\n\t\t\t\t\t\"planName\": \"Adddon\",\r\n\t\t\t\t\t\"uniqueId\": \"12315\",\r\n\t\t\t\t\t\"planCategory\": \"ADDON\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"id\": \"4\",\r\n\t\t\t\t\t\"name\": \"SMS\",\r\n\t\t\t\t\t\"startDate\": \"09/11/2021 07:27:14\",\r\n\t\t\t\t\t\"expiryDate\": \"01/12/2021 00:00:00\",\r\n\t\t\t\t\t\"balance\": \"3\",\r\n\t\t\t\t\t\"unitType\": \"COUNT\",\r\n\t\t\t\t\t\"type\": \"ADDON-ACCOUNT (FREE)\",\r\n\t\t\t\t\t\"actualBalance\": \"3\",\r\n\t\t\t\t\t\"rateZoneId\": \"14294\",\r\n\t\t\t\t\t\"planId\": \"599646\",\r\n\t\t\t\t\t\"planName\": \"Adddon\",\r\n\t\t\t\t\t\"uniqueId\": \"12315\",\r\n\t\t\t\t\t\"planCategory\": \"ADDON\"\r\n\t\t\t\t}\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"cd55e3b2-c121-41fc-9c86-5d051c08a881","name":"Get Endpoint Profile - Success  {Example 1}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndPointProfile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"939613395306447\",\r\n        \"responseTimestamp\": \"28/03/2025 15:43:55\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1082\",\r\n            \"resultDescription\": \"Get endpoint profile success\"\r\n        },\r\n        \"info\": {\r\n            \"basicInfo\": {\r\n                \"msisdn\": \"329999800404504\",\r\n                \"maBalance\": \"UNLIMITED\",\r\n                \"creationDate\": \"24/03/2025 10:15:38\",\r\n                \"currentStatus\": \"A\",\r\n                \"currentStatusName\": \"Active\",\r\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"planId\": \"DEFAULTPOST42149594\",\r\n                \"planName\": \"DEFAULT POSTPAID PLAN\",\r\n                \"imsi\": \"999980000404504\",\r\n                \"subscriberType\": \"1\",\r\n                \"subscriberTypeName\": \"Postpaid\",\r\n                \"creditLimit\": \"UNLIMITED\",\r\n                \"parentEntityId\": \"42149594\",\r\n                \"nextBillingDate\": \"01/04/2025 00:00:00\",\r\n                \"planEffectiveDate\": \"24/03/2025 10:15:38\",\r\n                \"currencyId\": \"44\",\r\n                \"currencyType\": \"EUR\",\r\n                \"tierId\": \"5\",\r\n                \"customerType\": \"SFT\",\r\n                \"apn\": \"sft1\",\r\n                \"roamingProfileId\": \"110270\",\r\n                \"roamingProfileName\": \"DEFAULT\",\r\n                \"pdpProfileName\": \"DEFAULT\",\r\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"timeZoneId\": \"301\",\r\n                \"iccid\": \"9990000000000404504\",\r\n                \"ratType\": \"10\",\r\n                \"ratTypeName\": \"2G/3G/4G/5G\",\r\n                \"name\": \"EP_EID_1\",\r\n                \"endPointId\": \"52410983\",\r\n                \"apnGroupId\": \"PDP_47543\",\r\n                \"currentActiveImsi\": \"999980000404504\",\r\n                \"simStatus\": \"Active\",\r\n                \"lastSimStateChangeDateTime\": \"24/03/2025 10:15:38\",\r\n                \"enterpriseAccountStatus\": \"Enabled\",\r\n                \"enterpriseDataService\": \"Active\",\r\n                \"enterpriseNbiotService\": \"Active\",\r\n                \"enterpriseSMSService\": \"Active\",\r\n                \"simType\": \"Consumer IPP\",\r\n                \"simManufacture\": \"Valid\",\r\n                \"simApplet\": \"3468856\",\r\n                \"readyForSms\": \"Yes\",\r\n                \"dependendRatType\": \"02|01|06|10\",\r\n                \"imeiLockStatus\": \"UNLOCK\",\r\n                \"blacklistedNetworks\": \"No\",\r\n                \"enterpriseLTEMService\": \"Active\",\r\n                \"eid\": \"98623608848663686684539124144888\",\r\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"eSimProfileStatus\": \"enabled\",\r\n                \"rspState\": \"Global\"\r\n            },\r\n            \"benefitInfo\": {\r\n                \"benefit\": [\r\n                    {\r\n                        \"id\": \"PostpaidMA\",\r\n                        \"name\": \"Postpaid Main Account\",\r\n                        \"startDate\": \"24/03/2025 10:15:38\",\r\n                        \"expiryDate\": \"01/04/2025 00:00:00\",\r\n                        \"balance\": \"UNLIMITED\",\r\n                        \"unitType\": \"MONEY\",\r\n                        \"type\": \"Main Account\",\r\n                        \"actualBalance\": \"UNLIMITED\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"d9a3fb13-3516-4440-b1e7-911f95e1d42e","name":"Get Endpoint Profile - Success {Endpoint with counter addon plan}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51664211","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51664211"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"11519186344779358\",\r\n        \"responseTimestamp\": \"20/01/2025 03:16:11\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1082\",\r\n            \"resultDescription\": \"Get endpoint profile success\"\r\n        },\r\n        \"info\": {\r\n            \"basicInfo\": {\r\n                \"msisdn\": \"327700040900111\",\r\n                \"maBalance\": \"UNLIMITED\",\r\n                \"creationDate\": \"17/01/2025 05:37:33\",\r\n                \"currentStatus\": \"A\",\r\n                \"currentStatusName\": \"Active\",\r\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"planId\": \"DEFAULTPOST42364402\",\r\n                \"planName\": \"DEFAULT POSTPAID PLAN\",\r\n                \"imsi\": \"206281000000111\",\r\n                \"subscriberType\": \"1\",\r\n                \"subscriberTypeName\": \"Postpaid\",\r\n                \"creditLimit\": \"UNLIMITED\",\r\n                \"parentEntityId\": \"42364402\",\r\n                \"nextBillingDate\": \"01/02/2025 00:00:00\",\r\n                \"imei\": \"358480583877289\",\r\n                \"planEffectiveDate\": \"17/01/2025 05:37:33\",\r\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"currencyId\": \"44\",\r\n                \"currencyType\": \"EUR\",\r\n                \"tierId\": \"5\",\r\n                \"customerType\": \"SFT\",\r\n                \"apn\": \"bicsapn|sft1\",\r\n                \"roamingProfileId\": \"120186\",\r\n                \"roamingProfileName\": \"DEFAULT\",\r\n                \"pdpProfileName\": \"DEFAULT\",\r\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\r\n                \"timeZoneId\": \"301\",\r\n                \"iccid\": \"8932042000000000111\",\r\n                \"ratType\": \"06\",\r\n                \"ratTypeName\": \"2G/3G/4G\",\r\n                \"name\": \"endpoint1\",\r\n                \"endPointId\": \"52405754\",\r\n                \"apnGroupId\": \"PDP_49402\",\r\n                \"currentActiveImsi\": \"206281000000111\",\r\n                \"simStatus\": \"Active\",\r\n                \"lastSimStateChangeDateTime\": \"17/01/2025 05:37:33\",\r\n                \"enterpriseAccountStatus\": \"Enabled\",\r\n                \"enterpriseDataService\": \"Active\",\r\n                \"enterpriseNbiotService\": \"Active\",\r\n                \"enterpriseSMSService\": \"Active\",\r\n                \"simType\": \"UICC\",\r\n                \"simManufacture\": \"Valid\",\r\n                \"simApplet\": \"NA\",\r\n                \"readyForSms\": \"No\",\r\n                \"dependendRatType\": \"02|01|06\",\r\n                \"framedIP\": \"100.64.4.129|100.64.4.80\",\r\n                \"imeiLockStatus\": \"UNLOCK\",\r\n                \"blacklistedNetworks\": \"No\",\r\n                \"enterpriseLTEMService\": \"Active\"\r\n            },\r\n            \"promotionalPlans\": {\r\n                \"plan\": [\r\n                    {\r\n                        \"planId\": \"795750\",\r\n                        \"planName\": \"test_HT\",\r\n                        \"planServiceId\": \"4\",\r\n                        \"planServiceName\": \"COMBO\",\r\n                        \"planStartDate\": \"17/01/2025 05:38:04\",\r\n                        \"planExpiryDate\": \"21/01/2025 06:00:00\",\r\n                        \"uniqueId\": \"56105\"\r\n                    }\r\n                ]\r\n            },\r\n            \"benefitInfo\": {\r\n                \"benefit\": [\r\n                    {\r\n                        \"id\": \"PostpaidMA\",\r\n                        \"name\": \"Postpaid Main Account\",\r\n                        \"startDate\": \"17/01/2025 05:37:33\",\r\n                        \"expiryDate\": \"01/02/2025 00:00:00\",\r\n                        \"balance\": \"UNLIMITED\",\r\n                        \"unitType\": \"MONEY\",\r\n                        \"type\": \"Main Account\",\r\n                        \"actualBalance\": \"UNLIMITED\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2\",\r\n                        \"name\": \"DATA\",\r\n                        \"startDate\": \"19/01/2025 06:00:41\",\r\n                        \"expiryDate\": \"21/01/2025 06:00:00\",\r\n                        \"balance\": \"33925534\",\r\n                        \"unitType\": \"Mb\",\r\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\r\n                        \"actualBalance\": \"41943040\",\r\n                        \"planId\": \"795750\",\r\n                        \"planName\": \"test_HT\",\r\n                        \"uniqueId\": \"56105\",\r\n                        \"planCategory\": \"ADDON\"\r\n                    }\r\n                ]\r\n            },\r\n            \"counter\": [\r\n                {\r\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                    \"counterName\": \"Daily_DATA\",\r\n                    \"usage\": \"20\",\r\n                    \"action\": \"THROTTLE_128Kbps\",\r\n                    \"planName\": \"DEFAULT POSTPAID PLAN\",\r\n                    \"thresholdUnit\": \"MB\",\r\n                    \"thresholdValue\": \"20\",\r\n                    \"frequency\": \"Daily\",\r\n                    \"factor\": \"1\",\r\n                    \"resetDate\": \"21/01/2025 00:00:00\",\r\n                    \"planId\": \"DEFAULTPOST42364402\",\r\n                    \"addonPlanId\": \"795750\",\r\n                    \"addonPlanName\": \"test_HT\",\r\n                    \"addonUniqueId\": \"56105\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},{"id":"49427a55-3191-4019-ba6c-d93bb98cac2b","name":"EndPoint Profile - Success Example 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndPointProfile?endPointId=51170448","protocol":"https","host":["{{url}}"],"path":["api","GetEndPointProfile"],"query":[{"key":"endPointId","value":"51170448"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 May 2020 09:55:49 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2179"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"46410691331469779\",\n        \"responseTimestamp\": \"10/05/2020 09:55:49\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1082\",\n            \"resultDescription\": \"Get endpoint profile success\"\n        },\n        \"info\": {\n            \"basicInfo\": {\n                \"msisdn\": \"327700040900019\",\n                \"maBalance\": \"12056.2305\",\n                \"creationDate\": \"20/04/2020 15:35:01\",\n                \"language\": \"1\",\n                \"languageName\": \"ENGLISH\",\n                \"currentStatus\": \"A\",\n                \"currentStatusName\": \"Active\",\n                \"ocExpiryDate\": \"31/12/2099 00:00:00\",\n                \"planId\": \"DEFAULTPRE41166994\",\n                \"planName\": \"DEFAULT PREPAID PLAN\",\n                \"imsi\": \"206281000000019\",\n                \"subscriberType\": \"0\",\n                \"subscriberTypeName\": \"Prepaid\",\n                \"parentEntityId\": \"41166994\",\n                \"imei\": \"866674022570548\",\n                \"planEffectiveDate\": \"20/04/2020 15:35:01\",\n                \"planExpiryDate\": \"31/12/2099 00:00:00\",\n                \"currencyId\": \"44\",\n                \"currencyType\": \"EUR\",\n                \"tierId\": \"5\",\n                \"apn\": \"sft1\",\n                \"roamingProfileId\": \"125\",\n                \"roamingProfileName\": \"DEFAULT\",\n                \"pdpProfileName\": \"DEFAULT\",\n                \"customerExpiryDate\": \"31/12/2099 00:00:00\",\n                \"timeZoneId\": \"298\",\n                \"timeZoneName\": \"Europe/Belgrade\",\n                \"iccid\": \"8932042000000000019\",\n                \"ratType\": \"06\",\n                \"ratTypeName\": \"2G/3G/4G\",\n                \"name\": \"mvneaccount\",\n                \"endPointId\": \"51170448\",\n                \"apnGroupId\": \"PDP_1248\",\n                \"currentActiveImsi\": \"206281000000019\",\n                \"simStatus\": \"Active\",\n                \"endpointStatus\": \"Active\",\n                \"enterpriseAccountStatus\": \"Enabled\",\n                \"enterpriseDataService\": \"Active\",\n                \"enterpriseSMSService\": \"Active\",\n                \"enterpriseNbiotService\": \"Active\",\n                \"simType\": \"UICC\",\n                \"simManufacture\": \"Valid\",\n                \"simApplet\": \"NA\",\n                \"readyForSms\": \"Yes\",\n                \"dependendRatType\": \"02|01|06|08\",\n                \"framedIP\": \"100.64.0.53|100.64.0.13\",\n                \"dynamicBenefitEnable\": \"true\",\n                \"benefits\": \"MultipleDynamicBenefitsTestingForENterprises\",\n                \"benefitIds\": \"1568\",\n                \"imeiLockStatus\": \"UNLOCK\"\n            },\n            \"promotionalPlans\": {\n                \"plan\": [\n                    {\n                        \"planId\": \"560510\",\n                        \"planName\": \"SBI05\",\n                        \"planServiceId\": \"4\",\n                        \"planServiceName\": \"COMBO\",\n                        \"planStartDate\": \"12/08/2020 12:17:50\",\n                        \"planExpiryDate\": \"13/08/2020 13:00:00\",\n                        \"uniqueId\": \"1737\"\n                    }\n                ]\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"MA\",\n                        \"name\": \"Main Account\",\n                        \"startDate\": \"20/04/2020 15:35:01\",\n                        \"expiryDate\": \"31/12/2099 00:00:00\",\n                        \"balance\": \"12056.2305\",\n                        \"unitType\": \"MONEY\",\n                        \"type\": \"Main Account\",\n                        \"actualBalance\": \"20000\"\n                    },\n                    {\n                        \"id\": \"2\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"12/08/2020 12:17:50\",\n                        \"expiryDate\": \"13/08/2020 13:00:00\",\n                        \"balance\": \"20971520\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\",\n                        \"actualBalance\": \"20971520\",\n                        \"rateZoneId\": \"1739\",\n                        \"rateZoneName\": \"India\"\n                    }\n                ]\n            },\n            \"counter\": [\n                {\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_191\",\n                    \"counterName\": \"Daily\",\n                    \"usage\": \"100\",\n                    \"action\": \"THROTTLE_512Kbps\",\n                    \"thresholdUnit\": \"MB\",\n                    \"frequency\": \"Daily\",\n                    \"factor\": \"1\",\n                    \"thresholdValue\": \"150\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"be431083-8a84-48ac-af9f-a9a30d432fcf"},{"name":"Endpoint - Geolocation","event":[{"listen":"test","script":{"id":"d7c5260f-f557-49c1-bc02-bfb615af68d0","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"448602d9-8208-4fb7-8cf6-d5f4b8a5d3a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/locationInfo?endPointId=51486859","description":"<h2 id=\"description\">Description</h2>\n<p>The check Geolocation API provides the enterprise customer with the means to retrieve the location of any of it's endpoints.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>Id of an endpoint  <br />Note: At least one query parameter should be present in the URI(endpointId/msisdn/iccid/imsi)</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN of an endpoint</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>CM</td>\n<td>ICCID of an endpoint</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>CM</td>\n<td>IMSI of an endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of the result, contains result code and description</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Geolocation Details.  <br />If any error occurred during fetch, this field will not be there.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imsi</td>\n<td>O</td>\n<td>If geolocation retrival is success, get the corresponding IMSI - This will be the master IMSI</td>\n</tr>\n<tr>\n<td>geolocation</td>\n<td>O</td>\n<td>Contains information about location of an endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-geolocation-parameters\">Output geolocation Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cellIdRatType</td>\n<td>O</td>\n<td>This field shows the information of the Radio Access type from which Location Information is retrieved (this is not necessarily the RAT type to which the Subscriber is connected)</td>\n</tr>\n<tr>\n<td>locationInfoAge</td>\n<td>O</td>\n<td>Location information Age</td>\n</tr>\n<tr>\n<td>mcc</td>\n<td>O</td>\n<td>The cell tower's Mobile Country Code</td>\n</tr>\n<tr>\n<td>mnc</td>\n<td>O</td>\n<td>The cell tower's Mobile Network Code</td>\n</tr>\n<tr>\n<td>cellId</td>\n<td>O</td>\n<td>Cell ID based on the RAT Type (in Decimal format)</td>\n</tr>\n<tr>\n<td>lac</td>\n<td>O</td>\n<td>Location area code (in Decimal format)</td>\n</tr>\n<tr>\n<td>tac</td>\n<td>O</td>\n<td>Type allocation code of the LTE customer (in Decimal format)</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Country Name</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>O</td>\n<td>Operator name</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10084</td>\n<td>Location info - success</td>\n<td></td>\n</tr>\n<tr>\n<td>10085</td>\n<td>Location info - failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10087</td>\n<td>HSS connection failed</td>\n<td></td>\n</tr>\n<tr>\n<td>10088</td>\n<td>Failure!! request to HSS timed out</td>\n<td></td>\n</tr>\n<tr>\n<td>10089</td>\n<td>Endpoint is detached</td>\n<td></td>\n</tr>\n<tr>\n<td>10094</td>\n<td>No geolocation information was provided by visited network</td>\n<td></td>\n</tr>\n<tr>\n<td>11055</td>\n<td>Geolocation cannot be retrieved for the endpoints with RSP State = Local</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","locationInfo"],"host":["{{url}}"],"query":[{"key":"endPointId","value":"51486859"}],"variable":[]}},"response":[{"id":"da601064-4ba7-48ff-a411-1b0cfc5f258e","name":"Geolocation Information - Failure {Insufficient privilege}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51487099","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51487099"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10002\",\n            \"resultDescription\": \"Insufficient privilege\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3022401262068480\",\n        \"responseTimestamp\": \"09/09/2020 16:13:20\"\n    }\n}"},{"id":"00914b80-1276-4db6-859b-9fb9e3199055","name":"Geolocation Information - Failure {Timeout scenario}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51486859","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51486859"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10088\",\n            \"resultDescription\": \"Failure!! request to HSS timed out\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3899578866804841\",\n        \"responseTimestamp\": \"11/09/2020 22:00:27\"\n    }\n}"},{"id":"a5eddf5f-83a8-49d9-9ecb-59e650ef6bc2","name":"Geolocation Information - Success {endPointId}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51486859","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51486859"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:42:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"Response\": {\n\t\t\"resultParam\": {\n\t\t\t\"resultCode\": \"10084\",\n\t\t\t\"resultDescription\": \"Location info - success\"\n\t\t},\n\t\t\"resultCode\": \"0\",\n\t\t\"responseParam\": {\n\t\t\t\"imsi\": \"206281000000004\",\n\t\t\t\"geolocation\": {\n\t\t\t\t\"cellIdRatType\": \"4G\",\n\t\t\t\t\"locationInfoAge\": \"0\",\n\t\t\t\t\"mcc\": \"206\",\n\t\t\t\t\"mnc\": \"01\",\n\t\t\t\t\"cellId\": \"21441025\",\n\t\t\t\t\"tac\": \"4209\",\n\t\t\t\t\"countryName\": \"Belgium\",\n\t\t\t\t\"operatorName\": \"Proximus\"\n\t\t\t}\n\t\t},\n\t\t\"responseId\": \"2999711556257131\",\n\t\t\"responseTimestamp\": \"09/09/2020 09:55:14\"\n\t}\n}"},{"id":"8b24757a-21b5-474e-972d-6f0c0cc1bd8a","name":"Geolocation Information - Failure {other than 200 OK response from HSS}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51486859","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51486859"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10087\",\n            \"resultDescription\": \"HSS connection failed\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3899804981478839\",\n        \"responseTimestamp\": \"11/09/2020 22:03:12\"\n    }\n}"},{"id":"8bb5d394-33df-4c83-8e5e-ca4eb94c13ac","name":"Geolocation Information - Failure {No geolocation data provided by HSS}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51486859","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51486859"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10094\",\n            \"resultDescription\": \"No geolocation information was provided by visited network\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1193228093888944\",\n        \"responseTimestamp\": \"15/10/2020 15:56:20\"\n    }\n}"},{"id":"65c76bbe-4e82-4694-b0d5-77214fa553ed","name":"Geolocation Information - Failure {Endpoint is detached}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/locationInfo?endPointId=51486859","protocol":"https","host":["{{url}}"],"path":["api","locationInfo"],"query":[{"key":"endPointId","value":"51486859"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10089\",\n            \"resultDescription\": \"Endpoint is detached\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"8279018513355183\",\n        \"responseTimestamp\": \"19/09/2022 03:04:24\"\n    }\n}"}],"_postman_id":"448602d9-8208-4fb7-8cf6-d5f4b8a5d3a9"},{"name":"Endpoint Coverage","id":"2c46219c-e21d-4a8e-acb9-3f2a8a68e914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"url":"https://{{url}}/api/endpointCoverage?endPointId=51698724","description":"<h1 id=\"description\">Description</h1>\n<p>To fetch coverage for an endpoint. The output of this API will be identical to the one retrieved via GUI on Endpoint Diagnostics → View Network Coverage.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>End Point ID</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN of an endpoint</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>CM</td>\n<td>ICCID of an endpoint</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>CM</td>\n<td>IMSI of an endpoint</td>\n</tr>\n<tr>\n<td>blacklisted</td>\n<td>O</td>\n<td>True - lists (only) all the blacklisted networks for that endpoint  <br />False - lists (only) all the networks  <br />which are not blacklisted for that endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note: At least one of the following query parameters should be present in the URI: endpointId/msisdn/iccid/imsi </p>\n</blockquote>\n<h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseparam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>coverage</td>\n<td>M</td>\n<td>Lists of Networks</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-coverage-parameters\">Output coverage Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>TADIG Code</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>M</td>\n<td>Id of Operator</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>M</td>\n<td>Name of Operator</td>\n</tr>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Category, it is a supplier category  <br />0 - IR  <br />1 - OC  <br />2 - Direct</td>\n</tr>\n<tr>\n<td>categoryGroupName</td>\n<td>M</td>\n<td>Reference to network relation</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>Category Group ID</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>M</td>\n<td>Country Name</td>\n</tr>\n<tr>\n<td>mccMnc</td>\n<td>M</td>\n<td>MCC MNC</td>\n</tr>\n<tr>\n<td>barredUnbarredStatus</td>\n<td>M</td>\n<td>Barred Unbarred Status  <br />0 - Unbarred  <br />1 - Barred</td>\n</tr>\n<tr>\n<td>blacklisted</td>\n<td>M</td>\n<td>Network blacklisting status  <br />true - The network is blacklisted  <br />false - The network is not blacklisted</td>\n</tr>\n<tr>\n<td>supportedNetworkTypes</td>\n<td>M</td>\n<td>Network types supported by the network, separated by a pipe</td>\n</tr>\n<tr>\n<td>roamingProfileId</td>\n<td>M</td>\n<td>Details the ID of Roaming Profile linked to that endpoint is this network attached</td>\n</tr>\n<tr>\n<td>roamingProfileName</td>\n<td>M</td>\n<td>Details the Name of Roaming Profile linked to that endpoint is this network attached</td>\n</tr>\n<tr>\n<td>barredRATs</td>\n<td>M</td>\n<td>List of Barred Radio Access Technologies for that operator Possible values are {2G,3G,4G,NBIOT}</td>\n</tr>\n<tr>\n<td>supplierPriority</td>\n<td>O</td>\n<td>Determines the priority of a given network.  <br />Available values being 1, 2, and 3—where 1 is the highest priority.  <br />Additionally, the value \"B\" indicates that the Network-Sponsor should be used solely as bootstrap, meaning that this sponsor should only be used to download the preferred IMSI for the country</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10132</td>\n<td>Get endpoint coverage success</td>\n<td></td>\n</tr>\n<tr>\n<td>10133</td>\n<td>Get endpoint coverage failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","endpointCoverage"],"host":["{{url}}"],"query":[{"key":"endPointId","value":"51698724"}],"variable":[]}},"response":[{"id":"69ded4c2-5143-4c68-8f4e-7040da6d88f1","name":"endpointCoverage - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/endpointCoverage?endPointId=51698724","protocol":"https","host":["{{url}}"],"path":["api","endpointCoverage"],"query":[{"key":"endPointId","value":"51698724"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10132\",\r\n            \"resultDescription\": \"Get endpoint coverage success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"coverage\": [\r\n                {\r\n                    \"tadigCode\": \"AUTCA\",\r\n                    \"operatorId\": \"210\",\r\n                    \"operatorName\": \"Hutchison Drei\",\r\n                    \"category\": \"0\",\r\n                    \"categoryGroupName\": \"IR1\",\r\n                    \"categoryGroupId\": \"SP14073\",\r\n                    \"countryName\": \"Austria\",\r\n                    \"mccMnc\": \"23205\",\r\n                    \"barredUnbarredStatus\": \"0\",\r\n                    \"blacklisted\": \"false\",\r\n                    \"supportedNetworkTypes\": \"2G|3G|4G|5G\",\r\n                    \"barredRATs\": \"-\",\r\n                    \"roamingProfileId\": \"29629\",\r\n                    \"roamingProfileName\": \"CustomRp3\",\r\n                    \"supplierPriority\": \"2\"\r\n                },\r\n                {\r\n                    \"tadigCode\": \"CZECM\",\r\n                    \"operatorId\": \"235\",\r\n                    \"operatorName\": \"Vodafone Czech Republic\",\r\n                    \"category\": \"0\",\r\n                    \"categoryGroupName\": \"IR1\",\r\n                    \"categoryGroupId\": \"SP14073\",\r\n                    \"countryName\": \"Czech Republic\",\r\n                    \"mccMnc\": \"23003\",\r\n                    \"barredUnbarredStatus\": \"0\",\r\n                    \"blacklisted\": \"false\",\r\n                    \"supportedNetworkTypes\": \"2G|3G|4G\",\r\n                    \"barredRATs\": \"2G\",\r\n                    \"roamingProfileId\": \"29629\",\r\n                    \"roamingProfileName\": \"CustomRp3\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"14845308968563656\",\r\n        \"responseTimestamp\": \"13/06/2022 10:09:50\"\r\n    }\r\n}"},{"id":"52ef44e0-0991-4072-918e-42b6aa9bfced","name":"endpointCoverage - Success - network barred in roaming profile and blacklisted","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/endpointCoverage?endPointId=51698724","protocol":"https","host":["{{url}}"],"path":["api","endpointCoverage"],"query":[{"key":"endPointId","value":"51698724"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10132\",\r\n         \"resultDescription\": \"Get endpoint coverage success\"\r\n      },\r\n      \"resultCode\": \"0\",\r\n      \"responseParam\": {\r\n         \"coverage\": [\r\n            {\r\n               \"tadigCode\": \"USAAT\",\r\n               \"operatorId\": \"208\",\r\n               \"operatorName\": \" AT&T \",\r\n               \"category\": \"0\",\r\n               \"categoryGroupName\": \"IR1\",\r\n               \"categoryGroupId\": \"SP14073\",\r\n               \"countryName\": \"United States\",\r\n               \"mccMnc\": \"310380\",\r\n               \"barredUnbarredStatus\": \"0\",\r\n               \"blacklisted\": \"false\",\r\n               \"supportedNetworkTypes\": \"2G|3G|4G\",\r\n               \"barredRATs\": \"3G\",\r\n               \"roamingProfileId\": \"35443\",\r\n               \"roamingProfileName\": \"CustomRP1\",\r\n               \"supplierPriority\":\"1\"\r\n            },\r\n            {\r\n               \"tadigCode\": \"CHEC1\",\r\n               \"operatorId\": \"224\",\r\n               \"operatorName\": \"Swisscom\",\r\n               \"category\": \"0\",\r\n               \"categoryGroupName\": \"IR1\",\r\n               \"categoryGroupId\": \"SP14073\",\r\n               \"countryName\": \"Switzerland\",\r\n               \"mccMnc\": \"22801\",\r\n               \"barredUnbarredStatus\": \"0\",\r\n               \"blacklisted\": \"false\",\r\n               \"supportedNetworkTypes\": \"2G|3G|4G\",\r\n               \"barredRATs\": \"-\",\r\n               \"roamingProfileId\": \"35445\",\r\n               \"roamingProfileName\": \"CustomRP3\"\r\n            },\r\n            {\r\n               \"tadigCode\": \"INDHM\",\r\n               \"operatorId\": \"237\",\r\n               \"operatorName\": \"Vodafone india\",\r\n               \"category\": \"0\",\r\n               \"categoryGroupName\": \"IR1\",\r\n               \"categoryGroupId\": \"SP14073\",\r\n               \"countryName\": \"India\",\r\n               \"mccMnc\": \"40486,40419,40420\",\r\n               \"barredUnbarredStatus\": \"0\",\r\n               \"blacklisted\": \"false\",\r\n               \"supportedNetworkTypes\": \"2G|3G|4G\",\r\n               \"barredRATs\": \"-\",\r\n               \"roamingProfileId\": \"35443\",\r\n               \"roamingProfileName\": \"CustomRP1\"\r\n            },\r\n            {\r\n               \"tadigCode\": \"UKRKS\",\r\n               \"operatorId\": \"215\",\r\n               \"operatorName\": \"Kyivstar\",\r\n               \"category\": \"0\",\r\n               \"categoryGroupName\": \"IR1\",\r\n               \"categoryGroupId\": \"SP14073\",\r\n               \"countryName\": \"Ukraine\",\r\n               \"mccMnc\": \"25503\",\r\n               \"barredUnbarredStatus\": \"0\",\r\n               \"blacklisted\": \"true\",\r\n               \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT\",\r\n               \"barredRATs\": \"-\",\r\n               \"roamingProfileId\": \"35443\",\r\n               \"roamingProfileName\": \"CustomRP1\"\r\n            },\r\n            {\r\n               \"tadigCode\": \"UKRKS\",\r\n               \"operatorId\": \"215\",\r\n               \"operatorName\": \"Kyivstar\",\r\n               \"category\": \"0\",\r\n               \"categoryGroupName\": \"IR1\",\r\n               \"categoryGroupId\": \"SP14073\",\r\n               \"countryName\": \"Ukraine\",\r\n               \"mccMnc\": \"25503\",\r\n               \"barredUnbarredStatus\": \"1\",\r\n               \"blacklisted\": \"true\",\r\n               \"supportedNetworkTypes\": \"2G|3G|4G|5G|NB-IOT\",\r\n               \"barredRATs\": \"-\",\r\n               \"roamingProfileId\": \"35445\",\r\n               \"roamingProfileName\": \"CustomRP3\"\r\n            }\r\n         ]\r\n      },\r\n      \"responseId\": \"4673592851696714\",\r\n      \"responseTimestamp\": \"08/08/2022 13:12:33\"\r\n   }\r\n}"},{"id":"fc9cfbe3-8781-4dec-8f28-676d62014264","name":"endpointCoverage - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"url":{"raw":"https://{{url}}/api/endpointCoverage?endPointId=51698724","protocol":"https","host":["{{url}}"],"path":["api","endpointCoverage"],"query":[{"key":"endPointId","value":"51698724"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10133\",\r\n         \"resultDescription\": \"Get endpoint coverage failure\"\r\n      },\r\n      \"resultCode\": \"1\",\r\n      \"responseId\": \"4675736422587812\",\r\n      \"responseTimestamp\": \"08/08/2022 13:48:16\"\r\n   }\r\n}"},{"id":"923ab50c-2b75-4743-9df0-05564e4ffe9e","name":"endpointCoverage - Failure - Without query parameters","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"url":"https://{{url}}/api/endpointCoverage"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"1000\",\r\n         \"resultDescription\": \"Mandatory parameter missing -msisdn/endPointId/iccid/imsi\"\r\n      },\r\n      \"resultCode\": \"1\",\r\n      \"responseId\": \"4678863246423116\",\r\n      \"responseTimestamp\": \"08/08/2022 14:40:23\"\r\n   }\r\n}"}],"_postman_id":"2c46219c-e21d-4a8e-acb9-3f2a8a68e914"},{"name":"EndPoint - Blacklisting","id":"7924a830-c829-4db0-b894-ccc9d130769b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"url":"https://{{url}}/api/endPointBlacklisting","description":"<h1 id=\"description\">Description</h1>\n<p>This API is used for adding or removing networks from the black list of the endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>coverageBlacklistInfo</td>\n<td>M</td>\n<td>Object containing the Id of the endpoint for which the blacklist will be modified and the actual change</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-coverageblacklistinfo-parameters\">Input coverageBlacklistInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>Used for defining the type of information that will be provided under the parameter \"value\" (see below)  <br />Possible values:  <br />- endPointId  <br />- msisdn  <br />- imsi  <br />- iccid</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Value that will be used to identify the endpoint that will be modified. The type of the ID is specified in “resourceType”</td>\n</tr>\n<tr>\n<td>add</td>\n<td>CM</td>\n<td>List containing the networks which will be added to the endpoint’s blacklist.</td>\n</tr>\n<tr>\n<td>remove</td>\n<td>CM</td>\n<td>List containing the networks which will be removed from the endpoint’s blacklist.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> At least one of the objects “add” or “remove” have to be present on the user’s query</p>\n<h3 id=\"input-addremove-parameters\">Input add/remove Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>The TADIG codes of the networks that will be added or removed from the Endpoint’s blacklist</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>M</td>\n<td>The Category Group of the sponsor for which the aforementioned network has to be added or removed from the blacklist</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 - Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10135</td>\n<td>Endpoint blacklist modification success</td>\n<td></td>\n</tr>\n<tr>\n<td>10136</td>\n<td>Endpoint blacklist modification failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","endPointBlacklisting"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"13123943-80b4-4f83-b8ed-7459509ae57e","name":"endPointBlacklisting - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"coverageBlacklistInfo\": {\r\n        \"resourceType\": \"endPointId\",\r\n        \"value\": \"51698724\",\r\n        \"add\": [\r\n            {\r\n                \"tadigCode\": \"CZECM\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ],\r\n        \"remove\": [\r\n            {\r\n                \"tadigCode\": \"AUTCA\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endPointBlacklisting"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10135\",\r\n            \"resultDescription\": \"Endpoint blacklist modification success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseId\": \"14774958246497856\",\r\n        \"responseTimestamp\": \"13/06/2022 14:06:53\"\r\n    }\r\n}"},{"id":"07d0ee6c-2345-45ce-8b30-f4743f4264c3","name":"endPointBlacklisting - Failure - Same network for add and remove array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"coverageBlacklistInfo\": {\r\n        \"resourceType\": \"endPointId\",\r\n        \"value\": \"51698724\",\r\n        \"add\": [\r\n            {\r\n                \"tadigCode\": \"AUTCA\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ],\r\n        \"remove\": [\r\n            {\r\n                \"tadigCode\": \"AUTCA\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endPointBlacklisting"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10134\",\r\n         \"resultDescription\": \"Modify endpoint(s) failure - Cannot add and remove the same network\"\r\n      },\r\n      \"resultCode\": \"1\",\r\n      \"responseId\": \"4672735732613202\",\r\n      \"responseTimestamp\": \"08/08/2022 12:58:15\"\r\n   }\r\n}"},{"id":"1c7871b9-45e2-4996-b249-cb9b8206a806","name":"endPointBlacklisting - Failure - Passing network in remove array which is not blacklisted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"coverageBlacklistInfo\": {\r\n        \"resourceType\": \"endPointId\",\r\n        \"value\": \"51698724\",\r\n        \"remove\": [\r\n            {\r\n                \"tadigCode\": \"AUTCA\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endPointBlacklisting"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10134\",\r\n         \"resultDescription\": \"Modify endpoint(s) failure - No network available to remove\"\r\n      },\r\n      \"resultCode\": \"1\",\r\n      \"responseId\": \"4672782860472533\",\r\n      \"responseTimestamp\": \"08/08/2022 12:59:03\"\r\n   }\r\n}"},{"id":"1e07881a-0e5f-4a4a-9952-b8b9edb215cc","name":"endPointBlacklisting - Failure - Passing network in add array which is already blacklisted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"coverageBlacklistInfo\": {\r\n        \"resourceType\": \"endPointId\",\r\n        \"value\": \"51698724\",\r\n        \"remove\": [\r\n            {\r\n                \"tadigCode\": \"INDHM\",\r\n                \"categoryGroupId\": \"SP14073\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/endPointBlacklisting"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"Response\": {\r\n      \"resultParam\": {\r\n         \"resultCode\": \"10134\",\r\n         \"resultDescription\": \"Modify endpoint(s) failure - already blacklisted networks are present in add list\"\r\n      },\r\n      \"resultCode\": \"1\",\r\n      \"responseId\": \"4675736422587812\",\r\n      \"responseTimestamp\": \"08/08/2022 13:48:16\"\r\n   }\r\n}"},{"id":"8cc30c76-fe35-4100-996d-b47f26ab9e1d","name":"EndPoint - Blacklisting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/endPointBlacklisting"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7924a830-c829-4db0-b894-ccc9d130769b"},{"name":"fetchNetworkStatus","id":"7182359b-cca2-49ed-89b3-6a4c9bebcc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchNetworkStatus?imsi=206281000000018","description":"<h1 id=\"description\">Description</h1>\n<p>Using this API, user can fetch the connectivity status of an given endpoint. The network information are available in the API response.<br />If no network information can be returned, either because there is no recent information, no information at all or if there has been an internal error.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>CM</td>\n<td>Id of an endpoint</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>CM</td>\n<td>MSISDN of an endpoint</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>CM</td>\n<td>IMSI of an endpoint</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>CM</td>\n<td>ICCID of an endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><p>One query parameter should be used to specify the endpoint for which the connectivity info should be fetched. That is why the fields in the table above are indicated as Conditional Mandatory.</p>\n<h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of the result, contains result code and description</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the fetchNetworkStatus details. This object will not be shown if resultCode above = 1. Same as with the Check Geolocation API</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imsi</td>\n<td>M</td>\n<td>IMSI of the SIM card selected by the user</td>\n</tr>\n<tr>\n<td>networkStatusInfo</td>\n<td>M</td>\n<td>Network Information Object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-networkstatusinfo\">Output networkStatusInfo</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>M</td>\n<td>TADIG Code of the network visited by the Subscriber</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>M</td>\n<td>Name of the operator visited by the Subscriber</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>M</td>\n<td>Name of the Country served by the operator visited by the Subscriber.</td>\n</tr>\n<tr>\n<td>networkStatus</td>\n<td>M</td>\n<td>Connectivity status of the Endpoint, e.g. “Connected”</td>\n</tr>\n<tr>\n<td>networkType</td>\n<td>M</td>\n<td>Radio Access Type used by the Subscriber at the moment,  <br />  <br />Network Type:  <br />2G/3G - Endpoint is connected to 2G or 3G.  <br />4G - Endpoint is connected to 4G.  <br />5G - Endpoint is connected to 5G</td>\n</tr>\n<tr>\n<td>operatorMCC</td>\n<td>M</td>\n<td>MCC of the operator visited by the Subscriber</td>\n</tr>\n<tr>\n<td>operatorMNC</td>\n<td>M</td>\n<td>MNC of the operator visited by the Subscriber</td>\n</tr>\n<tr>\n<td>policyStatus</td>\n<td>O</td>\n<td>This parameter will only be provided in Connected state.  <br />If the PolicyName=BLOCKED then policyStatus=Blocked, if DEFAULT policy then, policyStatus=Default, and if anything other than DEFAULT/BLOCKED then it should be Throttle.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"new-result-codes\">New Result Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11008</td>\n<td>Network Status info - success</td>\n</tr>\n<tr>\n<td>11009</td>\n<td>Network Status info - failure</td>\n</tr>\n<tr>\n<td>11010</td>\n<td>There is no recent network info for this endpoint</td>\n</tr>\n<tr>\n<td>2503</td>\n<td>Subscriber not in active state</td>\n</tr>\n<tr>\n<td>10097</td>\n<td>Multiple query parameters are not allowed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchNetworkStatus"],"host":["{{url}}"],"query":[{"key":"imsi","value":"206281000000018"}],"variable":[]}},"response":[{"id":"c6266c90-63d9-4e60-a8cb-8694da1dffd4","name":"fetchNetworkStatus - Success Not Connected","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?imsi=206281000000004","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"imsi","value":"206281000000004"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11008\",\r\n            \"resultDescription\": \"Network Status info - success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"imsi\": \"206281000000004\",\r\n            \"networkStatusInfo\": {\r\n                \"countryName\": \"India\",\r\n                \"operatorMCC\": \"404\",\r\n                \"operatorMNC\": \"45\",\r\n                \"tadigCode\": \"-\",\r\n                \"operatorName\": \"Airtel india\",\r\n                \"networkStatus\": \"Not Connected\",\r\n                \"networkType\": \"2G/3G\"\r\n            }\r\n        },\r\n        \"responseId\": \"7693062644406533\",\r\n        \"responseTimestamp\": \"20/06/2023 10:35:37\"\r\n    }\r\n}"},{"id":"33c98639-ebab-48c3-b9a5-970eea7094c4","name":"fetchNetworkStatus - Success Connected","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?imsi=206281000000018","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"imsi","value":"206281000000018"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Response\": {\r\n\t\t\"resultParam\": {\r\n\t\t\t\"resultCode\": \"11008\",\r\n\t\t\t\"resultDescription\": \"Network Status info - success\"\r\n\t\t},\r\n\t\t\"resultCode\": \"0\",\r\n\t\t\"responseParam\": {\r\n\t\t\t\"imsi\": \"206281000000018\",\r\n\t\t\t\"networkStatusInfo\": {\r\n             \"policyStatus\":\"Default\",\r\n\t\t\t\t\"countryName\": \"India\",\r\n\t\t\t\t\"operatorMCC\": \"404\",\r\n\t\t\t\t\"operatorMNC\": \"45\",\r\n\t\t\t\t\"tadigCode\": \"INDSC\",\r\n\t\t\t\t\"operatorName\": \"Airtel india\",\r\n\t\t\t\t\"networkStatus\": \"Connected\",\r\n\t\t\t\t\"networkType\": \"5G\"\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"responseId\": \"7362099981634183\",\r\n\t\t\"responseTimestamp\": \"16/06/2023 14:39:34\"\r\n\t}\r\n}"},{"id":"3cd82a18-430c-407e-9716-c3c8e0b07d32","name":"fetchNetworkStatus - Success - RSP State = Local","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?iccid=8910300000004819809","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"iccid","value":"8910300000004819809"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"11008\",\n            \"resultDescription\": \"Network Status info - success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"imsi\": \"-\",\n            \"networkStatusInfo\": {\n                \"countryName\": \"India\",\n                \"operatorMCC\": \"404\",\n                \"operatorMNC\": \"07\",\n                \"tadigCode\": \"INDHM\",\n                \"operatorName\": \"Vodafone india\",\n                \"networkStatus\": \"Last Seen On 03/09/2025 17:14:27\",\n                \"networkType\": \"-\"\n            }\n        },\n        \"responseId\": \"1729210501967887\",\n        \"responseTimestamp\": \"03/09/2025 07:59:36\"\n    }\n}"},{"id":"2cfdbf9a-af6d-4170-8f27-932c5bab78c0","name":"fetchNetworkStatus - Failure","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?endPointId=51949847","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"endPointId","value":"51949847"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11009\",\r\n            \"resultDescription\": \"Network Status info - failure\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"7694837262241154\",\r\n        \"responseTimestamp\": \"20/06/2023 11:05:11\"\r\n    }\r\n}"},{"id":"ce73a941-dade-47e7-a29d-cfea5b31ee1f","name":"fetchNetworkStatus - Failure no recent info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?imsi=999980000097149","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"imsi","value":"999980000097149"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"11010\",\r\n            \"resultDescription\": \"There is no recent network info for this endpoint\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"7693510882949410\",\r\n        \"responseTimestamp\": \"20/06/2023 10:49:55\"\r\n    }\r\n}\r\n"},{"id":"7c93f792-2a09-4ab1-b431-3d397fc8ed1a","name":"fetchNetworkStatus - Failure not active","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchNetworkStatus?endPointId=51949847","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkStatus"],"query":[{"key":"endPointId","value":"51949847"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"2503\",\r\n            \"resultDescription\": \"Subscriber not in active state\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"7694837262241154\",\r\n        \"responseTimestamp\": \"20/06/2023 11:05:11\"\r\n    }\r\n}"}],"_postman_id":"7182359b-cca2-49ed-89b3-6a4c9bebcc1c"},{"name":"SubscribeAddon","id":"2c46e50b-8b4c-474a-8129-f7cb447664dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon","description":"<h3 id=\"subscribe-addon\">Subscribe Addon</h3>\n<p>This operation is available for Enterprises and supports only one Addon per request (bulk assignment is not supported). The process is synchronous, and the response includes, among other parameters, the Addon's unique identifier (uniqueID), which can be used to retrieve detailed information about the assigned Addon.</p>\n<p>Enterprises can adjust the available benefit units of an addon plan at the time of subscription. This enables flexible balance management during the addon’s validity period, including partial provisioning for trials or promotional offers.</p>\n<p><strong>NOTE!!</strong> At the end of the validity period, the addon benefit <b> automatically resets to its full value</b> upon renewal.  </p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of endpoint details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>ID of the endpoint</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>ID of the planId</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>Array of benefits</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-benefit-parameters\">Input benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>CM</td>\n<td>Benefit Id  <br />Can fetch the details of possible benefitId using \"Get Benefit\" API</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>CM</td>\n<td>balance value that is being adjusted (Mb)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0– Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-info-parameters\">Output info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>basicInfo</td>\n<td>O</td>\n<td>Object of Basic Info</td>\n</tr>\n<tr>\n<td>benefitInfo</td>\n<td>O</td>\n<td>List of benefit Objects</td>\n</tr>\n<tr>\n<td>counter</td>\n<td>O</td>\n<td>List of counter details</td>\n</tr>\n<tr>\n<td>promotionalPlans</td>\n<td>O</td>\n<td>List of promotional plans</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-promotionalplans-parameters-addon-plan\">Output promotionalPlans Parameters (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>O</td>\n<td>List of Add-on Plans Plans associated with the endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-plan-parameters-addon-plan\">Output plan Parameters (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Add-on Plan ID</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Add-on Plan Name</td>\n</tr>\n<tr>\n<td>planServiceId</td>\n<td>O</td>\n<td>Add-on Plan Service ID</td>\n</tr>\n<tr>\n<td>planServiceName</td>\n<td>O</td>\n<td>Add-on Plan Service Name</td>\n</tr>\n<tr>\n<td>planStartDate</td>\n<td>O</td>\n<td>Add-on Plan Start Date Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>O</td>\n<td>Add-on Plan Expiry Date Format:dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>O</td>\n<td>UniqueId of the Addon for which the Endpoint Subscribed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitinfo-parameters\">Output benefitInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>List of benefit associated with end point</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefit-parameters\">Output benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>Benefit ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Benefit Name</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>O</td>\n<td>Start Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>O</td>\n<td>Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>O</td>\n<td>Balance. The value depends on the \"type\" and the \"unitType\" of the benefit  <br />For example  <br />- If the \"type\": \"Main Account\", then the \"balance\" value can be UNLIMITED string or digits (in cents).  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"MB\", then the \"balance\" value will be in bytes  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"COUNT\", then the \"balance\" value will be in count.</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type. Possible Values:  <br />- COUNT (for SMS)  <br />- Mb (for Data)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Type of the Benefit. Possible Values:  <br />- ADDON-ACCOUNT (MONEY)  <br />- ADDON-ACCOUNT (FREE)  <br />- Main Account</td>\n</tr>\n<tr>\n<td>actualBalance</td>\n<td>O</td>\n<td>Account Actual/Initial Balance</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counter-parameters\">Output counter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id</td>\n</tr>\n<tr>\n<td>counterName</td>\n<td>O</td>\n<td>Counter Name</td>\n</tr>\n<tr>\n<td>usage</td>\n<td>O</td>\n<td>Left over Usage in MB</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>O</td>\n<td>Threshold Value in bytes</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action</td>\n</tr>\n<tr>\n<td>thresholdUnit</td>\n<td>O</td>\n<td>Threshold Unit</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Frequency</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>factor</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>O</td>\n<td>Threshold Value</td>\n</tr>\n<tr>\n<td>resetDate</td>\n<td>O</td>\n<td>When the counter will be reset. Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1171</td>\n<td>Addon subscription success</td>\n<td></td>\n</tr>\n<tr>\n<td>1172</td>\n<td>Addon subscription failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10260</td>\n<td>Failed..! Adjusted balance is lesser than the Counter value</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Request\": {\n    \"requestParam\": {\n      \"endPointId\": \"5678433\",\n      \"planId\": \"599646\"\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response to the request will contain the relevant subscription details.</p>\n","urlObject":{"protocol":"https","path":["api","SubscribeAddon"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ba18063d-7cd1-4361-a06f-1e023163f252","name":"SubscribeAddon-Subscribed and actived","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"endPointId\":\"12345678\",\r\n         \"planId\":\"654321\"\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Response\": {\r\n    \"responseId\": \"5371461366950698\",\r\n        \"responseTimestamp\": \"04/02/2025 06:27:23\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1171\",\r\n            \"resultDescription\": \"Addon subscription success\"\r\n    },\r\n    \"info\": {\r\n      \"promotionalPlans\": {\r\n         \"plan\": [\r\n            {\r\n                \"planId\": \"12345\",                    \r\n                \"planName\": \"Adddon\",\r\n                \"planServiceId\": \"4\",\r\n                \"planServiceName\": \"COMBO\",                 \r\n                \"planStartDate\": \"09/11/2021 14:53:46\",\r\n                \"planExpiryDate\": \"01/12/2021 00:00:00\",\r\n                \"uniqueId\": \"54321\"\r\n           }\r\n        ]\r\n      },\t\r\n      \"benefitInfo\": {\r\n        \"benefit\": [\r\n          {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"DATA\",\r\n                    \"startDate\": \"04/02/2025 10:37:34\",\r\n                    \"expiryDate\": \"14/02/2025 11:00:00\",\r\n                    \"balance\": \"5242880\",\r\n                    \"actualBalance\": \"5242880\",\r\n                    \"unitType\": \"Mb\",\r\n                    \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n           }\r\n        ]\r\n      },\r\n      \"counter\": [\r\n        {\r\n          \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n          \"counterName\": \"Daily_DATA\",\r\n          \"usage\": \"3\",\r\n          \"limit\": \"3145728\",\r\n          \"action\": \"THROTTLE_512Kbps\",\r\n          \"thresholdUnit\": \"MB\",\r\n          \"thresholdValue\": \"3\",\r\n          \"frequency\": \"Daily\",\r\n          \"factor\": \"1\",\r\n          \"resetDate\": \"05/02/2025 00:00:00\"\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}"},{"id":"4352990d-6c9d-44a9-8c45-b0b83e6ce269","name":"SubscribeAddon-Subscribed and not actived(On Usage)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"endPointId\":\"12345678\",\r\n         \"planId\":\"654321\"\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Response\": {\r\n    \"responseId\": \"5371461366950698\",\r\n        \"responseTimestamp\": \"04/02/2025 06:27:23\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1171\",\r\n            \"resultDescription\": \"Addon subscription success\"\r\n    },\r\n    \"info\": {\r\n      \"promotionalPlans\": {\r\n         \"plan\": [\r\n            {\r\n                \"planId\": \"123456\",                    \r\n                \"planName\": \"Adddon\",\r\n                \"planServiceId\": \"4\",\r\n                \"planServiceName\": \"COMBO\",                 \r\n                \"uniqueId\": \"654321\"\r\n           }\r\n        ]\r\n      },\t\r\n      \"benefitInfo\": {\r\n        \"benefit\": [\r\n          {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"DATA\",\r\n                    \"startDate\": \"-\",\r\n                    \"expiryDate\": \"-\",\r\n                    \"balance\": \"5242880\",\r\n                    \"actualBalance\": \"5242880\",\r\n                    \"unitType\": \"Mb\",\r\n                    \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                    \r\n           }\r\n        ]\r\n      },\r\n      \"counter\": [\r\n        {\r\n          \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n          \"counterName\": \"Daily_DATA\",\r\n          \"usage\": \"0\",\r\n          \"limit\": \"3145728\",\r\n          \"action\": \"THROTTLE_512Kbps\",\r\n          \"thresholdUnit\": \"MB\",\r\n          \"thresholdValue\": \"3\",\r\n          \"frequency\": \"Daily\",\r\n          \"factor\": \"1\",\r\n          \"resetDate\": \"-\"\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}"},{"id":"3f8eecfd-e6f9-40c8-98f7-74eb7a9978a0","name":"SubscribeAddon-Subscribed to OEM","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"endPointId\":\"12345678\",\r\n         \"planId\":\"654321\"\r\n      }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Response\": {\r\n    \"responseId\": \"5371461366950698\",\r\n        \"responseTimestamp\": \"04/02/2025 06:27:23\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"1171\",\r\n            \"resultDescription\": \"Addon subscription success\"\r\n    },\r\n    \"info\": {\r\n      \"promotionalPlans\": {\r\n         \"plan\": [\r\n            {\r\n                \"planId\": \"123456\",                    \r\n                \"planName\": \"Adddon\",\r\n                \"planServiceId\": \"4\",\r\n                \"planServiceName\": \"COMBO\"\r\n           }\r\n        ]\r\n      },\t\r\n      \"benefitInfo\": {\r\n        \"benefit\": [\r\n          {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"DATA\",\r\n                    \"startDate\": \"-\",\r\n                    \"expiryDate\": \"-\",\r\n                    \"balance\": \"5242880\",\r\n                    \"actualBalance\": \"5242880\",\r\n                    \"unitType\": \"Mb\",\r\n                    \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n           }\r\n        ]\r\n      }\r\n    }\r\n  }\r\n}"},{"id":"934463d1-7143-4f44-91a4-ec6e0beae0db","name":"SubscribeAddon - Adjusted balance less than the actualbalance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"endPointId\": \"52503001\",\r\n            \"planId\": \"843543\",\r\n            \"benefit\": [\r\n                {\r\n                    \"id\": \"2\",\r\n                    \"balance\": \"25\"\r\n                },\r\n                {\r\n                    \"id\": \"2001\",\r\n                    \"balance\": \"1\"\r\n                },\r\n                {\r\n                    \"id\": \"4\",\r\n                    \"balance\": \"3\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"01761200984064324\",\n        \"responseTimestamp\": \"23/10/2025 08:29:44\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1171\",\n            \"resultDescription\": \"Addon subscription success\"\n        },\n        \"info\": {\n            \"promotionalPlans\": {\n                \"plan\": [\n                    {\n                        \"planId\": \"843543\",\n                        \"planName\": \"AddonPlanwithAllBenefits\",\n                        \"planServiceId\": \"4\",\n                        \"planServiceName\": \"COMBO\",\n                        \"planStartDate\": \"23/10/2025 08:29:44\",\n                        \"planExpiryDate\": \"24/10/2025 09:00:00\",\n                        \"uniqueId\": \"65660\"\n                    }\n                ]\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"4\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"3\",\n                        \"actualBalance\": \"5\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    },\n                    {\n                        \"id\": \"2001\",\n                        \"name\": \"NB-IOT\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"1048576\",\n                        \"actualBalance\": \"3145728\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    },\n                    {\n                        \"id\": \"2\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"26214400\",\n                        \"actualBalance\": \"31457280\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    }\n                ]\n            },\n            \"counter\": [\n                {\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\n                    \"counterName\": \"Daily_DATA\",\n                    \"usage\": \"20\",\n                    \"limit\": \"20971520\",\n                    \"action\": \"THROTTLE_512Kbps\",\n                    \"thresholdUnit\": \"MB\",\n                    \"thresholdValue\": \"20\",\n                    \"frequency\": \"Daily\",\n                    \"factor\": \"1\",\n                    \"resetDate\": \"24/10/2025 00:00:00\"\n                }\n            ]\n        }\n    }\n}"},{"id":"e6d67a5a-0a4e-4f05-94c2-96137bb41464","name":"SubscribeAddon - Adjusted balance greater than the actualbalance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"endPointId\": \"52503001\",\r\n            \"planId\": \"843543\",\r\n            \"benefit\": [\r\n                {\r\n                    \"id\": \"2\",\r\n                    \"balance\": \"40\"\r\n                },\r\n                {\r\n                    \"id\": \"2001\",\r\n                    \"balance\": \"8\"\r\n                },\r\n                {\r\n                    \"id\": \"4\",\r\n                    \"balance\": \"6\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"01761200984064324\",\n        \"responseTimestamp\": \"23/10/2025 08:29:44\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1171\",\n            \"resultDescription\": \"Addon subscription success\"\n        },\n        \"info\": {\n            \"promotionalPlans\": {\n                \"plan\": [\n                    {\n                        \"planId\": \"843543\",\n                        \"planName\": \"AddonPlanwithAllBenefits\",\n                        \"planServiceId\": \"4\",\n                        \"planServiceName\": \"COMBO\",\n                        \"planStartDate\": \"23/10/2025 08:29:44\",\n                        \"planExpiryDate\": \"24/10/2025 09:00:00\",\n                        \"uniqueId\": \"65660\"\n                    }\n                ]\n            },\n            \"benefitInfo\": {\n                \"benefit\": [\n                    {\n                        \"id\": \"4\",\n                        \"name\": \"SMS\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"6\",\n                        \"actualBalance\": \"6\",\n                        \"unitType\": \"COUNT\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    },\n                    {\n                        \"id\": \"2001\",\n                        \"name\": \"NB-IOT\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"8388608\",\n                        \"actualBalance\": \"8388608\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    },\n                    {\n                        \"id\": \"2\",\n                        \"name\": \"DATA\",\n                        \"startDate\": \"23/10/2025 08:29:44\",\n                        \"expiryDate\": \"24/10/2025 09:00:00\",\n                        \"balance\": \"41943040\",\n                        \"actualBalance\": \"41943040\",\n                        \"unitType\": \"Mb\",\n                        \"type\": \"ADDON-ACCOUNT (FREE)\"\n                    }\n                ]\n            },\n            \"counter\": [\n                {\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\n                    \"counterName\": \"Daily_DATA\",\n                    \"usage\": \"20\",\n                    \"limit\": \"20971520\",\n                    \"action\": \"THROTTLE_512Kbps\",\n                    \"thresholdUnit\": \"MB\",\n                    \"thresholdValue\": \"20\",\n                    \"frequency\": \"Daily\",\n                    \"factor\": \"1\",\n                    \"resetDate\": \"24/10/2025 00:00:00\"\n                }\n            ]\n        }\n    }\n}"},{"id":"c41764a1-6d7a-41d0-8ea1-359087370803","name":"SubscribeAddon - Adjusted balance less than the counter value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"requestParam\": {\r\n            \"endPointId\": \"52503001\",\r\n            \"planId\": \"843543\",\r\n            \"benefit\": [\r\n                {\r\n                    \"id\": \"2\",\r\n                    \"balance\": \"15\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/SubscribeAddon"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"11761143359322817\",\n        \"responseTimestamp\": \"22/10/2025 16:29:19\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10260\",\n            \"resultDescription\": \"Failed..! Adjusted balance is lesser than the Counter value\"\n        }\n    }\n}"}],"_postman_id":"2c46e50b-8b4c-474a-8129-f7cb447664dd"},{"name":"Endpoint - Addon Details","id":"e1225739-f5bb-417d-8a26-e03b738c57be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetEndpointAddonDetails?endPointId=01010101","description":"<h1 id=\"description\">Description</h1>\n<p>Get Endpoint Addon Details API is used to fetch the Endpoint addon details from the platform.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>End Point ID</td>\n</tr>\n<tr>\n<td>addonId</td>\n<td>O</td>\n<td>Id of the addon plan</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>O</td>\n<td>uniqueid of the addon plan</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>API result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>info</td>\n<td>O</td>\n<td>Object of end point Info details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-info-parameters\">Output info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>info</td>\n<td>O</td>\n<td>Object of Basic Info</td>\n</tr>\n<tr>\n<td>benefit</td>\n<td>O</td>\n<td>List of benefit Objects</td>\n</tr>\n<tr>\n<td>counter</td>\n<td>O</td>\n<td>List of counter details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-info-parameters-1\">Output Info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endpointid</td>\n<td>O</td>\n<td>Endpointid passed in the query parameter</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-promotionalplans-parameters-addon-plan\">OUTPUT PROMOTIONALPLANS PARAMETERS (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>plan</td>\n<td>O</td>\n<td>List of Add-on Plans Plans associated with the endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-plan-parameters-addon-plan\">OUTPUT PLAN PARAMETERS (ADDON PLAN)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>planId</td>\n<td>O</td>\n<td>Add-on Plan ID</td>\n</tr>\n<tr>\n<td>planName</td>\n<td>O</td>\n<td>Add-on Plan Name</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>O</td>\n<td>UniqueId of the Addon for which the Endpoint Subscribed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefit-parameters\">Output benefit Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>Benefit ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Benefit Name</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>O</td>\n<td>Start Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>O</td>\n<td>Expiry Date  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>O</td>\n<td>Balance. The value depends on the \"type\" and the \"unitType\" of the benefit  <br />For example  <br />- If the \"type\": \"Main Account\", then the \"balance\" value can be UNLIMITED string or digits (in cents).  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"MB\", then the \"balance\" value will be in bytes  <br />- If the \"type\": \"ADDON-ACCOUNT (FREE)\" &amp; \"unitType\": \"COUNT\", then the \"balance\" value will be in count.</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit Type. Possible Values:  <br />- Count (for SMS)  <br />- MB (for Data)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>O</td>\n<td>Type of the Benefit. Possible Values:  <br />- ADDON-ACCOUNT (MONEY)  <br />- ADDON-ACCOUNT (FREE)  <br />- Main Account</td>\n</tr>\n<tr>\n<td>actualBalance</td>\n<td>O</td>\n<td>Account Actual/Initial Balance</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counter-parameters\">Output counter Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>Counter Id</td>\n</tr>\n<tr>\n<td>counterName</td>\n<td>O</td>\n<td>Counter Name</td>\n</tr>\n<tr>\n<td>usage</td>\n<td>O</td>\n<td>Left over Usage in MB</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action</td>\n</tr>\n<tr>\n<td>thresholdUnit</td>\n<td>O</td>\n<td>Threshold Unit</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Frequency</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>factor</td>\n</tr>\n<tr>\n<td>thresholdValue</td>\n<td>O</td>\n<td>Threshold Value</td>\n</tr>\n<tr>\n<td>resetDate</td>\n<td>O</td>\n<td>When the counter will be reset. Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10255</td>\n<td>Get endpoint addon details success</td>\n<td></td>\n</tr>\n<tr>\n<td>10257</td>\n<td>Addon Not available</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetEndpointAddonDetails"],"host":["{{url}}"],"query":[{"key":"endPointId","value":"01010101"}],"variable":[]}},"response":[{"id":"51e4441e-9b4d-43d5-92e9-60b08ef2ff04","name":"Get Endpoint Profile - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpointAddonDetails?endPointId=01010101","protocol":"https","host":["{{url}}"],"path":["api","GetEndpointAddonDetails"],"query":[{"key":"endPointId","value":"01010101"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1892892225840869\",\r\n        \"responseTimestamp\": \"05/09/2025 05:21:29\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10255\",\r\n            \"resultDescription\": \"Get Endpoint Addon Details success\"\r\n        },\r\n        \"info\": {\r\n            \"endpointId\": \"01010101\",\r\n            \"promotionalPlans\": {\r\n                \"plan\": [\r\n                    {\r\n                        \"planId\": \"0101\",\r\n                        \"planName\": \"addon_c\",\r\n                        \"uniqueId\": \"01010\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838834\",\r\n                        \"planName\": \"addon_b\",\r\n                        \"uniqueId\": \"64908\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"56784\",\r\n                                \"name\": \"sample4\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838833\",\r\n                        \"planName\": \"addon_a\",\r\n                        \"uniqueId\": \"64907\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"15728640\",\r\n                                \"actualBalance\": \"15728640\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"10\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"10\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838864\",\r\n                        \"planName\": \"addon_e\",\r\n                        \"uniqueId\": \"64911\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"222\",\r\n                                \"name\": \"nbiot-test\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838868\",\r\n                        \"planName\": \"addon_i\",\r\n                        \"uniqueId\": \"64913\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                                \"counterName\": \"Daily_NB-IoT\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838867\",\r\n                        \"planName\": \"test_plan_h\",\r\n                        \"uniqueId\": \"64916\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711\",\r\n                                \"counterName\": \"Daily_NB-IoT\",\r\n                                \"usage\": \"10\",\r\n                                \"action\": \"THROTTLE_384Kbps\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"10\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838865\",\r\n                        \"planName\": \"planaddon_f\",\r\n                        \"uniqueId\": \"64915\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"35435\",\r\n                                \"name\": \"DATA90\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838869\",\r\n                        \"planName\": \"addon_j\",\r\n                        \"uniqueId\": \"64914\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838866\",\r\n                        \"planName\": \"addon_g\",\r\n                        \"uniqueId\": \"64912\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"-\",\r\n                                \"expiryDate\": \"-\",\r\n                                \"balance\": \"10485760\",\r\n                                \"actualBalance\": \"10485760\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"THROTTLE_384Kbps\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"-\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"planId\": \"838863\",\r\n                        \"planName\": \"addon_d\",\r\n                        \"uniqueId\": \"64910\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"5242880\",\r\n                                \"actualBalance\": \"5242880\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"5\",\r\n                                \"action\": \"THROTTLE_512Kbps\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"5\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"7bc7b916-c726-45f1-ba2b-e80397972284","name":"Get Endpoint Profile - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpointAddonDetails?endPointId=01010101&addonId=0101","protocol":"https","host":["{{url}}"],"path":["api","GetEndpointAddonDetails"],"query":[{"key":"endPointId","value":"01010101"},{"key":"addonId","value":"0101"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1893564687587911\",\r\n        \"responseTimestamp\": \"05/09/2025 05:32:42\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10255\",\r\n            \"resultDescription\": \"Get Endpoint Addon Details success\"\r\n        },\r\n        \"info\": {\r\n            \"endpointId\": \"01010101\",\r\n            \"promotionalPlans\": {\r\n                \"plan\": [\r\n                    {\r\n                        \"planId\": \"0101\",\r\n                        \"planName\": \"addon_a\",\r\n                        \"uniqueId\": \"01010\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"15728640\",\r\n                                \"actualBalance\": \"15728640\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"10\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"10\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"4646ad80-ccc6-40b1-95b7-100c822b23b5","name":"Get Endpoint Profile - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetEndpointAddonDetails?endPointId=01010101&uniqueId=01010","protocol":"https","host":["{{url}}"],"path":["api","GetEndpointAddonDetails"],"query":[{"key":"endPointId","value":"01010101"},{"key":"uniqueId","value":"01010"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"responseId\": \"1893564687587911\",\r\n        \"responseTimestamp\": \"05/09/2025 05:32:42\",\r\n        \"resultCode\": \"0\",\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10255\",\r\n            \"resultDescription\": \"Get Endpoint Addon Details success\"\r\n        },\r\n        \"info\": {\r\n            \"endpointId\": \"01010101\",\r\n            \"promotionalPlans\": {\r\n                \"plan\": [\r\n                    {\r\n                        \"planId\": \"0101\",\r\n                        \"planName\": \"addon_a\",\r\n                        \"uniqueId\": \"01010\",\r\n                        \"benefit\": [\r\n                            {\r\n                                \"id\": \"2\",\r\n                                \"name\": \"DATA\",\r\n                                \"startDate\": \"03/09/2025 23:08:26\",\r\n                                \"expiryDate\": \"31/12/2099 00:00:00\",\r\n                                \"balance\": \"01010101\",\r\n                                \"actualBalance\": \"15728640\",\r\n                                \"unitType\": \"Mb\",\r\n                                \"type\": \"ADDON-ACCOUNT (FREE)\"\r\n                            }\r\n                        ],\r\n                        \"counter\": [\r\n                            {\r\n                                \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\r\n                                \"counterName\": \"Daily_DATA\",\r\n                                \"usage\": \"10\",\r\n                                \"action\": \"DEFAULT\",\r\n                                \"thresholdUnit\": \"MB\",\r\n                                \"thresholdValue\": \"10\",\r\n                                \"frequency\": \"Daily\",\r\n                                \"factor\": \"1\",\r\n                                \"resetDate\": \"04/09/2025 00:00:00\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"e1225739-f5bb-417d-8a26-e03b738c57be"}],"id":"6bdcc591-e904-4e04-8da7-9837a9ba9499","event":[{"listen":"prerequest","script":{"id":"d2e20d56-a71a-4f75-be41-1096efb52b4a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"43c27ce6-d8b4-4dbf-9edc-0d8bd792c588","type":"text/javascript","exec":[""]}}],"_postman_id":"6bdcc591-e904-4e04-8da7-9837a9ba9499","description":""},{"name":"Endpoint Tags","item":[{"name":"Tag - Create","event":[{"listen":"test","script":{"id":"97fe4b44-23df-4027-a14e-aa332debe572","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"3d35d6d2-c2ee-4575-acc9-5b6315f43793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"tagInfo\":{  \r\n            \"createTag\": [\r\n                {\r\n                  \"tagName\": \"Enterprise_Tags\",\r\n                  \"tagDescription\": \"This is my tag description TAG1\"\r\n                },\r\n                {\r\n                  \"tagName\": \"Enterprise_tag1\",\r\n                  \"tagDescription\": \"This is my tag description TAG2\"\r\n                }\r\n              ]\r\n       }\r\n}"},"url":"https://{{url}}/api/createTag","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to create one or multiple Tags for endpoints. Only enterprises can create Tag.</p>\n<p>A tag can be attached to an endpoint with separate actions..</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagInfo</td>\n<td>M</td>\n<td>Tag details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tag-info-parameters\">Input tag Info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>createTag</td>\n<td>M</td>\n<td>Create Tag details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tag-parameters\">Input Tag Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagName</td>\n<td>M</td>\n<td>Object of the Tag Name  <br /><strong>Note:</strong> Tag Name field will allow maximum 100 character. Special characters are not allowed except hyphen(-) and underscore(_).</td>\n</tr>\n<tr>\n<td>tagDescription</td>\n<td>O</td>\n<td>Object of the Tag Description  <br /><strong>Note:</strong> Tag Description field will allow maximum 100 character. Special characters are not allowed except hyphen(-) and underscore(_)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-parameters-1\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>tagId</td>\n<td>O</td>\n<td>Tag Id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10149</td>\n<td>Create Tag success</td>\n<td></td>\n</tr>\n<tr>\n<td>10150</td>\n<td>Create Tag failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10157</td>\n<td>Failure..! Duplicate parameter- tagName in request</td>\n<td></td>\n</tr>\n<tr>\n<td>10120</td>\n<td>Maximum number of tag is reached</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","createTag"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b579a049-e88a-4016-89ae-69c21f991951","name":"Create -Tag- Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"tagInfo\":{  \r\n            \"createTag\": [\r\n                {\r\n                  \"tagName\": \"Enterprise_Tags\",\r\n                  \"tagDescription\": \"This is my tag description TAG1\"\r\n                },\r\n                {\r\n                  \"tagName\": \"Enterprise_tag1\",\r\n                  \"tagDescription\": \"This is my tag description TAG2\"\r\n                }\r\n              ]\r\n       }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/createTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:45:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10149\",\n            \"resultDescription\": \"Create Tag success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"9039702343478319\",\n        \"responseTimestamp\": \"28/09/2022 02:01:03\",\n        \"tagId\": \"2885001,2890001\"\n    }\n}"},{"id":"1da3b3ee-3f1e-4a41-b8bb-b0a7eeb0a97c","name":"Create - Tag - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"tagInfo\":{  \r\n            \"createTag\": [\r\n                {\r\n                  \"tagName\": \"MVNE tag\",\r\n                  \"tagDescription\": \"This is my tag description TAG1\"\r\n                },\r\n                {\r\n                  \"tagName\": \"MVNE tag1\",\r\n                  \"tagDescription\": \"This is my tag description TAG2\"\r\n                }\r\n              ]\r\n       }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/createTag"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10150\",\n            \"resultDescription\": \"Create Tag failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"9039040856456868\",\n        \"responseTimestamp\": \"28/09/2022 01:50:01\"\n    }\n}"},{"id":"8c300af1-aa63-4305-b760-3c12acc2561c","name":"Create - Tag  - Failure - {Failure..! Duplicate parameter- tagName in request}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"tagInfo\":{  \r\n            \"createTag\": [\r\n                {\r\n                  \"tagName\": \"MVNE tag1\",\r\n                  \"tagDescription\": \"This is my tag description TAG1\"\r\n                },\r\n                {\r\n                  \"tagName\": \"MVNE tag1\",\r\n                  \"tagDescription\": \"This is my tag description TAG2\"\r\n                }\r\n              ]\r\n       }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/createTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:43:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10157\",\n            \"resultDescription\": \"Failure..! Duplicate parameter- tagName in request\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"9039839913917503\",\n        \"responseTimestamp\": \"28/09/2022 02:03:20\"\n    }\n}"}],"_postman_id":"3d35d6d2-c2ee-4575-acc9-5b6315f43793"},{"name":"Tag - Modify","event":[{"listen":"test","script":{"id":"97fe4b44-23df-4027-a14e-aa332debe572","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"1454a96d-413b-40a0-8aa7-5099bc4c693c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"editTag\": [{\r\n\t\t\t\t\"tagId\": \"2890001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag1\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t},\r\n            {\r\n\t\t\t\t\"tagId\": \"2885001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag2\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t}\r\n\r\n\t\t]\r\n\t}\r\n}"},"url":"https://{{url}}/api/modifyTag","description":"<h3 id=\"description\">Description</h3>\n<p>This API will be used to modify existing endpoint Tags. You can modify one or multiple tags with the same API call. Use <code>tagId</code> to define which tag you wish to edit. You can change <code>tagName</code> or/and <code>tagDescription</code>.</p>\n<p>Use Get Tag to find the available <code>tagId</code></p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagInfo</td>\n<td>M</td>\n<td>Object of tag info details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-edit-tag-parameters\">Input edit Tag Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>editTag</td>\n<td>M</td>\n<td>Edit Tag details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-edit-tag-parameters-1\">Input edit Tag Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td>M</td>\n<td>Tag Id</td>\n</tr>\n<tr>\n<td>tagName</td>\n<td>O</td>\n<td>Tag Name  <br /><strong>Note:</strong> Tag Name field will allow maximum 100 characters. Special characters are not allowed except hyphen(-) and underscore(_)</td>\n</tr>\n<tr>\n<td>tagDescription</td>\n<td>O</td>\n<td>Tag Description  <br /><strong>Note:</strong> Tag Description field will allow maximum 100 characters. Special characters are not allowed except hyphen(-) and underscore(_).</td>\n</tr>\n</tbody>\n</table>\n</div><p>View more</p>\n<h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10155</td>\n<td>Modify Tag success</td>\n<td></td>\n</tr>\n<tr>\n<td>10156</td>\n<td>Modify Tag failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10120</td>\n<td>Maximum number of tag is reached</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","modifyTag"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4602431-3646-461a-8a82-9fe953da5f05","name":"Modify - Tag - Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"editTag\": [{\r\n\t\t\t\t\"tagId\": \"2890001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag1\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t},\r\n            {\r\n\t\t\t\t\"tagId\": \"2885001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag2\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t}\r\n\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:45:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10155\",\n            \"resultDescription\": \"Modify Tag success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"9041707442997558\",\n        \"responseTimestamp\": \"28/09/2022 02:34:29\"\n    }\n}"},{"id":"81f2f739-6f29-40b2-90e4-d78d0bc768b0","name":"Modify - Tag - Failure","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"editTag\": [{\r\n\t\t\t\t\"tagId\": \"2890001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag1\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t},\r\n            {\r\n\t\t\t\t\"tagId\": \"2885001\",\r\n\t\t\t\t\"tagName\": \"customer Enterprise_tag2\",\r\n                \"tagDescription\": \"This is my tag description\"\r\n\t\t\t}\r\n\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyTag"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10156\",\n            \"resultDescription\": \"Modify Tag failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"9041661245993845\",\n        \"responseTimestamp\": \"28/09/2022 02:33:42\"\n    }\n}"}],"_postman_id":"1454a96d-413b-40a0-8aa7-5099bc4c693c"},{"name":"Tag - Get","event":[{"listen":"test","script":{"id":"97fe4b44-23df-4027-a14e-aa332debe572","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"32714e8a-b804-466c-b2e2-77df073a616c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/api/getTag","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to get all the available Tags created for endpoints.</p>\n<p>Details of all Tag will be given in the response.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Rule Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tag-parameter\">Output tag Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td>M</td>\n<td>ID assigned / configured in the system against each Tag.</td>\n</tr>\n<tr>\n<td>tagName</td>\n<td>O</td>\n<td>Tag Name</td>\n</tr>\n<tr>\n<td>tagDescription</td>\n<td>O</td>\n<td>Tag Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10151</td>\n<td>Get Tag success</td>\n<td></td>\n</tr>\n<tr>\n<td>10152</td>\n<td>Get Tag failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getTag"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"55a576c5-b815-4cc3-8350-690277a83b08","name":"Get - Tag - Success -","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/api/getTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:45:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10151\",\n            \"resultDescription\": \"Get Tag success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"tagId\": \"2925001\",\n                    \"tagName\": \"Enterprise_Tags8\",\n                    \"tagDescription\": \"This is my tag description TAG8\"\n                },\n                {\n                    \"tagId\": \"2935001\",\n                    \"tagName\": \"Enterprise_tag10\",\n                    \"tagDescription\": \"This is my tag description TAG10\"\n                },\n                {\n                    \"tagId\": \"2875001\",\n                    \"tagName\": \"MVNE_Tag\",\n                    \"tagDescription\": \"This is my tag description TAG1\"\n                },\n                {\n                    \"tagId\": \"2915001\",\n                    \"tagName\": \"Enterprise_tag6\",\n                    \"tagDescription\": \"This is my tag description TAG6\"\n                },\n                {\n                    \"tagId\": \"2920001\",\n                    \"tagName\": \"Enterprise_tag7\",\n                    \"tagDescription\": \"This is my tag description TAG7\"\n                },\n                {\n                    \"tagId\": \"2930001\",\n                    \"tagName\": \"Enterprise_tag9\",\n                    \"tagDescription\": \"This is my tag description TAG9\"\n                },\n                {\n                    \"tagId\": \"2845001\",\n                    \"tagName\": \"Tag_demo1\",\n                    \"tagDescription\": \"bics_belgium A\"\n                },\n                {\n                    \"tagId\": \"2900001\",\n                    \"tagName\": \"Enterprise_tag3\",\n                    \"tagDescription\": \"This is my tag description TAG2\"\n                },\n                {\n                    \"tagId\": \"2880001\",\n                    \"tagName\": \"MVNE_tag1\",\n                    \"tagDescription\": \"This is my tag description TAG2\"\n                },\n                {\n                    \"tagId\": \"2850001\",\n                    \"tagName\": \"customer TAG1\",\n                    \"tagDescription\": \"This is my tag description TAGS1\"\n                },\n                {\n                    \"tagId\": \"2910001\",\n                    \"tagName\": \"Enterprise_tag5\",\n                    \"tagDescription\": \"This is my tag description TAG5\"\n                },\n                {\n                    \"tagId\": \"2865001\",\n                    \"tagName\": \"MVNE_Tag\",\n                    \"tagDescription\": \"This is my tag description TAG1\"\n                },\n                {\n                    \"tagId\": \"2895001\",\n                    \"tagName\": \"Enterprise_Tags2\",\n                    \"tagDescription\": \"This is my tag description TAG1\"\n                },\n                {\n                    \"tagId\": \"2905001\",\n                    \"tagName\": \"Enterprise_Tags4\",\n                    \"tagDescription\": \"This is my tag description TAG4\"\n                },\n                {\n                    \"tagId\": \"2885001\",\n                    \"tagName\": \"Enterprise_Tags\",\n                    \"tagDescription\": \"This is my tag description TAG1\"\n                },\n                {\n                    \"tagId\": \"2870001\",\n                    \"tagName\": \"MVNE_tag1\",\n                    \"tagDescription\": \"This is my tag description TAG2\"\n                },\n                {\n                    \"tagId\": \"2890001\",\n                    \"tagName\": \"Enterprise_tag1\",\n                    \"tagDescription\": \"This is my tag description TAG2\"\n                },\n                {\n                    \"tagId\": \"2940001\",\n                    \"tagName\": \"Enterprise_tag11\",\n                    \"tagDescription\": \"This is my tag description TAG11\"\n                }\n            ]\n        },\n        \"responseId\": \"9039975215244886\",\n        \"responseTimestamp\": \"28/09/2022 02:05:36\"\n    }\n}"},{"id":"c496881d-8596-4e4c-8c06-9bdcb469f9fa","name":"Get - Tag - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"IMSI\",\r\n    \"value\": \"206281000000000\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/getTag"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10152\",\n            \"resultDescription\": \"Get Tag failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"9039040856456868\",\n        \"responseTimestamp\": \"28/09/2022 01:50:01\"\n    }\n}"}],"_postman_id":"32714e8a-b804-466c-b2e2-77df073a616c"},{"name":"Tag - Delete","event":[{"listen":"test","script":{"id":"97fe4b44-23df-4027-a14e-aa332debe572","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"2da2cfd1-905f-4ad7-9751-6b0556119f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"removeTag\": [\"2890001\",\"2885001\",\"2880001\"]\r\n\t}\r\n}"},"url":"https://{{url}}/api/deleteTag","description":"<h3 id=\"description\">Description</h3>\n<p>This API will be used to delete one or multiple existing endpoint Tags. Use <code>tagId</code> to define which tag you wish to delete.</p>\n<p>Use Get Tag to find the available <code>tagId</code></p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-tag-info-parameters\">Input tag Info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>removeTag</td>\n<td>M</td>\n<td>The Id of the Tag you want to remove.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10153</td>\n<td>Delete Tag success</td>\n<td></td>\n</tr>\n<tr>\n<td>10154</td>\n<td>Delete Tag failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deleteTag"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"93671552-37bf-4b9e-8594-b8593cb70ad4","name":"Modify -Tag- Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"removeTag\": [\"2890001\",\"2885001\",\"2880001\"]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:45:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10153\",\n            \"resultDescription\": \"Delete Tag success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"9041798419445172\",\n        \"responseTimestamp\": \"28/09/2022 02:35:59\"\n    }\n}"},{"id":"cf0668e6-3623-45ac-92c5-e7d892d1f346","name":"Modify - Tag - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"tagInfo\": {\r\n\t\t\"removeTag\": [\"2890001\",\"2885001\",\"2880001\"]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/deleteTag"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10154\",\n            \"resultDescription\": \"Delete Tag failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"9041837652633325\",\n        \"responseTimestamp\": \"28/09/2022 02:36:38\"\n    }\n}"}],"_postman_id":"2da2cfd1-905f-4ad7-9751-6b0556119f8a"}],"id":"9a06ab60-bd60-4f07-8d5e-f3cf4d5a0d17","_postman_id":"9a06ab60-bd60-4f07-8d5e-f3cf4d5a0d17","description":""},{"name":"Enterprise Info","item":[{"name":"Charge","event":[{"listen":"test","script":{"id":"8622d2bc-8390-4c12-8b65-f0905f1a1f9d","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"24f3b7f4-f684-46e5-8cfc-771b49fa65c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCharge","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the charge details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mode</td>\n<td>O</td>\n<td>Charge Mode  <br />1 – OneTime  <br />2 – Recurring</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Charge Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chargeList</td>\n<td>O</td>\n<td>Object of the Charge</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-chargelist-parameters\">Output chargeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Charge Name</td>\n</tr>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each charge. (This will be an auto increment value)</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>O</td>\n<td>Charge Mode  <br />1 – OneTime  <br />2 – Recurring</td>\n</tr>\n<tr>\n<td>autoRenewal</td>\n<td>O</td>\n<td>Auto renewal flag. If true charge will be auto renewed</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Renewal Frequency  <br />Base Plan  <br />2 - Month  <br />  <br />Addon Plan  <br />1 – Day  <br />2 – Month  <br />3 – Year  <br />Mandatory if auto Renewal is true</td>\n</tr>\n<tr>\n<td>factor</td>\n<td>O</td>\n<td>Renewal Factor in number. Mandatory if auto Renewal is true</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Charge  <br />0 - InActive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>settlementProductSFT</td>\n<td>O</td>\n<td>SFT settlement Product, multiple SPSFT will be pipe seperated  <br />E.g.: “32I-SUBP_R</td>\n</tr>\n<tr>\n<td>settlementProductM2MIC</td>\n<td>O</td>\n<td>M2MIC settlement Product, multiple SPM2MIC will be pipe seperated  <br />E.g.: “32I-M2MSUBP_R</td>\n</tr>\n<tr>\n<td>isallowMultipleOnetimeFee</td>\n<td>O</td>\n<td>Flag indicating whether multiple instances of the fee are allowed, returns true or false. Mandatory if autoRenewal is false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1317</td>\n<td>Get charge success</td>\n<td></td>\n</tr>\n<tr>\n<td>1318</td>\n<td>Get charge failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCharge"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6895303f-2b62-4e91-a382-08c5697e04c1","name":"Get Charge - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCharge"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1318\",\n            \"resultDescription\": \"Get charge failure\"\n        }\n    }\n}"},{"id":"fc054557-eb49-4300-9b51-7519c91cd1d3","name":"Get Charge - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCharge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 17:04:41 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1732"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38632431522705495\",\n        \"responseTimestamp\": \"05/05/2020 05:04:41\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1317\",\n            \"resultDescription\": \"Get charge success\"\n        },\n        \"responseParam\": {\n            \"chargeList\": [\n                {\n                    \"id\": \"8\",\n                    \"name\": \"SFT- Setup Fee- Branded portal\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SUBP_R|32S-SUBP_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSUBP_R|32S-M2MSUBP_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"9\",\n                    \"name\": \"SFT-Monthly Recurring Charges\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMMRC_R|32S-SIMMRC_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MMRC_R|32S-M2MMRC_R\"\n                },\n                {\n                    \"id\": \"3\",\n                    \"name\": \"SFT-One-off Fee\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"MVNE_OO|SMVNE_OO\",\n                    \"settlementProductM2MIC\": \"32I-M2MOO_R|32S-M2MOO_R\",\n                    \"isallowMultipleOnetimeFee\": \"1\"\n                },\n                {\n                    \"id\": \"2\",\n                    \"name\": \"SFT-Setup Fee - APN\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"MVNE_APN|SMVNE_APN\",\n                    \"settlementProductM2MIC\": \"32I-M2MSUAPN_R|32S-M2MSUAPN_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"SFT-Setup Fee - Integration\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"MVNE_INT|SMVNE_INT\",\n                    \"settlementProductM2MIC\": \"32I-M2MSUI_R|32S-M2MSUI_R\",\n                    \"isallowMultipleOnetimeFee\": \"1\"\n                },\n                {\n                    \"id\": \"7\",\n                    \"name\": \"SFT-Setup Fee - VPN\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SUVPN_R|32S-SUVPN_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSUVPN_R|32S-M2MSUVPN_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"SFT-SIM activation\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMAC_R|32S-SIMAC_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSIMAC_R|32S-M2MSIMAC_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"24\",\n                    \"name\": \"SFT-OEM SIM activation\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMAC_R|32S-SIMAC_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSIMAC_R|32S-M2MSIMAC_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"4\",\n                    \"name\": \"SFT-SIM card order\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMCO_R|32S-SIMCO_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSIMCO_R|32S-M2MSIMCO_R\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"88\",\n                    \"name\": \"SFT-Local Profile Download\",\n                    \"mode\": \"1\",\n                    \"autoRenewal\": \"false\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMLPRODOW|32S-SIMLPRODOW\",\n                    \"settlementProductM2MIC\": \"32I-TSLPRODOW|32S-TSLPRODOW\",\n                    \"isallowMultipleOnetimeFee\": \"0\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"SFT-SIM management\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMGT_R|32S-SIMGT_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSIMGT_R|32S-M2MSIMGT_R\"\n                },\n                {\n                    \"id\": \"11\",\n                    \"name\": \"SFT-Monthly Minimum Fee\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-MINFEE_R|32S-MINFEE_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MMINFEE_R|32S-M2MMINFEE_R\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"SFT-Feature based SIM management fee\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-FEATSIMGT_R|32S-FEATSIMGT_R\",\n                    \"settlementProductM2MIC\": \"32I-M2FTSIMGT_R|32S-M2FTSIMGT_R\"\n                },\n                {\n                    \"id\": \"90\",\n                    \"name\": \"SFT-Local SIM Hosting\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMLSIMHOS|32S-SIMLSIMHOS\",\n                    \"settlementProductM2MIC\": \"32I-TSLSIMHOS|32S-TSLSIMHOS\"\n                },\n                {\n                    \"id\": \"89\",\n                    \"name\": \"SFT-Local SIM Management\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMLSIMMAN|32S-SIMLSIMMAN\",\n                    \"settlementProductM2MIC\": \"32I-TSLSIMMAN|32S-TSLSIMMAN\"\n                }\n            ]\n        }\n    }\n}"},{"id":"727c4786-1ca6-4d40-bfb6-df7f40f98ead","name":"Get Charge - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCharge?mode=2","protocol":"https","host":["{{url}}"],"path":["api","GetCharge"],"query":[{"key":"mode","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 08:59:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"607"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39208123185379562\",\n        \"responseTimestamp\": \"12/05/2020 08:59:33\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1317\",\n            \"resultDescription\": \"Get charge success\"\n        },\n        \"responseParam\": {\n            \"chargeList\": [\n                {\n                    \"id\": \"9\",\n                    \"name\": \"SFT-Monthly Recurring Charges\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMMRC_R|32S-SIMMRC_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MMRC_R|32S-M2MMRC_R\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"SFT-SIM management\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMGT_R|32S-SIMGT_R\",\n                    \"settlementProductM2MIC\": \"32I-M2MSIMGT_R|32S-M2MSIMGT_R\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"SFT-Feature based SIM management fee\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-FEATSIMGT_R|32S-FEATSIMGT_R\",\n                    \"settlementProductM2MIC\": \"32I-M2FTSIMGT_R|32S-M2FTSIMGT_R\"\n                },\n                {\n                    \"id\": \"90\",\n                    \"name\": \"SFT-Local SIM Hosting\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMLSIMHOS|32S-SIMLSIMHOS\",\n                    \"settlementProductM2MIC\": \"32I-TSLSIMHOS|32S-TSLSIMHOS\"\n                },\n                {\n                    \"id\": \"89\",\n                    \"name\": \"SFT-Local SIM Management\",\n                    \"mode\": \"2\",\n                    \"autoRenewal\": \"true\",\n                    \"frequency\": \"2\",\n                    \"factor\": \"1\",\n                    \"status\": \"1\",\n                    \"settlementProductSFT\": \"32I-SIMLSIMMAN|32S-SIMLSIMMAN\",\n                    \"settlementProductM2MIC\": \"32I-TSLSIMMAN|32S-TSLSIMMAN\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"24f3b7f4-f684-46e5-8cfc-771b49fa65c8"},{"name":"Rule","event":[{"listen":"test","script":{"id":"9750f563-71b9-4e98-b438-8e57244fb1b8","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"1e89e4a6-3a5a-4265-b65a-38e73df930b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRule","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the rule details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Rule Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleList</td>\n<td>O</td>\n<td>Object of the Rule</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-rulelist-parameter\">Output ruleList Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ruleId</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Rule. (This will be an auto increment value)</td>\n</tr>\n<tr>\n<td>ruleName</td>\n<td>O</td>\n<td>Rule Name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>O</td>\n<td>Rule Description</td>\n</tr>\n<tr>\n<td>precedence</td>\n<td>O</td>\n<td>Priority of Rule</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1249</td>\n<td>Get rule success</td>\n<td></td>\n</tr>\n<tr>\n<td>1250</td>\n<td>Get rule failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetRule"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"27374478-e1ee-4623-86ba-6cad5b400060","name":"Get Rule - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRule"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 05 May 2020 17:11:28 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"777"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38632838466663738\",\n        \"responseTimestamp\": \"05/05/2020 05:11:28\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1249\",\n            \"resultDescription\": \"Get rule success\"\n        },\n        \"responseParam\": {\n            \"ruleList\": [\n                {\n                    \"ruleId\": \"7\",\n                    \"ruleName\": \"THROTTLE_256Kbps\",\n                    \"precedence\": \"13\",\n                    \"description\": \"THROTTLE_256Kbps\"\n                },\n                {\n                    \"ruleId\": \"260\",\n                    \"ruleName\": \"REDIRECT\",\n                    \"precedence\": \"10\",\n                    \"description\": \"REDIRECT\"\n                },\n                {\n                    \"ruleId\": \"2\",\n                    \"ruleName\": \"DEFAULT_RULE\",\n                    \"precedence\": \"1\",\n                    \"description\": \"DefualtRule\"\n                },\n                {\n                    \"ruleId\": \"8\",\n                    \"ruleName\": \"THROTTLE_128Kbps\",\n                    \"precedence\": \"14\",\n                    \"description\": \"THROTTLE_128Kbps\"\n                },\n                {\n                    \"ruleId\": \"6\",\n                    \"ruleName\": \"THROTTLE_384Kbps\",\n                    \"precedence\": \"12\",\n                    \"description\": \"THROTTLE_384Kbps\"\n                },\n                {\n                    \"ruleId\": \"5\",\n                    \"ruleName\": \"THROTTLE_512Kbps\",\n                    \"precedence\": \"11\",\n                    \"description\": \"THROTTLE_512Kbps\"\n                }\n            ]\n        }\n    }\n}"},{"id":"be6382a7-8d02-484d-9512-aeb7e73e66f0","name":"Get Rule - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetRule"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1250\",\n            \"resultDescription\": \"Get rule failure\"\n        }\n    }\n}"}],"_postman_id":"1e89e4a6-3a5a-4265-b65a-38e73df930b2"},{"name":"APN","event":[{"listen":"test","script":{"id":"b13d0c9f-b0de-431a-8516-a5b0d4aa1aa7","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"7998ece2-cb49-4ab5-8148-b1478b3005ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchAttachedAPN","description":"<h2 id=\"description\">Description</h2>\n<p>Get Attached APN API is used to fetch the APN id and name which are assigned to customer based on account id which will be taken by token.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of APN Info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output ResponseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Rows</td>\n<td>O</td>\n<td>List of the APN info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-apn-info-parameters\">Output APN Info Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apnId</td>\n<td>O</td>\n<td>APN id</td>\n</tr>\n<tr>\n<td>apnName</td>\n<td>O</td>\n<td>APN name</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10025</td>\n<td>Fetch APN failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10026</td>\n<td>Fetch APN success</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchAttachedAPN"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"417eec67-0d1f-4332-a010-bb3dee1c0491","name":"Fetch Attached APN - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchAttachedAPN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 12:24:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"282"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10026\",\n            \"resultDescription\": \"Fetch APN success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"apnId\": \"65\",\n                    \"apnName\": \"mvneapn1\"\n                },\n                {\n                    \"apnId\": \"1\",\n                    \"apnName\": \"mvneapn2\"\n                }\n            ]\n        },\n        \"responseId\": \"43284505171936035\",\n        \"responseTimestamp\": \"05/05/2020 12:24:38\"\n    }\n}"},{"id":"1b13b7ae-f43e-4557-8d26-34cdbde6fb30","name":"Fetch Attached APN - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchAttachedAPN"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10025\",\n            \"resultDescription\": \"Fetch APN failure\"\n        }\n    }\n}"}],"_postman_id":"7998ece2-cb49-4ab5-8148-b1478b3005ae"},{"name":"SIM","event":[{"listen":"test","script":{"id":"7c9f72ce-7dd8-4431-8c25-21d3bb228f8e","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"778a0d30-200f-438e-ae08-a26bec6c0333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM","description":"<h2 id=\"description\">Description</h2>\n<p>Fetch SIM API is used to fetch the list of SIMs for logged in customer as well as detailed information like IMSI, Account Id etc. The output can be filtered on iccid, msisdn, imsi,endPointId,simAttachStatusId,accountId simProductID or simAttachStatusId, With query parameters (iccid, msisdn, imsi,eid,endPointId) only one of the parameters can be provided at a time, result for exact match only and remaining parameters can use together.</p>\n<p>API supports pagination (see below for details).<br />If it is fired without any query parameters, maximum 2000 SIMs will be fetched.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>iccid</td>\n<td>O</td>\n<td>ICCID</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>O</td>\n<td>MSISDN</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>O</td>\n<td>Master IMSI</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>O</td>\n<td>Endpoint ID</td>\n</tr>\n<tr>\n<td>simStatusId</td>\n<td>O</td>\n<td>Filter Results based on Status. Available values are  <br />5: Ready To Active  <br />6: Active  <br />7: Suspended  <br />12: preactive  <br />13: Active-Test (available only for OEM enabled Accounts)  <br />14: Active-Inventory (available only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>simAttachStatusId</td>\n<td>O</td>\n<td>Filter Results based on SIM Attach Status  <br />Available values are  <br />0: for NOT ATTACHED)  <br />1: for ATTACHED</td>\n</tr>\n<tr>\n<td>simProductID</td>\n<td>O</td>\n<td>ProductID of the SIM  <br />Check the \"SIM Product IDs\" page, at the end of the documention, to find the ID of each product.</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>accountId</td>\n</tr>\n<tr>\n<td>page</td>\n<td>O</td>\n<td>Page parameter describes for which page the records are fetched</td>\n</tr>\n<tr>\n<td>perPage</td>\n<td></td>\n<td>Per page parameter describes the total records expected in a page. Maximum number of records in a page is 2000</td>\n</tr>\n<tr>\n<td>eid</td>\n<td>O</td>\n<td>EID which stands for “Embedded Identity Document” is a serial number corresponding to the eSIM installed in a connected device.  <br />  <br />32 (max number of digits of the EID)</td>\n</tr>\n<tr>\n<td>matchesSponsor</td>\n<td>O</td>\n<td>New query parameter that can be used to filter SIMs based on their sponsor.  <br />Available values are  <br />- DR1  <br />- OC1  <br />- IR1  <br />- IR2  <br />- IR3  <br />- IR4  <br />- IR5  <br />Multiple values can be filters using comma separator ie OC1,DR1,IR1  <br />  <br />See at the end of this section for more examples</td>\n</tr>\n<tr>\n<td>containsSponsor</td>\n<td>O</td>\n<td>SIMs can be filtered based on the the associated sponsors.  <br />Multiple values can be filters using comma separator i.e. IR1,IR2,IR3,IR4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of SIM info</td>\n</tr>\n<tr>\n<td>totalNoOfRecords</td>\n<td>O</td>\n<td>Total number of records available for provided search criteria</td>\n</tr>\n<tr>\n<td>totalNoOfPages</td>\n<td>O</td>\n<td>Total number of pages available based on the search criteria</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output ResponseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of the SIM</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-sim-parameters\">Output SIM Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>simId</td>\n<td>O</td>\n<td>SIM Id</td>\n</tr>\n<tr>\n<td>simStatus</td>\n<td>O</td>\n<td>SIM Status. It is showing SIM status  <br /><strong>Ready To Activate</strong> - this represents SIM is ready to use and now SIM is ready for provisioning against end point  <br /><strong>Active</strong> - this represents SIM is in use and provisioning is done against end point  <br /><strong>Suspended</strong> - this represents SIM is in suspended state  <br /><strong>preactive</strong> – SIM linked to endpoint, but not provisioned in network  <br /><strong>Active-Test</strong> - this represents SIM is in use and endpoint is in Active-Test state (available only for OEM enabled Accounts)  <br /><strong>Active-Inventory</strong> - this represents SIM is in use and endpoint is in Active-Inventory state (available only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>simStatusId</td>\n<td>O</td>\n<td>SIM Status Id. It is showing SIM status id and starts from number 5  <br />5 - Ready To Active  <br />6 - Active  <br />7 - Suspended  <br />12 - preactive  <br />13 - Active-Test (available only for OEM enabled Accounts)  <br />14 - Active-Inventory (available only for OEM enabled Accounts)</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>O</td>\n<td>ICCID</td>\n</tr>\n<tr>\n<td>simAttachStatus</td>\n<td>O</td>\n<td>SIM Attach Status (ATTACHED or NOT ATTACHED)</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>O</td>\n<td>MSISDN</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Account Id</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>O</td>\n<td>Account Name</td>\n</tr>\n<tr>\n<td>simProduct</td>\n<td>O</td>\n<td>Name of the Sim Product</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>O</td>\n<td>End Point Id</td>\n</tr>\n<tr>\n<td>endPointName</td>\n<td>O</td>\n<td>End Point Name</td>\n</tr>\n<tr>\n<td>parentAccountId</td>\n<td>O</td>\n<td>Parent Account Id</td>\n</tr>\n<tr>\n<td>cardClassName</td>\n<td>O</td>\n<td>Card Class Name</td>\n</tr>\n<tr>\n<td>iMSIList</td>\n<td>O</td>\n<td>List Of IMSI(s)</td>\n</tr>\n<tr>\n<td>directCustomerAccountId</td>\n<td>O</td>\n<td>Account Id of the direct customer of the authenticated user. Not returned if the SIM belongs to the account of the authenticated user itself</td>\n</tr>\n<tr>\n<td>directCustomerName</td>\n<td>O</td>\n<td>This parameter will not be available if sim belong to the same account</td>\n</tr>\n<tr>\n<td>ean</td>\n<td>O</td>\n<td>EAN of the sim card</td>\n</tr>\n<tr>\n<td>associatedTestPlanIds</td>\n<td>O</td>\n<td>List of Test Plans associated with SIM  <br />multiple TestPlanIds will be comma separated</td>\n</tr>\n<tr>\n<td>lastSimStateChangeDateTime</td>\n<td>O</td>\n<td>The timestamp (dateTime) of the last SIM state.</td>\n</tr>\n<tr>\n<td>activationCode</td>\n<td>OM</td>\n<td>This Output Parameter is only applicable to Consumer eSIM Product  <br />  <br />It shall provide the means to download a Consumer eSIM profile into a device supporting Consumer eSIM by QR Code scanning or setting SM-DP+ and Matching ID.</td>\n</tr>\n<tr>\n<td>eid</td>\n<td>O</td>\n<td>EID which stands for “Embedded Identity Document” is a serial number corresponding to the eSIM installed in a connected device.  <br />  <br />32 (max number of digits of the EID)</td>\n</tr>\n<tr>\n<td>smDpPlusProfileType</td>\n<td>OM</td>\n<td>Profile_Type is defined in the context of Consumer eSIM Product (simProduct = “Step 2 eUICC Single IMSI”, “Step 2 eUICC Single IMSI 3DMNC“ or “Step 2 eUICC Premium 2022“) and is a package of settings that go as metadata of an eSIM Profile provisioned in SM-DP+</td>\n</tr>\n<tr>\n<td>eSimProfileStatus</td>\n<td>M</td>\n<td>Indicates the step reached within the eSIM Profile Download and Installation procedure:  <br />- installed  <br />- downloaded  <br />- enabled  <br />- disabled  <br />- deleted  <br />- error</td>\n</tr>\n<tr>\n<td>rspState</td>\n<td>M</td>\n<td>Indicates the SIM profile state  <br />-Global  <br />-Global (Local Downloaded)  <br />-Global(Local SetFallback)  <br />-Local</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>O</td>\n<td>IMEI of the SIM, If SIM is attached to an endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-imsilist-parameters\">Output iMSIList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>masterIMSI</td>\n<td>O</td>\n<td>Home IMSI</td>\n</tr>\n<tr>\n<td>supplierIMSIList</td>\n<td>O</td>\n<td>List of supplier IMSI which are paired with Home IMSI</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-supplierimsilist-parameters\">Output supplierIMSIList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>supplierName</td>\n<td>O</td>\n<td>Supplier Name</td>\n</tr>\n<tr>\n<td>supplierIMSI</td>\n<td>O</td>\n<td>Supplier IMSI</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-activationcode-parameters\">Output Activationcode Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matchingId</td>\n<td>OM</td>\n<td>Code that uniquely identifies and authorizes a Consumer eSIM profile to be downloaded</td>\n</tr>\n<tr>\n<td>textQrCode</td>\n<td>OM</td>\n<td>String that provides the mean to generate a QR Code containing this Consumer eSIM profile’s Activation Code. It is provided in the following format</td>\n</tr>\n<tr>\n<td>smDpPlusAdress</td>\n<td>OM</td>\n<td>URL of SM-DP+ server from which an eSIM device shall be able to download a Consumer eSIM profile.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10021</td>\n<td>Fetch SIM success</td>\n<td></td>\n</tr>\n<tr>\n<td>10022</td>\n<td>Fetch SIM failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10097</td>\n<td>Multiple query parameters are not allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>11054</td>\n<td>Query parameters containsSponsor and matchesSponsor together are not allowed</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"matchessponsor-query-parameter\">matchesSponsor query parameter</h2>\n<p>Assume the following SIMs are availble</p>\n<ul>\n<li><p>SIM-A has ‘IR1’ as Sponsor</p>\n</li>\n<li><p>SIM-B has ‘IR2’ as Sponsor</p>\n</li>\n<li><p>SIM-C has ‘IR1,IR2,IR3,IR4’ as Sponsors</p>\n</li>\n<li><p>SIM-D has ‘DR1,OC1’ as Sponsor</p>\n</li>\n</ul>\n<h3 id=\"examples-of-matchessponsor-filtering\">Examples of <code>matchesSponsor</code> filtering</h3>\n<p><code>../fetchSIM?matchesSponsor=IR1</code> → SIM-A<br /><code>../fetchSIM?matchesSponsor=IR2</code> → SIM-B<br /><code>../fetchSIM?matchesSponsor=IR1,IR2</code> → No Result<br /><code>../fetchSIM?matchesSponsor=IR1,IR2,IR3,IR4</code> → SIM-C<br /><code>../fetchSIM?matchesSponsor=DR1,OC1,IR1,IR2,IR3,IR4</code> → No Result<br /><code>../fetchSIM?matchesSponsor=DR1</code> → SIM-D<br /><code>../fetchSIM?matchesSponsor=OC1</code> → SIM-D<br /><code>../fetchSIM?matchesSponsor=DR1,OC1</code> → SIM-D<br /><code>../fetchSIM?matchesSponsor=OC1,DR1</code> → SIM-DEndFragment</p>\n","urlObject":{"protocol":"https","path":["api","fetchSIM"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e2bd07f9-7dd4-4ce4-801c-71538571030b","name":"Fetch SIM - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10022\",\n            \"resultDescription\": \"Fetch SIM failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"3d1294a3-22d4-4067-bbc7-e92e886d6c90","name":"Fetch SIM - Success - {Specific - Number of Pages and Per page}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?page=1&perPage=10","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:00:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1158"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111782\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010296\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910296\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010296\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040910296\",\n                    \"accountId\": \"41003202\",\n                    \"endPointId\": \"51079021\",\n                    \"endPointName\": \"Test01\",\n                    \"accountName\": \"MVNE ACCOUNT\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\"\n                },\n                {\n                    \"simId\": \"111783\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010297\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910297\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010297\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040910297\",\n                    \"accountId\": \"41003202\",\n                    \"endPointId\": \"51075798\",\n                    \"endPointName\": \"ENDPOINT\",\n                    \"accountName\": \"MVNE ACCOUNT\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\"\n                }\n            ]\n        },\n        \"responseId\": \"43877070138626264\",\n        \"responseTimestamp\": \"12/05/2020 09:00:44\",\n        \"totalNoOfRecords\": \"2\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"75913f13-a444-47e1-822c-4ffdb1006205","name":"Fetch SIM - Success - {Consumer eSIM profile with Activation Code Details}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:00:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1158"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"659415\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"907281001000266\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"907281001000266\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9544444400001000089\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"656775000001071\",\n                    \"accountId\": \"41753361\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"account_2608\",\n                    \"simProduct\": \"amal_test\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"31694616\",\n                    \"ean\": \"12345678\",\n                    \"lastSimStateChangeDateTime\": \"-\",\n                    \"activationCode\": {\n                        \"textQrCode\": \"LPA:1$thales3.prod.ondemandconnectivity.com$96F2250294D50EC2A1B22734E0EE25E34BB8E0239F3DFAD0EC61AEFA8BC549DA\",\n                        \"smDpPlusAdress\": \"thales3.prod.ondemandconnectivity.com\",\n                        \"matchingId\": \"96F2250294D50EC2A1B22734E0EE25E34BB8E0239F3DFAD0EC61AEFA8BC549DA\"\n                    }\n                }\n            ]\n        },\n        \"responseId\": \"8715035126075945\",\n        \"responseTimestamp\": \"19/01/2023 07:14:46\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"83cbb544-34d8-4b3b-a22e-c21b6a4707e3","name":"Fetch SIM - Success -  {lastSimStateChangeDateTime}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:00:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1158"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"569089\",\n                    \"simStatus\": \"Suspended\",\n                    \"simStatusId\": \"7\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000000008\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000000008\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000000008\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000000008\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000000008\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000000008\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800000008\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51767846\",\n                    \"endPointName\": \"aishwarya\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"10/11/2022 06:02:08\"\n                },\n                {\n                    \"simId\": \"570905\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001824\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001824\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001824\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001824\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001824\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001824\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001824\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51713698\",\n                    \"endPointName\": \"_wertyuiopasdfghjklmnbvcxzasdf_4\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"570975\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001894\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001894\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001894\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001894\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001894\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001894\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001894\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51772319\",\n                    \"endPointName\": \"pointerrrr\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"16/11/2022 05:10:03\"\n                },\n                {\n                    \"simId\": \"570976\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001895\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001895\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001895\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001895\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001895\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001895\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001895\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51708537\",\n                    \"endPointName\": \"endpoint_23\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"570977\",\n                    \"simStatus\": \"Suspended\",\n                    \"simStatusId\": \"7\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001896\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001896\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001896\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001896\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001896\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001896\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001896\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51772472\",\n                    \"endPointName\": \"aish_pasmn\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"22/11/2022 07:18:43\"\n                },\n                {\n                    \"simId\": \"570978\",\n                    \"simStatus\": \"Pre-Active\",\n                    \"simStatusId\": \"12\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001897\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001897\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001897\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001897\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001897\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001897\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001897\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51713490\",\n                    \"endPointName\": \"qwertyuiopasdfghjklzxcvbnmrtyu_12\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"570979\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001898\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001898\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001898\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001898\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001898\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001898\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001898\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51713699\",\n                    \"endPointName\": \"twertyuiopasdfghjklmnbvcxzasdf_4\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"570980\",\n                    \"simStatus\": \"Suspended\",\n                    \"simStatusId\": \"7\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000001899\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000001899\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000001899\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000001899\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000001899\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000001899\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800001899\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51772473\",\n                    \"endPointName\": \"geetanjali\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"21/11/2022 11:54:15\"\n                },\n                {\n                    \"simId\": \"606128\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000036044\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000036044\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000036044\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000036044\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000036044\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000036044\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800036044\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51772474\",\n                    \"endPointName\": \"superadmin\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"22/11/2022 07:50:06\"\n                },\n                {\n                    \"simId\": \"606129\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000036045\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000036045\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000036045\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000036045\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000036045\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000036045\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800036045\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51714493\",\n                    \"endPointName\": \"Entpre_e_20\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"606130\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000036046\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000036046\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000036046\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000036046\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000036046\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000036046\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800036046\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51707268\",\n                    \"endPointName\": \"newpoint1\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"606131\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000036047\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000036047\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000036047\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000036047\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000036047\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000036047\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800036047\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51708348\",\n                    \"endPointName\": \"test1\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629173\",\n                    \"simStatus\": \"Suspended\",\n                    \"simStatusId\": \"7\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000006\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800006\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550005\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700005800006\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"51773645\",\n                    \"endPointName\": \"aishwarya455\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"22/11/2022 06:53:50\"\n                },\n                {\n                    \"simId\": \"629176\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000009\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800009\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550008\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800009\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629177\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000010\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800010\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550009\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800010\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629178\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000011\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800011\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550010\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800011\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629179\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000012\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800012\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550011\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800012\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629180\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000013\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800013\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550012\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800013\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629181\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000014\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800014\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550013\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800014\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629182\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000015\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800015\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550014\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800015\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629183\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000016\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800016\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550015\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800016\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629184\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000017\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800017\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550016\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800017\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"629185\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281005000018\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"206281008800018\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000550017\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700005800018\",\n                    \"accountId\": \"41678816\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"aishwarya\",\n                    \"simProduct\": \"4 in 1 White Proximus only\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000310\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                }\n            ]\n        },\n        \"responseId\": \"4484723964109628\",\n        \"responseTimestamp\": \"22/11/2022 12:58:35\",\n        \"totalNoOfRecords\": \"23\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"40441299-a2ab-4dee-a09b-4b609ede6e5b","name":"Fetch SIM - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:06:28 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1159"},{"key":"Set-Cookie","value":"Encrypt_cookies=rd20o00000000000000000000ffff0af30e15o12021; path=/"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111782\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010296\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910296\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010296\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040910296\",\n                    \"accountId\": \"41003202\",\n                    \"endPointId\": \"51079021\",\n                    \"endPointName\": \"Test01\",\n                    \"accountName\": \"MVNEACCOUNT\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\",\n                    \"imei\": \"354563362213554\"\n                },\n                {\n                    \"simId\": \"111783\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010297\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910297\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010297\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700040910297\",\n                    \"accountId\": \"41003202\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"MVNEACCOUNT\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\"\n                }\n            ]\n        },\n        \"responseId\": \"43823413940385418\",\n        \"responseTimestamp\": \"11/05/2020 18:06:28\",\n        \"totalNoOfRecords\": \"2\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"f7f215b1-c620-44fa-bbb0-aba181d7e2c0","name":"Fetch SIM - Success - {Example 2}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000014338","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000014338"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"112224\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000014338\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"302220505014338\",\n                                    \"supplierName\": \"IR4\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"208090055014338\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"525053330014338\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"206018851914338\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000014338\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040914338\",\n                    \"accountId\": \"41105261\",\n                    \"endPointId\": \"51105490\",\n                    \"endPointName\": \"endpoint1\",\n                    \"accountName\": \"enterprise1\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"31105246\",\n                    \"directCustomerAccountId\": \"41105261\",\n                    \"directCustomerName\": \"enterprise4_sim5\",\n                    \"ean\": \"4004565425476\"\n                }\n            ]\n        },\n        \"responseId\": \"4626410207773876\",\n        \"responseTimestamp\": \"24/11/2020 09:35:59\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"54ffbbf9-ccc7-4477-afd1-0df703e73521","name":"Fetch SIM - Success - {Active-Test, Active-Inventory,All} ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10021\",\r\n            \"resultDescription\": \"Fetch SIM success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"simId\": \"112285\",\r\n                    \"simStatus\": \"Active-Test\",\r\n                    \"simStatusId\": \"13\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014399\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014399\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014399\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914399\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014399\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014399\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914399\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106252\",\r\n                    \"endPointName\": \"endpointact\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise4_sim\",\r\n                    \"ean\": \"4004565425076\"\r\n                },\r\n                {\r\n                    \"simId\": \"112286\",\r\n                    \"simStatus\": \"Active-Test\",\r\n                    \"simStatusId\": \"13\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014400\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014400\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014400\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014400\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914400\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014400\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914400\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106315\",\r\n                    \"endPointName\": \"activechck\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise7_sim\",\r\n                    \"ean\": \"4004567425076\"\r\n                },\r\n                {\r\n                    \"simId\": \"112287\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014401\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914401\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014401\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014401\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014401\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014401\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914401\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106320\",\r\n                    \"endPointName\": \"finalendpoint1\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise5_sim\",\r\n                    \"ean\": \"4004565425896\"\r\n                },\r\n                {\r\n                    \"simId\": \"112288\",\r\n                    \"simStatus\": \"Active-Test\",\r\n                    \"simStatusId\": \"13\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014402\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014402\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014402\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014402\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914402\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014402\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914402\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106310\",\r\n                    \"endPointName\": \"endpoint3\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise1_sim\",\r\n                    \"ean\": \"4004575425576\"\r\n                },\r\n                {\r\n                    \"simId\": \"112289\",\r\n                    \"simStatus\": \"Active-Inventory\",\r\n                    \"simStatusId\": \"14\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014403\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014403\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914403\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014403\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014403\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014403\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914403\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106317\",\r\n                    \"endPointName\": \"endpoint4\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise3_sim\",\r\n                    \"ean\": \"4004565425386\"\r\n                },\r\n                {\r\n                    \"simId\": \"112290\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014404\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014404\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914404\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014404\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014404\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014404\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914404\",\r\n                    \"accountId\": \"41106256\",\r\n                    \"endPointId\": \"51106258\",\r\n                    \"endPointName\": \"Actvendpoint\",\r\n                    \"accountName\": \"nonoem\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106256\",\r\n                    \"directCustomerName\": \"enterprise4_sim\",\r\n                    \"ean\": \"4004565425476\"\r\n                },\r\n                {\r\n                    \"simId\": \"112291\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014405\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014405\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014405\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014405\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914405\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014405\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914405\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106341\",\r\n                    \"endPointName\": \"endpoint5\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise_sim1\",\r\n                    \"ean\": \"4004565425176\"\r\n                },\r\n                {\r\n                    \"simId\": \"112292\",\r\n                    \"simStatus\": \"Active-Test\",\r\n                    \"simStatusId\": \"13\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014406\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914406\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014406\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014406\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014406\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014406\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914406\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106312\",\r\n                    \"endPointName\": \"TESTendpoint\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise4_sim2\",\r\n                    \"ean\": \"4004565426676\"\r\n                },\r\n                {\r\n                    \"simId\": \"112293\",\r\n                    \"simStatus\": \"Ready To Activate\",\r\n                    \"simStatusId\": \"5\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014407\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014407\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014407\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914407\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014407\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014407\",\r\n                    \"simAttachStatus\": \"NOT ATTACHED\",\r\n                    \"msisdn\": \"327700040914407\",\r\n                    \"accountId\": \"31106039\",\r\n                    \"endPointId\": \"-\",\r\n                    \"endPointName\": \"-\",\r\n                    \"accountName\": \"dashbrd_IMSI\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"100000\",\r\n                    \"ean\": \"4004565465676\"\r\n                },\r\n                {\r\n                    \"simId\": \"112370\",\r\n                    \"simStatus\": \"Active-Test\",\r\n                    \"simStatusId\": \"13\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000014484\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"208090055014484\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"525053330014484\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"302220505014484\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"206018851914484\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000014484\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040914484\",\r\n                    \"accountId\": \"41106170\",\r\n                    \"endPointId\": \"51106250\",\r\n                    \"endPointName\": \"endpoint7\",\r\n                    \"accountName\": \"pulsrent1\",\r\n                    \"simProduct\": \"IR1-1EU28-Multi\",\r\n                    \"cardClassName\": \"MFF2\",\r\n                    \"parentAccountId\": \"31106039\",\r\n                    \"directCustomerAccountId\": \"41106170\",\r\n                    \"directCustomerName\": \"enterprise4_sim4\",\r\n                    \"ean\": \"4004560425076\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"5768561020120839\",\r\n        \"responseTimestamp\": \"07/12/2020 14:50:57\",\r\n        \"totalNoOfRecords\": \"10\",\r\n        \"totalNoOfPages\": \"1\"\r\n    }\r\n}"},{"id":"cccb3e62-cfe4-460e-bb3e-3a2bc5ce91a0","name":"Fetch SIM - Success - {Example 5}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000014337","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000014337"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"112223\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000014337\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"302220505014337\",\n                                    \"supplierName\": \"IR4\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"525053330014337\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"208090055014337\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"206018851914337\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000014337\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700040914337\",\n                    \"accountId\": \"31105246\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"test_yedu_res\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\"\n                }\n            ]\n        },\n        \"responseId\": \"4626318609894766\",\n        \"responseTimestamp\": \"24/11/2020 09:34:28\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"4a85023b-12a5-46ac-aa97-b430bd520a33","name":"Fetch SIM - Failure- {No Data Found}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10031\",\r\n            \"resultDescription\": \"No Data Found\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"3417319944748297\",\r\n        \"responseTimestamp\": \"10/11/2020 09:44:35\"\r\n    }\r\n}"},{"id":"9c54f7c8-7c90-4fc5-bb43-8902d877faa8","name":"Fetch SIM - Failure - { Multiple query parameters are not allowed }","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000010202&msisdn=327700040910202","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000010202"},{"key":"msisdn","value":"327700040910202"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10097\",\n            \"resultDescription\": \"Multiple query parameters are not allowed\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3417227464269131\",\n        \"responseTimestamp\": \"10/11/2020 09:43:03\"\n    }\n}"},{"id":"5423996d-f371-4758-8572-72ec73a9d34c","name":"Fetch SIM - Success - {Example 1}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000012432","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000012432"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111878\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000012432\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"208090055012432\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"302220505012432\",\n                                    \"supplierName\": \"IR4\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"525053330012432\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"206018851912432\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000012432\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040912432\",\n                    \"accountId\": \"41105299\",\n                    \"endPointId\": \"51105509\",\n                    \"endPointName\": \"TEst_Ep3\",\n                    \"accountName\": \"Ent_simulator_test\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"directCustomerAccountId\": \"41105299\",\n                    \"directCustomerName\": \"enter_sim6\",\n                    \"ean\": \"4004578425076\"\n                }\n            ]\n        },\n        \"responseId\": \"4625796978063973\",\n        \"responseTimestamp\": \"24/11/2020 09:25:46\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"2cf01d21-f2b3-49d6-8964-03255dc396d7","name":"Fetch SIM - Success - {Specific Endpoint}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?endpointid=51596886","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"endpointid","value":"51596886"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"432057\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000014246\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"888820000014246\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888800000014246\",\n                                    \"supplierName\": \"IR1\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888810000014246\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888830000014246\",\n                                    \"supplierName\": \"IR4\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000014246\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800014246\",\n                    \"accountId\": \"41596626\",\n                    \"endPointId\": \"51596886\",\n                    \"endPointName\": \"Test_endpoint\",\n                    \"accountName\": \"enterprise_sim\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"31596624\",\n                    \"ean\": \"5400847000105\"\n                }\n            ]\n        },\n        \"responseId\": \"5856939615112256\",\n        \"responseTimestamp\": \"20/01/2021 08:53:51\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"c43051ac-e88d-4a54-a663-5ac1f3660c05","name":"Fetch SIM - Success - {Example 4}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000014322","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000014322"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"112208\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000014322\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"525053330014322\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"206018851914322\",\n                                    \"supplierName\": \"IR1\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"208090055014322\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"302220505014322\",\n                                    \"supplierName\": \"IR4\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000014322\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700040914322\",\n                    \"accountId\": \"100000\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"BICS\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\"\n                }\n            ]\n        },\n        \"responseId\": \"4626649711220987\",\n        \"responseTimestamp\": \"24/11/2020 09:39:59\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"274ff408-e48d-49c9-ab00-0a966a21b5d8","name":"Fetch SIM - Success - {Example 3}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000014337","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000014337"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"112224\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000014338\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"208090055014338\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"206018851914338\",\n                                    \"supplierName\": \"IR1\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"302220505014338\",\n                                    \"supplierName\": \"IR4\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"525053330014338\",\n                                    \"supplierName\": \"IR3\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000014338\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040914338\",\n                    \"accountId\": \"41105261\",\n                    \"endPointId\": \"51105490\",\n                    \"endPointName\": \"endpoint1\",\n                    \"accountName\": \"enterprise1\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"31105246\",\n                    \"directCustomerAccountId\": \"31105246\",\n                    \"directCustomerName\": \"enterprise4_sim4\",\n                    \"ean\": \"4004565425976\"\n                }\n            ]\n        },\n        \"responseId\": \"4626060853858594\",\n        \"responseTimestamp\": \"24/11/2020 09:30:10\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"2f3d73ee-45a1-42a9-808f-7bda01764487","name":"Fetch SIM - Success - {Specific IMSI}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?imsi=206281000010202","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"imsi","value":"206281000010202"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111688\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010202\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910202\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010202\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700040910202\",\n                    \"accountId\": \"41105369\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"Test_Ent_002\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"31105360\",\n                    \"directCustomerAccountId\": \"31105360\",\n                    \"directCustomerName\": \"enterprise2_sim\",\n                    \"ean\": \"4004565475876\",\n                    \"associatedTestPlanIds\": [\"562275\", \"562272\"]\n                }\n            ]\n        },\n        \"responseId\": \"3417480044069621\",\n        \"responseTimestamp\": \"10/11/2020 09:47:16\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"a9547886-842a-4f6c-a7e1-823be8570e4b","name":"Fetch SIM - Success - {Specific MSISDN}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?msisdn=327700040910202","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"msisdn","value":"327700040910202"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111688\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010202\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910202\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010202\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"327700040910202\",\n                    \"accountId\": \"41105369\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"Test_Ent_002\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"31105360\",\n                    \"directCustomerAccountId\": \"31105360\",\n                    \"directCustomerName\": \"enterprise_sim\",\n                    \"ean\": \"4004565465676\",\n                    \"associatedTestPlanIds\": [\"562275\", \"562272\"]\n                }\n            ]\n        },\n        \"responseId\": \"3417386653149151\",\n        \"responseTimestamp\": \"10/11/2020 09:45:42\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"e30ca320-d8aa-4342-9863-42ed7eeabe29","name":"Fetch SIM - Success - {Specific ICCID}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?iccid=8932042000000010296","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"iccid","value":"8932042000000010296"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:11:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"705"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"111782\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"206281000010296\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"206018851910296\",\n                                    \"supplierName\": \"IR1\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"8932042000000010296\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"327700040910296\",\n                    \"accountId\": \"41003202\",\n                    \"endPointId\": \"51079021\",\n                    \"endPointName\": \"Test01\",\n                    \"accountName\": \"MVNEACCOUNT\",\n                    \"simProduct\": \"IR1-1EU28-Multi\",\n                    \"cardClassName\": \"MFF2\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"4004565465676\",\n                    \"associatedTestPlanIds\": [\"562275\", \"562272\"],\n                    \"imei\": \"354563362213554\"\n                }\n            ]\n        },\n        \"responseId\": \"43823721703793882\",\n        \"responseTimestamp\": \"11/05/2020 18:11:35\",\n        \"totalNoOfRecords\": \"1\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"f394f24f-05f5-46d4-9920-7e545bc88d2c","name":"Fetch SIM - Success - Example 6","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchSIM"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:11:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"705"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"1171303\",\n                    \"smdpPlusProfileType\": \"BQA120325\",\n                    \"simStatus\": \"Active\",\n                    \"simStatusId\": \"6\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000404504\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"supplierIMSI\": \"888800000404504\",\n                                    \"supplierName\": \"IR1\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888810000404504\",\n                                    \"supplierName\": \"IR2\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888820000404504\",\n                                    \"supplierName\": \"IR3\"\n                                },\n                                {\n                                    \"supplierIMSI\": \"888830000404504\",\n                                    \"supplierName\": \"IR4\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000404504\",\n                    \"simAttachStatus\": \"ATTACHED\",\n                    \"msisdn\": \"329999800404504\",\n                    \"accountId\": \"42149594\",\n                    \"endPointId\": \"52410983\",\n                    \"endPointName\": \"EP_EID_1\",\n                    \"accountName\": \"bqa_at_gui_e1\",\n                    \"simProduct\": \"BQA Consumer IPP Valid\",\n                    \"cardClassName\": \"Virtual\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"131612032025\",\n                    \"lastSimStateChangeDateTime\": \"24/03/2025 10:15:38\",\n                    \"activationCode\": {\n                        \"textQrCode\": \"ABCABCABCABCABCABCABCABCABCABCABCABCABCABCABCABC\",\n                        \"smDpPlusAdress\": \"example.com\",\n                        \"matchingId\": \"ABCABCABCABCABCABCABCABCABCABCABCABCABCABCABCABC\"\n                    },\n                    \"eid\": \"9999444999444994449944\",\n                    \"eSimProfileStatus\": \"enabled\",\n                    \"rspState\":\"Global\",\n                    \"imei\": \"354563362213554\"\n                }\n            ]\n        },\n        \"responseId\": \"20243876913302480\",\n        \"responseTimestamp\": \"28/03/2025 15:38:27\"\n    }\n}"},{"id":"a7da46e8-3b4b-427d-950b-5b08a603bd42","name":"Fetch SIM - Success - simProductID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?simStatusId=5&simAttachStatusId=0&accountId=41663295","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"simStatusId","value":"5"},{"key":"simAttachStatusId","value":"0"},{"key":"accountId","value":"41663295"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 18:11:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"705"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10021\",\n            \"resultDescription\": \"Fetch SIM success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"simId\": \"603459\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000033378\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000033378\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000033378\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000033378\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000033378\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000033378\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"329999800033378\",\n                    \"accountId\": \"41663295\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"sixdee_ent\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"603458\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000033377\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000033377\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000033377\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000033377\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000033377\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000033377\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"329999800033377\",\n                    \"accountId\": \"41663295\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"sixdee_ent\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                },\n                {\n                    \"simId\": \"603457\",\n                    \"simStatus\": \"Ready To Activate\",\n                    \"simStatusId\": \"5\",\n                    \"iMSIList\": [\n                        {\n                            \"masterIMSI\": \"999980000033376\",\n                            \"supplierIMSIList\": [\n                                {\n                                    \"sponsorName\": \"IR1\",\n                                    \"supplierIMSI\": \"888800000033376\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR2\",\n                                    \"supplierIMSI\": \"888810000033376\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR3\",\n                                    \"supplierIMSI\": \"888820000033376\"\n                                },\n                                {\n                                    \"sponsorName\": \"IR4\",\n                                    \"supplierIMSI\": \"888830000033376\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"iccid\": \"9990000000000033376\",\n                    \"simAttachStatus\": \"NOT ATTACHED\",\n                    \"msisdn\": \"329999800033376\",\n                    \"accountId\": \"41663295\",\n                    \"endPointId\": \"-\",\n                    \"endPointName\": \"-\",\n                    \"accountName\": \"sixdee_ent\",\n                    \"simProduct\": \"4 in 1 White 5 IMSI P1\",\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\n                    \"parentAccountId\": \"100000\",\n                    \"ean\": \"5400847000068\",\n                    \"lastSimStateChangeDateTime\": \"-\"\n                }\n            ]\n        },\n        \"responseId\": \"7091257641840540\",\n        \"responseTimestamp\": \"22/12/2022 17:00:49\",\n        \"totalNoOfRecords\": \"3\",\n        \"totalNoOfPages\": \"1\"\n    }\n}"},{"id":"46131b1e-baa0-454b-ac2c-d8b367995525","name":"Fetch SIM-Success-eid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?eid=89034011014230000000000027660274","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"eid","value":"89034011014230000000000027660274"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10021\",\r\n            \"resultDescription\": \"Fetch SIM success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"simId\": \"1073912\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"206281000000229\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"206281000000229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR1\",\r\n                                    \"supplierIMSI\": \"206018851900229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR2\",\r\n                                    \"supplierIMSI\": \"208090055000229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR3\",\r\n                                    \"supplierIMSI\": \"525053330000229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR4\",\r\n                                    \"supplierIMSI\": \"302220505000229\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8932042000000000229\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"327700040900229\",\r\n                    \"accountId\": \"42421854\",\r\n                    \"endPointId\": \"52421856\",\r\n                    \"endPointName\": \"endpoint1\",\r\n                    \"accountName\": \"Enterprise_Local\",\r\n                    \"simProduct\": \"Virtual eUICC Premium\",\r\n                    \"cardClassName\": \"Customer\",\r\n                    \"parentAccountId\": \"32421850\",\r\n                    \"ean\": \"5400847001133\",\r\n                    \"lastSimStateChangeDateTime\": \"01/07/2025 15:45:50\",\r\n                    \"eid\": \"89034011014230000000000027660274\",\r\n                    \"rspState\": \"Local\",\r\n                    \"eSimProfileStatus\": \"Disabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"1193484\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"-\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"-\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR1\",\r\n                                    \"supplierIMSI\": \"206018851900229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR2\",\r\n                                    \"supplierIMSI\": \"208090055000229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR3\",\r\n                                    \"supplierIMSI\": \"525053330000229\"\r\n                                },\r\n                                {\r\n                                    \"sponsorName\": \"IR4\",\r\n                                    \"supplierIMSI\": \"302220505000229\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"8910300000004819809\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"-\",\r\n                    \"accountId\": \"42421854\",\r\n                    \"endPointId\": \"52421856\",\r\n                    \"endPointName\": \"endpoint1\",\r\n                    \"accountName\": \"Enterprise_Local\",\r\n                    \"simProduct\": \"Virtual eUICC Premium\",\r\n                    \"cardClassName\": \"Customer\",\r\n                    \"parentAccountId\": \"32421850\",\r\n                    \"ean\": \"5400847001133\",\r\n                    \"lastSimStateChangeDateTime\": \"01/07/2025 15:45:50\",\r\n                    \"eid\": \"89034011014230000000000027660274\",\r\n                    \"rspState\": \"Local\",\r\n                    \"eSimProfileStatus\": \"Enabled\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"28446941576316605\",\r\n        \"responseTimestamp\": \"01/07/2025 14:16:13\",\r\n        \"totalNoOfRecords\": \"2\",\r\n        \"totalNoOfPages\": \"1\"\r\n    }\r\n}"},{"id":"a38815bc-a3a7-45c3-b7a0-929e54cd4f0a","name":"Fetch SIM-Success-matchesSponsor","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchSIM?matchesSponsor=DR1,OC1","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"matchesSponsor","value":"DR1,OC1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10021\",\r\n            \"resultDescription\": \"Fetch SIM success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"simId\": \"1023547\",\r\n                    \"simStatus\": \"Ready To Activate\",\r\n                    \"simStatusId\": \"5\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000500090\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"supplierIMSI\": \"989980000290090\",\r\n                                    \"supplierName\": \"OC1/DR1\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9998000000001050090\",\r\n                    \"simAttachStatus\": \"NOT ATTACHED\",\r\n                    \"msisdn\": \"329999800500090\",\r\n                    \"accountId\": \"31760778\",\r\n                    \"endPointId\": \"-\",\r\n                    \"endPointName\": \"-\",\r\n                    \"accountName\": \"Test_ACC\",\r\n                    \"simProduct\": \"mvnebt_000\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"100000\",\r\n                    \"ean\": \"90610048\",\r\n                    \"lastSimStateChangeDateTime\": \"-\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"14339439631677993\",\r\n        \"responseTimestamp\": \"01/07/2024 08:55:24\"\r\n    }\r\n}"},{"id":"617f3545-c2d4-4004-bde2-a140bdf7ae36","name":"Fetch SIM-ContainsSponsor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{url}}/api/fetchSIM?containsSponsor=IR1,IR2,IR3,IR4","protocol":"https","host":["{{url}}"],"path":["api","fetchSIM"],"query":[{"key":"containsSponsor","value":"IR1,IR2,IR3,IR4"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10021\",\r\n            \"resultDescription\": \"Fetch SIM success\"\r\n        },\r\n        \"resultCode\": \"0\",\r\n        \"responseParam\": {\r\n            \"rows\": [\r\n                {\r\n                    \"simId\": \"667632\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107843\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000123456\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000123456\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000123456\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000123456\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000123456\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000123456\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800123456\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768028\",\r\n                    \"endPointName\": \"9990000000000123456\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667633\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107844\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107844\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107844\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107844\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107844\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107844\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107844\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107844\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781733\",\r\n                    \"endPointName\": \"9990000000000107844\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:17:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667634\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107845\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107845\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107845\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107845\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107845\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107845\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107845\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107845\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779764\",\r\n                    \"endPointName\": \"9990000000000107845\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:27:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667635\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107846\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107846\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107846\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107846\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107846\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107846\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107846\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107846\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770434\",\r\n                    \"endPointName\": \"9990000000000107846\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667636\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107847\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107847\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107847\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107847\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107847\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107847\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107847\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107847\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771945\",\r\n                    \"endPointName\": \"9990000000000107847\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667637\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107848\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107848\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107848\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107848\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107848\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107848\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107848\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107848\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768065\",\r\n                    \"endPointName\": \"9990000000000107848\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667638\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107849\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107849\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107849\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107849\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107849\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107849\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107849\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107849\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766921\",\r\n                    \"endPointName\": \"9990000000000107849\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:42:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667639\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107850\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107850\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107850\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107850\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107850\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107850\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107850\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107850\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776859\",\r\n                    \"endPointName\": \"9990000000000107850\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667640\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107851\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107851\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107851\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107851\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107851\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107851\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107851\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107851\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768029\",\r\n                    \"endPointName\": \"9990000000000107851\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667641\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107852\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107852\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107852\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107852\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107852\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107852\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107852\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107852\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768066\",\r\n                    \"endPointName\": \"9990000000000107852\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667642\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107853\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107853\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107853\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107853\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107853\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107853\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107853\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107853\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776438\",\r\n                    \"endPointName\": \"9990000000000107853\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667643\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107854\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107854\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107854\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107854\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107854\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107854\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107854\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107854\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800522\",\r\n                    \"endPointName\": \"9990000000000107854\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:54:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667644\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107855\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107855\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107855\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107855\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107855\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107855\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107855\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107855\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770558\",\r\n                    \"endPointName\": \"9990000000000107855\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667645\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107856\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107856\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107856\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107856\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107856\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107856\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107856\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107856\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773906\",\r\n                    \"endPointName\": \"9990000000000107856\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667646\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107857\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107857\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107857\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107857\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107857\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107857\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107857\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107857\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768067\",\r\n                    \"endPointName\": \"9990000000000107857\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667647\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107858\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107858\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107858\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107858\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107858\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107858\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107858\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107858\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768666\",\r\n                    \"endPointName\": \"9990000000000107858\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667648\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107859\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107859\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107859\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107859\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107859\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107859\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107859\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107859\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770435\",\r\n                    \"endPointName\": \"9990000000000107859\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667649\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107860\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107860\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107860\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107860\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107860\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107860\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107860\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107860\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781734\",\r\n                    \"endPointName\": \"9990000000000107860\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:17:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667650\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107861\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107861\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107861\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107861\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107861\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107861\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107861\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107861\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51772884\",\r\n                    \"endPointName\": \"9990000000000107861\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:35:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667651\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107862\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107862\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107862\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107862\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107862\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107862\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107862\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107862\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770008\",\r\n                    \"endPointName\": \"9990000000000107862\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:13:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667652\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107863\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107863\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107863\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107863\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107863\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107863\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107863\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107863\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779765\",\r\n                    \"endPointName\": \"9990000000000107863\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:27:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667653\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107864\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107864\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107864\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107864\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107864\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107864\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107864\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107864\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800229\",\r\n                    \"endPointName\": \"9990000000000107864\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:48:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667654\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107865\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107865\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107865\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107865\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107865\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107865\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107865\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107865\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768068\",\r\n                    \"endPointName\": \"9990000000000107865\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667655\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107866\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107866\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107866\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107866\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107866\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107866\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107866\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107866\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771946\",\r\n                    \"endPointName\": \"9990000000000107866\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667656\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107867\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107867\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107867\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107867\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107867\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107867\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107867\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107867\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771947\",\r\n                    \"endPointName\": \"9990000000000107867\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667657\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107868\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107868\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107868\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107868\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107868\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107868\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107868\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107868\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768069\",\r\n                    \"endPointName\": \"9990000000000107868\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667658\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107869\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107869\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107869\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107869\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107869\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107869\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107869\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107869\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789116\",\r\n                    \"endPointName\": \"9990000000000107869\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667659\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107870\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107870\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107870\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107870\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107870\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107870\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107870\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107870\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768030\",\r\n                    \"endPointName\": \"9990000000000107870\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667660\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107871\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107871\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107871\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107871\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107871\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107871\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107871\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107871\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775139\",\r\n                    \"endPointName\": \"9990000000000107871\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667661\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107872\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107872\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107872\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107872\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107872\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107872\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107872\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107872\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774754\",\r\n                    \"endPointName\": \"9990000000000107872\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667662\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107873\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107873\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107873\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107873\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107873\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107873\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107873\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107873\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783325\",\r\n                    \"endPointName\": \"9990000000000107873\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667663\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107874\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107874\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107874\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107874\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107874\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107874\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107874\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107874\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783326\",\r\n                    \"endPointName\": \"9990000000000107874\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667664\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107875\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107875\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107875\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107875\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107875\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107875\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107875\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107875\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766922\",\r\n                    \"endPointName\": \"9990000000000107875\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:42:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667665\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107876\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107876\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107876\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107876\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107876\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107876\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107876\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107876\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778631\",\r\n                    \"endPointName\": \"9990000000000107876\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667666\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107877\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107877\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107877\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107877\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107877\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107877\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107877\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107877\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51772885\",\r\n                    \"endPointName\": \"9990000000000107877\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:35:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667667\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107878\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107878\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107878\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107878\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107878\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107878\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107878\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107878\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768031\",\r\n                    \"endPointName\": \"9990000000000107878\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667668\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107879\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107879\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107879\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107879\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107879\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107879\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107879\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107879\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770009\",\r\n                    \"endPointName\": \"9990000000000107879\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667669\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107880\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107880\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107880\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107880\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107880\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107880\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107880\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107880\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770559\",\r\n                    \"endPointName\": \"9990000000000107880\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667670\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107881\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107881\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107881\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107881\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107881\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107881\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107881\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107881\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778632\",\r\n                    \"endPointName\": \"9990000000000107881\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667671\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107882\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107882\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107882\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107882\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107882\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107882\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107882\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107882\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773907\",\r\n                    \"endPointName\": \"9990000000000107882\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667672\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107883\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107883\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107883\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107883\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107883\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107883\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107883\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107883\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765476\",\r\n                    \"endPointName\": \"9990000000000107883\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667673\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107884\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107884\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107884\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107884\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107884\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107884\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107884\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107884\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765477\",\r\n                    \"endPointName\": \"9990000000000107884\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667674\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107885\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107885\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107885\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107885\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107885\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107885\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107885\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107885\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800231\",\r\n                    \"endPointName\": \"9990000000000107885\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667675\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107886\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107886\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107886\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107886\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107886\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107886\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107886\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107886\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800524\",\r\n                    \"endPointName\": \"9990000000000107886\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:54:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667676\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107887\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107887\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107887\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107887\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107887\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107887\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107887\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107887\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51772886\",\r\n                    \"endPointName\": \"9990000000000107887\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:35:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667677\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107888\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107888\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107888\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107888\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107888\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107888\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107888\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107888\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776860\",\r\n                    \"endPointName\": \"9990000000000107888\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667678\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107889\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107889\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107889\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107889\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107889\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107889\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107889\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107889\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800526\",\r\n                    \"endPointName\": \"9990000000000107889\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:54:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667679\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107890\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107890\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107890\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107890\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107890\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107890\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107890\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107890\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801293\",\r\n                    \"endPointName\": \"9990000000000107890\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667680\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107891\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107891\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107891\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107891\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107891\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107891\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107891\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107891\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789117\",\r\n                    \"endPointName\": \"9990000000000107891\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667681\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107892\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107892\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107892\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107892\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107892\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107892\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107892\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107892\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776861\",\r\n                    \"endPointName\": \"9990000000000107892\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667682\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107893\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107893\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107893\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107893\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107893\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107893\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107893\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107893\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783327\",\r\n                    \"endPointName\": \"9990000000000107893\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667683\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107894\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107894\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107894\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107894\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107894\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107894\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107894\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107894\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770560\",\r\n                    \"endPointName\": \"9990000000000107894\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667684\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107895\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107895\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107895\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107895\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107895\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107895\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107895\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107895\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775164\",\r\n                    \"endPointName\": \"9990000000000107895\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667685\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107896\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107896\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107896\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107896\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107896\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107896\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107896\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107896\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767328\",\r\n                    \"endPointName\": \"9990000000000107896\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667686\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107897\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107897\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107897\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107897\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107897\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107897\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107897\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107897\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783328\",\r\n                    \"endPointName\": \"9990000000000107897\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667687\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107898\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107898\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107898\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107898\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107898\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107898\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107898\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107898\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800528\",\r\n                    \"endPointName\": \"9990000000000107898\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667688\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107899\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107899\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107899\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107899\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107899\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107899\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107899\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107899\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768667\",\r\n                    \"endPointName\": \"9990000000000107899\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667689\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107900\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107900\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107900\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107900\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107900\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107900\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107900\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107900\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783329\",\r\n                    \"endPointName\": \"9990000000000107900\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667690\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107901\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107901\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107901\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107901\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107901\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107901\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107901\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107901\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765478\",\r\n                    \"endPointName\": \"9990000000000107901\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667691\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107902\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107902\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107902\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107902\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107902\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107902\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107902\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107902\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51772887\",\r\n                    \"endPointName\": \"9990000000000107902\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:35:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667692\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107903\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107903\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107903\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107903\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107903\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107903\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107903\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107903\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801295\",\r\n                    \"endPointName\": \"9990000000000107903\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667693\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107904\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107904\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107904\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107904\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107904\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107904\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107904\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107904\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800530\",\r\n                    \"endPointName\": \"9990000000000107904\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667694\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107905\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107905\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107905\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107905\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107905\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107905\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107905\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107905\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776862\",\r\n                    \"endPointName\": \"9990000000000107905\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667695\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107906\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107906\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107906\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107906\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107906\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107906\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107906\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107906\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770561\",\r\n                    \"endPointName\": \"9990000000000107906\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667696\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107907\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107907\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107907\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107907\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107907\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107907\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107907\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107907\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789118\",\r\n                    \"endPointName\": \"9990000000000107907\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667697\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107908\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107908\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107908\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107908\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107908\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107908\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107908\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107908\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775165\",\r\n                    \"endPointName\": \"9990000000000107908\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667698\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107909\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107909\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107909\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107909\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107909\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107909\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107909\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107909\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800233\",\r\n                    \"endPointName\": \"9990000000000107909\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667699\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107910\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107910\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107910\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107910\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107910\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107910\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107910\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107910\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783330\",\r\n                    \"endPointName\": \"9990000000000107910\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667700\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107911\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107911\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107911\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107911\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107911\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107911\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107911\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107911\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778633\",\r\n                    \"endPointName\": \"9990000000000107911\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667701\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107912\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107912\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107912\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107912\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107912\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107912\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107912\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107912\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768668\",\r\n                    \"endPointName\": \"9990000000000107912\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667702\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107913\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107913\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107913\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107913\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107913\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107913\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107913\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107913\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777715\",\r\n                    \"endPointName\": \"9990000000000107913\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:38:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667703\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107914\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107914\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107914\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107914\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107914\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107914\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107914\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107914\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800532\",\r\n                    \"endPointName\": \"9990000000000107914\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667704\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107915\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107915\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107915\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107915\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107915\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107915\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107915\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107915\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773908\",\r\n                    \"endPointName\": \"9990000000000107915\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667705\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107916\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107916\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107916\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107916\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107916\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107916\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107916\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107916\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801297\",\r\n                    \"endPointName\": \"9990000000000107916\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667706\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107917\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107917\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107917\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107917\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107917\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107917\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107917\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107917\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770436\",\r\n                    \"endPointName\": \"9990000000000107917\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667707\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107918\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107918\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107918\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107918\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107918\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107918\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107918\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107918\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770010\",\r\n                    \"endPointName\": \"9990000000000107918\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667708\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107919\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107919\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107919\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107919\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107919\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107919\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107919\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107919\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778634\",\r\n                    \"endPointName\": \"9990000000000107919\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667709\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107920\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107920\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107920\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107920\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107920\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107920\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107920\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107920\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776439\",\r\n                    \"endPointName\": \"9990000000000107920\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667710\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107921\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107921\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107921\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107921\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107921\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107921\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107921\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107921\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800534\",\r\n                    \"endPointName\": \"9990000000000107921\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667711\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107922\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107922\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107922\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107922\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107922\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107922\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107922\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107922\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773909\",\r\n                    \"endPointName\": \"9990000000000107922\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667712\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107923\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107923\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107923\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107923\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107923\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107923\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107923\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107923\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770437\",\r\n                    \"endPointName\": \"9990000000000107923\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667713\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107924\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107924\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107924\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107924\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107924\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107924\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107924\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107924\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776440\",\r\n                    \"endPointName\": \"9990000000000107924\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667714\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107925\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107925\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107925\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107925\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107925\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107925\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107925\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107925\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774755\",\r\n                    \"endPointName\": \"9990000000000107925\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667715\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107926\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107926\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107926\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107926\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107926\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107926\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107926\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107926\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774756\",\r\n                    \"endPointName\": \"9990000000000107926\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667716\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107927\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107927\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107927\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107927\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107927\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107927\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107927\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107927\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774757\",\r\n                    \"endPointName\": \"9990000000000107927\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667717\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107928\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107928\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107928\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107928\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107928\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107928\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107928\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107928\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776441\",\r\n                    \"endPointName\": \"9990000000000107928\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667718\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107929\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107929\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107929\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107929\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107929\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107929\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107929\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107929\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801298\",\r\n                    \"endPointName\": \"9990000000000107929\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667719\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107930\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107930\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107930\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107930\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107930\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107930\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107930\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107930\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776863\",\r\n                    \"endPointName\": \"9990000000000107930\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667720\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107931\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107931\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107931\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107931\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107931\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107931\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107931\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107931\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775140\",\r\n                    \"endPointName\": \"9990000000000107931\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667721\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107932\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107932\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107932\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107932\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107932\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107932\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107932\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107932\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767329\",\r\n                    \"endPointName\": \"9990000000000107932\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667722\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107933\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107933\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107933\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107933\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107933\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107933\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107933\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107933\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776864\",\r\n                    \"endPointName\": \"9990000000000107933\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667723\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107934\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107934\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107934\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107934\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107934\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107934\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107934\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107934\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778635\",\r\n                    \"endPointName\": \"9990000000000107934\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667724\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107935\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107935\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107935\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107935\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107935\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107935\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107935\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107935\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779766\",\r\n                    \"endPointName\": \"9990000000000107935\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:27:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667725\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107936\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107936\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107936\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107936\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107936\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107936\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107936\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107936\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770438\",\r\n                    \"endPointName\": \"9990000000000107936\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667726\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107937\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107937\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107937\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107937\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107937\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107937\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107937\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107937\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774758\",\r\n                    \"endPointName\": \"9990000000000107937\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667727\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107938\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107938\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107938\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107938\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107938\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107938\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107938\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107938\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768669\",\r\n                    \"endPointName\": \"9990000000000107938\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667728\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107939\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107939\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107939\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107939\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107939\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107939\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107939\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107939\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765479\",\r\n                    \"endPointName\": \"9990000000000107939\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667729\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107940\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107940\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107940\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107940\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107940\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107940\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107940\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107940\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800235\",\r\n                    \"endPointName\": \"9990000000000107940\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667730\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107941\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107941\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107941\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107941\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107941\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107941\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107941\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107941\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801300\",\r\n                    \"endPointName\": \"9990000000000107941\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667731\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107942\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107942\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107942\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107942\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107942\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107942\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107942\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107942\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775166\",\r\n                    \"endPointName\": \"9990000000000107942\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667732\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107943\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107943\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107943\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107943\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107943\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107943\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107943\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107943\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778636\",\r\n                    \"endPointName\": \"9990000000000107943\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667733\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107944\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107944\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107944\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107944\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107944\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107944\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107944\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107944\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770439\",\r\n                    \"endPointName\": \"9990000000000107944\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667734\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107945\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107945\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107945\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107945\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107945\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107945\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107945\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107945\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775064\",\r\n                    \"endPointName\": \"9990000000000107945\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667735\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107946\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107946\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107946\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107946\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107946\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107946\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107946\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107946\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771948\",\r\n                    \"endPointName\": \"9990000000000107946\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667736\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107947\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107947\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107947\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107947\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107947\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107947\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107947\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107947\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782496\",\r\n                    \"endPointName\": \"9990000000000107947\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667737\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107948\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107948\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107948\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107948\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107948\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107948\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107948\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107948\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765480\",\r\n                    \"endPointName\": \"9990000000000107948\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667738\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107949\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107949\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107949\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107949\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107949\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107949\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107949\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107949\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775065\",\r\n                    \"endPointName\": \"9990000000000107949\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667739\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107950\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107950\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107950\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107950\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107950\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107950\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107950\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107950\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768032\",\r\n                    \"endPointName\": \"9990000000000107950\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667740\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107951\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107951\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107951\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107951\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107951\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107951\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107951\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107951\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775066\",\r\n                    \"endPointName\": \"9990000000000107951\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667741\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107952\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107952\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107952\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107952\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107952\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107952\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107952\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107952\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773910\",\r\n                    \"endPointName\": \"9990000000000107952\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667742\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107953\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107953\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107953\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107953\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107953\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107953\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107953\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107953\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776442\",\r\n                    \"endPointName\": \"9990000000000107953\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667743\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107954\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107954\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107954\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107954\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107954\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107954\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107954\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107954\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770562\",\r\n                    \"endPointName\": \"9990000000000107954\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667744\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107955\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107955\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107955\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107955\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107955\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107955\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107955\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107955\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771949\",\r\n                    \"endPointName\": \"9990000000000107955\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667745\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107956\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107956\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107956\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107956\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107956\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107956\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107956\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107956\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776443\",\r\n                    \"endPointName\": \"9990000000000107956\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667746\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107957\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107957\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107957\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107957\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107957\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107957\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107957\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107957\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779767\",\r\n                    \"endPointName\": \"9990000000000107957\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:28:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667747\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107958\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107958\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107958\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107958\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107958\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107958\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107958\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107958\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765481\",\r\n                    \"endPointName\": \"9990000000000107958\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667748\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107959\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107959\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107959\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107959\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107959\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107959\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107959\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107959\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768033\",\r\n                    \"endPointName\": \"9990000000000107959\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667749\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107960\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107960\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107960\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107960\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107960\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107960\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107960\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107960\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771950\",\r\n                    \"endPointName\": \"9990000000000107960\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667750\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107961\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107961\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107961\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107961\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107961\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107961\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107961\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107961\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770440\",\r\n                    \"endPointName\": \"9990000000000107961\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667751\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107962\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107962\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107962\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107962\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107962\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107962\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107962\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107962\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779768\",\r\n                    \"endPointName\": \"9990000000000107962\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:28:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667752\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107963\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107963\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107963\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107963\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107963\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107963\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107963\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107963\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778637\",\r\n                    \"endPointName\": \"9990000000000107963\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:59:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667753\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107964\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107964\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107964\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107964\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107964\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107964\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107964\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107964\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765482\",\r\n                    \"endPointName\": \"9990000000000107964\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667754\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107965\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107965\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107965\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107965\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107965\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107965\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107965\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107965\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765483\",\r\n                    \"endPointName\": \"9990000000000107965\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667755\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107966\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107966\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107966\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107966\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107966\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107966\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107966\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107966\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789119\",\r\n                    \"endPointName\": \"9990000000000107966\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667756\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107967\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107967\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107967\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107967\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107967\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107967\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107967\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107967\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768670\",\r\n                    \"endPointName\": \"9990000000000107967\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667757\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107968\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107968\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107968\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107968\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107968\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107968\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107968\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107968\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801302\",\r\n                    \"endPointName\": \"9990000000000107968\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667758\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107969\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107969\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107969\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107969\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107969\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107969\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107969\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107969\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779769\",\r\n                    \"endPointName\": \"9990000000000107969\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:28:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667759\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107970\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107970\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107970\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107970\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107970\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107970\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107970\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107970\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768070\",\r\n                    \"endPointName\": \"9990000000000107970\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667760\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107971\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107971\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107971\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107971\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107971\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107971\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107971\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107971\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765484\",\r\n                    \"endPointName\": \"9990000000000107971\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667761\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107972\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107972\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107972\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107972\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107972\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107972\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107972\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107972\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768071\",\r\n                    \"endPointName\": \"9990000000000107972\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667762\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107973\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107973\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107973\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107973\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107973\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107973\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107973\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107973\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775067\",\r\n                    \"endPointName\": \"9990000000000107973\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667763\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107974\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107974\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107974\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107974\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107974\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107974\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107974\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107974\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770563\",\r\n                    \"endPointName\": \"9990000000000107974\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:27:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667764\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107975\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107975\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107975\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107975\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107975\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107975\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107975\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107975\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780099\",\r\n                    \"endPointName\": \"9990000000000107975\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667765\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107976\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107976\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107976\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107976\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107976\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107976\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107976\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107976\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776865\",\r\n                    \"endPointName\": \"9990000000000107976\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667766\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107977\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107977\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107977\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107977\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107977\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107977\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107977\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107977\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776444\",\r\n                    \"endPointName\": \"9990000000000107977\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667767\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107978\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107978\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107978\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107978\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107978\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107978\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107978\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107978\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800536\",\r\n                    \"endPointName\": \"9990000000000107978\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667768\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107979\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107979\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107979\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107979\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107979\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107979\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107979\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107979\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768671\",\r\n                    \"endPointName\": \"9990000000000107979\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667769\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107980\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107980\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107980\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107980\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107980\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107980\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107980\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107980\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776445\",\r\n                    \"endPointName\": \"9990000000000107980\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667770\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107981\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107981\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107981\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107981\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107981\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107981\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107981\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107981\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768672\",\r\n                    \"endPointName\": \"9990000000000107981\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667771\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107982\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107982\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107982\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107982\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107982\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107982\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107982\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107982\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775141\",\r\n                    \"endPointName\": \"9990000000000107982\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667772\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107983\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107983\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107983\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107983\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107983\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107983\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107983\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107983\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800538\",\r\n                    \"endPointName\": \"9990000000000107983\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667773\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107984\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107984\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107984\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107984\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107984\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107984\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107984\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107984\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801304\",\r\n                    \"endPointName\": \"9990000000000107984\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667774\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107985\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107985\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107985\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107985\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107985\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107985\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107985\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107985\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766923\",\r\n                    \"endPointName\": \"9990000000000107985\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:43:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667775\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107986\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107986\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107986\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107986\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107986\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107986\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107986\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107986\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774759\",\r\n                    \"endPointName\": \"9990000000000107986\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667776\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107987\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107987\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107987\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107987\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107987\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107987\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107987\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107987\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800237\",\r\n                    \"endPointName\": \"9990000000000107987\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667777\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107988\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107988\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107988\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107988\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107988\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107988\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107988\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107988\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776866\",\r\n                    \"endPointName\": \"9990000000000107988\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667778\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107989\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107989\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107989\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107989\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107989\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107989\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107989\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107989\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770011\",\r\n                    \"endPointName\": \"9990000000000107989\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667779\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107990\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107990\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107990\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107990\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107990\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107990\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107990\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107990\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775167\",\r\n                    \"endPointName\": \"9990000000000107990\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667780\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107991\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107991\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107991\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107991\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107991\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107991\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107991\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107991\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800239\",\r\n                    \"endPointName\": \"9990000000000107991\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667781\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107992\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107992\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107992\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107992\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107992\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107992\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107992\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107992\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778638\",\r\n                    \"endPointName\": \"9990000000000107992\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667782\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107993\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107993\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107993\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107993\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107993\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107993\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107993\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107993\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767395\",\r\n                    \"endPointName\": \"9990000000000107993\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667783\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107994\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107994\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107994\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107994\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107994\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107994\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107994\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107994\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775168\",\r\n                    \"endPointName\": \"9990000000000107994\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667784\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107995\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107995\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107995\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107995\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107995\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107995\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107995\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107995\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770564\",\r\n                    \"endPointName\": \"9990000000000107995\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667785\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107996\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107996\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107996\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107996\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107996\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107996\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107996\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107996\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774760\",\r\n                    \"endPointName\": \"9990000000000107996\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667786\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107997\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107997\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107997\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107997\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107997\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107997\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107997\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107997\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780100\",\r\n                    \"endPointName\": \"9990000000000107997\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667787\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107998\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107998\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107998\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107998\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107998\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107998\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107998\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107998\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780101\",\r\n                    \"endPointName\": \"9990000000000107998\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667788\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000107999\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000107999\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000107999\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000107999\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000107999\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000107999\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000107999\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800107999\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775068\",\r\n                    \"endPointName\": \"9990000000000107999\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667789\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108000\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108000\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108000\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108000\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108000\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108000\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108000\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108000\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801306\",\r\n                    \"endPointName\": \"9990000000000108000\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667790\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108001\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108001\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108001\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108001\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108001\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108001\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108001\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108001\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776867\",\r\n                    \"endPointName\": \"9990000000000108001\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667791\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108002\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108002\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108002\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108002\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108002\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108002\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108002\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108002\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776446\",\r\n                    \"endPointName\": \"9990000000000108002\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667792\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108003\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108003\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108003\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108003\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108003\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108003\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108003\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108003\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767396\",\r\n                    \"endPointName\": \"9990000000000108003\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667793\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108004\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108004\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108004\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108004\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108004\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108004\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108004\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108004\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775142\",\r\n                    \"endPointName\": \"9990000000000108004\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667794\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108005\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108005\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108005\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108005\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108005\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108005\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108005\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108005\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775143\",\r\n                    \"endPointName\": \"9990000000000108005\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667795\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108006\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108006\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108006\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108006\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108006\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108006\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108006\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108006\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770565\",\r\n                    \"endPointName\": \"9990000000000108006\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667796\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108007\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108007\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108007\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108007\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108007\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108007\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108007\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108007\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776447\",\r\n                    \"endPointName\": \"9990000000000108007\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667797\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108008\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108008\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108008\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108008\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108008\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108008\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108008\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108008\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775169\",\r\n                    \"endPointName\": \"9990000000000108008\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667798\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108009\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108009\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108009\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108009\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108009\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108009\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108009\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108009\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773911\",\r\n                    \"endPointName\": \"9990000000000108009\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667799\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108010\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108010\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108010\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108010\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108010\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108010\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108010\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108010\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774761\",\r\n                    \"endPointName\": \"9990000000000108010\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667800\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108011\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108011\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108011\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108011\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108011\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108011\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108011\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108011\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775069\",\r\n                    \"endPointName\": \"9990000000000108011\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667801\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108012\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108012\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108012\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108012\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108012\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108012\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108012\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108012\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800540\",\r\n                    \"endPointName\": \"9990000000000108012\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667802\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108013\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108013\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108013\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108013\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108013\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108013\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108013\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108013\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765485\",\r\n                    \"endPointName\": \"9990000000000108013\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667803\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108014\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108014\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108014\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108014\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108014\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108014\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108014\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108014\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775144\",\r\n                    \"endPointName\": \"9990000000000108014\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667804\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108015\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108015\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108015\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108015\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108015\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108015\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108015\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108015\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775170\",\r\n                    \"endPointName\": \"9990000000000108015\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667805\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108016\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108016\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108016\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108016\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108016\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108016\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108016\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108016\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770566\",\r\n                    \"endPointName\": \"9990000000000108016\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667806\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108017\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108017\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108017\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108017\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108017\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108017\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108017\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108017\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789120\",\r\n                    \"endPointName\": \"9990000000000108017\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667807\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108018\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108018\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108018\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108018\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108018\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108018\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108018\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108018\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775171\",\r\n                    \"endPointName\": \"9990000000000108018\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667808\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108019\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108019\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108019\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108019\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108019\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108019\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108019\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108019\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800541\",\r\n                    \"endPointName\": \"9990000000000108019\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667809\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108020\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108020\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108020\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108020\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108020\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108020\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108020\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108020\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774762\",\r\n                    \"endPointName\": \"9990000000000108020\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667810\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108021\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108021\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108021\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108021\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108021\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108021\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108021\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108021\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770012\",\r\n                    \"endPointName\": \"9990000000000108021\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667811\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108022\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108022\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108022\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108022\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108022\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108022\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108022\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108022\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774763\",\r\n                    \"endPointName\": \"9990000000000108022\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667812\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108023\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108023\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108023\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108023\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108023\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108023\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108023\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108023\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770013\",\r\n                    \"endPointName\": \"9990000000000108023\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667813\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108024\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108024\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108024\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108024\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108024\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108024\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108024\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108024\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800542\",\r\n                    \"endPointName\": \"9990000000000108024\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667814\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108025\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108025\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108025\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108025\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108025\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108025\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108025\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108025\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768072\",\r\n                    \"endPointName\": \"9990000000000108025\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667815\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108026\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108026\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108026\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108026\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108026\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108026\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108026\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108026\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768287\",\r\n                    \"endPointName\": \"9990000000000108026\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667816\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108027\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108027\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108027\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108027\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108027\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108027\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108027\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108027\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780102\",\r\n                    \"endPointName\": \"9990000000000108027\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667817\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108028\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108028\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108028\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108028\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108028\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108028\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108028\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108028\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775145\",\r\n                    \"endPointName\": \"9990000000000108028\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667818\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108029\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108029\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108029\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108029\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108029\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108029\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108029\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108029\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800544\",\r\n                    \"endPointName\": \"9990000000000108029\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667819\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108030\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108030\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108030\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108030\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108030\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108030\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108030\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108030\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768288\",\r\n                    \"endPointName\": \"9990000000000108030\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667820\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108031\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108031\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108031\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108031\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108031\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108031\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108031\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108031\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776448\",\r\n                    \"endPointName\": \"9990000000000108031\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667821\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108032\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108032\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108032\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108032\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108032\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108032\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108032\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108032\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779770\",\r\n                    \"endPointName\": \"9990000000000108032\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:28:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667822\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108033\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108033\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108033\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108033\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108033\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108033\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108033\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108033\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765486\",\r\n                    \"endPointName\": \"9990000000000108033\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667823\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108034\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108034\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108034\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108034\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108034\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108034\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108034\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108034\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800545\",\r\n                    \"endPointName\": \"9990000000000108034\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667824\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108035\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108035\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108035\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108035\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108035\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108035\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108035\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108035\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800547\",\r\n                    \"endPointName\": \"9990000000000108035\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667825\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108036\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108036\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108036\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108036\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108036\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108036\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108036\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108036\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800241\",\r\n                    \"endPointName\": \"9990000000000108036\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667826\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108037\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108037\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108037\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108037\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108037\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108037\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108037\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108037\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800243\",\r\n                    \"endPointName\": \"9990000000000108037\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667827\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108038\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108038\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108038\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108038\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108038\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108038\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108038\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108038\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768673\",\r\n                    \"endPointName\": \"9990000000000108038\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667828\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108039\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108039\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108039\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108039\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108039\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108039\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108039\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108039\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767330\",\r\n                    \"endPointName\": \"9990000000000108039\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667829\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108040\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108040\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108040\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108040\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108040\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108040\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108040\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108040\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768816\",\r\n                    \"endPointName\": \"9990000000000108040\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:42:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667830\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108041\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108041\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108041\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108041\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108041\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108041\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108041\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108041\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778639\",\r\n                    \"endPointName\": \"9990000000000108041\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667831\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108042\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108042\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108042\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108042\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108042\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108042\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108042\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108042\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768674\",\r\n                    \"endPointName\": \"9990000000000108042\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667832\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108043\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108043\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108043\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108043\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108043\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108043\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108043\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108043\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800549\",\r\n                    \"endPointName\": \"9990000000000108043\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667833\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108044\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108044\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108044\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108044\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108044\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108044\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108044\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108044\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768817\",\r\n                    \"endPointName\": \"9990000000000108044\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:42:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667834\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108045\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108045\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108045\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108045\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108045\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108045\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108045\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108045\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768818\",\r\n                    \"endPointName\": \"9990000000000108045\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:42:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667835\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108046\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108046\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108046\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108046\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108046\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108046\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108046\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108046\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776449\",\r\n                    \"endPointName\": \"9990000000000108046\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667836\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108047\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108047\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108047\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108047\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108047\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108047\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108047\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108047\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783331\",\r\n                    \"endPointName\": \"9990000000000108047\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667837\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108048\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108048\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108048\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108048\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108048\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108048\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108048\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108048\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767397\",\r\n                    \"endPointName\": \"9990000000000108048\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667838\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108049\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108049\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108049\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108049\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108049\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108049\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108049\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108049\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780103\",\r\n                    \"endPointName\": \"9990000000000108049\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667839\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108050\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108050\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108050\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108050\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108050\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108050\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108050\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108050\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801308\",\r\n                    \"endPointName\": \"9990000000000108050\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:08:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667840\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108051\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108051\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108051\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108051\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108051\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108051\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108051\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108051\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776450\",\r\n                    \"endPointName\": \"9990000000000108051\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667841\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108052\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108052\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108052\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108052\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108052\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108052\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108052\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108052\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780104\",\r\n                    \"endPointName\": \"9990000000000108052\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667842\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108053\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108053\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108053\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108053\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108053\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108053\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108053\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108053\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771951\",\r\n                    \"endPointName\": \"9990000000000108053\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667843\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108054\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108054\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108054\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108054\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108054\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108054\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108054\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108054\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783332\",\r\n                    \"endPointName\": \"9990000000000108054\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667844\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108055\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108055\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108055\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108055\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108055\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108055\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108055\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108055\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780105\",\r\n                    \"endPointName\": \"9990000000000108055\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667845\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108056\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108056\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108056\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108056\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108056\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108056\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108056\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108056\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775146\",\r\n                    \"endPointName\": \"9990000000000108056\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667846\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108057\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108057\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108057\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108057\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108057\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108057\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108057\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108057\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770567\",\r\n                    \"endPointName\": \"9990000000000108057\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667847\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108058\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108058\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108058\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108058\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108058\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108058\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108058\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108058\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780106\",\r\n                    \"endPointName\": \"9990000000000108058\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667848\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108059\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108059\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108059\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108059\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108059\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108059\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108059\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108059\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773912\",\r\n                    \"endPointName\": \"9990000000000108059\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:33:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667849\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108060\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108060\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108060\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108060\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108060\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108060\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108060\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108060\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767331\",\r\n                    \"endPointName\": \"9990000000000108060\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667850\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108061\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108061\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108061\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108061\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108061\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108061\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108061\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108061\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778640\",\r\n                    \"endPointName\": \"9990000000000108061\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667851\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108062\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108062\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108062\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108062\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108062\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108062\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108062\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108062\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775172\",\r\n                    \"endPointName\": \"9990000000000108062\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667852\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108063\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108063\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108063\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108063\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108063\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108063\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108063\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108063\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780107\",\r\n                    \"endPointName\": \"9990000000000108063\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667853\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108064\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108064\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108064\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108064\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108064\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108064\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108064\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108064\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773913\",\r\n                    \"endPointName\": \"9990000000000108064\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:34:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667854\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108065\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108065\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108065\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108065\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108065\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108065\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108065\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108065\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776451\",\r\n                    \"endPointName\": \"9990000000000108065\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667855\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108066\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108066\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108066\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108066\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108066\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108066\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108066\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108066\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768675\",\r\n                    \"endPointName\": \"9990000000000108066\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667856\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108067\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108067\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108067\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108067\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108067\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108067\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108067\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108067\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770568\",\r\n                    \"endPointName\": \"9990000000000108067\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667857\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108068\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108068\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108068\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108068\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108068\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108068\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108068\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108068\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768034\",\r\n                    \"endPointName\": \"9990000000000108068\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667858\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108069\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108069\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108069\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108069\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108069\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108069\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108069\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108069\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770569\",\r\n                    \"endPointName\": \"9990000000000108069\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667859\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108070\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108070\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108070\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108070\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108070\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108070\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108070\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108070\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768073\",\r\n                    \"endPointName\": \"9990000000000108070\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667860\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108071\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108071\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108071\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108071\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108071\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108071\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108071\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108071\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800245\",\r\n                    \"endPointName\": \"9990000000000108071\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667861\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108072\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108072\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108072\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108072\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108072\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108072\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108072\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108072\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775070\",\r\n                    \"endPointName\": \"9990000000000108072\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667862\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108073\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108073\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108073\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108073\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108073\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108073\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108073\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108073\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780108\",\r\n                    \"endPointName\": \"9990000000000108073\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667863\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108074\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108074\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108074\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108074\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108074\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108074\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108074\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108074\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771952\",\r\n                    \"endPointName\": \"9990000000000108074\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:06:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667864\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108075\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108075\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108075\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108075\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108075\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108075\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108075\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108075\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775173\",\r\n                    \"endPointName\": \"9990000000000108075\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667865\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108076\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108076\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108076\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108076\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108076\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108076\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108076\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108076\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800550\",\r\n                    \"endPointName\": \"9990000000000108076\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667866\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108077\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108077\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108077\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108077\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108077\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108077\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108077\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108077\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801310\",\r\n                    \"endPointName\": \"9990000000000108077\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667867\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108078\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108078\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108078\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108078\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108078\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108078\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108078\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108078\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770570\",\r\n                    \"endPointName\": \"9990000000000108078\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667868\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108079\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108079\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108079\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108079\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108079\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108079\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108079\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108079\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767398\",\r\n                    \"endPointName\": \"9990000000000108079\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667869\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108080\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108080\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108080\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108080\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108080\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108080\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108080\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108080\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800247\",\r\n                    \"endPointName\": \"9990000000000108080\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667870\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108081\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108081\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108081\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108081\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108081\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108081\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108081\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108081\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778641\",\r\n                    \"endPointName\": \"9990000000000108081\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667871\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108082\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108082\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108082\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108082\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108082\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108082\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108082\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108082\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775174\",\r\n                    \"endPointName\": \"9990000000000108082\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667872\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108083\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108083\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108083\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108083\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108083\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108083\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108083\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108083\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770014\",\r\n                    \"endPointName\": \"9990000000000108083\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667873\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108084\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108084\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108084\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108084\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108084\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108084\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108084\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108084\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765487\",\r\n                    \"endPointName\": \"9990000000000108084\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667874\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108085\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108085\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108085\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108085\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108085\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108085\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108085\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108085\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775147\",\r\n                    \"endPointName\": \"9990000000000108085\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667875\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108086\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108086\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108086\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108086\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108086\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108086\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108086\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108086\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767399\",\r\n                    \"endPointName\": \"9990000000000108086\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667876\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108087\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108087\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108087\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108087\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108087\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108087\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108087\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108087\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789121\",\r\n                    \"endPointName\": \"9990000000000108087\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667877\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108088\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108088\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108088\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108088\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108088\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108088\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108088\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108088\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780109\",\r\n                    \"endPointName\": \"9990000000000108088\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667878\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108089\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108089\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108089\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108089\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108089\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108089\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108089\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108089\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776868\",\r\n                    \"endPointName\": \"9990000000000108089\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667879\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108090\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108090\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108090\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108090\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108090\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108090\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108090\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108090\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800551\",\r\n                    \"endPointName\": \"9990000000000108090\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667880\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108091\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108091\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108091\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108091\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108091\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108091\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108091\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108091\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775071\",\r\n                    \"endPointName\": \"9990000000000108091\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667881\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108092\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108092\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108092\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108092\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108092\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108092\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108092\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108092\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776452\",\r\n                    \"endPointName\": \"9990000000000108092\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:59:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667882\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108093\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108093\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108093\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108093\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108093\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108093\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108093\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108093\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768819\",\r\n                    \"endPointName\": \"9990000000000108093\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:42:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667883\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108094\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108094\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108094\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108094\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108094\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108094\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108094\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108094\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801312\",\r\n                    \"endPointName\": \"9990000000000108094\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667884\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108095\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108095\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108095\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108095\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108095\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108095\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108095\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108095\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781232\",\r\n                    \"endPointName\": \"9990000000000108095\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667885\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108096\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108096\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108096\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108096\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108096\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108096\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108096\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108096\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767332\",\r\n                    \"endPointName\": \"9990000000000108096\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667886\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108097\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108097\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108097\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108097\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108097\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108097\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108097\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108097\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770015\",\r\n                    \"endPointName\": \"9990000000000108097\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667887\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108098\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108098\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108098\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108098\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108098\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108098\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108098\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108098\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51773914\",\r\n                    \"endPointName\": \"9990000000000108098\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:34:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667888\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108099\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108099\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108099\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108099\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108099\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108099\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108099\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108099\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770016\",\r\n                    \"endPointName\": \"9990000000000108099\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667889\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108100\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108100\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108100\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108100\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108100\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108100\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108100\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108100\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775072\",\r\n                    \"endPointName\": \"9990000000000108100\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667890\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108101\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108101\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108101\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108101\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108101\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108101\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108101\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108101\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768676\",\r\n                    \"endPointName\": \"9990000000000108101\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667891\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108102\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108102\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108102\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108102\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108102\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108102\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108102\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108102\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767400\",\r\n                    \"endPointName\": \"9990000000000108102\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667892\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108103\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108103\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108103\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108103\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108103\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108103\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108103\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108103\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765488\",\r\n                    \"endPointName\": \"9990000000000108103\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667893\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108104\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108104\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108104\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108104\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108104\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108104\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108104\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108104\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776869\",\r\n                    \"endPointName\": \"9990000000000108104\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667894\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108105\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108105\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108105\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108105\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108105\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108105\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108105\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108105\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781233\",\r\n                    \"endPointName\": \"9990000000000108105\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667895\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108106\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108106\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108106\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108106\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108106\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108106\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108106\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108106\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780110\",\r\n                    \"endPointName\": \"9990000000000108106\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667896\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108107\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108107\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108107\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108107\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108107\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108107\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108107\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108107\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768677\",\r\n                    \"endPointName\": \"9990000000000108107\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667897\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108108\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108108\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108108\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108108\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108108\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108108\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108108\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108108\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767401\",\r\n                    \"endPointName\": \"9990000000000108108\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667898\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108109\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108109\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108109\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108109\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108109\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108109\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108109\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108109\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789122\",\r\n                    \"endPointName\": \"9990000000000108109\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667899\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108110\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108110\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108110\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108110\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108110\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108110\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108110\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108110\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768678\",\r\n                    \"endPointName\": \"9990000000000108110\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667900\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108111\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108111\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108111\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108111\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108111\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108111\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108111\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108111\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781234\",\r\n                    \"endPointName\": \"9990000000000108111\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667901\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108112\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108112\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108112\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108112\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108112\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108112\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108112\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108112\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768035\",\r\n                    \"endPointName\": \"9990000000000108112\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667902\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108113\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108113\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108113\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108113\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108113\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108113\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108113\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108113\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780111\",\r\n                    \"endPointName\": \"9990000000000108113\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667903\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108114\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108114\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108114\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108114\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108114\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108114\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108114\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108114\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771953\",\r\n                    \"endPointName\": \"9990000000000108114\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667904\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108115\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108115\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108115\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108115\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108115\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108115\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108115\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108115\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767402\",\r\n                    \"endPointName\": \"9990000000000108115\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667905\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108116\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108116\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108116\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108116\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108116\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108116\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108116\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108116\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768679\",\r\n                    \"endPointName\": \"9990000000000108116\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667906\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108117\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108117\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108117\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108117\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108117\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108117\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108117\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108117\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768036\",\r\n                    \"endPointName\": \"9990000000000108117\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667907\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108118\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108118\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108118\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108118\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108118\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108118\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108118\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108118\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783333\",\r\n                    \"endPointName\": \"9990000000000108118\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667908\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108119\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108119\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108119\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108119\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108119\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108119\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108119\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108119\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780112\",\r\n                    \"endPointName\": \"9990000000000108119\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667909\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108120\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108120\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108120\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108120\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108120\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108120\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108120\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108120\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770017\",\r\n                    \"endPointName\": \"9990000000000108120\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667910\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108121\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108121\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108121\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108121\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108121\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108121\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108121\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108121\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767403\",\r\n                    \"endPointName\": \"9990000000000108121\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667911\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108122\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108122\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108122\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108122\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108122\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108122\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108122\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108122\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768680\",\r\n                    \"endPointName\": \"9990000000000108122\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667912\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108123\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108123\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108123\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108123\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108123\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108123\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108123\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108123\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783334\",\r\n                    \"endPointName\": \"9990000000000108123\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667913\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108124\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108124\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108124\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108124\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108124\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108124\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108124\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108124\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778642\",\r\n                    \"endPointName\": \"9990000000000108124\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667914\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108125\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108125\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108125\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108125\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108125\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108125\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108125\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108125\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780113\",\r\n                    \"endPointName\": \"9990000000000108125\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667915\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108126\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108126\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108126\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108126\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108126\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108126\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108126\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108126\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775175\",\r\n                    \"endPointName\": \"9990000000000108126\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:15:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667916\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108127\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108127\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108127\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108127\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108127\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108127\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108127\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108127\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768074\",\r\n                    \"endPointName\": \"9990000000000108127\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667917\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108128\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108128\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108128\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108128\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108128\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108128\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108128\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108128\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784488\",\r\n                    \"endPointName\": \"9990000000000108128\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667918\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108129\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108129\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108129\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108129\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108129\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108129\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108129\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108129\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800249\",\r\n                    \"endPointName\": \"9990000000000108129\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667919\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108130\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108130\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108130\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108130\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108130\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108130\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108130\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108130\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801314\",\r\n                    \"endPointName\": \"9990000000000108130\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667920\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108131\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108131\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108131\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108131\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108131\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108131\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108131\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108131\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767404\",\r\n                    \"endPointName\": \"9990000000000108131\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667921\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108132\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108132\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108132\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108132\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108132\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108132\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108132\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108132\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800251\",\r\n                    \"endPointName\": \"9990000000000108132\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667922\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108133\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108133\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108133\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108133\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108133\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108133\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108133\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108133\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771954\",\r\n                    \"endPointName\": \"9990000000000108133\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667923\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108134\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108134\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108134\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108134\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108134\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108134\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108134\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108134\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776453\",\r\n                    \"endPointName\": \"9990000000000108134\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667924\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108135\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108135\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108135\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108135\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108135\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108135\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108135\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108135\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776454\",\r\n                    \"endPointName\": \"9990000000000108135\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667925\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108136\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108136\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108136\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108136\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108136\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108136\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108136\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108136\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768820\",\r\n                    \"endPointName\": \"9990000000000108136\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667926\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108137\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108137\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108137\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108137\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108137\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108137\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108137\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108137\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767405\",\r\n                    \"endPointName\": \"9990000000000108137\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667927\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108138\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108138\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108138\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108138\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108138\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108138\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108138\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108138\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768075\",\r\n                    \"endPointName\": \"9990000000000108138\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667928\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108139\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108139\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108139\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108139\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108139\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108139\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108139\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108139\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775176\",\r\n                    \"endPointName\": \"9990000000000108139\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667929\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108140\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108140\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108140\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108140\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108140\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108140\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108140\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108140\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776870\",\r\n                    \"endPointName\": \"9990000000000108140\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667930\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108141\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108141\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108141\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108141\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108141\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108141\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108141\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108141\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770018\",\r\n                    \"endPointName\": \"9990000000000108141\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667931\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108142\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108142\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108142\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108142\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108142\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108142\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108142\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108142\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778643\",\r\n                    \"endPointName\": \"9990000000000108142\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667932\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108143\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108143\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108143\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108143\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108143\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108143\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108143\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108143\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780114\",\r\n                    \"endPointName\": \"9990000000000108143\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667933\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108144\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108144\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108144\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108144\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108144\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108144\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108144\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108144\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767406\",\r\n                    \"endPointName\": \"9990000000000108144\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667934\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108145\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108145\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108145\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108145\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108145\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108145\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108145\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108145\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777935\",\r\n                    \"endPointName\": \"9990000000000108145\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667935\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108146\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108146\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108146\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108146\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108146\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108146\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108146\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108146\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775177\",\r\n                    \"endPointName\": \"9990000000000108146\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667936\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108147\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108147\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108147\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108147\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108147\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108147\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108147\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108147\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765489\",\r\n                    \"endPointName\": \"9990000000000108147\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:03:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667937\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108148\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108148\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108148\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108148\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108148\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108148\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108148\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108148\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781235\",\r\n                    \"endPointName\": \"9990000000000108148\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667938\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108149\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108149\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108149\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108149\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108149\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108149\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108149\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108149\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771955\",\r\n                    \"endPointName\": \"9990000000000108149\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667939\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108150\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108150\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108150\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108150\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108150\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108150\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108150\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108150\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768681\",\r\n                    \"endPointName\": \"9990000000000108150\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667940\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108151\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108151\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108151\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108151\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108151\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108151\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108151\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108151\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768037\",\r\n                    \"endPointName\": \"9990000000000108151\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667941\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108152\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108152\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108152\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108152\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108152\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108152\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108152\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108152\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775073\",\r\n                    \"endPointName\": \"9990000000000108152\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667942\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108153\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108153\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108153\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108153\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108153\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108153\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108153\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108153\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768038\",\r\n                    \"endPointName\": \"9990000000000108153\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667943\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108154\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108154\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108154\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108154\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108154\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108154\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108154\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108154\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800252\",\r\n                    \"endPointName\": \"9990000000000108154\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667944\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108155\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108155\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108155\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108155\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108155\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108155\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108155\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108155\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784489\",\r\n                    \"endPointName\": \"9990000000000108155\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667945\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108156\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108156\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108156\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108156\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108156\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108156\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108156\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108156\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765490\",\r\n                    \"endPointName\": \"9990000000000108156\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:04:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667946\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108157\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108157\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108157\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108157\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108157\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108157\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108157\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108157\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768039\",\r\n                    \"endPointName\": \"9990000000000108157\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667947\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108158\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108158\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108158\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108158\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108158\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108158\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108158\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108158\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783335\",\r\n                    \"endPointName\": \"9990000000000108158\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667948\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108159\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108159\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108159\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108159\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108159\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108159\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108159\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108159\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778644\",\r\n                    \"endPointName\": \"9990000000000108159\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667949\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108160\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108160\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108160\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108160\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108160\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108160\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108160\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108160\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800254\",\r\n                    \"endPointName\": \"9990000000000108160\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667950\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108161\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108161\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108161\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108161\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108161\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108161\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108161\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108161\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775178\",\r\n                    \"endPointName\": \"9990000000000108161\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667951\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108162\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108162\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108162\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108162\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108162\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108162\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108162\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108162\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768821\",\r\n                    \"endPointName\": \"9990000000000108162\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667952\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108163\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108163\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108163\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108163\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108163\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108163\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108163\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108163\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800255\",\r\n                    \"endPointName\": \"9990000000000108163\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667953\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108164\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108164\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108164\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108164\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108164\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108164\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108164\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108164\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768076\",\r\n                    \"endPointName\": \"9990000000000108164\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667954\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108165\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108165\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108165\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108165\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108165\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108165\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108165\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108165\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771956\",\r\n                    \"endPointName\": \"9990000000000108165\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667955\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108166\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108166\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108166\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108166\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108166\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108166\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108166\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108166\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775074\",\r\n                    \"endPointName\": \"9990000000000108166\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667956\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108167\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108167\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108167\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108167\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108167\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108167\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108167\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108167\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768822\",\r\n                    \"endPointName\": \"9990000000000108167\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667957\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108168\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108168\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108168\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108168\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108168\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108168\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108168\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108168\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770019\",\r\n                    \"endPointName\": \"9990000000000108168\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667958\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108169\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108169\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108169\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108169\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108169\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108169\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108169\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108169\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789123\",\r\n                    \"endPointName\": \"9990000000000108169\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667959\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108170\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108170\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108170\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108170\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108170\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108170\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108170\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108170\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768682\",\r\n                    \"endPointName\": \"9990000000000108170\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667960\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108171\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108171\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108171\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108171\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108171\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108171\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108171\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108171\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800257\",\r\n                    \"endPointName\": \"9990000000000108171\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667961\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108172\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108172\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108172\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108172\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108172\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108172\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108172\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108172\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768683\",\r\n                    \"endPointName\": \"9990000000000108172\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667962\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108173\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108173\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108173\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108173\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108173\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108173\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108173\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108173\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768684\",\r\n                    \"endPointName\": \"9990000000000108173\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667963\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108174\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108174\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108174\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108174\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108174\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108174\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108174\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108174\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768040\",\r\n                    \"endPointName\": \"9990000000000108174\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667964\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108175\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108175\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108175\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108175\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108175\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108175\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108175\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108175\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789124\",\r\n                    \"endPointName\": \"9990000000000108175\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667965\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108176\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108176\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108176\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108176\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108176\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108176\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108176\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108176\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775179\",\r\n                    \"endPointName\": \"9990000000000108176\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667966\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108177\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108177\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108177\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108177\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108177\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108177\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108177\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108177\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768685\",\r\n                    \"endPointName\": \"9990000000000108177\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667967\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108178\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108178\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108178\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108178\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108178\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108178\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108178\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108178\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771957\",\r\n                    \"endPointName\": \"9990000000000108178\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667968\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108179\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108179\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108179\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108179\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108179\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108179\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108179\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108179\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775180\",\r\n                    \"endPointName\": \"9990000000000108179\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667969\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108180\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108180\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108180\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108180\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108180\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108180\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108180\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108180\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789125\",\r\n                    \"endPointName\": \"9990000000000108180\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667970\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108181\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108181\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108181\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108181\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108181\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108181\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108181\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108181\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780115\",\r\n                    \"endPointName\": \"9990000000000108181\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667971\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108182\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108182\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108182\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108182\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108182\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108182\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108182\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108182\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800259\",\r\n                    \"endPointName\": \"9990000000000108182\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667972\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108183\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108183\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108183\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108183\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108183\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108183\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108183\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108183\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767333\",\r\n                    \"endPointName\": \"9990000000000108183\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667973\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108184\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108184\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108184\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108184\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108184\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108184\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108184\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108184\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800261\",\r\n                    \"endPointName\": \"9990000000000108184\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667974\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108185\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108185\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108185\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108185\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108185\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108185\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108185\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108185\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775075\",\r\n                    \"endPointName\": \"9990000000000108185\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667975\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108186\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108186\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108186\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108186\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108186\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108186\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108186\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108186\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768041\",\r\n                    \"endPointName\": \"9990000000000108186\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667976\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108187\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108187\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108187\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108187\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108187\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108187\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108187\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108187\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800263\",\r\n                    \"endPointName\": \"9990000000000108187\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667977\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108188\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108188\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108188\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108188\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108188\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108188\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108188\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108188\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778645\",\r\n                    \"endPointName\": \"9990000000000108188\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667978\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108189\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108189\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108189\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108189\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108189\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108189\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108189\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108189\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775076\",\r\n                    \"endPointName\": \"9990000000000108189\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:12:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667979\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108190\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108190\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108190\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108190\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108190\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108190\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108190\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108190\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801316\",\r\n                    \"endPointName\": \"9990000000000108190\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667980\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108191\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108191\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108191\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108191\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108191\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108191\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108191\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108191\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775077\",\r\n                    \"endPointName\": \"9990000000000108191\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667981\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108192\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108192\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108192\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108192\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108192\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108192\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108192\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108192\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784490\",\r\n                    \"endPointName\": \"9990000000000108192\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667982\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108193\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108193\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108193\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108193\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108193\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108193\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108193\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108193\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768042\",\r\n                    \"endPointName\": \"9990000000000108193\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667983\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108194\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108194\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108194\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108194\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108194\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108194\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108194\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108194\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776871\",\r\n                    \"endPointName\": \"9990000000000108194\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667984\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108195\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108195\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108195\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108195\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108195\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108195\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108195\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108195\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768043\",\r\n                    \"endPointName\": \"9990000000000108195\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667985\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108196\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108196\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108196\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108196\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108196\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108196\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108196\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108196\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770020\",\r\n                    \"endPointName\": \"9990000000000108196\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667986\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108197\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108197\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108197\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108197\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108197\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108197\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108197\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108197\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770021\",\r\n                    \"endPointName\": \"9990000000000108197\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667987\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108198\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108198\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108198\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108198\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108198\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108198\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108198\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108198\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801318\",\r\n                    \"endPointName\": \"9990000000000108198\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667988\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108199\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108199\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108199\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108199\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108199\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108199\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108199\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108199\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768077\",\r\n                    \"endPointName\": \"9990000000000108199\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667989\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108200\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108200\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108200\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108200\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108200\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108200\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108200\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108200\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800265\",\r\n                    \"endPointName\": \"9990000000000108200\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667990\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108201\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108201\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108201\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108201\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108201\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108201\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108201\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108201\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781236\",\r\n                    \"endPointName\": \"9990000000000108201\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667991\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108202\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108202\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108202\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108202\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108202\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108202\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108202\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108202\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767334\",\r\n                    \"endPointName\": \"9990000000000108202\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667992\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108203\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108203\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108203\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108203\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108203\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108203\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108203\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108203\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781237\",\r\n                    \"endPointName\": \"9990000000000108203\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667993\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108204\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108204\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108204\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108204\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108204\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108204\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108204\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108204\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770022\",\r\n                    \"endPointName\": \"9990000000000108204\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667994\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108205\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108205\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108205\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108205\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108205\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108205\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108205\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108205\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775078\",\r\n                    \"endPointName\": \"9990000000000108205\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667995\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108206\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108206\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108206\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108206\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108206\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108206\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108206\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108206\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771958\",\r\n                    \"endPointName\": \"9990000000000108206\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667996\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108207\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108207\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108207\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108207\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108207\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108207\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108207\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108207\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778646\",\r\n                    \"endPointName\": \"9990000000000108207\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667997\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108208\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108208\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108208\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108208\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108208\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108208\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108208\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108208\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775079\",\r\n                    \"endPointName\": \"9990000000000108208\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667998\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108209\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108209\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108209\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108209\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108209\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108209\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108209\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108209\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778647\",\r\n                    \"endPointName\": \"9990000000000108209\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"667999\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108210\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108210\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108210\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108210\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108210\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108210\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108210\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108210\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783336\",\r\n                    \"endPointName\": \"9990000000000108210\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668000\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108211\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108211\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108211\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108211\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108211\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108211\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108211\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108211\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765491\",\r\n                    \"endPointName\": \"9990000000000108211\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:04:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668001\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108212\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108212\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108212\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108212\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108212\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108212\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108212\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108212\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775080\",\r\n                    \"endPointName\": \"9990000000000108212\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668002\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108213\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108213\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108213\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108213\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108213\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108213\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108213\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108213\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777936\",\r\n                    \"endPointName\": \"9990000000000108213\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668003\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108214\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108214\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108214\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108214\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108214\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108214\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108214\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108214\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768044\",\r\n                    \"endPointName\": \"9990000000000108214\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668004\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108215\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108215\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108215\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108215\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108215\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108215\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108215\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108215\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776455\",\r\n                    \"endPointName\": \"9990000000000108215\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668005\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108216\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108216\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108216\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108216\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108216\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108216\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108216\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108216\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767335\",\r\n                    \"endPointName\": \"9990000000000108216\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668006\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108217\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108217\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108217\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108217\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108217\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108217\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108217\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108217\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771959\",\r\n                    \"endPointName\": \"9990000000000108217\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668007\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108218\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108218\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108218\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108218\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108218\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108218\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108218\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108218\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768686\",\r\n                    \"endPointName\": \"9990000000000108218\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668008\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108219\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108219\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108219\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108219\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108219\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108219\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108219\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108219\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789126\",\r\n                    \"endPointName\": \"9990000000000108219\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668009\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108220\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108220\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108220\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108220\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108220\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108220\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108220\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108220\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784491\",\r\n                    \"endPointName\": \"9990000000000108220\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668010\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108221\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108221\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108221\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108221\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108221\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108221\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108221\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108221\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768687\",\r\n                    \"endPointName\": \"9990000000000108221\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668011\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108222\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108222\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108222\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108222\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108222\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108222\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108222\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108222\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801320\",\r\n                    \"endPointName\": \"9990000000000108222\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668012\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108223\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108223\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108223\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108223\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108223\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108223\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108223\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108223\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768078\",\r\n                    \"endPointName\": \"9990000000000108223\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668013\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108224\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108224\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108224\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108224\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108224\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108224\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108224\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108224\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800266\",\r\n                    \"endPointName\": \"9990000000000108224\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668014\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108225\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108225\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108225\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108225\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108225\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108225\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108225\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108225\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789127\",\r\n                    \"endPointName\": \"9990000000000108225\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668015\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108226\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108226\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108226\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108226\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108226\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108226\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108226\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108226\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775081\",\r\n                    \"endPointName\": \"9990000000000108226\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668016\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108227\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108227\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108227\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108227\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108227\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108227\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108227\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108227\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768045\",\r\n                    \"endPointName\": \"9990000000000108227\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668017\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108228\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108228\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108228\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108228\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108228\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108228\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108228\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108228\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771960\",\r\n                    \"endPointName\": \"9990000000000108228\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668018\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108229\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108229\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108229\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108229\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108229\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108229\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108229\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108229\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771961\",\r\n                    \"endPointName\": \"9990000000000108229\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668019\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108230\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108230\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108230\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108230\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108230\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108230\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108230\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108230\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783337\",\r\n                    \"endPointName\": \"9990000000000108230\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668020\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108231\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108231\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108231\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108231\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108231\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108231\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108231\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108231\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768688\",\r\n                    \"endPointName\": \"9990000000000108231\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668021\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108232\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108232\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108232\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108232\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108232\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108232\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108232\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108232\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770571\",\r\n                    \"endPointName\": \"9990000000000108232\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668022\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108233\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108233\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108233\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108233\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108233\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108233\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108233\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108233\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768689\",\r\n                    \"endPointName\": \"9990000000000108233\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668023\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108234\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108234\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108234\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108234\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108234\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108234\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108234\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108234\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777937\",\r\n                    \"endPointName\": \"9990000000000108234\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668024\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108235\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108235\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108235\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108235\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108235\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108235\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108235\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108235\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775082\",\r\n                    \"endPointName\": \"9990000000000108235\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668025\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108236\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108236\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108236\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108236\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108236\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108236\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108236\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108236\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776872\",\r\n                    \"endPointName\": \"9990000000000108236\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668026\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108237\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108237\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108237\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108237\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108237\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108237\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108237\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108237\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775083\",\r\n                    \"endPointName\": \"9990000000000108237\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668027\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108238\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108238\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108238\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108238\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108238\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108238\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108238\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108238\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783338\",\r\n                    \"endPointName\": \"9990000000000108238\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668028\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108239\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108239\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108239\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108239\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108239\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108239\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108239\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108239\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771962\",\r\n                    \"endPointName\": \"9990000000000108239\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668029\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108240\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108240\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108240\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108240\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108240\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108240\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108240\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108240\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768690\",\r\n                    \"endPointName\": \"9990000000000108240\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668030\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108241\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108241\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108241\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108241\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108241\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108241\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108241\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108241\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768691\",\r\n                    \"endPointName\": \"9990000000000108241\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668031\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108242\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108242\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108242\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108242\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108242\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108242\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108242\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108242\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765492\",\r\n                    \"endPointName\": \"9990000000000108242\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:04:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668032\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108243\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108243\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108243\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108243\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108243\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108243\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108243\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108243\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800553\",\r\n                    \"endPointName\": \"9990000000000108243\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:55:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668033\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108244\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108244\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108244\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108244\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108244\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108244\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108244\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108244\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781238\",\r\n                    \"endPointName\": \"9990000000000108244\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668034\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108245\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108245\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108245\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108245\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108245\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108245\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108245\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108245\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776873\",\r\n                    \"endPointName\": \"9990000000000108245\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668035\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108246\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108246\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108246\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108246\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108246\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108246\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108246\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108246\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768823\",\r\n                    \"endPointName\": \"9990000000000108246\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668036\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108247\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108247\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108247\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108247\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108247\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108247\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108247\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108247\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770572\",\r\n                    \"endPointName\": \"9990000000000108247\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668037\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108248\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108248\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108248\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108248\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108248\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108248\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108248\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108248\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783339\",\r\n                    \"endPointName\": \"9990000000000108248\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668038\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108249\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108249\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108249\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108249\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108249\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108249\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108249\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108249\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780116\",\r\n                    \"endPointName\": \"9990000000000108249\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668039\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108250\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108250\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108250\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108250\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108250\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108250\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108250\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108250\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768046\",\r\n                    \"endPointName\": \"9990000000000108250\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668040\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108251\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108251\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108251\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108251\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108251\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108251\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108251\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108251\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771963\",\r\n                    \"endPointName\": \"9990000000000108251\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668041\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108252\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108252\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108252\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108252\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108252\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108252\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108252\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108252\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777938\",\r\n                    \"endPointName\": \"9990000000000108252\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668042\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108253\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108253\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108253\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108253\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108253\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108253\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108253\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108253\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780117\",\r\n                    \"endPointName\": \"9990000000000108253\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668043\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108254\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108254\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108254\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108254\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108254\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108254\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108254\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108254\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770023\",\r\n                    \"endPointName\": \"9990000000000108254\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668044\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108255\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108255\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108255\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108255\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108255\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108255\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108255\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108255\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770024\",\r\n                    \"endPointName\": \"9990000000000108255\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668045\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108256\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108256\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108256\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108256\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108256\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108256\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108256\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108256\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767336\",\r\n                    \"endPointName\": \"9990000000000108256\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668046\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108257\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108257\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108257\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108257\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108257\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108257\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108257\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108257\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765493\",\r\n                    \"endPointName\": \"9990000000000108257\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:04:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668047\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108258\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108258\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108258\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108258\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108258\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108258\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108258\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108258\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768047\",\r\n                    \"endPointName\": \"9990000000000108258\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668048\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108259\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108259\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108259\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108259\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108259\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108259\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108259\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108259\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775181\",\r\n                    \"endPointName\": \"9990000000000108259\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668049\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108260\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108260\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108260\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108260\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108260\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108260\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108260\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108260\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771964\",\r\n                    \"endPointName\": \"9990000000000108260\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668050\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108261\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108261\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108261\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108261\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108261\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108261\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108261\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108261\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776456\",\r\n                    \"endPointName\": \"9990000000000108261\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668051\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108262\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108262\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108262\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108262\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108262\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108262\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108262\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108262\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776457\",\r\n                    \"endPointName\": \"9990000000000108262\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668052\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108263\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108263\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108263\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108263\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108263\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108263\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108263\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108263\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768692\",\r\n                    \"endPointName\": \"9990000000000108263\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668053\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108264\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108264\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108264\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108264\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108264\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108264\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108264\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108264\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775182\",\r\n                    \"endPointName\": \"9990000000000108264\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668054\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108265\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108265\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108265\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108265\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108265\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108265\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108265\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108265\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768693\",\r\n                    \"endPointName\": \"9990000000000108265\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668055\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108266\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108266\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108266\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108266\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108266\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108266\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108266\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108266\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800267\",\r\n                    \"endPointName\": \"9990000000000108266\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668056\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108267\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108267\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108267\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108267\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108267\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108267\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108267\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108267\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777939\",\r\n                    \"endPointName\": \"9990000000000108267\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668057\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108268\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108268\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108268\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108268\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108268\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108268\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108268\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108268\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800269\",\r\n                    \"endPointName\": \"9990000000000108268\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668058\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108269\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108269\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108269\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108269\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108269\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108269\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108269\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108269\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789128\",\r\n                    \"endPointName\": \"9990000000000108269\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668059\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108270\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108270\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108270\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108270\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108270\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108270\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108270\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108270\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777940\",\r\n                    \"endPointName\": \"9990000000000108270\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668060\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108271\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108271\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108271\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108271\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108271\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108271\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108271\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108271\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765494\",\r\n                    \"endPointName\": \"9990000000000108271\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:04:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668061\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108272\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108272\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108272\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108272\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108272\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108272\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108272\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108272\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767407\",\r\n                    \"endPointName\": \"9990000000000108272\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668062\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108273\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108273\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108273\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108273\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108273\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108273\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108273\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108273\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789129\",\r\n                    \"endPointName\": \"9990000000000108273\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668063\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108274\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108274\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108274\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108274\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108274\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108274\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108274\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108274\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781239\",\r\n                    \"endPointName\": \"9990000000000108274\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668064\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108275\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108275\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108275\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108275\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108275\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108275\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108275\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108275\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776874\",\r\n                    \"endPointName\": \"9990000000000108275\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668065\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108276\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108276\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108276\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108276\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108276\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108276\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108276\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108276\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767408\",\r\n                    \"endPointName\": \"9990000000000108276\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668066\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108277\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108277\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108277\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108277\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108277\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108277\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108277\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108277\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780118\",\r\n                    \"endPointName\": \"9990000000000108277\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668067\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108278\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108278\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108278\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108278\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108278\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108278\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108278\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108278\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775183\",\r\n                    \"endPointName\": \"9990000000000108278\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668068\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108279\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108279\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108279\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108279\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108279\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108279\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108279\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108279\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768694\",\r\n                    \"endPointName\": \"9990000000000108279\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668069\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108280\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108280\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108280\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108280\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108280\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108280\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108280\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108280\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775084\",\r\n                    \"endPointName\": \"9990000000000108280\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668070\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108281\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108281\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108281\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108281\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108281\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108281\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108281\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108281\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767409\",\r\n                    \"endPointName\": \"9990000000000108281\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668071\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108282\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108282\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108282\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108282\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108282\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108282\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108282\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108282\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781240\",\r\n                    \"endPointName\": \"9990000000000108282\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668072\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108283\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108283\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108283\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108283\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108283\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108283\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108283\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108283\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811431\",\r\n                    \"endPointName\": \"9990000000000108283\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:39:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668073\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108284\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108284\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108284\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108284\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108284\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108284\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108284\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108284\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801322\",\r\n                    \"endPointName\": \"9990000000000108284\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668074\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108285\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108285\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108285\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108285\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108285\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108285\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108285\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108285\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784492\",\r\n                    \"endPointName\": \"9990000000000108285\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668075\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108286\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108286\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108286\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108286\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108286\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108286\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108286\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108286\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767410\",\r\n                    \"endPointName\": \"9990000000000108286\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668076\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108287\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108287\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108287\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108287\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108287\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108287\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108287\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108287\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776875\",\r\n                    \"endPointName\": \"9990000000000108287\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:20:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668077\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108288\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108288\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108288\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108288\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108288\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108288\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108288\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108288\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776458\",\r\n                    \"endPointName\": \"9990000000000108288\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668078\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108289\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108289\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108289\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108289\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108289\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108289\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108289\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108289\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767337\",\r\n                    \"endPointName\": \"9990000000000108289\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668079\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108290\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108290\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108290\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108290\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108290\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108290\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108290\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108290\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768824\",\r\n                    \"endPointName\": \"9990000000000108290\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668080\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108291\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108291\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108291\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108291\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108291\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108291\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108291\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108291\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771965\",\r\n                    \"endPointName\": \"9990000000000108291\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668081\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108292\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108292\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108292\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108292\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108292\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108292\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108292\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108292\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768695\",\r\n                    \"endPointName\": \"9990000000000108292\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668082\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108293\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108293\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108293\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108293\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108293\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108293\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108293\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108293\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783340\",\r\n                    \"endPointName\": \"9990000000000108293\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668083\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108294\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108294\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108294\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108294\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108294\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108294\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108294\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108294\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775184\",\r\n                    \"endPointName\": \"9990000000000108294\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668084\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108295\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108295\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108295\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108295\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108295\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108295\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108295\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108295\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768696\",\r\n                    \"endPointName\": \"9990000000000108295\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668085\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108296\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108296\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108296\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108296\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108296\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108296\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108296\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108296\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778648\",\r\n                    \"endPointName\": \"9990000000000108296\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668086\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108297\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108297\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108297\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108297\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108297\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108297\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108297\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108297\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800270\",\r\n                    \"endPointName\": \"9990000000000108297\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668087\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108298\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108298\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108298\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108298\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108298\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108298\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108298\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108298\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801324\",\r\n                    \"endPointName\": \"9990000000000108298\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668088\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108299\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108299\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108299\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108299\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108299\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108299\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108299\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108299\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771966\",\r\n                    \"endPointName\": \"9990000000000108299\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668089\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108300\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108300\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108300\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108300\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108300\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108300\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108300\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108300\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780119\",\r\n                    \"endPointName\": \"9990000000000108300\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668090\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108301\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108301\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108301\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108301\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108301\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108301\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108301\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108301\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775085\",\r\n                    \"endPointName\": \"9990000000000108301\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668091\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108302\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108302\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108302\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108302\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108302\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108302\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108302\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108302\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771967\",\r\n                    \"endPointName\": \"9990000000000108302\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668092\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108303\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108303\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108303\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108303\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108303\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108303\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108303\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108303\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767411\",\r\n                    \"endPointName\": \"9990000000000108303\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668093\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108304\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108304\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108304\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108304\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108304\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108304\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108304\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108304\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776459\",\r\n                    \"endPointName\": \"9990000000000108304\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668094\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108305\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108305\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108305\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108305\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108305\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108305\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108305\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108305\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767412\",\r\n                    \"endPointName\": \"9990000000000108305\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668095\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108306\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108306\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108306\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108306\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108306\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108306\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108306\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108306\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767338\",\r\n                    \"endPointName\": \"9990000000000108306\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668096\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108307\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108307\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108307\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108307\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108307\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108307\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108307\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108307\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765548\",\r\n                    \"endPointName\": \"9990000000000108307\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:06:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668097\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108308\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108308\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108308\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108308\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108308\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108308\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108308\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108308\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811432\",\r\n                    \"endPointName\": \"9990000000000108308\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:39:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668098\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108309\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108309\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108309\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108309\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108309\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108309\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108309\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108309\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801326\",\r\n                    \"endPointName\": \"9990000000000108309\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668099\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108310\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108310\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108310\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108310\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108310\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108310\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108310\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108310\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767339\",\r\n                    \"endPointName\": \"9990000000000108310\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668100\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108311\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108311\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108311\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108311\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108311\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108311\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108311\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108311\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776460\",\r\n                    \"endPointName\": \"9990000000000108311\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668101\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108312\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108312\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108312\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108312\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108312\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108312\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108312\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108312\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784493\",\r\n                    \"endPointName\": \"9990000000000108312\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668102\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108313\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108313\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108313\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108313\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108313\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108313\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108313\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108313\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777941\",\r\n                    \"endPointName\": \"9990000000000108313\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668103\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108314\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108314\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108314\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108314\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108314\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108314\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108314\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108314\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767413\",\r\n                    \"endPointName\": \"9990000000000108314\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668104\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108315\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108315\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108315\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108315\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108315\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108315\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108315\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108315\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775185\",\r\n                    \"endPointName\": \"9990000000000108315\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668105\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108316\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108316\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108316\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108316\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108316\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108316\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108316\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108316\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768697\",\r\n                    \"endPointName\": \"9990000000000108316\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668106\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108317\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108317\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108317\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108317\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108317\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108317\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108317\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108317\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783341\",\r\n                    \"endPointName\": \"9990000000000108317\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:57:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668107\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108318\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108318\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108318\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108318\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108318\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108318\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108318\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108318\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765549\",\r\n                    \"endPointName\": \"9990000000000108318\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:06:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668108\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108319\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108319\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108319\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108319\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108319\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108319\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108319\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108319\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800272\",\r\n                    \"endPointName\": \"9990000000000108319\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668109\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108320\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108320\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108320\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108320\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108320\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108320\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108320\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108320\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777942\",\r\n                    \"endPointName\": \"9990000000000108320\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668110\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108321\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108321\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108321\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108321\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108321\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108321\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108321\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108321\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783342\",\r\n                    \"endPointName\": \"9990000000000108321\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668111\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108322\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108322\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108322\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108322\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108322\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108322\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108322\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108322\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789130\",\r\n                    \"endPointName\": \"9990000000000108322\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:38:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668112\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108323\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108323\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108323\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108323\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108323\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108323\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108323\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108323\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768698\",\r\n                    \"endPointName\": \"9990000000000108323\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668113\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108324\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108324\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108324\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108324\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108324\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108324\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108324\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108324\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770573\",\r\n                    \"endPointName\": \"9990000000000108324\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668114\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108325\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108325\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108325\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108325\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108325\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108325\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108325\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108325\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777943\",\r\n                    \"endPointName\": \"9990000000000108325\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668115\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108326\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108326\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108326\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108326\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108326\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108326\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108326\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108326\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811433\",\r\n                    \"endPointName\": \"9990000000000108326\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:39:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668116\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108327\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108327\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108327\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108327\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108327\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108327\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108327\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108327\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768699\",\r\n                    \"endPointName\": \"9990000000000108327\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668117\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108328\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108328\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108328\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108328\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108328\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108328\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108328\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108328\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800274\",\r\n                    \"endPointName\": \"9990000000000108328\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668118\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108329\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108329\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108329\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108329\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108329\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108329\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108329\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108329\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781241\",\r\n                    \"endPointName\": \"9990000000000108329\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668119\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108330\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108330\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108330\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108330\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108330\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108330\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108330\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108330\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770025\",\r\n                    \"endPointName\": \"9990000000000108330\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668120\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108331\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108331\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108331\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108331\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108331\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108331\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108331\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108331\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801328\",\r\n                    \"endPointName\": \"9990000000000108331\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668121\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108332\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108332\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108332\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108332\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108332\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108332\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108332\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108332\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777944\",\r\n                    \"endPointName\": \"9990000000000108332\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668122\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108333\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108333\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108333\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108333\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108333\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108333\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108333\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108333\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767340\",\r\n                    \"endPointName\": \"9990000000000108333\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668123\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108334\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108334\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108334\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108334\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108334\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108334\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108334\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108334\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789131\",\r\n                    \"endPointName\": \"9990000000000108334\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668124\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108335\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108335\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108335\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108335\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108335\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108335\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108335\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108335\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775086\",\r\n                    \"endPointName\": \"9990000000000108335\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668125\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108336\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108336\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108336\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108336\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108336\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108336\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108336\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108336\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770574\",\r\n                    \"endPointName\": \"9990000000000108336\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668126\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108337\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108337\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108337\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108337\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108337\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108337\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108337\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108337\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768048\",\r\n                    \"endPointName\": \"9990000000000108337\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668127\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108338\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108338\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108338\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108338\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108338\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108338\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108338\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108338\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801329\",\r\n                    \"endPointName\": \"9990000000000108338\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668128\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108339\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108339\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108339\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108339\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108339\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108339\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108339\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108339\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768079\",\r\n                    \"endPointName\": \"9990000000000108339\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668129\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108340\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108340\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108340\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108340\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108340\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108340\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108340\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108340\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778649\",\r\n                    \"endPointName\": \"9990000000000108340\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668130\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108341\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108341\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108341\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108341\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108341\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108341\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108341\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108341\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51780120\",\r\n                    \"endPointName\": \"9990000000000108341\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:34:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668131\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108342\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108342\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108342\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108342\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108342\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108342\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108342\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108342\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776876\",\r\n                    \"endPointName\": \"9990000000000108342\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668132\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108343\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108343\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108343\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108343\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108343\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108343\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108343\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108343\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765550\",\r\n                    \"endPointName\": \"9990000000000108343\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:06:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668133\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108344\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108344\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108344\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108344\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108344\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108344\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108344\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108344\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767341\",\r\n                    \"endPointName\": \"9990000000000108344\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668134\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108345\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108345\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108345\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108345\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108345\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108345\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108345\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108345\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767342\",\r\n                    \"endPointName\": \"9990000000000108345\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668135\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108346\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108346\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108346\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108346\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108346\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108346\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108346\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108346\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767414\",\r\n                    \"endPointName\": \"9990000000000108346\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668136\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108347\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108347\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108347\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108347\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108347\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108347\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108347\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108347\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783343\",\r\n                    \"endPointName\": \"9990000000000108347\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668137\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108348\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108348\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108348\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108348\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108348\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108348\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108348\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108348\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811434\",\r\n                    \"endPointName\": \"9990000000000108348\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668138\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108349\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108349\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108349\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108349\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108349\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108349\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108349\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108349\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768700\",\r\n                    \"endPointName\": \"9990000000000108349\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668139\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108350\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108350\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108350\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108350\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108350\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108350\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108350\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108350\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800276\",\r\n                    \"endPointName\": \"9990000000000108350\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668140\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108351\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108351\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108351\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108351\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108351\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108351\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108351\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108351\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800278\",\r\n                    \"endPointName\": \"9990000000000108351\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668141\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108352\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108352\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108352\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108352\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108352\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108352\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108352\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108352\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775186\",\r\n                    \"endPointName\": \"9990000000000108352\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668142\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108353\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108353\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108353\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108353\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108353\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108353\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108353\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108353\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776877\",\r\n                    \"endPointName\": \"9990000000000108353\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668143\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108354\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108354\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108354\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108354\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108354\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108354\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108354\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108354\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784494\",\r\n                    \"endPointName\": \"9990000000000108354\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668144\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108355\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108355\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108355\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108355\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108355\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108355\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108355\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108355\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775187\",\r\n                    \"endPointName\": \"9990000000000108355\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668145\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108356\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108356\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108356\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108356\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108356\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108356\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108356\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108356\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776461\",\r\n                    \"endPointName\": \"9990000000000108356\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668146\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108357\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108357\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108357\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108357\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108357\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108357\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108357\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108357\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789132\",\r\n                    \"endPointName\": \"9990000000000108357\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668147\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108358\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108358\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108358\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108358\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108358\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108358\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108358\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108358\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777945\",\r\n                    \"endPointName\": \"9990000000000108358\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668148\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108359\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108359\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108359\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108359\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108359\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108359\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108359\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108359\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777946\",\r\n                    \"endPointName\": \"9990000000000108359\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668149\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108360\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108360\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108360\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108360\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108360\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108360\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108360\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108360\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768049\",\r\n                    \"endPointName\": \"9990000000000108360\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668150\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108361\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108361\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108361\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108361\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108361\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108361\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108361\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108361\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771968\",\r\n                    \"endPointName\": \"9990000000000108361\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668151\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108362\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108362\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108362\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108362\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108362\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108362\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108362\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108362\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775188\",\r\n                    \"endPointName\": \"9990000000000108362\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668152\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108363\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108363\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108363\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108363\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108363\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108363\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108363\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108363\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789133\",\r\n                    \"endPointName\": \"9990000000000108363\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668153\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108364\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108364\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108364\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108364\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108364\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108364\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108364\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108364\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777947\",\r\n                    \"endPointName\": \"9990000000000108364\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668154\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108365\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108365\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108365\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108365\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108365\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108365\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108365\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108365\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783344\",\r\n                    \"endPointName\": \"9990000000000108365\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668155\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108366\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108366\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108366\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108366\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108366\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108366\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108366\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108366\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783345\",\r\n                    \"endPointName\": \"9990000000000108366\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668156\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108367\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108367\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108367\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108367\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108367\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108367\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108367\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108367\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770441\",\r\n                    \"endPointName\": \"9990000000000108367\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668157\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108368\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108368\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108368\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108368\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108368\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108368\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108368\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108368\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771969\",\r\n                    \"endPointName\": \"9990000000000108368\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668158\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108369\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108369\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108369\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108369\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108369\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108369\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108369\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108369\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811435\",\r\n                    \"endPointName\": \"9990000000000108369\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668159\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108370\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108370\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108370\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108370\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108370\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108370\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108370\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108370\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801330\",\r\n                    \"endPointName\": \"9990000000000108370\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668160\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108371\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108371\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108371\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108371\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108371\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108371\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108371\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108371\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770026\",\r\n                    \"endPointName\": \"9990000000000108371\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668161\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108372\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108372\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108372\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108372\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108372\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108372\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108372\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108372\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768825\",\r\n                    \"endPointName\": \"9990000000000108372\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668162\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108373\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108373\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108373\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108373\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108373\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108373\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108373\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108373\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801331\",\r\n                    \"endPointName\": \"9990000000000108373\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668163\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108374\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108374\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108374\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108374\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108374\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108374\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108374\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108374\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771970\",\r\n                    \"endPointName\": \"9990000000000108374\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668164\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108375\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108375\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108375\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108375\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108375\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108375\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108375\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108375\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768826\",\r\n                    \"endPointName\": \"9990000000000108375\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668165\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108376\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108376\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108376\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108376\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108376\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108376\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108376\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108376\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776878\",\r\n                    \"endPointName\": \"9990000000000108376\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668166\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108377\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108377\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108377\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108377\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108377\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108377\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108377\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108377\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777948\",\r\n                    \"endPointName\": \"9990000000000108377\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668167\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108378\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108378\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108378\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108378\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108378\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108378\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108378\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108378\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777949\",\r\n                    \"endPointName\": \"9990000000000108378\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668168\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108379\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108379\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108379\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108379\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108379\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108379\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108379\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108379\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768701\",\r\n                    \"endPointName\": \"9990000000000108379\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:39:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668169\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108380\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108380\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108380\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108380\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108380\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108380\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108380\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108380\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767343\",\r\n                    \"endPointName\": \"9990000000000108380\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668170\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108381\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108381\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108381\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108381\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108381\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108381\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108381\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108381\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775189\",\r\n                    \"endPointName\": \"9990000000000108381\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668171\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108382\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108382\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108382\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108382\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108382\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108382\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108382\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108382\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775190\",\r\n                    \"endPointName\": \"9990000000000108382\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668172\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108383\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108383\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108383\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108383\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108383\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108383\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108383\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108383\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775191\",\r\n                    \"endPointName\": \"9990000000000108383\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668173\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108384\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108384\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108384\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108384\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108384\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108384\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108384\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108384\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778650\",\r\n                    \"endPointName\": \"9990000000000108384\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668174\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108385\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108385\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108385\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108385\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108385\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108385\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108385\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108385\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784495\",\r\n                    \"endPointName\": \"9990000000000108385\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668175\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108386\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108386\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108386\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108386\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108386\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108386\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108386\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108386\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769654\",\r\n                    \"endPointName\": \"9990000000000108386\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668176\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108387\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108387\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108387\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108387\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108387\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108387\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108387\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108387\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767344\",\r\n                    \"endPointName\": \"9990000000000108387\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668177\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108388\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108388\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108388\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108388\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108388\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108388\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108388\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108388\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770575\",\r\n                    \"endPointName\": \"9990000000000108388\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668178\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108389\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108389\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108389\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108389\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108389\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108389\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108389\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108389\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767345\",\r\n                    \"endPointName\": \"9990000000000108389\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668179\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108390\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108390\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108390\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108390\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108390\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108390\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108390\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108390\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770027\",\r\n                    \"endPointName\": \"9990000000000108390\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668180\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108391\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108391\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108391\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108391\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108391\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108391\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108391\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108391\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783346\",\r\n                    \"endPointName\": \"9990000000000108391\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668181\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108392\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108392\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108392\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108392\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108392\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108392\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108392\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108392\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767346\",\r\n                    \"endPointName\": \"9990000000000108392\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:52:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668182\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108393\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108393\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108393\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108393\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108393\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108393\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108393\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108393\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775087\",\r\n                    \"endPointName\": \"9990000000000108393\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668183\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108394\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108394\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108394\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108394\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108394\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108394\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108394\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108394\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777950\",\r\n                    \"endPointName\": \"9990000000000108394\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668184\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108395\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108395\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108395\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108395\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108395\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108395\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108395\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108395\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771971\",\r\n                    \"endPointName\": \"9990000000000108395\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668185\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108396\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108396\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108396\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108396\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108396\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108396\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108396\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108396\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776879\",\r\n                    \"endPointName\": \"9990000000000108396\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668186\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108397\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108397\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108397\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108397\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108397\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108397\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108397\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108397\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768050\",\r\n                    \"endPointName\": \"9990000000000108397\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668187\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108398\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108398\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108398\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108398\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108398\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108398\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108398\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108398\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783347\",\r\n                    \"endPointName\": \"9990000000000108398\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668188\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108399\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108399\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108399\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108399\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108399\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108399\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108399\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108399\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781242\",\r\n                    \"endPointName\": \"9990000000000108399\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668189\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108400\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108400\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108400\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108400\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108400\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108400\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108400\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108400\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784496\",\r\n                    \"endPointName\": \"9990000000000108400\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:48:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668190\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108401\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108401\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108401\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108401\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108401\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108401\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108401\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108401\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768827\",\r\n                    \"endPointName\": \"9990000000000108401\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668191\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108402\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108402\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108402\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108402\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108402\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108402\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108402\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108402\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775088\",\r\n                    \"endPointName\": \"9990000000000108402\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668192\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108403\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108403\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108403\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108403\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108403\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108403\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108403\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108403\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767415\",\r\n                    \"endPointName\": \"9990000000000108403\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668193\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108404\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108404\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108404\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108404\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108404\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108404\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108404\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108404\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789134\",\r\n                    \"endPointName\": \"9990000000000108404\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668194\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108405\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108405\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108405\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108405\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108405\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108405\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108405\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108405\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770028\",\r\n                    \"endPointName\": \"9990000000000108405\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668195\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108406\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108406\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108406\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108406\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108406\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108406\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108406\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108406\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771972\",\r\n                    \"endPointName\": \"9990000000000108406\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668196\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108407\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108407\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108407\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108407\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108407\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108407\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108407\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108407\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768051\",\r\n                    \"endPointName\": \"9990000000000108407\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668197\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108408\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108408\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108408\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108408\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108408\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108408\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108408\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108408\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770576\",\r\n                    \"endPointName\": \"9990000000000108408\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668198\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108409\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108409\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108409\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108409\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108409\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108409\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108409\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108409\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770577\",\r\n                    \"endPointName\": \"9990000000000108409\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:28:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668199\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108410\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108410\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108410\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108410\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108410\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108410\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108410\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108410\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775089\",\r\n                    \"endPointName\": \"9990000000000108410\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668200\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108411\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108411\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108411\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108411\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108411\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108411\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108411\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108411\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767347\",\r\n                    \"endPointName\": \"9990000000000108411\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668201\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108412\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108412\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108412\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108412\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108412\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108412\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108412\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108412\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775090\",\r\n                    \"endPointName\": \"9990000000000108412\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668202\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108413\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108413\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108413\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108413\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108413\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108413\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108413\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108413\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775192\",\r\n                    \"endPointName\": \"9990000000000108413\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668203\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108414\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108414\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108414\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108414\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108414\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108414\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108414\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108414\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775193\",\r\n                    \"endPointName\": \"9990000000000108414\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668204\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108415\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108415\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108415\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108415\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108415\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108415\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108415\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108415\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769655\",\r\n                    \"endPointName\": \"9990000000000108415\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668205\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108416\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108416\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108416\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108416\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108416\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108416\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108416\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108416\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775091\",\r\n                    \"endPointName\": \"9990000000000108416\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668206\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108417\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108417\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108417\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108417\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108417\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108417\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108417\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108417\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768052\",\r\n                    \"endPointName\": \"9990000000000108417\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668207\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108418\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108418\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108418\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108418\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108418\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108418\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108418\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108418\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776462\",\r\n                    \"endPointName\": \"9990000000000108418\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668208\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108419\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108419\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108419\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108419\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108419\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108419\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108419\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108419\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771973\",\r\n                    \"endPointName\": \"9990000000000108419\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668209\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108420\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108420\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108420\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108420\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108420\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108420\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108420\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108420\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771974\",\r\n                    \"endPointName\": \"9990000000000108420\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668210\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108421\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108421\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108421\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108421\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108421\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108421\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108421\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108421\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767416\",\r\n                    \"endPointName\": \"9990000000000108421\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668211\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108422\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108422\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108422\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108422\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108422\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108422\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108422\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108422\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768053\",\r\n                    \"endPointName\": \"9990000000000108422\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668212\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108423\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108423\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108423\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108423\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108423\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108423\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108423\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108423\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770442\",\r\n                    \"endPointName\": \"9990000000000108423\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668213\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108424\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108424\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108424\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108424\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108424\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108424\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108424\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108424\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771975\",\r\n                    \"endPointName\": \"9990000000000108424\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668214\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108425\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108425\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108425\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108425\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108425\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108425\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108425\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108425\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783348\",\r\n                    \"endPointName\": \"9990000000000108425\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668215\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108426\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108426\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108426\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108426\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108426\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108426\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108426\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108426\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767348\",\r\n                    \"endPointName\": \"9990000000000108426\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668216\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108427\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108427\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108427\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108427\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108427\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108427\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108427\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108427\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801333\",\r\n                    \"endPointName\": \"9990000000000108427\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668217\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108428\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108428\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108428\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108428\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108428\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108428\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108428\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108428\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765551\",\r\n                    \"endPointName\": \"9990000000000108428\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668218\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108429\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108429\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108429\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108429\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108429\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108429\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108429\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108429\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811436\",\r\n                    \"endPointName\": \"9990000000000108429\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668219\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108430\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108430\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108430\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108430\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108430\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108430\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108430\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108430\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789135\",\r\n                    \"endPointName\": \"9990000000000108430\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668220\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108431\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108431\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108431\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108431\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108431\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108431\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108431\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108431\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770029\",\r\n                    \"endPointName\": \"9990000000000108431\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668221\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108432\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108432\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108432\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108432\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108432\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108432\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108432\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108432\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769656\",\r\n                    \"endPointName\": \"9990000000000108432\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668222\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108433\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108433\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108433\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108433\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108433\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108433\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108433\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108433\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811437\",\r\n                    \"endPointName\": \"9990000000000108433\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668223\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108434\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108434\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108434\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108434\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108434\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108434\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108434\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108434\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775092\",\r\n                    \"endPointName\": \"9990000000000108434\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668224\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108435\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108435\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108435\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108435\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108435\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108435\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108435\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108435\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767349\",\r\n                    \"endPointName\": \"9990000000000108435\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668225\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108436\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108436\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108436\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108436\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108436\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108436\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108436\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108436\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770030\",\r\n                    \"endPointName\": \"9990000000000108436\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668226\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108437\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108437\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108437\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108437\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108437\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108437\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108437\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108437\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789136\",\r\n                    \"endPointName\": \"9990000000000108437\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668227\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108438\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108438\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108438\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108438\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108438\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108438\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108438\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108438\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776880\",\r\n                    \"endPointName\": \"9990000000000108438\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668228\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108439\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108439\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108439\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108439\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108439\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108439\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108439\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108439\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768828\",\r\n                    \"endPointName\": \"9990000000000108439\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668229\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108440\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108440\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108440\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108440\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108440\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108440\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108440\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108440\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776881\",\r\n                    \"endPointName\": \"9990000000000108440\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668230\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108441\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108441\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108441\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108441\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108441\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108441\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108441\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108441\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800280\",\r\n                    \"endPointName\": \"9990000000000108441\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668231\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108442\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108442\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108442\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108442\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108442\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108442\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108442\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108442\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775194\",\r\n                    \"endPointName\": \"9990000000000108442\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668232\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108443\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108443\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108443\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108443\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108443\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108443\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108443\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108443\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770872\",\r\n                    \"endPointName\": \"9990000000000108443\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668233\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108444\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108444\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108444\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108444\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108444\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108444\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108444\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108444\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767417\",\r\n                    \"endPointName\": \"9990000000000108444\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668234\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108445\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108445\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108445\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108445\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108445\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108445\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108445\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108445\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784497\",\r\n                    \"endPointName\": \"9990000000000108445\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668235\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108446\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108446\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108446\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108446\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108446\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108446\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108446\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108446\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800282\",\r\n                    \"endPointName\": \"9990000000000108446\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668236\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108447\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108447\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108447\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108447\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108447\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108447\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108447\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108447\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768829\",\r\n                    \"endPointName\": \"9990000000000108447\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668237\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108448\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108448\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108448\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108448\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108448\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108448\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108448\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108448\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777951\",\r\n                    \"endPointName\": \"9990000000000108448\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:44:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668238\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108449\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108449\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108449\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108449\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108449\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108449\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108449\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108449\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811438\",\r\n                    \"endPointName\": \"9990000000000108449\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668239\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108450\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108450\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108450\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108450\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108450\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108450\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108450\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108450\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766263\",\r\n                    \"endPointName\": \"9990000000000108450\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668240\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108451\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108451\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108451\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108451\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108451\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108451\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108451\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108451\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771976\",\r\n                    \"endPointName\": \"9990000000000108451\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668241\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108452\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108452\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108452\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108452\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108452\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108452\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108452\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108452\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784498\",\r\n                    \"endPointName\": \"9990000000000108452\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668242\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108453\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108453\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108453\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108453\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108453\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108453\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108453\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108453\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770031\",\r\n                    \"endPointName\": \"9990000000000108453\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668243\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108454\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108454\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108454\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108454\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108454\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108454\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108454\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108454\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768054\",\r\n                    \"endPointName\": \"9990000000000108454\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:16:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668244\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108455\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108455\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108455\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108455\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108455\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108455\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108455\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108455\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770443\",\r\n                    \"endPointName\": \"9990000000000108455\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668245\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108456\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108456\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108456\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108456\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108456\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108456\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108456\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108456\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767350\",\r\n                    \"endPointName\": \"9990000000000108456\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668246\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108457\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108457\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108457\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108457\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108457\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108457\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108457\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108457\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765552\",\r\n                    \"endPointName\": \"9990000000000108457\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668247\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108458\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108458\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108458\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108458\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108458\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108458\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108458\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108458\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768830\",\r\n                    \"endPointName\": \"9990000000000108458\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668248\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108459\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108459\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108459\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108459\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108459\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108459\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108459\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108459\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776882\",\r\n                    \"endPointName\": \"9990000000000108459\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668249\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108460\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108460\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108460\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108460\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108460\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108460\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108460\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108460\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781243\",\r\n                    \"endPointName\": \"9990000000000108460\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668250\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108461\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108461\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108461\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108461\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108461\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108461\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108461\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108461\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783349\",\r\n                    \"endPointName\": \"9990000000000108461\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668251\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108462\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108462\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108462\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108462\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108462\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108462\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108462\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108462\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51811439\",\r\n                    \"endPointName\": \"9990000000000108462\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"03/03/2023 21:40:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668252\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108463\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108463\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108463\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108463\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108463\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108463\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108463\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108463\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765553\",\r\n                    \"endPointName\": \"9990000000000108463\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668253\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108464\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108464\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108464\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108464\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108464\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108464\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108464\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108464\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766264\",\r\n                    \"endPointName\": \"9990000000000108464\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668254\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108465\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108465\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108465\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108465\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108465\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108465\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108465\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108465\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767418\",\r\n                    \"endPointName\": \"9990000000000108465\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668255\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108466\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108466\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108466\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108466\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108466\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108466\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108466\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108466\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770873\",\r\n                    \"endPointName\": \"9990000000000108466\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668256\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108467\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108467\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108467\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108467\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108467\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108467\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108467\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108467\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769657\",\r\n                    \"endPointName\": \"9990000000000108467\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668257\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108468\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108468\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108468\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108468\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108468\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108468\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108468\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108468\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784499\",\r\n                    \"endPointName\": \"9990000000000108468\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668258\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108469\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108469\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108469\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108469\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108469\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108469\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108469\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108469\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771977\",\r\n                    \"endPointName\": \"9990000000000108469\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668259\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108470\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108470\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108470\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108470\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108470\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108470\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108470\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108470\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789137\",\r\n                    \"endPointName\": \"9990000000000108470\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668260\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108471\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108471\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108471\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108471\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108471\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108471\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108471\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108471\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778651\",\r\n                    \"endPointName\": \"9990000000000108471\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668261\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108472\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108472\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108472\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108472\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108472\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108472\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108472\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108472\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778652\",\r\n                    \"endPointName\": \"9990000000000108472\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668262\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108473\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108473\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108473\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108473\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108473\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108473\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108473\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108473\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777673\",\r\n                    \"endPointName\": \"9990000000000108473\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:36:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668263\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108474\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108474\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108474\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108474\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108474\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108474\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108474\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108474\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770444\",\r\n                    \"endPointName\": \"9990000000000108474\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668264\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108475\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108475\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108475\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108475\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108475\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108475\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108475\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108475\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783350\",\r\n                    \"endPointName\": \"9990000000000108475\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668265\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108476\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108476\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108476\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108476\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108476\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108476\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108476\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108476\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800284\",\r\n                    \"endPointName\": \"9990000000000108476\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:49:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668266\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108477\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108477\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108477\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108477\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108477\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108477\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108477\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108477\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770032\",\r\n                    \"endPointName\": \"9990000000000108477\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668267\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108478\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108478\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108478\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108478\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108478\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108478\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108478\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108478\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801335\",\r\n                    \"endPointName\": \"9990000000000108478\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668268\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108479\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108479\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108479\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108479\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108479\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108479\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108479\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108479\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765554\",\r\n                    \"endPointName\": \"9990000000000108479\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668269\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108480\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108480\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108480\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108480\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108480\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108480\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108480\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108480\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789138\",\r\n                    \"endPointName\": \"9990000000000108480\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668270\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108481\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108481\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108481\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108481\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108481\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108481\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108481\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108481\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768831\",\r\n                    \"endPointName\": \"9990000000000108481\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668271\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108482\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108482\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108482\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108482\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108482\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108482\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108482\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108482\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769658\",\r\n                    \"endPointName\": \"9990000000000108482\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668272\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108483\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108483\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108483\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108483\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108483\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108483\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108483\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108483\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789139\",\r\n                    \"endPointName\": \"9990000000000108483\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668273\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108484\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108484\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108484\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108484\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108484\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108484\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108484\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108484\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776883\",\r\n                    \"endPointName\": \"9990000000000108484\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668274\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108485\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108485\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108485\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108485\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108485\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108485\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108485\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108485\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776884\",\r\n                    \"endPointName\": \"9990000000000108485\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668275\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108486\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108486\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108486\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108486\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108486\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108486\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108486\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108486\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769659\",\r\n                    \"endPointName\": \"9990000000000108486\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:04:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668276\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108487\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108487\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108487\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108487\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108487\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108487\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108487\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108487\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769660\",\r\n                    \"endPointName\": \"9990000000000108487\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668277\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108488\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108488\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108488\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108488\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108488\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108488\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108488\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108488\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770033\",\r\n                    \"endPointName\": \"9990000000000108488\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668278\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108489\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108489\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108489\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108489\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108489\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108489\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108489\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108489\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770445\",\r\n                    \"endPointName\": \"9990000000000108489\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668279\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108490\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108490\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108490\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108490\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108490\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108490\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108490\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108490\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776885\",\r\n                    \"endPointName\": \"9990000000000108490\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668280\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108491\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108491\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108491\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108491\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108491\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108491\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108491\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108491\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768080\",\r\n                    \"endPointName\": \"9990000000000108491\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668281\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108492\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108492\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108492\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108492\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108492\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108492\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108492\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108492\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775093\",\r\n                    \"endPointName\": \"9990000000000108492\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668282\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108493\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108493\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108493\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108493\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108493\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108493\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108493\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108493\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790761\",\r\n                    \"endPointName\": \"9990000000000108493\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668283\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108494\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108494\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108494\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108494\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108494\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108494\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108494\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108494\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784324\",\r\n                    \"endPointName\": \"9990000000000108494\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668284\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108495\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108495\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108495\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108495\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108495\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108495\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108495\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108495\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775195\",\r\n                    \"endPointName\": \"9990000000000108495\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668285\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108496\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108496\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108496\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108496\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108496\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108496\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108496\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108496\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776886\",\r\n                    \"endPointName\": \"9990000000000108496\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668286\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108497\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108497\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108497\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108497\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108497\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108497\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108497\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108497\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766265\",\r\n                    \"endPointName\": \"9990000000000108497\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668287\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108498\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108498\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108498\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108498\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108498\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108498\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108498\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108498\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790762\",\r\n                    \"endPointName\": \"9990000000000108498\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668288\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108499\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108499\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108499\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108499\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108499\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108499\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108499\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108499\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767351\",\r\n                    \"endPointName\": \"9990000000000108499\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668289\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108500\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108500\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108500\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108500\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108500\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108500\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108500\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108500\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790763\",\r\n                    \"endPointName\": \"9990000000000108500\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668290\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108501\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108501\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108501\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108501\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108501\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108501\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108501\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108501\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768832\",\r\n                    \"endPointName\": \"9990000000000108501\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668291\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108502\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108502\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108502\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108502\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108502\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108502\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108502\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108502\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770874\",\r\n                    \"endPointName\": \"9990000000000108502\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668292\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108503\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108503\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108503\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108503\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108503\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108503\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108503\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108503\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775094\",\r\n                    \"endPointName\": \"9990000000000108503\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668293\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108504\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108504\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108504\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108504\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108504\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108504\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108504\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108504\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769661\",\r\n                    \"endPointName\": \"9990000000000108504\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668294\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108505\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108505\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108505\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108505\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108505\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108505\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108505\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108505\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790764\",\r\n                    \"endPointName\": \"9990000000000108505\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668295\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108506\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108506\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108506\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108506\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108506\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108506\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108506\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108506\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770875\",\r\n                    \"endPointName\": \"9990000000000108506\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668296\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108507\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108507\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108507\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108507\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108507\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108507\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108507\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108507\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767352\",\r\n                    \"endPointName\": \"9990000000000108507\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668297\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108508\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108508\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108508\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108508\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108508\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108508\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108508\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108508\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770034\",\r\n                    \"endPointName\": \"9990000000000108508\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668298\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108509\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108509\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108509\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108509\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108509\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108509\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108509\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108509\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778653\",\r\n                    \"endPointName\": \"9990000000000108509\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668299\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108510\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108510\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108510\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108510\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108510\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108510\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108510\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108510\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770876\",\r\n                    \"endPointName\": \"9990000000000108510\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668300\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108511\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108511\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108511\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108511\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108511\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108511\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108511\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108511\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767353\",\r\n                    \"endPointName\": \"9990000000000108511\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668301\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108512\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108512\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108512\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108512\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108512\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108512\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108512\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108512\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789140\",\r\n                    \"endPointName\": \"9990000000000108512\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668302\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108513\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108513\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108513\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108513\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108513\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108513\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108513\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108513\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766266\",\r\n                    \"endPointName\": \"9990000000000108513\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668303\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108514\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108514\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108514\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108514\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108514\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108514\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108514\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108514\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770446\",\r\n                    \"endPointName\": \"9990000000000108514\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668304\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108515\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108515\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108515\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108515\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108515\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108515\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108515\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108515\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776887\",\r\n                    \"endPointName\": \"9990000000000108515\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668305\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108516\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108516\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108516\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108516\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108516\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108516\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108516\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108516\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769662\",\r\n                    \"endPointName\": \"9990000000000108516\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668306\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108517\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108517\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108517\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108517\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108517\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108517\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108517\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108517\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800286\",\r\n                    \"endPointName\": \"9990000000000108517\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:50:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668307\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108518\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108518\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108518\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108518\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108518\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108518\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108518\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108518\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775095\",\r\n                    \"endPointName\": \"9990000000000108518\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668308\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108519\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108519\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108519\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108519\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108519\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108519\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108519\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108519\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783351\",\r\n                    \"endPointName\": \"9990000000000108519\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668309\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108520\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108520\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108520\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108520\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108520\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108520\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108520\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108520\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778304\",\r\n                    \"endPointName\": \"9990000000000108520\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:52:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668310\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108521\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108521\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108521\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108521\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108521\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108521\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108521\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108521\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766267\",\r\n                    \"endPointName\": \"9990000000000108521\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668311\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108522\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108522\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108522\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108522\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108522\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108522\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108522\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108522\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766268\",\r\n                    \"endPointName\": \"9990000000000108522\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668312\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108523\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108523\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108523\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108523\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108523\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108523\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108523\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108523\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768081\",\r\n                    \"endPointName\": \"9990000000000108523\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668313\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108524\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108524\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108524\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108524\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108524\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108524\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108524\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108524\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784325\",\r\n                    \"endPointName\": \"9990000000000108524\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668314\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108525\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108525\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108525\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108525\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108525\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108525\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108525\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108525\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778654\",\r\n                    \"endPointName\": \"9990000000000108525\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668315\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108526\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108526\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108526\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108526\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108526\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108526\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108526\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108526\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767419\",\r\n                    \"endPointName\": \"9990000000000108526\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:55:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668316\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108527\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108527\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108527\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108527\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108527\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108527\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108527\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108527\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776888\",\r\n                    \"endPointName\": \"9990000000000108527\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668317\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108528\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108528\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108528\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108528\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108528\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108528\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108528\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108528\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770447\",\r\n                    \"endPointName\": \"9990000000000108528\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668318\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108529\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108529\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108529\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108529\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108529\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108529\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108529\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108529\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776889\",\r\n                    \"endPointName\": \"9990000000000108529\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668319\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108530\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108530\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108530\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108530\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108530\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108530\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108530\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108530\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768833\",\r\n                    \"endPointName\": \"9990000000000108530\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668320\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108531\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108531\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108531\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108531\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108531\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108531\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108531\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108531\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767420\",\r\n                    \"endPointName\": \"9990000000000108531\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668321\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108532\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108532\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108532\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108532\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108532\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108532\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108532\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108532\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778655\",\r\n                    \"endPointName\": \"9990000000000108532\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668322\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108533\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108533\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108533\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108533\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108533\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108533\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108533\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108533\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51800287\",\r\n                    \"endPointName\": \"9990000000000108533\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 19:50:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668323\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108534\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108534\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108534\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108534\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108534\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108534\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108534\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108534\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769663\",\r\n                    \"endPointName\": \"9990000000000108534\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668324\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108535\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108535\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108535\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108535\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108535\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108535\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108535\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108535\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765555\",\r\n                    \"endPointName\": \"9990000000000108535\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668325\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108536\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108536\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108536\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108536\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108536\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108536\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108536\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108536\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767421\",\r\n                    \"endPointName\": \"9990000000000108536\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668326\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108537\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108537\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108537\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108537\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108537\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108537\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108537\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108537\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776463\",\r\n                    \"endPointName\": \"9990000000000108537\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668327\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108538\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108538\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108538\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108538\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108538\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108538\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108538\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108538\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770448\",\r\n                    \"endPointName\": \"9990000000000108538\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:24:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668328\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108539\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108539\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108539\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108539\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108539\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108539\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108539\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108539\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767354\",\r\n                    \"endPointName\": \"9990000000000108539\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668329\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108540\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108540\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108540\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108540\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108540\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108540\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108540\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108540\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775096\",\r\n                    \"endPointName\": \"9990000000000108540\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668330\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108541\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108541\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108541\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108541\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108541\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108541\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108541\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108541\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775097\",\r\n                    \"endPointName\": \"9990000000000108541\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668331\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108542\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108542\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108542\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108542\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108542\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108542\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108542\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108542\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766269\",\r\n                    \"endPointName\": \"9990000000000108542\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668332\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108543\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108543\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108543\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108543\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108543\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108543\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108543\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108543\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765556\",\r\n                    \"endPointName\": \"9990000000000108543\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668333\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108544\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108544\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108544\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108544\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108544\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108544\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108544\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108544\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789360\",\r\n                    \"endPointName\": \"9990000000000108544\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668334\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108545\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108545\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108545\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108545\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108545\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108545\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108545\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108545\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771978\",\r\n                    \"endPointName\": \"9990000000000108545\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668335\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108546\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108546\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108546\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108546\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108546\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108546\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108546\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108546\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771979\",\r\n                    \"endPointName\": \"9990000000000108546\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668336\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108547\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108547\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108547\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108547\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108547\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108547\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108547\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108547\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765557\",\r\n                    \"endPointName\": \"9990000000000108547\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668337\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108548\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108548\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108548\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108548\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108548\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108548\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108548\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108548\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801337\",\r\n                    \"endPointName\": \"9990000000000108548\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668338\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108549\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108549\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108549\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108549\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108549\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108549\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108549\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108549\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766270\",\r\n                    \"endPointName\": \"9990000000000108549\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:25:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668339\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108550\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108550\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108550\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108550\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108550\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108550\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108550\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108550\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776464\",\r\n                    \"endPointName\": \"9990000000000108550\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:00:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668340\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108551\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108551\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108551\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108551\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108551\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108551\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108551\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108551\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775196\",\r\n                    \"endPointName\": \"9990000000000108551\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668341\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108552\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108552\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108552\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108552\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108552\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108552\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108552\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108552\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781244\",\r\n                    \"endPointName\": \"9990000000000108552\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668342\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108553\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108553\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108553\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108553\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108553\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108553\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108553\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108553\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784500\",\r\n                    \"endPointName\": \"9990000000000108553\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668343\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108554\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108554\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108554\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108554\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108554\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108554\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108554\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108554\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784501\",\r\n                    \"endPointName\": \"9990000000000108554\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668344\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108555\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108555\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108555\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108555\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108555\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108555\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108555\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108555\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767355\",\r\n                    \"endPointName\": \"9990000000000108555\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668345\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108556\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108556\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108556\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108556\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108556\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108556\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108556\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108556\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768082\",\r\n                    \"endPointName\": \"9990000000000108556\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668346\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108557\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108557\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108557\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108557\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108557\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108557\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108557\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108557\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789361\",\r\n                    \"endPointName\": \"9990000000000108557\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668347\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108558\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108558\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108558\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108558\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108558\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108558\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108558\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108558\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781245\",\r\n                    \"endPointName\": \"9990000000000108558\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668348\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108559\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108559\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108559\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108559\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108559\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108559\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108559\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108559\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776890\",\r\n                    \"endPointName\": \"9990000000000108559\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668349\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108560\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108560\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108560\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108560\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108560\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108560\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108560\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108560\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770877\",\r\n                    \"endPointName\": \"9990000000000108560\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668350\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108561\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108561\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108561\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108561\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108561\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108561\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108561\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108561\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789362\",\r\n                    \"endPointName\": \"9990000000000108561\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668351\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108562\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108562\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108562\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108562\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108562\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108562\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108562\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108562\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771980\",\r\n                    \"endPointName\": \"9990000000000108562\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668352\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108563\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108563\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108563\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108563\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108563\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108563\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108563\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108563\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769664\",\r\n                    \"endPointName\": \"9990000000000108563\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668353\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108564\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108564\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108564\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108564\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108564\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108564\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108564\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108564\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776891\",\r\n                    \"endPointName\": \"9990000000000108564\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668354\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108565\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108565\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108565\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108565\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108565\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108565\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108565\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108565\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769665\",\r\n                    \"endPointName\": \"9990000000000108565\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668355\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108566\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108566\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108566\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108566\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108566\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108566\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108566\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108566\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784502\",\r\n                    \"endPointName\": \"9990000000000108566\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668356\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108567\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108567\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108567\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108567\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108567\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108567\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108567\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108567\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790765\",\r\n                    \"endPointName\": \"9990000000000108567\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668357\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108568\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108568\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108568\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108568\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108568\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108568\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108568\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108568\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784326\",\r\n                    \"endPointName\": \"9990000000000108568\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668358\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108569\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108569\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108569\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108569\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108569\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108569\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108569\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108569\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783352\",\r\n                    \"endPointName\": \"9990000000000108569\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668359\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108570\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108570\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108570\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108570\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108570\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108570\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108570\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108570\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770449\",\r\n                    \"endPointName\": \"9990000000000108570\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668360\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108571\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108571\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108571\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108571\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108571\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108571\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108571\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108571\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789363\",\r\n                    \"endPointName\": \"9990000000000108571\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668361\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108572\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108572\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108572\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108572\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108572\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108572\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108572\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108572\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781246\",\r\n                    \"endPointName\": \"9990000000000108572\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668362\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108573\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108573\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108573\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108573\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108573\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108573\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108573\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108573\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781247\",\r\n                    \"endPointName\": \"9990000000000108573\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668363\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108574\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108574\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108574\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108574\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108574\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108574\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108574\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108574\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768834\",\r\n                    \"endPointName\": \"9990000000000108574\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668364\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108575\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108575\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108575\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108575\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108575\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108575\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108575\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108575\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784327\",\r\n                    \"endPointName\": \"9990000000000108575\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668365\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108576\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108576\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108576\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108576\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108576\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108576\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108576\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108576\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771981\",\r\n                    \"endPointName\": \"9990000000000108576\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668366\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108577\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108577\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108577\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108577\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108577\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108577\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108577\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108577\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765558\",\r\n                    \"endPointName\": \"9990000000000108577\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668367\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108578\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108578\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108578\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108578\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108578\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108578\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108578\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108578\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774685\",\r\n                    \"endPointName\": \"9990000000000108578\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:57:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668368\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108579\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108579\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108579\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108579\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108579\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108579\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108579\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108579\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776892\",\r\n                    \"endPointName\": \"9990000000000108579\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668369\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108580\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108580\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108580\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108580\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108580\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108580\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108580\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108580\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781248\",\r\n                    \"endPointName\": \"9990000000000108580\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668370\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108581\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108581\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108581\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108581\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108581\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108581\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108581\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108581\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767356\",\r\n                    \"endPointName\": \"9990000000000108581\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668371\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108582\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108582\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108582\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108582\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108582\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108582\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108582\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108582\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770035\",\r\n                    \"endPointName\": \"9990000000000108582\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668372\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108583\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108583\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108583\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108583\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108583\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108583\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108583\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108583\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784503\",\r\n                    \"endPointName\": \"9990000000000108583\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668373\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108584\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108584\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108584\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108584\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108584\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108584\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108584\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108584\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789141\",\r\n                    \"endPointName\": \"9990000000000108584\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668374\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108585\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108585\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108585\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108585\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108585\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108585\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108585\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108585\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769666\",\r\n                    \"endPointName\": \"9990000000000108585\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668375\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108586\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108586\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108586\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108586\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108586\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108586\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108586\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108586\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769667\",\r\n                    \"endPointName\": \"9990000000000108586\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668376\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108587\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108587\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108587\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108587\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108587\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108587\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108587\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108587\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784504\",\r\n                    \"endPointName\": \"9990000000000108587\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:49:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668377\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108588\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108588\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108588\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108588\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108588\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108588\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108588\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108588\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768289\",\r\n                    \"endPointName\": \"9990000000000108588\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668378\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108589\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108589\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108589\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108589\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108589\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108589\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108589\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108589\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783353\",\r\n                    \"endPointName\": \"9990000000000108589\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668379\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108590\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108590\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108590\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108590\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108590\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108590\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108590\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108590\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775098\",\r\n                    \"endPointName\": \"9990000000000108590\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668380\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108591\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108591\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108591\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108591\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108591\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108591\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108591\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108591\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768835\",\r\n                    \"endPointName\": \"9990000000000108591\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668381\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108592\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108592\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108592\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108592\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108592\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108592\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108592\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108592\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767422\",\r\n                    \"endPointName\": \"9990000000000108592\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668382\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108593\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108593\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108593\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108593\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108593\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108593\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108593\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108593\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770878\",\r\n                    \"endPointName\": \"9990000000000108593\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668383\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108594\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108594\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108594\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108594\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108594\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108594\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108594\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108594\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768290\",\r\n                    \"endPointName\": \"9990000000000108594\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668384\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108595\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108595\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108595\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108595\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108595\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108595\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108595\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108595\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768836\",\r\n                    \"endPointName\": \"9990000000000108595\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668385\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108596\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108596\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108596\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108596\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108596\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108596\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108596\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108596\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775197\",\r\n                    \"endPointName\": \"9990000000000108596\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668386\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108597\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108597\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108597\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108597\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108597\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108597\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108597\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108597\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775198\",\r\n                    \"endPointName\": \"9990000000000108597\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668387\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108598\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108598\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108598\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108598\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108598\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108598\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108598\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108598\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783354\",\r\n                    \"endPointName\": \"9990000000000108598\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668388\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108599\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108599\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108599\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108599\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108599\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108599\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108599\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108599\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770879\",\r\n                    \"endPointName\": \"9990000000000108599\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668389\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108600\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108600\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108600\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108600\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108600\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108600\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108600\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108600\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778656\",\r\n                    \"endPointName\": \"9990000000000108600\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668390\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108601\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108601\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108601\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108601\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108601\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108601\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108601\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108601\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766271\",\r\n                    \"endPointName\": \"9990000000000108601\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668391\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108602\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108602\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108602\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108602\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108602\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108602\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108602\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108602\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768291\",\r\n                    \"endPointName\": \"9990000000000108602\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668392\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108603\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108603\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108603\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108603\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108603\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108603\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108603\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108603\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768083\",\r\n                    \"endPointName\": \"9990000000000108603\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668393\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108604\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108604\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108604\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108604\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108604\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108604\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108604\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108604\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784328\",\r\n                    \"endPointName\": \"9990000000000108604\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668394\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108605\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108605\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108605\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108605\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108605\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108605\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108605\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108605\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769668\",\r\n                    \"endPointName\": \"9990000000000108605\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668395\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108606\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108606\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108606\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108606\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108606\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108606\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108606\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108606\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768292\",\r\n                    \"endPointName\": \"9990000000000108606\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668396\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108607\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108607\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108607\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108607\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108607\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108607\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108607\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108607\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765559\",\r\n                    \"endPointName\": \"9990000000000108607\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668397\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108608\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108608\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108608\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108608\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108608\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108608\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108608\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108608\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767423\",\r\n                    \"endPointName\": \"9990000000000108608\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668398\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108609\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108609\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108609\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108609\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108609\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108609\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108609\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108609\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767424\",\r\n                    \"endPointName\": \"9990000000000108609\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668399\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108610\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108610\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108610\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108610\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108610\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108610\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108610\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108610\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790766\",\r\n                    \"endPointName\": \"9990000000000108610\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668400\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108611\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108611\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108611\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108611\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108611\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108611\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108611\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108611\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781249\",\r\n                    \"endPointName\": \"9990000000000108611\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:03:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668401\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108612\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108612\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108612\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108612\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108612\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108612\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108612\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108612\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766272\",\r\n                    \"endPointName\": \"9990000000000108612\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668402\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108613\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108613\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108613\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108613\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108613\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108613\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108613\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108613\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767357\",\r\n                    \"endPointName\": \"9990000000000108613\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668403\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108614\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108614\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108614\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108614\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108614\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108614\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108614\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108614\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768084\",\r\n                    \"endPointName\": \"9990000000000108614\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668404\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108615\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108615\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108615\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108615\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108615\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108615\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108615\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108615\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770880\",\r\n                    \"endPointName\": \"9990000000000108615\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668405\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108616\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108616\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108616\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108616\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108616\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108616\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108616\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108616\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769669\",\r\n                    \"endPointName\": \"9990000000000108616\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668406\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108617\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108617\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108617\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108617\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108617\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108617\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108617\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108617\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783355\",\r\n                    \"endPointName\": \"9990000000000108617\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668407\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108618\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108618\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108618\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108618\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108618\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108618\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108618\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108618\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767358\",\r\n                    \"endPointName\": \"9990000000000108618\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668408\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108619\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108619\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108619\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108619\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108619\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108619\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108619\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108619\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801338\",\r\n                    \"endPointName\": \"9990000000000108619\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668409\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108620\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108620\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108620\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108620\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108620\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108620\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108620\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108620\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783356\",\r\n                    \"endPointName\": \"9990000000000108620\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668410\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108621\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108621\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108621\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108621\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108621\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108621\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108621\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108621\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768837\",\r\n                    \"endPointName\": \"9990000000000108621\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668411\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108622\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108622\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108622\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108622\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108622\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108622\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108622\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108622\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770036\",\r\n                    \"endPointName\": \"9990000000000108622\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668412\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108623\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108623\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108623\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108623\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108623\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108623\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108623\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108623\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765560\",\r\n                    \"endPointName\": \"9990000000000108623\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668413\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108624\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108624\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108624\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108624\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108624\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108624\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108624\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108624\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768838\",\r\n                    \"endPointName\": \"9990000000000108624\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668414\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108625\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108625\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108625\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108625\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108625\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108625\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108625\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108625\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768293\",\r\n                    \"endPointName\": \"9990000000000108625\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668415\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108626\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108626\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108626\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108626\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108626\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108626\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108626\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108626\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790767\",\r\n                    \"endPointName\": \"9990000000000108626\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668416\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108627\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108627\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108627\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108627\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108627\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108627\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108627\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108627\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769071\",\r\n                    \"endPointName\": \"9990000000000108627\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668417\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108628\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108628\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108628\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108628\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108628\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108628\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108628\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108628\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783357\",\r\n                    \"endPointName\": \"9990000000000108628\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668418\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108629\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108629\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108629\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108629\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108629\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108629\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108629\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108629\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789142\",\r\n                    \"endPointName\": \"9990000000000108629\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668419\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108630\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108630\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108630\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108630\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108630\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108630\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108630\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108630\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770037\",\r\n                    \"endPointName\": \"9990000000000108630\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:14:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668420\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108631\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108631\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108631\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108631\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108631\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108631\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108631\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108631\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776893\",\r\n                    \"endPointName\": \"9990000000000108631\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668421\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108632\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108632\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108632\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108632\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108632\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108632\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108632\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108632\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790768\",\r\n                    \"endPointName\": \"9990000000000108632\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668422\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108633\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108633\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108633\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108633\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108633\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108633\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108633\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108633\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790769\",\r\n                    \"endPointName\": \"9990000000000108633\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668423\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108634\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108634\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108634\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108634\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108634\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108634\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108634\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108634\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784329\",\r\n                    \"endPointName\": \"9990000000000108634\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668424\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108635\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108635\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108635\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108635\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108635\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108635\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108635\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108635\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768294\",\r\n                    \"endPointName\": \"9990000000000108635\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668425\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108636\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108636\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108636\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108636\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108636\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108636\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108636\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108636\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769670\",\r\n                    \"endPointName\": \"9990000000000108636\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668426\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108637\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108637\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108637\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108637\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108637\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108637\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108637\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108637\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778657\",\r\n                    \"endPointName\": \"9990000000000108637\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668427\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108638\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108638\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108638\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108638\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108638\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108638\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108638\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108638\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768085\",\r\n                    \"endPointName\": \"9990000000000108638\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668428\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108639\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108639\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108639\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108639\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108639\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108639\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108639\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108639\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784330\",\r\n                    \"endPointName\": \"9990000000000108639\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668429\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108640\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108640\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108640\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108640\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108640\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108640\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108640\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108640\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784331\",\r\n                    \"endPointName\": \"9990000000000108640\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668430\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108641\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108641\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108641\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108641\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108641\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108641\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108641\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108641\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789364\",\r\n                    \"endPointName\": \"9990000000000108641\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668431\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108642\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108642\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108642\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108642\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108642\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108642\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108642\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108642\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768086\",\r\n                    \"endPointName\": \"9990000000000108642\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668432\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108643\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108643\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108643\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108643\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108643\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108643\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108643\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108643\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766273\",\r\n                    \"endPointName\": \"9990000000000108643\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668433\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108644\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108644\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108644\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108644\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108644\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108644\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108644\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108644\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776894\",\r\n                    \"endPointName\": \"9990000000000108644\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668434\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108645\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108645\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108645\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108645\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108645\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108645\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108645\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108645\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789365\",\r\n                    \"endPointName\": \"9990000000000108645\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668435\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108646\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108646\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108646\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108646\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108646\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108646\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108646\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108646\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776895\",\r\n                    \"endPointName\": \"9990000000000108646\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668436\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108647\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108647\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108647\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108647\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108647\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108647\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108647\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108647\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775199\",\r\n                    \"endPointName\": \"9990000000000108647\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668437\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108648\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108648\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108648\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108648\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108648\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108648\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108648\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108648\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768087\",\r\n                    \"endPointName\": \"9990000000000108648\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668438\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108649\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108649\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108649\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108649\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108649\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108649\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108649\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108649\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789143\",\r\n                    \"endPointName\": \"9990000000000108649\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668439\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108650\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108650\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108650\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108650\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108650\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108650\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108650\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108650\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775099\",\r\n                    \"endPointName\": \"9990000000000108650\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668440\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108651\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108651\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108651\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108651\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108651\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108651\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108651\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108651\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789366\",\r\n                    \"endPointName\": \"9990000000000108651\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668441\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108652\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108652\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108652\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108652\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108652\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108652\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108652\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108652\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770881\",\r\n                    \"endPointName\": \"9990000000000108652\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668442\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108653\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108653\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108653\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108653\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108653\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108653\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108653\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108653\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767359\",\r\n                    \"endPointName\": \"9990000000000108653\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668443\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108654\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108654\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108654\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108654\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108654\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108654\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108654\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108654\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765561\",\r\n                    \"endPointName\": \"9990000000000108654\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668444\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108655\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108655\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108655\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108655\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108655\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108655\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108655\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108655\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776896\",\r\n                    \"endPointName\": \"9990000000000108655\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668445\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108656\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108656\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108656\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108656\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108656\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108656\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108656\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108656\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774122\",\r\n                    \"endPointName\": \"9990000000000108656\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:40:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668446\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108657\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108657\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108657\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108657\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108657\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108657\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108657\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108657\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767360\",\r\n                    \"endPointName\": \"9990000000000108657\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668447\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108658\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108658\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108658\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108658\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108658\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108658\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108658\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108658\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775100\",\r\n                    \"endPointName\": \"9990000000000108658\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668448\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108659\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108659\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108659\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108659\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108659\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108659\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108659\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108659\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775101\",\r\n                    \"endPointName\": \"9990000000000108659\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668449\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108660\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108660\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108660\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108660\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108660\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108660\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108660\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108660\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778658\",\r\n                    \"endPointName\": \"9990000000000108660\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668450\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108661\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108661\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108661\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108661\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108661\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108661\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108661\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108661\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775200\",\r\n                    \"endPointName\": \"9990000000000108661\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668451\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108662\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108662\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108662\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108662\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108662\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108662\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108662\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108662\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768088\",\r\n                    \"endPointName\": \"9990000000000108662\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668452\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108663\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108663\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108663\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108663\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108663\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108663\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108663\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108663\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768295\",\r\n                    \"endPointName\": \"9990000000000108663\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668453\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108664\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108664\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108664\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108664\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108664\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108664\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108664\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108664\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776897\",\r\n                    \"endPointName\": \"9990000000000108664\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668454\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108665\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108665\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108665\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108665\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108665\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108665\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108665\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108665\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789144\",\r\n                    \"endPointName\": \"9990000000000108665\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668455\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108666\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108666\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108666\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108666\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108666\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108666\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108666\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108666\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778659\",\r\n                    \"endPointName\": \"9990000000000108666\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668456\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108667\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108667\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108667\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108667\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108667\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108667\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108667\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108667\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769671\",\r\n                    \"endPointName\": \"9990000000000108667\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668457\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108668\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108668\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108668\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108668\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108668\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108668\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108668\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108668\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789367\",\r\n                    \"endPointName\": \"9990000000000108668\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668458\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108669\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108669\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108669\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108669\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108669\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108669\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108669\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108669\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774123\",\r\n                    \"endPointName\": \"9990000000000108669\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:40:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668459\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108670\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108670\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108670\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108670\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108670\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108670\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108670\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108670\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770882\",\r\n                    \"endPointName\": \"9990000000000108670\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668460\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108671\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108671\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108671\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108671\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108671\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108671\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108671\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108671\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769672\",\r\n                    \"endPointName\": \"9990000000000108671\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668461\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108672\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108672\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108672\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108672\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108672\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108672\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108672\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108672\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778660\",\r\n                    \"endPointName\": \"9990000000000108672\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668462\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108673\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108673\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108673\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108673\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108673\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108673\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108673\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108673\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801340\",\r\n                    \"endPointName\": \"9990000000000108673\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668463\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108674\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108674\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108674\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108674\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108674\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108674\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108674\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108674\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771982\",\r\n                    \"endPointName\": \"9990000000000108674\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668464\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108675\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108675\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108675\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108675\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108675\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108675\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108675\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108675\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789368\",\r\n                    \"endPointName\": \"9990000000000108675\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668465\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108676\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108676\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108676\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108676\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108676\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108676\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108676\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108676\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784332\",\r\n                    \"endPointName\": \"9990000000000108676\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668466\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108677\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108677\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108677\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108677\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108677\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108677\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108677\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108677\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768839\",\r\n                    \"endPointName\": \"9990000000000108677\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668467\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108678\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108678\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108678\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108678\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108678\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108678\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108678\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108678\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766274\",\r\n                    \"endPointName\": \"9990000000000108678\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668468\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108679\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108679\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108679\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108679\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108679\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108679\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108679\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108679\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770883\",\r\n                    \"endPointName\": \"9990000000000108679\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668469\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108680\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108680\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108680\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108680\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108680\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108680\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108680\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108680\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771250\",\r\n                    \"endPointName\": \"9990000000000108680\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668470\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108681\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108681\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108681\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108681\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108681\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108681\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108681\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108681\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789369\",\r\n                    \"endPointName\": \"9990000000000108681\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668471\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108682\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108682\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108682\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108682\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108682\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108682\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108682\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108682\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771251\",\r\n                    \"endPointName\": \"9990000000000108682\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668472\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108683\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108683\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108683\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108683\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108683\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108683\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108683\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108683\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767425\",\r\n                    \"endPointName\": \"9990000000000108683\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668473\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108684\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108684\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108684\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108684\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108684\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108684\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108684\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108684\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775102\",\r\n                    \"endPointName\": \"9990000000000108684\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668474\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108685\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108685\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108685\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108685\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108685\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108685\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108685\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108685\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767361\",\r\n                    \"endPointName\": \"9990000000000108685\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668475\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108686\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108686\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108686\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108686\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108686\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108686\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108686\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108686\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768296\",\r\n                    \"endPointName\": \"9990000000000108686\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668476\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108687\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108687\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108687\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108687\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108687\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108687\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108687\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108687\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769673\",\r\n                    \"endPointName\": \"9990000000000108687\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668477\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108688\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108688\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108688\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108688\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108688\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108688\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108688\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108688\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776898\",\r\n                    \"endPointName\": \"9990000000000108688\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668478\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108689\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108689\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108689\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108689\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108689\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108689\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108689\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108689\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789370\",\r\n                    \"endPointName\": \"9990000000000108689\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668479\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108690\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108690\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108690\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108690\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108690\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108690\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108690\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108690\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783358\",\r\n                    \"endPointName\": \"9990000000000108690\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668480\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108691\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108691\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108691\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108691\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108691\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108691\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108691\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108691\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775103\",\r\n                    \"endPointName\": \"9990000000000108691\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668481\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108692\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108692\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108692\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108692\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108692\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108692\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108692\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108692\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781250\",\r\n                    \"endPointName\": \"9990000000000108692\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668482\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108693\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108693\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108693\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108693\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108693\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108693\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108693\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108693\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766275\",\r\n                    \"endPointName\": \"9990000000000108693\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668483\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108694\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108694\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108694\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108694\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108694\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108694\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108694\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108694\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789371\",\r\n                    \"endPointName\": \"9990000000000108694\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668484\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108695\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108695\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108695\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108695\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108695\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108695\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108695\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108695\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775104\",\r\n                    \"endPointName\": \"9990000000000108695\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668485\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108696\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108696\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108696\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108696\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108696\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108696\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108696\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108696\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775105\",\r\n                    \"endPointName\": \"9990000000000108696\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668486\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108697\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108697\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108697\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108697\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108697\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108697\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108697\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108697\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771252\",\r\n                    \"endPointName\": \"9990000000000108697\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668487\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108698\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108698\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108698\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108698\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108698\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108698\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108698\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108698\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768089\",\r\n                    \"endPointName\": \"9990000000000108698\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668488\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108699\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108699\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108699\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108699\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108699\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108699\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108699\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108699\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775201\",\r\n                    \"endPointName\": \"9990000000000108699\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668489\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108700\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108700\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108700\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108700\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108700\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108700\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108700\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108700\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770884\",\r\n                    \"endPointName\": \"9990000000000108700\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668490\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108701\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108701\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108701\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108701\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108701\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108701\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108701\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108701\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769674\",\r\n                    \"endPointName\": \"9990000000000108701\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668491\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108702\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108702\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108702\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108702\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108702\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108702\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108702\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108702\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770885\",\r\n                    \"endPointName\": \"9990000000000108702\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668492\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108703\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108703\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108703\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108703\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108703\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108703\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108703\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108703\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790770\",\r\n                    \"endPointName\": \"9990000000000108703\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668493\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108704\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108704\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108704\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108704\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108704\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108704\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108704\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108704\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770450\",\r\n                    \"endPointName\": \"9990000000000108704\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668494\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108705\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108705\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108705\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108705\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108705\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108705\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108705\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108705\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768840\",\r\n                    \"endPointName\": \"9990000000000108705\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668495\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108706\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108706\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108706\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108706\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108706\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108706\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108706\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108706\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768841\",\r\n                    \"endPointName\": \"9990000000000108706\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668496\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108707\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108707\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108707\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108707\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108707\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108707\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108707\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108707\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790771\",\r\n                    \"endPointName\": \"9990000000000108707\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668497\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108708\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108708\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108708\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108708\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108708\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108708\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108708\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108708\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775202\",\r\n                    \"endPointName\": \"9990000000000108708\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668498\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108709\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108709\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108709\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108709\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108709\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108709\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108709\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108709\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768842\",\r\n                    \"endPointName\": \"9990000000000108709\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668499\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108710\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108710\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108710\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108710\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108710\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108710\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108710\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108710\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768297\",\r\n                    \"endPointName\": \"9990000000000108710\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668500\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108711\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108711\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108711\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108711\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108711\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108711\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108711\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108711\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765562\",\r\n                    \"endPointName\": \"9990000000000108711\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668501\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108712\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108712\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108712\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108712\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108712\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108712\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108712\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108712\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765563\",\r\n                    \"endPointName\": \"9990000000000108712\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668502\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108713\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108713\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108713\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108713\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108713\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108713\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108713\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108713\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765564\",\r\n                    \"endPointName\": \"9990000000000108713\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668503\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108714\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108714\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108714\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108714\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108714\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108714\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108714\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108714\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770886\",\r\n                    \"endPointName\": \"9990000000000108714\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668504\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108715\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108715\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108715\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108715\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108715\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108715\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108715\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108715\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771253\",\r\n                    \"endPointName\": \"9990000000000108715\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668505\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108716\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108716\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108716\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108716\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108716\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108716\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108716\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108716\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768298\",\r\n                    \"endPointName\": \"9990000000000108716\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668506\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108717\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108717\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108717\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108717\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108717\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108717\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108717\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108717\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789372\",\r\n                    \"endPointName\": \"9990000000000108717\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668507\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108718\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108718\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108718\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108718\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108718\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108718\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108718\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108718\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790772\",\r\n                    \"endPointName\": \"9990000000000108718\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668508\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108719\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108719\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108719\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108719\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108719\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108719\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108719\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108719\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771983\",\r\n                    \"endPointName\": \"9990000000000108719\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668509\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108720\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108720\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108720\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108720\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108720\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108720\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108720\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108720\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781251\",\r\n                    \"endPointName\": \"9990000000000108720\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668510\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108721\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108721\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108721\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108721\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108721\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108721\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108721\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108721\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771254\",\r\n                    \"endPointName\": \"9990000000000108721\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668511\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108722\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108722\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108722\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108722\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108722\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108722\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108722\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108722\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768299\",\r\n                    \"endPointName\": \"9990000000000108722\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668512\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108723\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108723\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108723\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108723\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108723\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108723\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108723\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108723\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767426\",\r\n                    \"endPointName\": \"9990000000000108723\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668513\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108724\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108724\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108724\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108724\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108724\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108724\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108724\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108724\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769072\",\r\n                    \"endPointName\": \"9990000000000108724\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668514\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108725\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108725\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108725\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108725\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108725\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108725\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108725\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108725\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768843\",\r\n                    \"endPointName\": \"9990000000000108725\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668515\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108726\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108726\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108726\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108726\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108726\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108726\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108726\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108726\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769073\",\r\n                    \"endPointName\": \"9990000000000108726\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668516\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108727\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108727\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108727\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108727\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108727\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108727\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108727\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108727\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781252\",\r\n                    \"endPointName\": \"9990000000000108727\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668517\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108728\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108728\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108728\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108728\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108728\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108728\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108728\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108728\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801342\",\r\n                    \"endPointName\": \"9990000000000108728\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668518\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108729\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108729\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108729\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108729\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108729\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108729\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108729\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108729\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771255\",\r\n                    \"endPointName\": \"9990000000000108729\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668519\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108730\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108730\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108730\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108730\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108730\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108730\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108730\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108730\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765565\",\r\n                    \"endPointName\": \"9990000000000108730\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668520\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108731\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108731\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108731\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108731\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108731\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108731\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108731\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108731\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781253\",\r\n                    \"endPointName\": \"9990000000000108731\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668521\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108732\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108732\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108732\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108732\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108732\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108732\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108732\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108732\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801344\",\r\n                    \"endPointName\": \"9990000000000108732\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668522\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108733\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108733\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108733\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108733\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108733\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108733\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108733\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108733\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765566\",\r\n                    \"endPointName\": \"9990000000000108733\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668523\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108734\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108734\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108734\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108734\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108734\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108734\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108734\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108734\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771984\",\r\n                    \"endPointName\": \"9990000000000108734\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668524\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108735\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108735\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108735\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108735\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108735\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108735\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108735\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108735\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790773\",\r\n                    \"endPointName\": \"9990000000000108735\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668525\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108736\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108736\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108736\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108736\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108736\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108736\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108736\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108736\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790774\",\r\n                    \"endPointName\": \"9990000000000108736\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668526\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108737\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108737\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108737\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108737\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108737\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108737\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108737\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108737\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776899\",\r\n                    \"endPointName\": \"9990000000000108737\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668527\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108738\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108738\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108738\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108738\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108738\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108738\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108738\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108738\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768090\",\r\n                    \"endPointName\": \"9990000000000108738\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668528\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108739\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108739\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108739\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108739\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108739\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108739\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108739\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108739\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768844\",\r\n                    \"endPointName\": \"9990000000000108739\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668529\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108740\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108740\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108740\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108740\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108740\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108740\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108740\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108740\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768091\",\r\n                    \"endPointName\": \"9990000000000108740\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668530\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108741\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108741\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108741\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108741\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108741\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108741\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108741\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108741\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770451\",\r\n                    \"endPointName\": \"9990000000000108741\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668531\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108742\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108742\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108742\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108742\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108742\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108742\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108742\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108742\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789373\",\r\n                    \"endPointName\": \"9990000000000108742\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668532\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108743\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108743\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108743\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108743\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108743\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108743\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108743\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108743\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767362\",\r\n                    \"endPointName\": \"9990000000000108743\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668533\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108744\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108744\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108744\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108744\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108744\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108744\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108744\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108744\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769074\",\r\n                    \"endPointName\": \"9990000000000108744\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668534\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108745\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108745\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108745\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108745\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108745\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108745\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108745\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108745\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767427\",\r\n                    \"endPointName\": \"9990000000000108745\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668535\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108746\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108746\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108746\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108746\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108746\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108746\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108746\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108746\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801346\",\r\n                    \"endPointName\": \"9990000000000108746\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668536\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108747\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108747\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108747\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108747\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108747\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108747\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108747\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108747\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789145\",\r\n                    \"endPointName\": \"9990000000000108747\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668537\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108748\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108748\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108748\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108748\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108748\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108748\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108748\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108748\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789146\",\r\n                    \"endPointName\": \"9990000000000108748\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668538\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108749\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108749\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108749\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108749\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108749\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108749\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108749\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108749\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771256\",\r\n                    \"endPointName\": \"9990000000000108749\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668539\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108750\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108750\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108750\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108750\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108750\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108750\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108750\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108750\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776900\",\r\n                    \"endPointName\": \"9990000000000108750\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668540\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108751\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108751\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108751\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108751\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108751\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108751\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108751\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108751\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781254\",\r\n                    \"endPointName\": \"9990000000000108751\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668541\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108752\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108752\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108752\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108752\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108752\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108752\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108752\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108752\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766276\",\r\n                    \"endPointName\": \"9990000000000108752\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668542\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108753\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108753\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108753\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108753\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108753\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108753\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108753\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108753\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770887\",\r\n                    \"endPointName\": \"9990000000000108753\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668543\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108754\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108754\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108754\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108754\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108754\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108754\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108754\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108754\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768845\",\r\n                    \"endPointName\": \"9990000000000108754\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668544\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108755\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108755\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108755\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108755\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108755\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108755\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108755\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108755\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770452\",\r\n                    \"endPointName\": \"9990000000000108755\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668545\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108756\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108756\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108756\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108756\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108756\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108756\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108756\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108756\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784333\",\r\n                    \"endPointName\": \"9990000000000108756\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668546\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108757\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108757\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108757\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108757\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108757\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108757\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108757\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108757\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790775\",\r\n                    \"endPointName\": \"9990000000000108757\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668547\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108758\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108758\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108758\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108758\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108758\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108758\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108758\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108758\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771257\",\r\n                    \"endPointName\": \"9990000000000108758\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668548\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108759\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108759\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108759\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108759\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108759\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108759\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108759\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108759\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767428\",\r\n                    \"endPointName\": \"9990000000000108759\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668549\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108760\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108760\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108760\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108760\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108760\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108760\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108760\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108760\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771258\",\r\n                    \"endPointName\": \"9990000000000108760\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668550\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108761\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108761\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108761\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108761\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108761\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108761\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108761\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108761\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783359\",\r\n                    \"endPointName\": \"9990000000000108761\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668551\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108762\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108762\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108762\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108762\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108762\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108762\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108762\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108762\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790776\",\r\n                    \"endPointName\": \"9990000000000108762\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:24:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668552\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108763\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108763\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108763\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108763\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108763\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108763\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108763\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108763\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769075\",\r\n                    \"endPointName\": \"9990000000000108763\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668553\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108764\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108764\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108764\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108764\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108764\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108764\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108764\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108764\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783360\",\r\n                    \"endPointName\": \"9990000000000108764\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668554\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108765\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108765\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108765\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108765\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108765\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108765\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108765\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108765\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771259\",\r\n                    \"endPointName\": \"9990000000000108765\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668555\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108766\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108766\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108766\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108766\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108766\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108766\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108766\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108766\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769675\",\r\n                    \"endPointName\": \"9990000000000108766\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668556\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108767\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108767\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108767\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108767\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108767\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108767\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108767\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108767\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789374\",\r\n                    \"endPointName\": \"9990000000000108767\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668557\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108768\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108768\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108768\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108768\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108768\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108768\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108768\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108768\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768300\",\r\n                    \"endPointName\": \"9990000000000108768\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668558\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108769\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108769\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108769\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108769\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108769\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108769\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108769\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108769\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768301\",\r\n                    \"endPointName\": \"9990000000000108769\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668559\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108770\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108770\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108770\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108770\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108770\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108770\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108770\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108770\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769076\",\r\n                    \"endPointName\": \"9990000000000108770\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668560\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108771\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108771\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108771\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108771\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108771\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108771\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108771\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108771\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769676\",\r\n                    \"endPointName\": \"9990000000000108771\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668561\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108772\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108772\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108772\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108772\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108772\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108772\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108772\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108772\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770453\",\r\n                    \"endPointName\": \"9990000000000108772\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668562\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108773\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108773\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108773\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108773\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108773\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108773\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108773\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108773\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766277\",\r\n                    \"endPointName\": \"9990000000000108773\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668563\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108774\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108774\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108774\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108774\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108774\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108774\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108774\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108774\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789147\",\r\n                    \"endPointName\": \"9990000000000108774\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668564\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108775\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108775\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108775\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108775\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108775\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108775\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108775\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108775\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771260\",\r\n                    \"endPointName\": \"9990000000000108775\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668565\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108776\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108776\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108776\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108776\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108776\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108776\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108776\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108776\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771261\",\r\n                    \"endPointName\": \"9990000000000108776\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668566\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108777\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108777\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108777\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108777\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108777\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108777\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108777\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108777\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768092\",\r\n                    \"endPointName\": \"9990000000000108777\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668567\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108778\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108778\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108778\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108778\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108778\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108778\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108778\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108778\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767429\",\r\n                    \"endPointName\": \"9990000000000108778\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668568\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108779\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108779\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108779\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108779\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108779\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108779\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108779\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108779\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767430\",\r\n                    \"endPointName\": \"9990000000000108779\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668569\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108780\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108780\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108780\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108780\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108780\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108780\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108780\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108780\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801347\",\r\n                    \"endPointName\": \"9990000000000108780\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668570\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108781\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108781\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108781\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108781\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108781\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108781\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108781\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108781\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768846\",\r\n                    \"endPointName\": \"9990000000000108781\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668571\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108782\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108782\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108782\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108782\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108782\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108782\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108782\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108782\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801349\",\r\n                    \"endPointName\": \"9990000000000108782\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668572\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108783\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108783\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108783\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108783\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108783\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108783\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108783\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108783\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790777\",\r\n                    \"endPointName\": \"9990000000000108783\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668573\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108784\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108784\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108784\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108784\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108784\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108784\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108784\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108784\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775203\",\r\n                    \"endPointName\": \"9990000000000108784\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668574\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108785\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108785\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108785\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108785\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108785\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108785\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108785\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108785\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769677\",\r\n                    \"endPointName\": \"9990000000000108785\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668575\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108786\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108786\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108786\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108786\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108786\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108786\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108786\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108786\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767363\",\r\n                    \"endPointName\": \"9990000000000108786\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668576\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108787\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108787\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108787\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108787\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108787\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108787\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108787\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108787\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768093\",\r\n                    \"endPointName\": \"9990000000000108787\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668577\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108788\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108788\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108788\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108788\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108788\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108788\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108788\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108788\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771985\",\r\n                    \"endPointName\": \"9990000000000108788\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668578\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108789\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108789\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108789\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108789\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108789\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108789\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108789\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108789\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775204\",\r\n                    \"endPointName\": \"9990000000000108789\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:16:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668579\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108790\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108790\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108790\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108790\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108790\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108790\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108790\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108790\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769678\",\r\n                    \"endPointName\": \"9990000000000108790\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668580\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108791\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108791\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108791\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108791\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108791\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108791\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108791\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108791\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789148\",\r\n                    \"endPointName\": \"9990000000000108791\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668581\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108792\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108792\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108792\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108792\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108792\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108792\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108792\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108792\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768094\",\r\n                    \"endPointName\": \"9990000000000108792\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668582\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108793\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108793\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108793\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108793\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108793\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108793\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108793\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108793\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801351\",\r\n                    \"endPointName\": \"9990000000000108793\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668583\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108794\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108794\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108794\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108794\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108794\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108794\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108794\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108794\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768302\",\r\n                    \"endPointName\": \"9990000000000108794\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668584\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108795\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108795\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108795\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108795\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108795\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108795\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108795\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108795\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778185\",\r\n                    \"endPointName\": \"9990000000000108795\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:50:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668585\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108796\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108796\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108796\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108796\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108796\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108796\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108796\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108796\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778661\",\r\n                    \"endPointName\": \"9990000000000108796\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668586\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108797\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108797\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108797\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108797\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108797\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108797\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108797\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108797\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778662\",\r\n                    \"endPointName\": \"9990000000000108797\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668587\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108798\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108798\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108798\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108798\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108798\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108798\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108798\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108798\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789375\",\r\n                    \"endPointName\": \"9990000000000108798\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668588\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108799\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108799\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108799\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108799\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108799\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108799\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108799\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108799\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775106\",\r\n                    \"endPointName\": \"9990000000000108799\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668589\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108800\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108800\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108800\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108800\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108800\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108800\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108800\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108800\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766278\",\r\n                    \"endPointName\": \"9990000000000108800\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668590\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108801\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108801\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108801\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108801\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108801\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108801\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108801\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108801\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768095\",\r\n                    \"endPointName\": \"9990000000000108801\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668591\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108802\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108802\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108802\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108802\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108802\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108802\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108802\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108802\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776901\",\r\n                    \"endPointName\": \"9990000000000108802\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668592\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108803\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108803\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108803\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108803\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108803\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108803\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108803\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108803\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769077\",\r\n                    \"endPointName\": \"9990000000000108803\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668593\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108804\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108804\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108804\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108804\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108804\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108804\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108804\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108804\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776902\",\r\n                    \"endPointName\": \"9990000000000108804\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668594\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108805\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108805\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108805\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108805\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108805\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108805\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108805\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108805\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778186\",\r\n                    \"endPointName\": \"9990000000000108805\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:50:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668595\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108806\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108806\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108806\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108806\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108806\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108806\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108806\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108806\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781255\",\r\n                    \"endPointName\": \"9990000000000108806\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668596\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108807\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108807\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108807\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108807\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108807\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108807\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108807\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108807\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774764\",\r\n                    \"endPointName\": \"9990000000000108807\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:59:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668597\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108808\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108808\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108808\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108808\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108808\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108808\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108808\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108808\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790778\",\r\n                    \"endPointName\": \"9990000000000108808\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668598\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108809\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108809\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108809\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108809\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108809\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108809\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108809\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108809\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768096\",\r\n                    \"endPointName\": \"9990000000000108809\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668599\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108810\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108810\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108810\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108810\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108810\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108810\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108810\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108810\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789376\",\r\n                    \"endPointName\": \"9990000000000108810\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668600\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108811\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108811\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108811\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108811\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108811\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108811\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108811\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108811\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770454\",\r\n                    \"endPointName\": \"9990000000000108811\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668601\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108812\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108812\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108812\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108812\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108812\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108812\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108812\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108812\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765567\",\r\n                    \"endPointName\": \"9990000000000108812\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668602\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108813\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108813\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108813\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108813\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108813\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108813\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108813\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108813\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770455\",\r\n                    \"endPointName\": \"9990000000000108813\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668603\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108814\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108814\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108814\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108814\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108814\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108814\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108814\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108814\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766279\",\r\n                    \"endPointName\": \"9990000000000108814\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668604\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108815\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108815\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108815\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108815\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108815\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108815\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108815\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108815\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784334\",\r\n                    \"endPointName\": \"9990000000000108815\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668605\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108816\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108816\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108816\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108816\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108816\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108816\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108816\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108816\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775107\",\r\n                    \"endPointName\": \"9990000000000108816\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668606\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108817\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108817\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108817\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108817\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108817\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108817\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108817\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108817\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778663\",\r\n                    \"endPointName\": \"9990000000000108817\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668607\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108818\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108818\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108818\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108818\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108818\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108818\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108818\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108818\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769078\",\r\n                    \"endPointName\": \"9990000000000108818\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:49:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668608\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108819\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108819\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108819\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108819\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108819\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108819\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108819\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108819\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768097\",\r\n                    \"endPointName\": \"9990000000000108819\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668609\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108820\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108820\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108820\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108820\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108820\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108820\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108820\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108820\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778455\",\r\n                    \"endPointName\": \"9990000000000108820\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668610\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108821\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108821\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108821\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108821\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108821\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108821\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108821\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108821\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769679\",\r\n                    \"endPointName\": \"9990000000000108821\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668611\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108822\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108822\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108822\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108822\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108822\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108822\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108822\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108822\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51776903\",\r\n                    \"endPointName\": \"9990000000000108822\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 23:21:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668612\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108823\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108823\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108823\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108823\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108823\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108823\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108823\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108823\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784335\",\r\n                    \"endPointName\": \"9990000000000108823\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668613\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108824\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108824\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108824\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108824\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108824\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108824\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108824\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108824\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766280\",\r\n                    \"endPointName\": \"9990000000000108824\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668614\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108825\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108825\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108825\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108825\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108825\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108825\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108825\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108825\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782117\",\r\n                    \"endPointName\": \"9990000000000108825\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668615\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108826\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108826\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108826\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108826\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108826\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108826\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108826\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108826\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784336\",\r\n                    \"endPointName\": \"9990000000000108826\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668616\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108827\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108827\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108827\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108827\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108827\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108827\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108827\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108827\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770456\",\r\n                    \"endPointName\": \"9990000000000108827\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668617\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108828\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108828\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108828\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108828\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108828\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108828\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108828\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108828\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778456\",\r\n                    \"endPointName\": \"9990000000000108828\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668618\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108829\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108829\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108829\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108829\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108829\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108829\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108829\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108829\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768098\",\r\n                    \"endPointName\": \"9990000000000108829\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668619\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108830\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108830\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108830\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108830\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108830\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108830\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108830\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108830\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769680\",\r\n                    \"endPointName\": \"9990000000000108830\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668620\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108831\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108831\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108831\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108831\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108831\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108831\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108831\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108831\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766281\",\r\n                    \"endPointName\": \"9990000000000108831\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668621\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108832\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108832\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108832\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108832\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108832\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108832\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108832\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108832\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769079\",\r\n                    \"endPointName\": \"9990000000000108832\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668622\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108833\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108833\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108833\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108833\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108833\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108833\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108833\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108833\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771986\",\r\n                    \"endPointName\": \"9990000000000108833\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668623\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108834\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108834\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108834\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108834\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108834\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108834\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108834\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108834\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790779\",\r\n                    \"endPointName\": \"9990000000000108834\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668624\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108835\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108835\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108835\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108835\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108835\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108835\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108835\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108835\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767431\",\r\n                    \"endPointName\": \"9990000000000108835\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668625\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108836\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108836\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108836\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108836\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108836\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108836\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108836\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108836\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781256\",\r\n                    \"endPointName\": \"9990000000000108836\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668626\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108837\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108837\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108837\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108837\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108837\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108837\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108837\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108837\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768303\",\r\n                    \"endPointName\": \"9990000000000108837\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668627\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108838\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108838\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108838\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108838\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108838\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108838\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108838\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108838\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771987\",\r\n                    \"endPointName\": \"9990000000000108838\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668628\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108839\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108839\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108839\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108839\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108839\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108839\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108839\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108839\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766282\",\r\n                    \"endPointName\": \"9990000000000108839\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668629\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108840\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108840\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108840\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108840\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108840\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108840\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108840\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108840\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766283\",\r\n                    \"endPointName\": \"9990000000000108840\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668630\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108841\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108841\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108841\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108841\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108841\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108841\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108841\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108841\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769681\",\r\n                    \"endPointName\": \"9990000000000108841\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668631\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108842\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108842\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108842\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108842\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108842\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108842\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108842\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108842\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782118\",\r\n                    \"endPointName\": \"9990000000000108842\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668632\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108843\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108843\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108843\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108843\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108843\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108843\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108843\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108843\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778457\",\r\n                    \"endPointName\": \"9990000000000108843\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668633\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108844\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108844\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108844\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108844\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108844\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108844\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108844\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108844\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789377\",\r\n                    \"endPointName\": \"9990000000000108844\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668634\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108845\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108845\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108845\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108845\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108845\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108845\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108845\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108845\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775108\",\r\n                    \"endPointName\": \"9990000000000108845\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668635\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108846\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108846\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108846\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108846\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108846\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108846\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108846\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108846\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801353\",\r\n                    \"endPointName\": \"9990000000000108846\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668636\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108847\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108847\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108847\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108847\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108847\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108847\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108847\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108847\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784337\",\r\n                    \"endPointName\": \"9990000000000108847\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:44:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668637\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108848\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108848\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108848\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108848\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108848\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108848\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108848\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108848\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778664\",\r\n                    \"endPointName\": \"9990000000000108848\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668638\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108849\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108849\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108849\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108849\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108849\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108849\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108849\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108849\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768099\",\r\n                    \"endPointName\": \"9990000000000108849\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668639\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108850\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108850\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108850\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108850\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108850\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108850\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108850\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108850\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790780\",\r\n                    \"endPointName\": \"9990000000000108850\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668640\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108851\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108851\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108851\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108851\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108851\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108851\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108851\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108851\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778458\",\r\n                    \"endPointName\": \"9990000000000108851\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668641\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108852\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108852\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108852\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108852\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108852\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108852\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108852\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108852\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767432\",\r\n                    \"endPointName\": \"9990000000000108852\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668642\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108853\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108853\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108853\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108853\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108853\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108853\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108853\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108853\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778459\",\r\n                    \"endPointName\": \"9990000000000108853\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668643\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108854\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108854\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108854\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108854\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108854\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108854\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108854\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108854\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801355\",\r\n                    \"endPointName\": \"9990000000000108854\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668644\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108855\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108855\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108855\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108855\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108855\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108855\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108855\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108855\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775109\",\r\n                    \"endPointName\": \"9990000000000108855\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668645\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108856\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108856\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108856\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108856\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108856\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108856\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108856\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108856\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778665\",\r\n                    \"endPointName\": \"9990000000000108856\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668646\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108857\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108857\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108857\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108857\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108857\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108857\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108857\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108857\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778187\",\r\n                    \"endPointName\": \"9990000000000108857\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:50:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668647\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108858\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108858\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108858\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108858\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108858\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108858\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108858\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108858\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783361\",\r\n                    \"endPointName\": \"9990000000000108858\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668648\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108859\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108859\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108859\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108859\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108859\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108859\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108859\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108859\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769682\",\r\n                    \"endPointName\": \"9990000000000108859\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668649\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108860\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108860\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108860\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108860\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108860\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108860\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108860\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108860\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774765\",\r\n                    \"endPointName\": \"9990000000000108860\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668650\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108861\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108861\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108861\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108861\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108861\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108861\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108861\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108861\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783362\",\r\n                    \"endPointName\": \"9990000000000108861\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668651\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108862\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108862\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108862\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108862\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108862\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108862\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108862\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108862\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770457\",\r\n                    \"endPointName\": \"9990000000000108862\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668652\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108863\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108863\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108863\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108863\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108863\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108863\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108863\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108863\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767433\",\r\n                    \"endPointName\": \"9990000000000108863\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668653\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108864\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108864\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108864\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108864\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108864\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108864\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108864\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108864\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771988\",\r\n                    \"endPointName\": \"9990000000000108864\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668654\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108865\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108865\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108865\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108865\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108865\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108865\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108865\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108865\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783363\",\r\n                    \"endPointName\": \"9990000000000108865\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668655\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108866\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108866\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108866\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108866\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108866\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108866\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108866\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108866\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778188\",\r\n                    \"endPointName\": \"9990000000000108866\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:50:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668656\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108867\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108867\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108867\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108867\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108867\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108867\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108867\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108867\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769683\",\r\n                    \"endPointName\": \"9990000000000108867\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668657\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108868\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108868\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108868\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108868\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108868\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108868\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108868\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108868\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774766\",\r\n                    \"endPointName\": \"9990000000000108868\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668658\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108869\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108869\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108869\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108869\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108869\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108869\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108869\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108869\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775110\",\r\n                    \"endPointName\": \"9990000000000108869\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668659\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108870\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108870\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108870\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108870\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108870\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108870\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108870\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108870\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771989\",\r\n                    \"endPointName\": \"9990000000000108870\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668660\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108871\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108871\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108871\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108871\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108871\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108871\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108871\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108871\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778666\",\r\n                    \"endPointName\": \"9990000000000108871\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668661\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108872\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108872\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108872\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108872\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108872\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108872\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108872\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108872\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770458\",\r\n                    \"endPointName\": \"9990000000000108872\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668662\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108873\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108873\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108873\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108873\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108873\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108873\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108873\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108873\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771262\",\r\n                    \"endPointName\": \"9990000000000108873\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668663\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108874\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108874\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108874\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108874\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108874\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108874\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108874\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108874\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765568\",\r\n                    \"endPointName\": \"9990000000000108874\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668664\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108875\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108875\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108875\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108875\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108875\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108875\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108875\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108875\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775111\",\r\n                    \"endPointName\": \"9990000000000108875\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668665\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108876\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108876\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108876\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108876\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108876\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108876\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108876\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108876\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789378\",\r\n                    \"endPointName\": \"9990000000000108876\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668666\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108877\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108877\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108877\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108877\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108877\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108877\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108877\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108877\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781257\",\r\n                    \"endPointName\": \"9990000000000108877\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668667\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108878\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108878\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108878\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108878\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108878\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108878\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108878\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108878\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767364\",\r\n                    \"endPointName\": \"9990000000000108878\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668668\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108879\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108879\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108879\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108879\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108879\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108879\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108879\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108879\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782119\",\r\n                    \"endPointName\": \"9990000000000108879\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668669\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108880\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108880\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108880\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108880\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108880\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108880\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108880\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108880\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767434\",\r\n                    \"endPointName\": \"9990000000000108880\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668670\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108881\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108881\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108881\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108881\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108881\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108881\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108881\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108881\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782120\",\r\n                    \"endPointName\": \"9990000000000108881\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668671\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108882\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108882\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108882\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108882\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108882\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108882\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108882\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108882\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767365\",\r\n                    \"endPointName\": \"9990000000000108882\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668672\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108883\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108883\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108883\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108883\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108883\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108883\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108883\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108883\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770888\",\r\n                    \"endPointName\": \"9990000000000108883\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668673\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108884\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108884\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108884\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108884\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108884\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108884\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108884\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108884\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775112\",\r\n                    \"endPointName\": \"9990000000000108884\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668674\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108885\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108885\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108885\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108885\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108885\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108885\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108885\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108885\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783364\",\r\n                    \"endPointName\": \"9990000000000108885\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668675\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108886\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108886\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108886\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108886\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108886\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108886\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108886\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108886\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771990\",\r\n                    \"endPointName\": \"9990000000000108886\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:07:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668676\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108887\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108887\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108887\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108887\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108887\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108887\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108887\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108887\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766284\",\r\n                    \"endPointName\": \"9990000000000108887\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668677\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108888\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108888\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108888\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108888\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108888\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108888\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108888\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108888\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783365\",\r\n                    \"endPointName\": \"9990000000000108888\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668678\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108889\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108889\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108889\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108889\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108889\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108889\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108889\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108889\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790781\",\r\n                    \"endPointName\": \"9990000000000108889\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668679\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108890\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108890\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108890\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108890\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108890\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108890\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108890\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108890\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783366\",\r\n                    \"endPointName\": \"9990000000000108890\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668680\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108891\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108891\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108891\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108891\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108891\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108891\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108891\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108891\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769684\",\r\n                    \"endPointName\": \"9990000000000108891\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668681\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108892\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108892\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108892\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108892\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108892\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108892\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108892\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108892\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783367\",\r\n                    \"endPointName\": \"9990000000000108892\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668682\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108893\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108893\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108893\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108893\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108893\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108893\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108893\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108893\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775113\",\r\n                    \"endPointName\": \"9990000000000108893\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668683\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108894\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108894\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108894\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108894\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108894\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108894\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108894\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108894\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770459\",\r\n                    \"endPointName\": \"9990000000000108894\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668684\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108895\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108895\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108895\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108895\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108895\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108895\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108895\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108895\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782121\",\r\n                    \"endPointName\": \"9990000000000108895\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668685\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108896\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108896\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108896\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108896\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108896\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108896\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108896\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108896\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770889\",\r\n                    \"endPointName\": \"9990000000000108896\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668686\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108897\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108897\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108897\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108897\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108897\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108897\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108897\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108897\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768304\",\r\n                    \"endPointName\": \"9990000000000108897\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668687\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108898\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108898\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108898\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108898\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108898\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108898\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108898\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108898\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765569\",\r\n                    \"endPointName\": \"9990000000000108898\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668688\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108899\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108899\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108899\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108899\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108899\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108899\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108899\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108899\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769080\",\r\n                    \"endPointName\": \"9990000000000108899\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668689\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108900\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108900\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108900\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108900\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108900\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108900\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108900\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108900\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782122\",\r\n                    \"endPointName\": \"9990000000000108900\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668690\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108901\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108901\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108901\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108901\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108901\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108901\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108901\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108901\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781258\",\r\n                    \"endPointName\": \"9990000000000108901\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668691\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108902\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108902\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108902\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108902\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108902\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108902\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108902\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108902\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778460\",\r\n                    \"endPointName\": \"9990000000000108902\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668692\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108903\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108903\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108903\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108903\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108903\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108903\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108903\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108903\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774767\",\r\n                    \"endPointName\": \"9990000000000108903\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668693\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108904\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108904\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108904\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108904\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108904\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108904\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108904\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108904\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767435\",\r\n                    \"endPointName\": \"9990000000000108904\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668694\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108905\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108905\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108905\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108905\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108905\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108905\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108905\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108905\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769081\",\r\n                    \"endPointName\": \"9990000000000108905\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668695\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108906\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108906\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108906\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108906\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108906\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108906\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108906\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108906\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771991\",\r\n                    \"endPointName\": \"9990000000000108906\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668696\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108907\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108907\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108907\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108907\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108907\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108907\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108907\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108907\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768305\",\r\n                    \"endPointName\": \"9990000000000108907\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668697\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108908\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108908\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108908\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108908\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108908\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108908\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108908\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108908\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771263\",\r\n                    \"endPointName\": \"9990000000000108908\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668698\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108909\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108909\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108909\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108909\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108909\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108909\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108909\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108909\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778667\",\r\n                    \"endPointName\": \"9990000000000108909\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668699\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108910\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108910\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108910\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108910\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108910\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108910\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108910\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108910\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790782\",\r\n                    \"endPointName\": \"9990000000000108910\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668700\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108911\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108911\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108911\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108911\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108911\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108911\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108911\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108911\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766285\",\r\n                    \"endPointName\": \"9990000000000108911\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668701\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108912\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108912\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108912\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108912\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108912\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108912\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108912\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108912\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783368\",\r\n                    \"endPointName\": \"9990000000000108912\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668702\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108913\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108913\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108913\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108913\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108913\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108913\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108913\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108913\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778189\",\r\n                    \"endPointName\": \"9990000000000108913\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:50:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668703\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108914\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108914\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108914\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108914\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108914\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108914\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108914\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108914\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767366\",\r\n                    \"endPointName\": \"9990000000000108914\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668704\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108915\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108915\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108915\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108915\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108915\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108915\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108915\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108915\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775114\",\r\n                    \"endPointName\": \"9990000000000108915\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:13:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668705\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108916\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108916\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108916\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108916\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108916\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108916\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108916\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108916\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765570\",\r\n                    \"endPointName\": \"9990000000000108916\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668706\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108917\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108917\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108917\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108917\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108917\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108917\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108917\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108917\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789149\",\r\n                    \"endPointName\": \"9990000000000108917\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:39:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668707\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108918\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108918\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108918\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108918\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108918\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108918\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108918\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108918\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790783\",\r\n                    \"endPointName\": \"9990000000000108918\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668708\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108919\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108919\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108919\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108919\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108919\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108919\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108919\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108919\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783369\",\r\n                    \"endPointName\": \"9990000000000108919\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668709\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108920\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108920\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108920\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108920\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108920\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108920\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108920\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108920\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770460\",\r\n                    \"endPointName\": \"9990000000000108920\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668710\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108921\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108921\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108921\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108921\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108921\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108921\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108921\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108921\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769685\",\r\n                    \"endPointName\": \"9990000000000108921\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668711\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108922\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108922\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108922\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108922\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108922\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108922\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108922\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108922\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789786\",\r\n                    \"endPointName\": \"9990000000000108922\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668712\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108923\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108923\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108923\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108923\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108923\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108923\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108923\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108923\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767436\",\r\n                    \"endPointName\": \"9990000000000108923\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668713\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108924\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108924\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108924\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108924\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108924\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108924\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108924\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108924\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783370\",\r\n                    \"endPointName\": \"9990000000000108924\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668714\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108925\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108925\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108925\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108925\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108925\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108925\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108925\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108925\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781259\",\r\n                    \"endPointName\": \"9990000000000108925\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668715\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108926\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108926\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108926\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108926\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108926\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108926\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108926\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108926\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779061\",\r\n                    \"endPointName\": \"9990000000000108926\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668716\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108927\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108927\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108927\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108927\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108927\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108927\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108927\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108927\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801356\",\r\n                    \"endPointName\": \"9990000000000108927\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668717\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108928\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108928\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108928\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108928\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108928\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108928\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108928\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108928\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789379\",\r\n                    \"endPointName\": \"9990000000000108928\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668718\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108929\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108929\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108929\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108929\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108929\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108929\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108929\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108929\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767437\",\r\n                    \"endPointName\": \"9990000000000108929\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668719\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108930\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108930\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108930\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108930\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108930\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108930\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108930\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108930\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768306\",\r\n                    \"endPointName\": \"9990000000000108930\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668720\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108931\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108931\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108931\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108931\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108931\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108931\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108931\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108931\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769686\",\r\n                    \"endPointName\": \"9990000000000108931\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668721\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108932\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108932\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108932\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108932\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108932\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108932\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108932\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108932\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766286\",\r\n                    \"endPointName\": \"9990000000000108932\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668722\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108933\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108933\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108933\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108933\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108933\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108933\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108933\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108933\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790784\",\r\n                    \"endPointName\": \"9990000000000108933\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668723\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108934\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108934\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108934\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108934\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108934\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108934\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108934\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108934\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771264\",\r\n                    \"endPointName\": \"9990000000000108934\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668724\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108935\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108935\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108935\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108935\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108935\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108935\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108935\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108935\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769687\",\r\n                    \"endPointName\": \"9990000000000108935\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668725\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108936\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108936\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108936\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108936\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108936\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108936\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108936\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108936\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766287\",\r\n                    \"endPointName\": \"9990000000000108936\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668726\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108937\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108937\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108937\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108937\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108937\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108937\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108937\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108937\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767367\",\r\n                    \"endPointName\": \"9990000000000108937\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668727\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108938\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108938\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108938\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108938\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108938\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108938\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108938\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108938\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770890\",\r\n                    \"endPointName\": \"9990000000000108938\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668728\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108939\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108939\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108939\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108939\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108939\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108939\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108939\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108939\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771992\",\r\n                    \"endPointName\": \"9990000000000108939\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668729\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108940\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108940\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108940\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108940\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108940\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108940\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108940\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108940\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778461\",\r\n                    \"endPointName\": \"9990000000000108940\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668730\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108941\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108941\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108941\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108941\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108941\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108941\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108941\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108941\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778462\",\r\n                    \"endPointName\": \"9990000000000108941\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668731\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108942\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108942\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108942\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108942\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108942\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108942\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108942\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108942\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771993\",\r\n                    \"endPointName\": \"9990000000000108942\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668732\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108943\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108943\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108943\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108943\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108943\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108943\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108943\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108943\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781260\",\r\n                    \"endPointName\": \"9990000000000108943\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668733\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108944\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108944\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108944\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108944\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108944\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108944\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108944\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108944\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768100\",\r\n                    \"endPointName\": \"9990000000000108944\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:17:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668734\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108945\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108945\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108945\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108945\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108945\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108945\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108945\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108945\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767368\",\r\n                    \"endPointName\": \"9990000000000108945\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668735\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108946\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108946\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108946\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108946\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108946\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108946\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108946\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108946\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789787\",\r\n                    \"endPointName\": \"9990000000000108946\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668736\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108947\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108947\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108947\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108947\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108947\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108947\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108947\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108947\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771994\",\r\n                    \"endPointName\": \"9990000000000108947\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668737\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108948\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108948\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108948\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108948\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108948\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108948\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108948\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108948\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789380\",\r\n                    \"endPointName\": \"9990000000000108948\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668738\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108949\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108949\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108949\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108949\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108949\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108949\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108949\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108949\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768101\",\r\n                    \"endPointName\": \"9990000000000108949\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668739\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108950\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108950\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108950\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108950\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108950\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108950\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108950\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108950\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779062\",\r\n                    \"endPointName\": \"9990000000000108950\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668740\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108951\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108951\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108951\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108951\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108951\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108951\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108951\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108951\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766288\",\r\n                    \"endPointName\": \"9990000000000108951\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668741\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108952\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108952\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108952\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108952\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108952\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108952\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108952\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108952\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770461\",\r\n                    \"endPointName\": \"9990000000000108952\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668742\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108953\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108953\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108953\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108953\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108953\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108953\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108953\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108953\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770462\",\r\n                    \"endPointName\": \"9990000000000108953\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668743\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108954\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108954\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108954\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108954\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108954\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108954\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108954\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108954\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789788\",\r\n                    \"endPointName\": \"9990000000000108954\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668744\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108955\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108955\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108955\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108955\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108955\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108955\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108955\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108955\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782123\",\r\n                    \"endPointName\": \"9990000000000108955\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668745\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108956\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108956\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108956\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108956\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108956\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108956\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108956\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108956\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774768\",\r\n                    \"endPointName\": \"9990000000000108956\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668746\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108957\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108957\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108957\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108957\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108957\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108957\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108957\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108957\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770463\",\r\n                    \"endPointName\": \"9990000000000108957\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:25:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668747\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108958\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108958\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108958\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108958\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108958\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108958\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108958\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108958\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779063\",\r\n                    \"endPointName\": \"9990000000000108958\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668748\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108959\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108959\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108959\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108959\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108959\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108959\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108959\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108959\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801358\",\r\n                    \"endPointName\": \"9990000000000108959\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:09:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668749\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108960\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108960\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108960\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108960\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108960\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108960\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108960\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108960\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767438\",\r\n                    \"endPointName\": \"9990000000000108960\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668750\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108961\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108961\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108961\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108961\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108961\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108961\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108961\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108961\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767369\",\r\n                    \"endPointName\": \"9990000000000108961\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668751\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108962\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108962\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108962\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108962\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108962\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108962\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108962\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108962\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774769\",\r\n                    \"endPointName\": \"9990000000000108962\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668752\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108963\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108963\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108963\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108963\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108963\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108963\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108963\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108963\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782124\",\r\n                    \"endPointName\": \"9990000000000108963\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668753\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108964\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108964\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108964\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108964\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108964\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108964\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108964\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108964\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789789\",\r\n                    \"endPointName\": \"9990000000000108964\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668754\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108965\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108965\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108965\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108965\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108965\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108965\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108965\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108965\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769082\",\r\n                    \"endPointName\": \"9990000000000108965\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668755\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108966\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108966\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108966\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108966\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108966\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108966\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108966\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108966\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771265\",\r\n                    \"endPointName\": \"9990000000000108966\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668756\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108967\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108967\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108967\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108967\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108967\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108967\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108967\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108967\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769688\",\r\n                    \"endPointName\": \"9990000000000108967\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668757\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108968\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108968\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108968\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108968\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108968\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108968\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108968\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108968\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774770\",\r\n                    \"endPointName\": \"9990000000000108968\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668758\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108969\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108969\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108969\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108969\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108969\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108969\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108969\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108969\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774771\",\r\n                    \"endPointName\": \"9990000000000108969\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668759\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108970\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108970\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108970\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108970\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108970\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108970\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108970\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108970\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768307\",\r\n                    \"endPointName\": \"9990000000000108970\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:25:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668760\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108971\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108971\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108971\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108971\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108971\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108971\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108971\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108971\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778463\",\r\n                    \"endPointName\": \"9990000000000108971\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668761\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108972\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108972\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108972\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108972\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108972\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108972\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108972\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108972\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769083\",\r\n                    \"endPointName\": \"9990000000000108972\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668762\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108973\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108973\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108973\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108973\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108973\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108973\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108973\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108973\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768102\",\r\n                    \"endPointName\": \"9990000000000108973\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668763\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108974\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108974\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108974\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108974\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108974\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108974\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108974\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108974\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801360\",\r\n                    \"endPointName\": \"9990000000000108974\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668764\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108975\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108975\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108975\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108975\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108975\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108975\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108975\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108975\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768103\",\r\n                    \"endPointName\": \"9990000000000108975\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668765\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108976\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108976\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108976\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108976\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108976\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108976\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108976\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108976\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769689\",\r\n                    \"endPointName\": \"9990000000000108976\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668766\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108977\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108977\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108977\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108977\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108977\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108977\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108977\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108977\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790785\",\r\n                    \"endPointName\": \"9990000000000108977\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668767\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108978\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108978\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108978\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108978\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108978\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108978\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108978\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108978\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771266\",\r\n                    \"endPointName\": \"9990000000000108978\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668768\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108979\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108979\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108979\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108979\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108979\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108979\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108979\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108979\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781261\",\r\n                    \"endPointName\": \"9990000000000108979\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668769\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108980\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108980\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108980\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108980\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108980\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108980\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108980\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108980\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767370\",\r\n                    \"endPointName\": \"9990000000000108980\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:53:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668770\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108981\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108981\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108981\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108981\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108981\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108981\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108981\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108981\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769084\",\r\n                    \"endPointName\": \"9990000000000108981\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668771\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108982\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108982\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108982\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108982\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108982\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108982\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108982\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108982\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781262\",\r\n                    \"endPointName\": \"9990000000000108982\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668772\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108983\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108983\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108983\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108983\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108983\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108983\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108983\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108983\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783371\",\r\n                    \"endPointName\": \"9990000000000108983\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668773\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108984\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108984\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108984\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108984\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108984\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108984\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108984\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108984\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771995\",\r\n                    \"endPointName\": \"9990000000000108984\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668774\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108985\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108985\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108985\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108985\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108985\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108985\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108985\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108985\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790786\",\r\n                    \"endPointName\": \"9990000000000108985\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668775\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108986\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108986\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108986\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108986\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108986\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108986\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108986\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108986\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771996\",\r\n                    \"endPointName\": \"9990000000000108986\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668776\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108987\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108987\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108987\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108987\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108987\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108987\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108987\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108987\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783372\",\r\n                    \"endPointName\": \"9990000000000108987\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668777\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108988\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108988\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108988\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108988\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108988\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108988\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108988\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108988\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777561\",\r\n                    \"endPointName\": \"9990000000000108988\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668778\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108989\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108989\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108989\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108989\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108989\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108989\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108989\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108989\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777562\",\r\n                    \"endPointName\": \"9990000000000108989\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668779\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108990\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108990\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108990\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108990\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108990\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108990\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108990\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108990\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769085\",\r\n                    \"endPointName\": \"9990000000000108990\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668780\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108991\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108991\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108991\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108991\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108991\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108991\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108991\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108991\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775115\",\r\n                    \"endPointName\": \"9990000000000108991\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668781\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108992\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108992\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108992\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108992\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108992\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108992\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108992\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108992\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774686\",\r\n                    \"endPointName\": \"9990000000000108992\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:57:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668782\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108993\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108993\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108993\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108993\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108993\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108993\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108993\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108993\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782125\",\r\n                    \"endPointName\": \"9990000000000108993\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668783\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108994\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108994\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108994\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108994\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108994\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108994\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108994\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108994\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771267\",\r\n                    \"endPointName\": \"9990000000000108994\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668784\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108995\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108995\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108995\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108995\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108995\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108995\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108995\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108995\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768308\",\r\n                    \"endPointName\": \"9990000000000108995\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668785\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108996\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108996\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108996\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108996\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108996\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108996\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108996\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108996\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775116\",\r\n                    \"endPointName\": \"9990000000000108996\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668786\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108997\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108997\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108997\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108997\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108997\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108997\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108997\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108997\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768104\",\r\n                    \"endPointName\": \"9990000000000108997\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668787\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108998\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108998\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108998\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108998\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108998\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108998\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108998\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108998\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778668\",\r\n                    \"endPointName\": \"9990000000000108998\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668788\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000108999\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000108999\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000108999\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000108999\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000108999\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000108999\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000108999\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800108999\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779064\",\r\n                    \"endPointName\": \"9990000000000108999\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668789\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109000\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109000\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109000\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109000\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109000\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109000\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109000\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109000\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801363\",\r\n                    \"endPointName\": \"9990000000000109000\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668790\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109001\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109001\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109001\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109001\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109001\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109001\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109001\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109001\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789381\",\r\n                    \"endPointName\": \"9990000000000109001\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668791\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109002\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109002\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109002\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109002\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109002\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109002\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109002\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109002\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768105\",\r\n                    \"endPointName\": \"9990000000000109002\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668792\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109003\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109003\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109003\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109003\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109003\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109003\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109003\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109003\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771997\",\r\n                    \"endPointName\": \"9990000000000109003\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668793\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109004\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109004\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109004\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109004\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109004\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109004\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109004\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109004\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775117\",\r\n                    \"endPointName\": \"9990000000000109004\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668794\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109005\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109005\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109005\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109005\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109005\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109005\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109005\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109005\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769690\",\r\n                    \"endPointName\": \"9990000000000109005\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668795\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109006\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109006\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109006\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109006\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109006\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109006\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109006\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109006\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801364\",\r\n                    \"endPointName\": \"9990000000000109006\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668796\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109007\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109007\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109007\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109007\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109007\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109007\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109007\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109007\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766289\",\r\n                    \"endPointName\": \"9990000000000109007\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668797\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109008\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109008\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109008\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109008\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109008\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109008\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109008\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109008\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775118\",\r\n                    \"endPointName\": \"9990000000000109008\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668798\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109009\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109009\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109009\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109009\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109009\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109009\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109009\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109009\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783373\",\r\n                    \"endPointName\": \"9990000000000109009\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668799\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109010\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109010\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109010\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109010\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109010\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109010\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109010\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109010\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783374\",\r\n                    \"endPointName\": \"9990000000000109010\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:58:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668800\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109011\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109011\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109011\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109011\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109011\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109011\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109011\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109011\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779065\",\r\n                    \"endPointName\": \"9990000000000109011\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668801\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109012\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109012\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109012\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109012\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109012\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109012\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109012\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109012\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775119\",\r\n                    \"endPointName\": \"9990000000000109012\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668802\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109013\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109013\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109013\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109013\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109013\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109013\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109013\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109013\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789382\",\r\n                    \"endPointName\": \"9990000000000109013\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668803\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109014\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109014\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109014\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109014\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109014\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109014\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109014\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109014\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790787\",\r\n                    \"endPointName\": \"9990000000000109014\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668804\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109015\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109015\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109015\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109015\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109015\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109015\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109015\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109015\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771998\",\r\n                    \"endPointName\": \"9990000000000109015\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 20:08:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668805\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109016\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109016\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109016\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109016\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109016\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109016\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109016\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109016\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769691\",\r\n                    \"endPointName\": \"9990000000000109016\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668806\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109017\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109017\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109017\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109017\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109017\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109017\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109017\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109017\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801366\",\r\n                    \"endPointName\": \"9990000000000109017\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668807\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109018\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109018\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109018\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109018\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109018\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109018\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109018\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109018\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782497\",\r\n                    \"endPointName\": \"9990000000000109018\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668808\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109019\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109019\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109019\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109019\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109019\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109019\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109019\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109019\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781263\",\r\n                    \"endPointName\": \"9990000000000109019\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668809\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109020\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109020\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109020\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109020\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109020\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109020\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109020\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109020\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783375\",\r\n                    \"endPointName\": \"9990000000000109020\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:59:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668810\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109021\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109021\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109021\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109021\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109021\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109021\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109021\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109021\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51775120\",\r\n                    \"endPointName\": \"9990000000000109021\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:14:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668811\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109022\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109022\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109022\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109022\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109022\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109022\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109022\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109022\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774772\",\r\n                    \"endPointName\": \"9990000000000109022\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:00:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668812\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109023\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109023\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109023\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109023\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109023\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109023\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109023\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109023\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777563\",\r\n                    \"endPointName\": \"9990000000000109023\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668813\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109024\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109024\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109024\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109024\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109024\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109024\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109024\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109024\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801367\",\r\n                    \"endPointName\": \"9990000000000109024\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668814\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109025\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109025\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109025\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109025\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109025\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109025\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109025\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109025\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783376\",\r\n                    \"endPointName\": \"9990000000000109025\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:59:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668815\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109026\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109026\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109026\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109026\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109026\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109026\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109026\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109026\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774773\",\r\n                    \"endPointName\": \"9990000000000109026\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668816\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109027\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109027\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109027\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109027\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109027\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109027\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109027\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109027\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789383\",\r\n                    \"endPointName\": \"9990000000000109027\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668817\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109028\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109028\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109028\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109028\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109028\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109028\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109028\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109028\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769086\",\r\n                    \"endPointName\": \"9990000000000109028\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668818\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109029\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109029\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109029\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109029\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109029\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109029\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109029\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109029\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778076\",\r\n                    \"endPointName\": \"9990000000000109029\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668819\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109030\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109030\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109030\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109030\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109030\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109030\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109030\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109030\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765571\",\r\n                    \"endPointName\": \"9990000000000109030\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668820\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109031\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109031\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109031\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109031\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109031\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109031\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109031\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109031\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774774\",\r\n                    \"endPointName\": \"9990000000000109031\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668821\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109032\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109032\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109032\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109032\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109032\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109032\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109032\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109032\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801369\",\r\n                    \"endPointName\": \"9990000000000109032\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668822\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109033\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109033\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109033\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109033\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109033\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109033\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109033\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109033\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765572\",\r\n                    \"endPointName\": \"9990000000000109033\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668823\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109034\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109034\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109034\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109034\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109034\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109034\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109034\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109034\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768106\",\r\n                    \"endPointName\": \"9990000000000109034\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668824\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109035\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109035\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109035\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109035\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109035\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109035\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109035\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109035\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790788\",\r\n                    \"endPointName\": \"9990000000000109035\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668825\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109036\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109036\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109036\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109036\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109036\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109036\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109036\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109036\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778464\",\r\n                    \"endPointName\": \"9990000000000109036\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668826\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109037\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109037\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109037\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109037\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109037\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109037\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109037\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109037\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769087\",\r\n                    \"endPointName\": \"9990000000000109037\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668827\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109038\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109038\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109038\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109038\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109038\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109038\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109038\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109038\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769088\",\r\n                    \"endPointName\": \"9990000000000109038\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668828\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109039\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109039\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109039\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109039\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109039\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109039\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109039\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109039\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771079\",\r\n                    \"endPointName\": \"9990000000000109039\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668829\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109040\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109040\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109040\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109040\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109040\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109040\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109040\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109040\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790789\",\r\n                    \"endPointName\": \"9990000000000109040\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668830\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109041\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109041\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109041\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109041\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109041\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109041\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109041\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109041\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790790\",\r\n                    \"endPointName\": \"9990000000000109041\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668831\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109042\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109042\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109042\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109042\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109042\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109042\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109042\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109042\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768107\",\r\n                    \"endPointName\": \"9990000000000109042\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668832\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109043\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109043\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109043\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109043\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109043\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109043\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109043\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109043\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771268\",\r\n                    \"endPointName\": \"9990000000000109043\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668833\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109044\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109044\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109044\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109044\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109044\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109044\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109044\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109044\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768108\",\r\n                    \"endPointName\": \"9990000000000109044\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668834\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109045\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109045\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109045\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109045\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109045\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109045\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109045\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109045\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778465\",\r\n                    \"endPointName\": \"9990000000000109045\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:56:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668835\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109046\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109046\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109046\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109046\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109046\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109046\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109046\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109046\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801371\",\r\n                    \"endPointName\": \"9990000000000109046\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668836\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109047\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109047\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109047\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109047\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109047\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109047\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109047\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109047\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768109\",\r\n                    \"endPointName\": \"9990000000000109047\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668837\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109048\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109048\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109048\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109048\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109048\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109048\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109048\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109048\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766290\",\r\n                    \"endPointName\": \"9990000000000109048\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668838\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109049\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109049\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109049\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109049\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109049\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109049\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109049\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109049\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781264\",\r\n                    \"endPointName\": \"9990000000000109049\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668839\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109050\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109050\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109050\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109050\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109050\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109050\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109050\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109050\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768847\",\r\n                    \"endPointName\": \"9990000000000109050\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668840\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109051\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109051\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109051\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109051\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109051\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109051\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109051\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109051\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768848\",\r\n                    \"endPointName\": \"9990000000000109051\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668841\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109052\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109052\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109052\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109052\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109052\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109052\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109052\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109052\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789384\",\r\n                    \"endPointName\": \"9990000000000109052\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668842\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109053\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109053\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109053\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109053\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109053\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109053\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109053\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109053\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766291\",\r\n                    \"endPointName\": \"9990000000000109053\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668843\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109054\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109054\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109054\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109054\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109054\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109054\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109054\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109054\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789790\",\r\n                    \"endPointName\": \"9990000000000109054\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668844\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109055\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109055\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109055\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109055\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109055\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109055\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109055\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109055\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765573\",\r\n                    \"endPointName\": \"9990000000000109055\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668845\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109056\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109056\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109056\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109056\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109056\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109056\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109056\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109056\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771269\",\r\n                    \"endPointName\": \"9990000000000109056\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668846\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109057\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109057\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109057\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109057\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109057\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109057\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109057\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109057\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790791\",\r\n                    \"endPointName\": \"9990000000000109057\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668847\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109058\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109058\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109058\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109058\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109058\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109058\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109058\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109058\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771270\",\r\n                    \"endPointName\": \"9990000000000109058\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668848\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109059\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109059\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109059\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109059\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109059\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109059\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109059\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109059\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782126\",\r\n                    \"endPointName\": \"9990000000000109059\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668849\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109060\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109060\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109060\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109060\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109060\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109060\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109060\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109060\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783377\",\r\n                    \"endPointName\": \"9990000000000109060\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:59:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668850\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109061\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109061\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109061\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109061\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109061\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109061\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109061\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109061\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801373\",\r\n                    \"endPointName\": \"9990000000000109061\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668851\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109062\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109062\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109062\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109062\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109062\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109062\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109062\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109062\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789385\",\r\n                    \"endPointName\": \"9990000000000109062\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668852\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109063\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109063\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109063\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109063\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109063\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109063\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109063\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109063\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786641\",\r\n                    \"endPointName\": \"9990000000000109063\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668853\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109064\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109064\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109064\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109064\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109064\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109064\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109064\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109064\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768110\",\r\n                    \"endPointName\": \"9990000000000109064\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668854\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109065\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109065\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109065\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109065\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109065\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109065\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109065\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109065\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801374\",\r\n                    \"endPointName\": \"9990000000000109065\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668855\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109066\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109066\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109066\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109066\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109066\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109066\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109066\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109066\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782498\",\r\n                    \"endPointName\": \"9990000000000109066\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668856\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109067\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109067\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109067\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109067\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109067\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109067\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109067\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109067\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768849\",\r\n                    \"endPointName\": \"9990000000000109067\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668857\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109068\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109068\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109068\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109068\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109068\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109068\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109068\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109068\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768850\",\r\n                    \"endPointName\": \"9990000000000109068\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668858\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109069\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109069\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109069\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109069\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109069\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109069\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109069\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109069\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768111\",\r\n                    \"endPointName\": \"9990000000000109069\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:18:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668859\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109070\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109070\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109070\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109070\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109070\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109070\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109070\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109070\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777564\",\r\n                    \"endPointName\": \"9990000000000109070\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668860\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109071\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109071\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109071\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109071\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109071\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109071\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109071\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109071\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782127\",\r\n                    \"endPointName\": \"9990000000000109071\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668861\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109072\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109072\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109072\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109072\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109072\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109072\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109072\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109072\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801376\",\r\n                    \"endPointName\": \"9990000000000109072\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668862\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109073\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109073\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109073\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109073\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109073\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109073\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109073\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109073\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801378\",\r\n                    \"endPointName\": \"9990000000000109073\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668863\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109074\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109074\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109074\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109074\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109074\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109074\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109074\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109074\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768309\",\r\n                    \"endPointName\": \"9990000000000109074\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668864\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109075\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109075\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109075\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109075\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109075\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109075\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109075\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109075\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790792\",\r\n                    \"endPointName\": \"9990000000000109075\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668865\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109076\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109076\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109076\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109076\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109076\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109076\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109076\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109076\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778077\",\r\n                    \"endPointName\": \"9990000000000109076\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668866\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109077\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109077\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109077\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109077\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109077\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109077\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109077\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109077\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789791\",\r\n                    \"endPointName\": \"9990000000000109077\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668867\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109078\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109078\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109078\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109078\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109078\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109078\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109078\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109078\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770891\",\r\n                    \"endPointName\": \"9990000000000109078\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668868\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109079\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109079\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109079\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109079\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109079\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109079\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109079\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109079\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778078\",\r\n                    \"endPointName\": \"9990000000000109079\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668869\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109080\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109080\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109080\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109080\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109080\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109080\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109080\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109080\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801380\",\r\n                    \"endPointName\": \"9990000000000109080\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668870\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109081\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109081\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109081\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109081\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109081\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109081\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109081\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109081\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765574\",\r\n                    \"endPointName\": \"9990000000000109081\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668871\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109082\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109082\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109082\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109082\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109082\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109082\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109082\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109082\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765575\",\r\n                    \"endPointName\": \"9990000000000109082\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668872\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109083\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109083\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109083\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109083\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109083\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109083\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109083\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109083\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801381\",\r\n                    \"endPointName\": \"9990000000000109083\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668873\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109084\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109084\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109084\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109084\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109084\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109084\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109084\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109084\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768310\",\r\n                    \"endPointName\": \"9990000000000109084\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668874\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109085\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109085\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109085\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109085\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109085\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109085\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109085\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109085\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789792\",\r\n                    \"endPointName\": \"9990000000000109085\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668875\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109086\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109086\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109086\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109086\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109086\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109086\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109086\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109086\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777754\",\r\n                    \"endPointName\": \"9990000000000109086\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668876\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109087\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109087\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109087\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109087\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109087\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109087\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109087\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109087\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801382\",\r\n                    \"endPointName\": \"9990000000000109087\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668877\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109088\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109088\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109088\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109088\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109088\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109088\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109088\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109088\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789386\",\r\n                    \"endPointName\": \"9990000000000109088\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668878\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109089\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109089\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109089\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109089\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109089\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109089\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109089\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109089\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778079\",\r\n                    \"endPointName\": \"9990000000000109089\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668879\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109090\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109090\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109090\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109090\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109090\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109090\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109090\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109090\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778080\",\r\n                    \"endPointName\": \"9990000000000109090\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668880\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109091\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109091\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109091\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109091\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109091\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109091\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109091\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109091\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778669\",\r\n                    \"endPointName\": \"9990000000000109091\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668881\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109092\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109092\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109092\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109092\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109092\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109092\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109092\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109092\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770892\",\r\n                    \"endPointName\": \"9990000000000109092\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668882\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109093\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109093\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109093\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109093\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109093\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109093\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109093\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109093\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778081\",\r\n                    \"endPointName\": \"9990000000000109093\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668883\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109094\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109094\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109094\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109094\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109094\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109094\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109094\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109094\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765576\",\r\n                    \"endPointName\": \"9990000000000109094\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668884\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109095\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109095\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109095\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109095\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109095\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109095\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109095\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109095\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782499\",\r\n                    \"endPointName\": \"9990000000000109095\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668885\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109096\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109096\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109096\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109096\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109096\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109096\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109096\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109096\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769089\",\r\n                    \"endPointName\": \"9990000000000109096\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668886\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109097\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109097\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109097\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109097\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109097\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109097\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109097\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109097\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782128\",\r\n                    \"endPointName\": \"9990000000000109097\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668887\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109098\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109098\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109098\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109098\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109098\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109098\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109098\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109098\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767439\",\r\n                    \"endPointName\": \"9990000000000109098\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668888\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109099\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109099\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109099\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109099\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109099\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109099\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109099\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109099\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770893\",\r\n                    \"endPointName\": \"9990000000000109099\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668889\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109100\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109100\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109100\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109100\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109100\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109100\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109100\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109100\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767440\",\r\n                    \"endPointName\": \"9990000000000109100\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668890\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109101\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109101\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109101\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109101\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109101\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109101\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109101\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109101\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771271\",\r\n                    \"endPointName\": \"9990000000000109101\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668891\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109102\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109102\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109102\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109102\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109102\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109102\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109102\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109102\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771080\",\r\n                    \"endPointName\": \"9990000000000109102\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668892\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109103\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109103\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109103\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109103\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109103\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109103\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109103\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109103\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789387\",\r\n                    \"endPointName\": \"9990000000000109103\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668893\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109104\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109104\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109104\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109104\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109104\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109104\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109104\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109104\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789388\",\r\n                    \"endPointName\": \"9990000000000109104\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668894\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109105\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109105\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109105\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109105\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109105\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109105\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109105\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109105\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767441\",\r\n                    \"endPointName\": \"9990000000000109105\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668895\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109106\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109106\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109106\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109106\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109106\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109106\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109106\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109106\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768311\",\r\n                    \"endPointName\": \"9990000000000109106\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668896\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109107\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109107\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109107\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109107\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109107\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109107\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109107\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109107\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789793\",\r\n                    \"endPointName\": \"9990000000000109107\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668897\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109108\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109108\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109108\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109108\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109108\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109108\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109108\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109108\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770894\",\r\n                    \"endPointName\": \"9990000000000109108\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668898\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109109\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109109\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109109\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109109\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109109\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109109\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109109\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109109\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769090\",\r\n                    \"endPointName\": \"9990000000000109109\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668899\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109110\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109110\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109110\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109110\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109110\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109110\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109110\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109110\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771272\",\r\n                    \"endPointName\": \"9990000000000109110\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668900\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109111\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109111\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109111\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109111\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109111\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109111\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109111\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109111\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768312\",\r\n                    \"endPointName\": \"9990000000000109111\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668901\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109112\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109112\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109112\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109112\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109112\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109112\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109112\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109112\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769692\",\r\n                    \"endPointName\": \"9990000000000109112\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668902\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109113\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109113\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109113\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109113\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109113\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109113\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109113\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109113\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769091\",\r\n                    \"endPointName\": \"9990000000000109113\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668903\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109114\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109114\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109114\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109114\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109114\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109114\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109114\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109114\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768313\",\r\n                    \"endPointName\": \"9990000000000109114\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668904\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109115\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109115\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109115\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109115\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109115\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109115\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109115\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109115\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777755\",\r\n                    \"endPointName\": \"9990000000000109115\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668905\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109116\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109116\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109116\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109116\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109116\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109116\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109116\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109116\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765577\",\r\n                    \"endPointName\": \"9990000000000109116\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668906\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109117\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109117\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109117\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109117\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109117\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109117\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109117\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109117\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771273\",\r\n                    \"endPointName\": \"9990000000000109117\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668907\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109118\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109118\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109118\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109118\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109118\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109118\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109118\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109118\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765578\",\r\n                    \"endPointName\": \"9990000000000109118\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668908\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109119\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109119\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109119\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109119\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109119\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109119\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109119\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109119\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770895\",\r\n                    \"endPointName\": \"9990000000000109119\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668909\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109120\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109120\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109120\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109120\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109120\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109120\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109120\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109120\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778670\",\r\n                    \"endPointName\": \"9990000000000109120\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668910\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109121\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109121\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109121\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109121\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109121\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109121\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109121\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109121\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779066\",\r\n                    \"endPointName\": \"9990000000000109121\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668911\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109122\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109122\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109122\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109122\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109122\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109122\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109122\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109122\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777565\",\r\n                    \"endPointName\": \"9990000000000109122\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668912\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109123\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109123\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109123\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109123\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109123\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109123\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109123\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109123\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779067\",\r\n                    \"endPointName\": \"9990000000000109123\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668913\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109124\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109124\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109124\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109124\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109124\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109124\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109124\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109124\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782500\",\r\n                    \"endPointName\": \"9990000000000109124\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668914\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109125\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109125\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109125\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109125\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109125\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109125\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109125\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109125\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768851\",\r\n                    \"endPointName\": \"9990000000000109125\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668915\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109126\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109126\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109126\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109126\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109126\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109126\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109126\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109126\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765579\",\r\n                    \"endPointName\": \"9990000000000109126\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668916\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109127\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109127\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109127\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109127\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109127\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109127\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109127\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109127\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786642\",\r\n                    \"endPointName\": \"9990000000000109127\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668917\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109128\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109128\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109128\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109128\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109128\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109128\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109128\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109128\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782501\",\r\n                    \"endPointName\": \"9990000000000109128\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668918\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109129\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109129\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109129\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109129\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109129\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109129\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109129\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109129\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765580\",\r\n                    \"endPointName\": \"9990000000000109129\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668919\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109130\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109130\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109130\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109130\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109130\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109130\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109130\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109130\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778082\",\r\n                    \"endPointName\": \"9990000000000109130\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668920\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109131\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109131\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109131\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109131\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109131\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109131\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109131\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109131\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768852\",\r\n                    \"endPointName\": \"9990000000000109131\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668921\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109132\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109132\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109132\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109132\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109132\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109132\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109132\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109132\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769693\",\r\n                    \"endPointName\": \"9990000000000109132\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668922\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109133\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109133\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109133\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109133\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109133\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109133\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109133\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109133\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768853\",\r\n                    \"endPointName\": \"9990000000000109133\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668923\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109134\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109134\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109134\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109134\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109134\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109134\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109134\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109134\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789794\",\r\n                    \"endPointName\": \"9990000000000109134\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668924\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109135\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109135\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109135\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109135\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109135\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109135\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109135\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109135\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767442\",\r\n                    \"endPointName\": \"9990000000000109135\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668925\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109136\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109136\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109136\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109136\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109136\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109136\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109136\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109136\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770896\",\r\n                    \"endPointName\": \"9990000000000109136\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668926\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109137\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109137\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109137\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109137\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109137\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109137\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109137\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109137\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770897\",\r\n                    \"endPointName\": \"9990000000000109137\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668927\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109138\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109138\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109138\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109138\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109138\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109138\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109138\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109138\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769694\",\r\n                    \"endPointName\": \"9990000000000109138\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668928\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109139\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109139\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109139\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109139\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109139\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109139\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109139\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109139\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789389\",\r\n                    \"endPointName\": \"9990000000000109139\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668929\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109140\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109140\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109140\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109140\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109140\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109140\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109140\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109140\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778671\",\r\n                    \"endPointName\": \"9990000000000109140\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668930\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109141\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109141\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109141\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109141\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109141\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109141\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109141\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109141\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782129\",\r\n                    \"endPointName\": \"9990000000000109141\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668931\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109142\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109142\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109142\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109142\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109142\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109142\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109142\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109142\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783378\",\r\n                    \"endPointName\": \"9990000000000109142\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:59:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668932\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109143\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109143\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109143\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109143\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109143\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109143\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109143\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109143\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765581\",\r\n                    \"endPointName\": \"9990000000000109143\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668933\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109144\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109144\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109144\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109144\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109144\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109144\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109144\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109144\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789796\",\r\n                    \"endPointName\": \"9990000000000109144\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668934\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109145\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109145\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109145\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109145\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109145\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109145\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109145\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109145\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774775\",\r\n                    \"endPointName\": \"9990000000000109145\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668935\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109146\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109146\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109146\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109146\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109146\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109146\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109146\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109146\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765582\",\r\n                    \"endPointName\": \"9990000000000109146\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668936\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109147\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109147\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109147\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109147\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109147\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109147\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109147\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109147\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765583\",\r\n                    \"endPointName\": \"9990000000000109147\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668937\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109148\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109148\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109148\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109148\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109148\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109148\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109148\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109148\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778083\",\r\n                    \"endPointName\": \"9990000000000109148\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668938\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109149\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109149\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109149\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109149\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109149\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109149\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109149\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109149\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801383\",\r\n                    \"endPointName\": \"9990000000000109149\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668939\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109150\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109150\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109150\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109150\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109150\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109150\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109150\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109150\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783379\",\r\n                    \"endPointName\": \"9990000000000109150\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:59:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668940\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109151\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109151\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109151\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109151\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109151\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109151\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109151\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109151\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768314\",\r\n                    \"endPointName\": \"9990000000000109151\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668941\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109152\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109152\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109152\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109152\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109152\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109152\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109152\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109152\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789390\",\r\n                    \"endPointName\": \"9990000000000109152\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668942\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109153\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109153\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109153\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109153\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109153\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109153\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109153\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109153\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769695\",\r\n                    \"endPointName\": \"9990000000000109153\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668943\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109154\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109154\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109154\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109154\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109154\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109154\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109154\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109154\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774776\",\r\n                    \"endPointName\": \"9990000000000109154\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668944\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109155\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109155\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109155\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109155\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109155\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109155\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109155\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109155\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771081\",\r\n                    \"endPointName\": \"9990000000000109155\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668945\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109156\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109156\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109156\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109156\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109156\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109156\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109156\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109156\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769092\",\r\n                    \"endPointName\": \"9990000000000109156\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668946\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109157\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109157\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109157\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109157\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109157\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109157\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109157\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109157\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777756\",\r\n                    \"endPointName\": \"9990000000000109157\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668947\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109158\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109158\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109158\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109158\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109158\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109158\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109158\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109158\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782502\",\r\n                    \"endPointName\": \"9990000000000109158\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668948\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109159\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109159\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109159\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109159\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109159\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109159\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109159\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109159\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782130\",\r\n                    \"endPointName\": \"9990000000000109159\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668949\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109160\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109160\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109160\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109160\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109160\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109160\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109160\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109160\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779068\",\r\n                    \"endPointName\": \"9990000000000109160\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668950\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109161\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109161\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109161\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109161\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109161\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109161\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109161\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109161\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769093\",\r\n                    \"endPointName\": \"9990000000000109161\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668951\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109162\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109162\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109162\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109162\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109162\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109162\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109162\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109162\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777566\",\r\n                    \"endPointName\": \"9990000000000109162\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668952\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109163\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109163\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109163\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109163\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109163\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109163\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109163\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109163\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768315\",\r\n                    \"endPointName\": \"9990000000000109163\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668953\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109164\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109164\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109164\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109164\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109164\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109164\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109164\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109164\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781265\",\r\n                    \"endPointName\": \"9990000000000109164\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668954\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109165\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109165\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109165\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109165\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109165\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109165\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109165\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109165\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789797\",\r\n                    \"endPointName\": \"9990000000000109165\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668955\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109166\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109166\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109166\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109166\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109166\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109166\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109166\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109166\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789798\",\r\n                    \"endPointName\": \"9990000000000109166\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668956\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109167\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109167\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109167\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109167\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109167\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109167\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109167\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109167\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768316\",\r\n                    \"endPointName\": \"9990000000000109167\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668957\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109168\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109168\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109168\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109168\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109168\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109168\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109168\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109168\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765584\",\r\n                    \"endPointName\": \"9990000000000109168\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668958\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109169\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109169\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109169\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109169\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109169\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109169\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109169\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109169\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781266\",\r\n                    \"endPointName\": \"9990000000000109169\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668959\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109170\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109170\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109170\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109170\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109170\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109170\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109170\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109170\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789391\",\r\n                    \"endPointName\": \"9990000000000109170\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668960\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109171\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109171\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109171\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109171\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109171\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109171\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109171\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109171\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789799\",\r\n                    \"endPointName\": \"9990000000000109171\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668961\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109172\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109172\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109172\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109172\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109172\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109172\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109172\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109172\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777567\",\r\n                    \"endPointName\": \"9990000000000109172\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668962\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109173\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109173\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109173\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109173\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109173\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109173\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109173\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109173\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789392\",\r\n                    \"endPointName\": \"9990000000000109173\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668963\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109174\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109174\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109174\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109174\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109174\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109174\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109174\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109174\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789800\",\r\n                    \"endPointName\": \"9990000000000109174\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668964\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109175\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109175\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109175\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109175\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109175\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109175\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109175\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109175\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779069\",\r\n                    \"endPointName\": \"9990000000000109175\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668965\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109176\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109176\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109176\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109176\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109176\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109176\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109176\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109176\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789393\",\r\n                    \"endPointName\": \"9990000000000109176\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668966\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109177\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109177\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109177\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109177\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109177\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109177\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109177\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109177\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768854\",\r\n                    \"endPointName\": \"9990000000000109177\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:43:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668967\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109178\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109178\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109178\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109178\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109178\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109178\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109178\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109178\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778672\",\r\n                    \"endPointName\": \"9990000000000109178\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668968\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109179\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109179\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109179\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109179\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109179\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109179\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109179\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109179\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801384\",\r\n                    \"endPointName\": \"9990000000000109179\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668969\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109180\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109180\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109180\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109180\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109180\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109180\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109180\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109180\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777757\",\r\n                    \"endPointName\": \"9990000000000109180\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668970\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109181\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109181\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109181\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109181\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109181\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109181\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109181\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109181\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789801\",\r\n                    \"endPointName\": \"9990000000000109181\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668971\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109182\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109182\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109182\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109182\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109182\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109182\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109182\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109182\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777758\",\r\n                    \"endPointName\": \"9990000000000109182\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668972\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109183\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109183\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109183\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109183\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109183\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109183\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109183\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109183\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790793\",\r\n                    \"endPointName\": \"9990000000000109183\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668973\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109184\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109184\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109184\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109184\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109184\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109184\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109184\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109184\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789802\",\r\n                    \"endPointName\": \"9990000000000109184\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668974\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109185\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109185\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109185\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109185\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109185\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109185\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109185\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109185\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786643\",\r\n                    \"endPointName\": \"9990000000000109185\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668975\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109186\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109186\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109186\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109186\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109186\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109186\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109186\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109186\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771082\",\r\n                    \"endPointName\": \"9990000000000109186\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668976\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109187\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109187\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109187\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109187\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109187\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109187\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109187\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109187\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777568\",\r\n                    \"endPointName\": \"9990000000000109187\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668977\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109188\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109188\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109188\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109188\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109188\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109188\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109188\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109188\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768317\",\r\n                    \"endPointName\": \"9990000000000109188\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668978\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109189\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109189\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109189\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109189\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109189\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109189\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109189\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109189\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779070\",\r\n                    \"endPointName\": \"9990000000000109189\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668979\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109190\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109190\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109190\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109190\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109190\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109190\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109190\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109190\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777759\",\r\n                    \"endPointName\": \"9990000000000109190\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668980\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109191\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109191\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109191\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109191\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109191\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109191\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109191\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109191\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782131\",\r\n                    \"endPointName\": \"9990000000000109191\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668981\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109192\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109192\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109192\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109192\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109192\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109192\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109192\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109192\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769696\",\r\n                    \"endPointName\": \"9990000000000109192\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:05:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668982\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109193\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109193\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109193\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109193\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109193\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109193\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109193\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109193\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770898\",\r\n                    \"endPointName\": \"9990000000000109193\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668983\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109194\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109194\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109194\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109194\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109194\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109194\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109194\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109194\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770899\",\r\n                    \"endPointName\": \"9990000000000109194\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668984\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109195\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109195\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109195\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109195\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109195\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109195\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109195\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109195\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766292\",\r\n                    \"endPointName\": \"9990000000000109195\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668985\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109196\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109196\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109196\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109196\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109196\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109196\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109196\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109196\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778084\",\r\n                    \"endPointName\": \"9990000000000109196\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668986\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109197\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109197\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109197\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109197\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109197\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109197\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109197\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109197\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769094\",\r\n                    \"endPointName\": \"9990000000000109197\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668987\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109198\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109198\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109198\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109198\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109198\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109198\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109198\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109198\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801386\",\r\n                    \"endPointName\": \"9990000000000109198\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668988\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109199\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109199\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109199\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109199\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109199\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109199\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109199\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109199\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778673\",\r\n                    \"endPointName\": \"9990000000000109199\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668989\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109200\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109200\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109200\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109200\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109200\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109200\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109200\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109200\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790794\",\r\n                    \"endPointName\": \"9990000000000109200\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668990\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109201\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109201\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109201\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109201\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109201\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109201\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109201\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109201\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782132\",\r\n                    \"endPointName\": \"9990000000000109201\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668991\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109202\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109202\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109202\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109202\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109202\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109202\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109202\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109202\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768318\",\r\n                    \"endPointName\": \"9990000000000109202\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668992\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109203\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109203\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109203\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109203\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109203\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109203\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109203\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109203\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778674\",\r\n                    \"endPointName\": \"9990000000000109203\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668993\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109204\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109204\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109204\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109204\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109204\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109204\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109204\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109204\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786644\",\r\n                    \"endPointName\": \"9990000000000109204\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668994\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109205\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109205\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109205\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109205\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109205\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109205\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109205\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109205\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769697\",\r\n                    \"endPointName\": \"9990000000000109205\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668995\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109206\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109206\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109206\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109206\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109206\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109206\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109206\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109206\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766293\",\r\n                    \"endPointName\": \"9990000000000109206\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668996\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109207\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109207\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109207\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109207\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109207\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109207\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109207\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109207\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768319\",\r\n                    \"endPointName\": \"9990000000000109207\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668997\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109208\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109208\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109208\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109208\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109208\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109208\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109208\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109208\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774777\",\r\n                    \"endPointName\": \"9990000000000109208\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668998\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109209\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109209\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109209\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109209\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109209\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109209\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109209\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109209\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777569\",\r\n                    \"endPointName\": \"9990000000000109209\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"668999\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109210\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109210\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109210\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109210\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109210\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109210\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109210\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109210\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769095\",\r\n                    \"endPointName\": \"9990000000000109210\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669000\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109211\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109211\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109211\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109211\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109211\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109211\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109211\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109211\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771083\",\r\n                    \"endPointName\": \"9990000000000109211\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669001\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109212\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109212\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109212\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109212\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109212\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109212\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109212\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109212\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777570\",\r\n                    \"endPointName\": \"9990000000000109212\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669002\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109213\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109213\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109213\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109213\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109213\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109213\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109213\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109213\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801388\",\r\n                    \"endPointName\": \"9990000000000109213\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669003\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109214\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109214\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109214\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109214\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109214\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109214\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109214\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109214\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771084\",\r\n                    \"endPointName\": \"9990000000000109214\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669004\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109215\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109215\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109215\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109215\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109215\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109215\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109215\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109215\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768320\",\r\n                    \"endPointName\": \"9990000000000109215\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669005\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109216\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109216\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109216\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109216\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109216\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109216\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109216\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109216\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789394\",\r\n                    \"endPointName\": \"9990000000000109216\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669006\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109217\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109217\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109217\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109217\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109217\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109217\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109217\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109217\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765585\",\r\n                    \"endPointName\": \"9990000000000109217\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669007\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109218\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109218\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109218\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109218\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109218\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109218\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109218\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109218\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767443\",\r\n                    \"endPointName\": \"9990000000000109218\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669008\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109219\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109219\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109219\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109219\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109219\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109219\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109219\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109219\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769096\",\r\n                    \"endPointName\": \"9990000000000109219\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669009\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109220\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109220\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109220\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109220\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109220\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109220\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109220\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109220\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769698\",\r\n                    \"endPointName\": \"9990000000000109220\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669010\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109221\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109221\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109221\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109221\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109221\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109221\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109221\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109221\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774778\",\r\n                    \"endPointName\": \"9990000000000109221\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669011\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109222\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109222\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109222\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109222\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109222\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109222\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109222\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109222\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774779\",\r\n                    \"endPointName\": \"9990000000000109222\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669012\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109223\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109223\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109223\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109223\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109223\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109223\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109223\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109223\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767444\",\r\n                    \"endPointName\": \"9990000000000109223\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669013\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109224\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109224\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109224\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109224\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109224\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109224\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109224\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109224\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769097\",\r\n                    \"endPointName\": \"9990000000000109224\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669014\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109225\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109225\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109225\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109225\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109225\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109225\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109225\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109225\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782503\",\r\n                    \"endPointName\": \"9990000000000109225\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669015\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109226\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109226\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109226\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109226\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109226\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109226\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109226\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109226\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777571\",\r\n                    \"endPointName\": \"9990000000000109226\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669016\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109227\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109227\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109227\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109227\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109227\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109227\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109227\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109227\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769098\",\r\n                    \"endPointName\": \"9990000000000109227\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669017\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109228\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109228\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109228\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109228\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109228\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109228\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109228\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109228\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774780\",\r\n                    \"endPointName\": \"9990000000000109228\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669018\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109229\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109229\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109229\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109229\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109229\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109229\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109229\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109229\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781267\",\r\n                    \"endPointName\": \"9990000000000109229\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669019\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109230\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109230\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109230\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109230\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109230\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109230\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109230\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109230\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789395\",\r\n                    \"endPointName\": \"9990000000000109230\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669020\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109231\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109231\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109231\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109231\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109231\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109231\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109231\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109231\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771085\",\r\n                    \"endPointName\": \"9990000000000109231\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669021\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109232\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109232\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109232\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109232\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109232\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109232\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109232\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109232\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779071\",\r\n                    \"endPointName\": \"9990000000000109232\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669022\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109233\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109233\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109233\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109233\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109233\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109233\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109233\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109233\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765586\",\r\n                    \"endPointName\": \"9990000000000109233\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669023\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109234\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109234\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109234\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109234\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109234\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109234\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109234\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109234\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801389\",\r\n                    \"endPointName\": \"9990000000000109234\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669024\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109235\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109235\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109235\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109235\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109235\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109235\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109235\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109235\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768855\",\r\n                    \"endPointName\": \"9990000000000109235\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669025\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109236\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109236\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109236\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109236\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109236\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109236\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109236\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109236\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768321\",\r\n                    \"endPointName\": \"9990000000000109236\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669026\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109237\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109237\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109237\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109237\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109237\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109237\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109237\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109237\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767445\",\r\n                    \"endPointName\": \"9990000000000109237\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669027\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109238\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109238\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109238\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109238\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109238\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109238\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109238\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109238\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771274\",\r\n                    \"endPointName\": \"9990000000000109238\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669028\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109239\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109239\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109239\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109239\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109239\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109239\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109239\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109239\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765587\",\r\n                    \"endPointName\": \"9990000000000109239\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669029\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109240\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109240\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109240\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109240\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109240\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109240\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109240\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109240\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782133\",\r\n                    \"endPointName\": \"9990000000000109240\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669030\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109241\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109241\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109241\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109241\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109241\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109241\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109241\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109241\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789803\",\r\n                    \"endPointName\": \"9990000000000109241\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669031\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109242\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109242\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109242\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109242\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109242\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109242\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109242\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109242\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790795\",\r\n                    \"endPointName\": \"9990000000000109242\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669032\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109243\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109243\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109243\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109243\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109243\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109243\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109243\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109243\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781268\",\r\n                    \"endPointName\": \"9990000000000109243\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669033\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109244\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109244\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109244\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109244\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109244\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109244\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109244\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109244\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771275\",\r\n                    \"endPointName\": \"9990000000000109244\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669034\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109245\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109245\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109245\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109245\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109245\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109245\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109245\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109245\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778085\",\r\n                    \"endPointName\": \"9990000000000109245\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669035\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109246\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109246\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109246\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109246\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109246\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109246\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109246\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109246\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765588\",\r\n                    \"endPointName\": \"9990000000000109246\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:07:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669036\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109247\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109247\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109247\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109247\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109247\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109247\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109247\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109247\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778086\",\r\n                    \"endPointName\": \"9990000000000109247\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669037\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109248\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109248\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109248\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109248\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109248\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109248\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109248\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109248\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769099\",\r\n                    \"endPointName\": \"9990000000000109248\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669038\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109249\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109249\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109249\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109249\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109249\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109249\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109249\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109249\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769100\",\r\n                    \"endPointName\": \"9990000000000109249\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669039\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109250\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109250\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109250\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109250\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109250\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109250\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109250\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109250\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768322\",\r\n                    \"endPointName\": \"9990000000000109250\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669040\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109251\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109251\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109251\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109251\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109251\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109251\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109251\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109251\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778087\",\r\n                    \"endPointName\": \"9990000000000109251\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669041\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109252\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109252\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109252\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109252\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109252\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109252\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109252\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109252\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774781\",\r\n                    \"endPointName\": \"9990000000000109252\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669042\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109253\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109253\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109253\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109253\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109253\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109253\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109253\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109253\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790796\",\r\n                    \"endPointName\": \"9990000000000109253\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669043\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109254\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109254\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109254\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109254\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109254\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109254\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109254\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109254\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765589\",\r\n                    \"endPointName\": \"9990000000000109254\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669044\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109255\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109255\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109255\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109255\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109255\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109255\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109255\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109255\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801391\",\r\n                    \"endPointName\": \"9990000000000109255\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:10:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669045\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109256\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109256\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109256\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109256\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109256\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109256\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109256\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109256\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774782\",\r\n                    \"endPointName\": \"9990000000000109256\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669046\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109257\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109257\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109257\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109257\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109257\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109257\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109257\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109257\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777572\",\r\n                    \"endPointName\": \"9990000000000109257\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669047\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109258\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109258\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109258\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109258\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109258\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109258\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109258\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109258\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782134\",\r\n                    \"endPointName\": \"9990000000000109258\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669048\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109259\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109259\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109259\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109259\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109259\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109259\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109259\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109259\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768856\",\r\n                    \"endPointName\": \"9990000000000109259\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669049\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109260\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109260\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109260\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109260\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109260\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109260\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109260\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109260\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790797\",\r\n                    \"endPointName\": \"9990000000000109260\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669050\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109261\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109261\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109261\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109261\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109261\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109261\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109261\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109261\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774783\",\r\n                    \"endPointName\": \"9990000000000109261\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669051\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109262\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109262\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109262\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109262\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109262\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109262\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109262\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109262\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769699\",\r\n                    \"endPointName\": \"9990000000000109262\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669052\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109263\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109263\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109263\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109263\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109263\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109263\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109263\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109263\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768323\",\r\n                    \"endPointName\": \"9990000000000109263\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:26:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669053\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109264\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109264\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109264\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109264\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109264\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109264\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109264\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109264\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771276\",\r\n                    \"endPointName\": \"9990000000000109264\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669054\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109265\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109265\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109265\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109265\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109265\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109265\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109265\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109265\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790798\",\r\n                    \"endPointName\": \"9990000000000109265\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669055\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109266\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109266\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109266\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109266\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109266\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109266\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109266\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109266\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789804\",\r\n                    \"endPointName\": \"9990000000000109266\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669056\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109267\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109267\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109267\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109267\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109267\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109267\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109267\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109267\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777573\",\r\n                    \"endPointName\": \"9990000000000109267\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669057\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109268\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109268\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109268\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109268\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109268\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109268\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109268\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109268\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767446\",\r\n                    \"endPointName\": \"9990000000000109268\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669058\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109269\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109269\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109269\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109269\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109269\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109269\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109269\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109269\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777760\",\r\n                    \"endPointName\": \"9990000000000109269\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669059\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109270\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109270\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109270\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109270\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109270\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109270\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109270\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109270\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789805\",\r\n                    \"endPointName\": \"9990000000000109270\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669060\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109271\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109271\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109271\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109271\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109271\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109271\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109271\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109271\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778675\",\r\n                    \"endPointName\": \"9990000000000109271\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669061\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109272\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109272\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109272\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109272\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109272\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109272\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109272\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109272\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801590\",\r\n                    \"endPointName\": \"9990000000000109272\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669062\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109273\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109273\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109273\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109273\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109273\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109273\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109273\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109273\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777574\",\r\n                    \"endPointName\": \"9990000000000109273\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669063\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109274\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109274\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109274\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109274\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109274\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109274\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109274\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109274\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789806\",\r\n                    \"endPointName\": \"9990000000000109274\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669064\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109275\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109275\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109275\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109275\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109275\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109275\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109275\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109275\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774784\",\r\n                    \"endPointName\": \"9990000000000109275\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669065\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109276\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109276\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109276\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109276\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109276\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109276\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109276\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109276\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774785\",\r\n                    \"endPointName\": \"9990000000000109276\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669066\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109277\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109277\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109277\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109277\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109277\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109277\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109277\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109277\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777761\",\r\n                    \"endPointName\": \"9990000000000109277\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669067\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109278\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109278\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109278\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109278\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109278\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109278\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109278\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109278\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790799\",\r\n                    \"endPointName\": \"9990000000000109278\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669068\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109279\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109279\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109279\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109279\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109279\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109279\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109279\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109279\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779072\",\r\n                    \"endPointName\": \"9990000000000109279\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669069\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109280\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109280\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109280\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109280\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109280\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109280\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109280\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109280\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769700\",\r\n                    \"endPointName\": \"9990000000000109280\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669070\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109281\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109281\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109281\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109281\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109281\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109281\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109281\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109281\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777575\",\r\n                    \"endPointName\": \"9990000000000109281\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669071\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109282\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109282\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109282\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109282\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109282\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109282\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109282\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109282\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786645\",\r\n                    \"endPointName\": \"9990000000000109282\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669072\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109283\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109283\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109283\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109283\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109283\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109283\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109283\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109283\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779073\",\r\n                    \"endPointName\": \"9990000000000109283\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669073\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109284\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109284\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109284\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109284\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109284\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109284\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109284\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109284\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771277\",\r\n                    \"endPointName\": \"9990000000000109284\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:46:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669074\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109285\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109285\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109285\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109285\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109285\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109285\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109285\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109285\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786646\",\r\n                    \"endPointName\": \"9990000000000109285\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669075\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109286\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109286\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109286\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109286\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109286\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109286\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109286\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109286\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777576\",\r\n                    \"endPointName\": \"9990000000000109286\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669076\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109287\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109287\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109287\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109287\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109287\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109287\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109287\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109287\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765590\",\r\n                    \"endPointName\": \"9990000000000109287\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669077\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109288\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109288\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109288\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109288\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109288\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109288\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109288\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109288\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778088\",\r\n                    \"endPointName\": \"9990000000000109288\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669078\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109289\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109289\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109289\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109289\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109289\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109289\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109289\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109289\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789396\",\r\n                    \"endPointName\": \"9990000000000109289\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:44:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669079\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109290\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109290\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109290\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109290\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109290\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109290\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109290\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109290\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777762\",\r\n                    \"endPointName\": \"9990000000000109290\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669080\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109291\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109291\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109291\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109291\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109291\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109291\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109291\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109291\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790800\",\r\n                    \"endPointName\": \"9990000000000109291\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669081\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109292\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109292\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109292\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109292\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109292\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109292\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109292\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109292\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774786\",\r\n                    \"endPointName\": \"9990000000000109292\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669082\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109293\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109293\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109293\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109293\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109293\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109293\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109293\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109293\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778089\",\r\n                    \"endPointName\": \"9990000000000109293\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669083\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109294\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109294\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109294\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109294\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109294\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109294\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109294\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109294\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769101\",\r\n                    \"endPointName\": \"9990000000000109294\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669084\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109295\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109295\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109295\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109295\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109295\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109295\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109295\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109295\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777763\",\r\n                    \"endPointName\": \"9990000000000109295\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669085\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109296\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109296\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109296\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109296\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109296\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109296\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109296\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109296\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770900\",\r\n                    \"endPointName\": \"9990000000000109296\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669086\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109297\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109297\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109297\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109297\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109297\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109297\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109297\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109297\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790801\",\r\n                    \"endPointName\": \"9990000000000109297\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669087\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109298\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109298\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109298\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109298\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109298\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109298\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109298\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109298\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765591\",\r\n                    \"endPointName\": \"9990000000000109298\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669088\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109299\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109299\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109299\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109299\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109299\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109299\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109299\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109299\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768857\",\r\n                    \"endPointName\": \"9990000000000109299\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669089\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109300\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109300\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109300\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109300\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109300\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109300\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109300\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109300\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765592\",\r\n                    \"endPointName\": \"9990000000000109300\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669090\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109301\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109301\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109301\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109301\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109301\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109301\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109301\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109301\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770901\",\r\n                    \"endPointName\": \"9990000000000109301\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669091\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109302\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109302\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109302\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109302\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109302\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109302\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109302\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109302\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789397\",\r\n                    \"endPointName\": \"9990000000000109302\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669092\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109303\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109303\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109303\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109303\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109303\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109303\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109303\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109303\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768858\",\r\n                    \"endPointName\": \"9990000000000109303\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669093\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109304\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109304\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109304\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109304\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109304\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109304\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109304\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109304\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774787\",\r\n                    \"endPointName\": \"9990000000000109304\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669094\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109305\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109305\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109305\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109305\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109305\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109305\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109305\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109305\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769701\",\r\n                    \"endPointName\": \"9990000000000109305\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669095\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109306\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109306\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109306\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109306\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109306\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109306\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109306\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109306\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777764\",\r\n                    \"endPointName\": \"9990000000000109306\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669096\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109307\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109307\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109307\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109307\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109307\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109307\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109307\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109307\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769102\",\r\n                    \"endPointName\": \"9990000000000109307\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669097\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109308\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109308\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109308\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109308\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109308\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109308\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109308\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109308\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790802\",\r\n                    \"endPointName\": \"9990000000000109308\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669098\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109309\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109309\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109309\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109309\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109309\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109309\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109309\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109309\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768859\",\r\n                    \"endPointName\": \"9990000000000109309\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669099\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109310\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109310\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109310\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109310\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109310\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109310\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109310\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109310\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768860\",\r\n                    \"endPointName\": \"9990000000000109310\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:44:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669100\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109311\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109311\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109311\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109311\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109311\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109311\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109311\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109311\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768324\",\r\n                    \"endPointName\": \"9990000000000109311\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669101\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109312\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109312\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109312\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109312\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109312\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109312\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109312\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109312\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774788\",\r\n                    \"endPointName\": \"9990000000000109312\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669102\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109313\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109313\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109313\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109313\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109313\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109313\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109313\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109313\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771086\",\r\n                    \"endPointName\": \"9990000000000109313\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669103\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109314\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109314\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109314\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109314\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109314\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109314\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109314\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109314\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771278\",\r\n                    \"endPointName\": \"9990000000000109314\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669104\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109315\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109315\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109315\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109315\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109315\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109315\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109315\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109315\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782504\",\r\n                    \"endPointName\": \"9990000000000109315\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669105\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109316\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109316\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109316\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109316\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109316\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109316\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109316\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109316\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782505\",\r\n                    \"endPointName\": \"9990000000000109316\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669106\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109317\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109317\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109317\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109317\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109317\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109317\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109317\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109317\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782506\",\r\n                    \"endPointName\": \"9990000000000109317\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669107\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109318\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109318\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109318\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109318\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109318\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109318\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109318\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109318\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778090\",\r\n                    \"endPointName\": \"9990000000000109318\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669108\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109319\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109319\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109319\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109319\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109319\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109319\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109319\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109319\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789398\",\r\n                    \"endPointName\": \"9990000000000109319\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669109\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109320\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109320\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109320\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109320\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109320\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109320\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109320\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109320\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782135\",\r\n                    \"endPointName\": \"9990000000000109320\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669110\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109321\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109321\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109321\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109321\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109321\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109321\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109321\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109321\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801592\",\r\n                    \"endPointName\": \"9990000000000109321\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669111\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109322\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109322\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109322\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109322\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109322\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109322\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109322\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109322\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789399\",\r\n                    \"endPointName\": \"9990000000000109322\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669112\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109323\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109323\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109323\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109323\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109323\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109323\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109323\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109323\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789807\",\r\n                    \"endPointName\": \"9990000000000109323\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:56:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669113\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109324\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109324\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109324\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109324\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109324\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109324\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109324\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109324\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777765\",\r\n                    \"endPointName\": \"9990000000000109324\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669114\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109325\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109325\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109325\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109325\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109325\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109325\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109325\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109325\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771087\",\r\n                    \"endPointName\": \"9990000000000109325\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669115\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109326\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109326\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109326\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109326\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109326\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109326\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109326\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109326\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769768\",\r\n                    \"endPointName\": \"9990000000000109326\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669116\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109327\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109327\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109327\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109327\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109327\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109327\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109327\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109327\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782507\",\r\n                    \"endPointName\": \"9990000000000109327\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669117\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109328\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109328\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109328\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109328\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109328\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109328\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109328\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109328\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770902\",\r\n                    \"endPointName\": \"9990000000000109328\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669118\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109329\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109329\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109329\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109329\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109329\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109329\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109329\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109329\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782508\",\r\n                    \"endPointName\": \"9990000000000109329\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669119\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109330\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109330\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109330\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109330\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109330\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109330\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109330\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109330\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777577\",\r\n                    \"endPointName\": \"9990000000000109330\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669120\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109331\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109331\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109331\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109331\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109331\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109331\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109331\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109331\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778091\",\r\n                    \"endPointName\": \"9990000000000109331\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669121\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109332\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109332\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109332\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109332\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109332\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109332\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109332\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109332\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778676\",\r\n                    \"endPointName\": \"9990000000000109332\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:00:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669122\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109333\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109333\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109333\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109333\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109333\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109333\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109333\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109333\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777578\",\r\n                    \"endPointName\": \"9990000000000109333\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669123\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109334\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109334\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109334\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109334\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109334\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109334\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109334\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109334\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801594\",\r\n                    \"endPointName\": \"9990000000000109334\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669124\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109335\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109335\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109335\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109335\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109335\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109335\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109335\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109335\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771088\",\r\n                    \"endPointName\": \"9990000000000109335\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669125\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109336\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109336\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109336\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109336\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109336\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109336\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109336\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109336\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771279\",\r\n                    \"endPointName\": \"9990000000000109336\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669126\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109337\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109337\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109337\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109337\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109337\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109337\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109337\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109337\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778092\",\r\n                    \"endPointName\": \"9990000000000109337\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669127\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109338\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109338\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109338\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109338\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109338\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109338\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109338\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109338\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781269\",\r\n                    \"endPointName\": \"9990000000000109338\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669128\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109339\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109339\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109339\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109339\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109339\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109339\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109339\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109339\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767447\",\r\n                    \"endPointName\": \"9990000000000109339\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669129\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109340\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109340\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109340\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109340\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109340\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109340\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109340\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109340\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771280\",\r\n                    \"endPointName\": \"9990000000000109340\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669130\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109341\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109341\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109341\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109341\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109341\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109341\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109341\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109341\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777579\",\r\n                    \"endPointName\": \"9990000000000109341\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669131\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109342\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109342\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109342\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109342\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109342\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109342\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109342\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109342\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801596\",\r\n                    \"endPointName\": \"9990000000000109342\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669132\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109343\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109343\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109343\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109343\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109343\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109343\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109343\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109343\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801598\",\r\n                    \"endPointName\": \"9990000000000109343\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669133\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109344\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109344\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109344\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109344\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109344\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109344\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109344\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109344\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790803\",\r\n                    \"endPointName\": \"9990000000000109344\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669134\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109345\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109345\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109345\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109345\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109345\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109345\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109345\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109345\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789400\",\r\n                    \"endPointName\": \"9990000000000109345\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669135\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109346\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109346\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109346\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109346\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109346\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109346\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109346\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109346\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778093\",\r\n                    \"endPointName\": \"9990000000000109346\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669136\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109347\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109347\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109347\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109347\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109347\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109347\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109347\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109347\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779074\",\r\n                    \"endPointName\": \"9990000000000109347\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669137\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109348\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109348\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109348\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109348\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109348\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109348\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109348\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109348\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781270\",\r\n                    \"endPointName\": \"9990000000000109348\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669138\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109349\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109349\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109349\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109349\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109349\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109349\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109349\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109349\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766294\",\r\n                    \"endPointName\": \"9990000000000109349\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669139\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109350\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109350\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109350\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109350\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109350\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109350\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109350\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109350\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781271\",\r\n                    \"endPointName\": \"9990000000000109350\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669140\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109351\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109351\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109351\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109351\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109351\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109351\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109351\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109351\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777580\",\r\n                    \"endPointName\": \"9990000000000109351\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669141\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109352\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109352\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109352\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109352\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109352\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109352\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109352\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109352\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769769\",\r\n                    \"endPointName\": \"9990000000000109352\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669142\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109353\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109353\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109353\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109353\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109353\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109353\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109353\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109353\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782136\",\r\n                    \"endPointName\": \"9990000000000109353\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669143\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109354\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109354\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109354\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109354\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109354\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109354\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109354\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109354\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765593\",\r\n                    \"endPointName\": \"9990000000000109354\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669144\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109355\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109355\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109355\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109355\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109355\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109355\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109355\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109355\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786647\",\r\n                    \"endPointName\": \"9990000000000109355\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669145\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109356\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109356\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109356\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109356\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109356\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109356\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109356\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109356\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774789\",\r\n                    \"endPointName\": \"9990000000000109356\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669146\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109357\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109357\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109357\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109357\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109357\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109357\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109357\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109357\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781272\",\r\n                    \"endPointName\": \"9990000000000109357\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669147\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109358\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109358\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109358\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109358\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109358\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109358\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109358\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109358\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782509\",\r\n                    \"endPointName\": \"9990000000000109358\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669148\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109359\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109359\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109359\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109359\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109359\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109359\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109359\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109359\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782510\",\r\n                    \"endPointName\": \"9990000000000109359\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669149\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109360\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109360\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109360\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109360\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109360\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109360\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109360\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109360\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766295\",\r\n                    \"endPointName\": \"9990000000000109360\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669150\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109361\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109361\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109361\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109361\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109361\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109361\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109361\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109361\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769702\",\r\n                    \"endPointName\": \"9990000000000109361\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669151\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109362\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109362\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109362\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109362\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109362\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109362\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109362\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109362\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774790\",\r\n                    \"endPointName\": \"9990000000000109362\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669152\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109363\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109363\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109363\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109363\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109363\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109363\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109363\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109363\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782137\",\r\n                    \"endPointName\": \"9990000000000109363\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669153\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109364\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109364\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109364\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109364\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109364\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109364\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109364\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109364\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789808\",\r\n                    \"endPointName\": \"9990000000000109364\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669154\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109365\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109365\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109365\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109365\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109365\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109365\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109365\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109365\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782138\",\r\n                    \"endPointName\": \"9990000000000109365\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669155\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109366\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109366\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109366\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109366\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109366\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109366\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109366\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109366\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766296\",\r\n                    \"endPointName\": \"9990000000000109366\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669156\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109367\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109367\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109367\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109367\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109367\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109367\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109367\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109367\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770903\",\r\n                    \"endPointName\": \"9990000000000109367\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:36:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669157\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109368\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109368\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109368\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109368\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109368\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109368\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109368\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109368\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801600\",\r\n                    \"endPointName\": \"9990000000000109368\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669158\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109369\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109369\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109369\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109369\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109369\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109369\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109369\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109369\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781273\",\r\n                    \"endPointName\": \"9990000000000109369\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669159\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109370\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109370\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109370\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109370\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109370\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109370\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109370\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109370\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765594\",\r\n                    \"endPointName\": \"9990000000000109370\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669160\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109371\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109371\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109371\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109371\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109371\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109371\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109371\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109371\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765595\",\r\n                    \"endPointName\": \"9990000000000109371\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669161\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109372\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109372\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109372\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109372\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109372\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109372\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109372\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109372\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782511\",\r\n                    \"endPointName\": \"9990000000000109372\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669162\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109373\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109373\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109373\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109373\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109373\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109373\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109373\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109373\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789401\",\r\n                    \"endPointName\": \"9990000000000109373\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669163\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109374\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109374\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109374\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109374\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109374\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109374\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109374\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109374\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768325\",\r\n                    \"endPointName\": \"9990000000000109374\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669164\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109375\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109375\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109375\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109375\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109375\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109375\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109375\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109375\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771281\",\r\n                    \"endPointName\": \"9990000000000109375\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669165\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109376\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109376\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109376\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109376\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109376\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109376\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109376\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109376\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771282\",\r\n                    \"endPointName\": \"9990000000000109376\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669166\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109377\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109377\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109377\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109377\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109377\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109377\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109377\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109377\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801602\",\r\n                    \"endPointName\": \"9990000000000109377\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669167\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109378\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109378\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109378\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109378\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109378\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109378\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109378\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109378\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769103\",\r\n                    \"endPointName\": \"9990000000000109378\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669168\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109379\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109379\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109379\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109379\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109379\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109379\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109379\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109379\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769770\",\r\n                    \"endPointName\": \"9990000000000109379\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669169\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109380\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109380\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109380\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109380\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109380\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109380\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109380\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109380\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782139\",\r\n                    \"endPointName\": \"9990000000000109380\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669170\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109381\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109381\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109381\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109381\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109381\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109381\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109381\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109381\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765596\",\r\n                    \"endPointName\": \"9990000000000109381\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669171\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109382\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109382\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109382\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109382\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109382\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109382\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109382\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109382\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778677\",\r\n                    \"endPointName\": \"9990000000000109382\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:01:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669172\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109383\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109383\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109383\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109383\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109383\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109383\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109383\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109383\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766297\",\r\n                    \"endPointName\": \"9990000000000109383\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669173\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109384\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109384\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109384\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109384\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109384\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109384\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109384\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109384\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782140\",\r\n                    \"endPointName\": \"9990000000000109384\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669174\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109385\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109385\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109385\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109385\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109385\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109385\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109385\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109385\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778094\",\r\n                    \"endPointName\": \"9990000000000109385\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669175\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109386\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109386\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109386\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109386\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109386\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109386\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109386\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109386\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779075\",\r\n                    \"endPointName\": \"9990000000000109386\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669176\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109387\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109387\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109387\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109387\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109387\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109387\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109387\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109387\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770904\",\r\n                    \"endPointName\": \"9990000000000109387\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669177\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109388\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109388\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109388\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109388\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109388\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109388\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109388\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109388\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779076\",\r\n                    \"endPointName\": \"9990000000000109388\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669178\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109389\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109389\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109389\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109389\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109389\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109389\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109389\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109389\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777766\",\r\n                    \"endPointName\": \"9990000000000109389\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669179\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109390\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109390\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109390\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109390\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109390\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109390\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109390\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109390\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790804\",\r\n                    \"endPointName\": \"9990000000000109390\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669180\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109391\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109391\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109391\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109391\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109391\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109391\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109391\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109391\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771089\",\r\n                    \"endPointName\": \"9990000000000109391\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669181\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109392\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109392\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109392\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109392\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109392\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109392\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109392\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109392\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769104\",\r\n                    \"endPointName\": \"9990000000000109392\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669182\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109393\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109393\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109393\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109393\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109393\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109393\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109393\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109393\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778678\",\r\n                    \"endPointName\": \"9990000000000109393\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:01:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669183\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109394\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109394\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109394\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109394\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109394\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109394\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109394\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109394\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765597\",\r\n                    \"endPointName\": \"9990000000000109394\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669184\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109395\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109395\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109395\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109395\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109395\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109395\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109395\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109395\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781274\",\r\n                    \"endPointName\": \"9990000000000109395\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669185\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109396\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109396\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109396\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109396\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109396\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109396\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109396\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109396\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769771\",\r\n                    \"endPointName\": \"9990000000000109396\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669186\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109397\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109397\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109397\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109397\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109397\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109397\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109397\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109397\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778679\",\r\n                    \"endPointName\": \"9990000000000109397\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:01:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669187\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109398\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109398\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109398\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109398\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109398\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109398\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109398\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109398\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768326\",\r\n                    \"endPointName\": \"9990000000000109398\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669188\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109399\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109399\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109399\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109399\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109399\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109399\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109399\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109399\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768327\",\r\n                    \"endPointName\": \"9990000000000109399\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669189\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109400\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109400\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109400\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109400\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109400\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109400\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109400\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109400\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777767\",\r\n                    \"endPointName\": \"9990000000000109400\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669190\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109401\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109401\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109401\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109401\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109401\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109401\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109401\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109401\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777768\",\r\n                    \"endPointName\": \"9990000000000109401\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669191\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109402\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109402\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109402\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109402\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109402\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109402\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109402\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109402\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774791\",\r\n                    \"endPointName\": \"9990000000000109402\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669192\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109403\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109403\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109403\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109403\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109403\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109403\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109403\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109403\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778095\",\r\n                    \"endPointName\": \"9990000000000109403\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669193\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109404\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109404\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109404\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109404\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109404\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109404\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109404\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109404\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770905\",\r\n                    \"endPointName\": \"9990000000000109404\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669194\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109405\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109405\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109405\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109405\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109405\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109405\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109405\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109405\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777581\",\r\n                    \"endPointName\": \"9990000000000109405\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669195\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109406\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109406\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109406\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109406\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109406\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109406\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109406\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109406\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777582\",\r\n                    \"endPointName\": \"9990000000000109406\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669196\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109407\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109407\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109407\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109407\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109407\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109407\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109407\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109407\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782512\",\r\n                    \"endPointName\": \"9990000000000109407\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:37:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669197\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109408\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109408\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109408\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109408\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109408\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109408\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109408\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109408\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767448\",\r\n                    \"endPointName\": \"9990000000000109408\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669198\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109409\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109409\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109409\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109409\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109409\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109409\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109409\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109409\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777769\",\r\n                    \"endPointName\": \"9990000000000109409\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669199\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109410\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109410\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109410\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109410\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109410\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109410\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109410\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109410\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766298\",\r\n                    \"endPointName\": \"9990000000000109410\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669200\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109411\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109411\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109411\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109411\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109411\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109411\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109411\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109411\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769703\",\r\n                    \"endPointName\": \"9990000000000109411\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669201\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109412\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109412\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109412\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109412\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109412\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109412\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109412\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109412\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774792\",\r\n                    \"endPointName\": \"9990000000000109412\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669202\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109413\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109413\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109413\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109413\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109413\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109413\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109413\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109413\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769772\",\r\n                    \"endPointName\": \"9990000000000109413\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669203\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109414\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109414\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109414\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109414\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109414\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109414\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109414\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109414\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771283\",\r\n                    \"endPointName\": \"9990000000000109414\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669204\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109415\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109415\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109415\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109415\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109415\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109415\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109415\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109415\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767449\",\r\n                    \"endPointName\": \"9990000000000109415\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669205\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109416\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109416\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109416\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109416\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109416\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109416\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109416\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109416\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786648\",\r\n                    \"endPointName\": \"9990000000000109416\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669206\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109417\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109417\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109417\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109417\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109417\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109417\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109417\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109417\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765598\",\r\n                    \"endPointName\": \"9990000000000109417\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669207\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109418\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109418\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109418\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109418\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109418\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109418\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109418\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109418\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769105\",\r\n                    \"endPointName\": \"9990000000000109418\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669208\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109419\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109419\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109419\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109419\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109419\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109419\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109419\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109419\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765599\",\r\n                    \"endPointName\": \"9990000000000109419\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669209\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109420\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109420\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109420\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109420\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109420\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109420\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109420\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109420\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771090\",\r\n                    \"endPointName\": \"9990000000000109420\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669210\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109421\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109421\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109421\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109421\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109421\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109421\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109421\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109421\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790805\",\r\n                    \"endPointName\": \"9990000000000109421\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669211\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109422\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109422\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109422\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109422\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109422\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109422\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109422\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109422\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769106\",\r\n                    \"endPointName\": \"9990000000000109422\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669212\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109423\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109423\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109423\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109423\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109423\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109423\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109423\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109423\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769704\",\r\n                    \"endPointName\": \"9990000000000109423\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669213\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109424\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109424\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109424\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109424\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109424\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109424\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109424\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109424\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777583\",\r\n                    \"endPointName\": \"9990000000000109424\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669214\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109425\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109425\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109425\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109425\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109425\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109425\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109425\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109425\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768328\",\r\n                    \"endPointName\": \"9990000000000109425\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669215\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109426\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109426\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109426\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109426\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109426\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109426\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109426\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109426\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789402\",\r\n                    \"endPointName\": \"9990000000000109426\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669216\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109427\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109427\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109427\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109427\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109427\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109427\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109427\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109427\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790806\",\r\n                    \"endPointName\": \"9990000000000109427\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669217\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109428\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109428\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109428\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109428\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109428\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109428\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109428\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109428\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801603\",\r\n                    \"endPointName\": \"9990000000000109428\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669218\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109429\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109429\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109429\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109429\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109429\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109429\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109429\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109429\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781275\",\r\n                    \"endPointName\": \"9990000000000109429\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669219\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109430\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109430\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109430\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109430\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109430\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109430\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109430\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109430\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768329\",\r\n                    \"endPointName\": \"9990000000000109430\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669220\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109431\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109431\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109431\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109431\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109431\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109431\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109431\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109431\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782141\",\r\n                    \"endPointName\": \"9990000000000109431\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669221\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109432\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109432\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109432\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109432\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109432\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109432\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109432\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109432\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789403\",\r\n                    \"endPointName\": \"9990000000000109432\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669222\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109433\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109433\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109433\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109433\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109433\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109433\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109433\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109433\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767450\",\r\n                    \"endPointName\": \"9990000000000109433\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669223\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109434\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109434\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109434\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109434\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109434\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109434\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109434\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109434\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778680\",\r\n                    \"endPointName\": \"9990000000000109434\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:01:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669224\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109435\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109435\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109435\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109435\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109435\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109435\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109435\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109435\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769705\",\r\n                    \"endPointName\": \"9990000000000109435\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669225\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109436\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109436\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109436\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109436\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109436\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109436\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109436\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109436\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774793\",\r\n                    \"endPointName\": \"9990000000000109436\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669226\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109437\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109437\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109437\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109437\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109437\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109437\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109437\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109437\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771091\",\r\n                    \"endPointName\": \"9990000000000109437\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669227\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109438\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109438\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109438\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109438\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109438\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109438\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109438\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109438\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769773\",\r\n                    \"endPointName\": \"9990000000000109438\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669228\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109439\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109439\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109439\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109439\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109439\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109439\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109439\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109439\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777770\",\r\n                    \"endPointName\": \"9990000000000109439\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669229\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109440\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109440\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109440\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109440\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109440\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109440\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109440\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109440\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789404\",\r\n                    \"endPointName\": \"9990000000000109440\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669230\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109441\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109441\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109441\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109441\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109441\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109441\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109441\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109441\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769774\",\r\n                    \"endPointName\": \"9990000000000109441\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669231\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109442\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109442\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109442\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109442\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109442\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109442\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109442\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109442\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777771\",\r\n                    \"endPointName\": \"9990000000000109442\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669232\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109443\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109443\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109443\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109443\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109443\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109443\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109443\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109443\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770906\",\r\n                    \"endPointName\": \"9990000000000109443\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669233\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109444\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109444\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109444\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109444\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109444\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109444\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109444\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109444\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777772\",\r\n                    \"endPointName\": \"9990000000000109444\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:39:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669234\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109445\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109445\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109445\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109445\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109445\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109445\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109445\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109445\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786649\",\r\n                    \"endPointName\": \"9990000000000109445\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669235\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109446\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109446\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109446\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109446\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109446\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109446\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109446\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109446\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765600\",\r\n                    \"endPointName\": \"9990000000000109446\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669236\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109447\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109447\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109447\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109447\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109447\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109447\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109447\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109447\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782142\",\r\n                    \"endPointName\": \"9990000000000109447\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669237\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109448\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109448\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109448\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109448\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109448\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109448\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109448\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109448\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767451\",\r\n                    \"endPointName\": \"9990000000000109448\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:56:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669238\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109449\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109449\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109449\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109449\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109449\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109449\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109449\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109449\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768330\",\r\n                    \"endPointName\": \"9990000000000109449\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669239\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109450\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109450\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109450\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109450\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109450\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109450\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109450\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109450\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777584\",\r\n                    \"endPointName\": \"9990000000000109450\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669240\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109451\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109451\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109451\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109451\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109451\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109451\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109451\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109451\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801605\",\r\n                    \"endPointName\": \"9990000000000109451\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:14:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669241\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109452\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109452\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109452\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109452\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109452\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109452\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109452\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109452\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771092\",\r\n                    \"endPointName\": \"9990000000000109452\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669242\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109453\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109453\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109453\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109453\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109453\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109453\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109453\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109453\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769775\",\r\n                    \"endPointName\": \"9990000000000109453\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:07:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669243\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109454\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109454\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109454\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109454\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109454\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109454\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109454\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109454\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765601\",\r\n                    \"endPointName\": \"9990000000000109454\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669244\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109455\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109455\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109455\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109455\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109455\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109455\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109455\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109455\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769776\",\r\n                    \"endPointName\": \"9990000000000109455\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669245\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109456\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109456\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109456\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109456\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109456\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109456\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109456\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109456\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769777\",\r\n                    \"endPointName\": \"9990000000000109456\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669246\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109457\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109457\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109457\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109457\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109457\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109457\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109457\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109457\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782143\",\r\n                    \"endPointName\": \"9990000000000109457\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669247\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109458\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109458\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109458\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109458\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109458\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109458\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109458\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109458\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778096\",\r\n                    \"endPointName\": \"9990000000000109458\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669248\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109459\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109459\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109459\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109459\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109459\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109459\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109459\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109459\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768168\",\r\n                    \"endPointName\": \"9990000000000109459\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669249\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109460\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109460\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109460\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109460\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109460\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109460\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109460\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109460\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778681\",\r\n                    \"endPointName\": \"9990000000000109460\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:01:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669250\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109461\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109461\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109461\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109461\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109461\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109461\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109461\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109461\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770907\",\r\n                    \"endPointName\": \"9990000000000109461\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669251\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109462\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109462\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109462\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109462\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109462\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109462\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109462\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109462\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790807\",\r\n                    \"endPointName\": \"9990000000000109462\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669252\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109463\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109463\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109463\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109463\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109463\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109463\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109463\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109463\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781276\",\r\n                    \"endPointName\": \"9990000000000109463\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669253\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109464\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109464\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109464\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109464\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109464\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109464\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109464\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109464\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771284\",\r\n                    \"endPointName\": \"9990000000000109464\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669254\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109465\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109465\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109465\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109465\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109465\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109465\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109465\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109465\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771285\",\r\n                    \"endPointName\": \"9990000000000109465\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669255\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109466\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109466\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109466\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109466\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109466\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109466\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109466\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109466\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774794\",\r\n                    \"endPointName\": \"9990000000000109466\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669256\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109467\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109467\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109467\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109467\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109467\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109467\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109467\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109467\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774795\",\r\n                    \"endPointName\": \"9990000000000109467\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669257\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109468\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109468\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109468\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109468\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109468\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109468\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109468\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109468\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771093\",\r\n                    \"endPointName\": \"9990000000000109468\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669258\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109469\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109469\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109469\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109469\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109469\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109469\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109469\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109469\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771094\",\r\n                    \"endPointName\": \"9990000000000109469\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669259\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109470\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109470\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109470\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109470\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109470\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109470\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109470\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109470\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774796\",\r\n                    \"endPointName\": \"9990000000000109470\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669260\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109471\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109471\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109471\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109471\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109471\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109471\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109471\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109471\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51788151\",\r\n                    \"endPointName\": \"9990000000000109471\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:15:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669261\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109472\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109472\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109472\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109472\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109472\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109472\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109472\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109472\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765602\",\r\n                    \"endPointName\": \"9990000000000109472\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669262\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109473\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109473\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109473\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109473\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109473\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109473\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109473\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109473\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767203\",\r\n                    \"endPointName\": \"9990000000000109473\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669263\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109474\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109474\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109474\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109474\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109474\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109474\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109474\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109474\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779077\",\r\n                    \"endPointName\": \"9990000000000109474\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669264\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109475\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109475\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109475\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109475\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109475\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109475\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109475\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109475\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790808\",\r\n                    \"endPointName\": \"9990000000000109475\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669265\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109476\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109476\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109476\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109476\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109476\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109476\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109476\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109476\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774434\",\r\n                    \"endPointName\": \"9990000000000109476\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669266\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109477\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109477\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109477\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109477\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109477\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109477\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109477\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109477\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768169\",\r\n                    \"endPointName\": \"9990000000000109477\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669267\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109478\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109478\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109478\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109478\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109478\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109478\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109478\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109478\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771286\",\r\n                    \"endPointName\": \"9990000000000109478\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669268\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109479\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109479\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109479\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109479\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109479\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109479\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109479\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109479\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766299\",\r\n                    \"endPointName\": \"9990000000000109479\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669269\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109480\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109480\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109480\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109480\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109480\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109480\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109480\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109480\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769706\",\r\n                    \"endPointName\": \"9990000000000109480\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669270\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109481\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109481\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109481\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109481\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109481\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109481\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109481\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109481\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790809\",\r\n                    \"endPointName\": \"9990000000000109481\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669271\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109482\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109482\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109482\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109482\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109482\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109482\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109482\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109482\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789809\",\r\n                    \"endPointName\": \"9990000000000109482\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669272\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109483\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109483\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109483\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109483\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109483\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109483\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109483\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109483\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774797\",\r\n                    \"endPointName\": \"9990000000000109483\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669273\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109484\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109484\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109484\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109484\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109484\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109484\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109484\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109484\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766300\",\r\n                    \"endPointName\": \"9990000000000109484\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669274\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109485\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109485\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109485\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109485\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109485\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109485\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109485\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109485\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768331\",\r\n                    \"endPointName\": \"9990000000000109485\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669275\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109486\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109486\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109486\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109486\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109486\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109486\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109486\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109486\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789405\",\r\n                    \"endPointName\": \"9990000000000109486\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669276\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109487\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109487\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109487\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109487\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109487\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109487\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109487\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109487\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769707\",\r\n                    \"endPointName\": \"9990000000000109487\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669277\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109488\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109488\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109488\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109488\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109488\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109488\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109488\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109488\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790810\",\r\n                    \"endPointName\": \"9990000000000109488\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669278\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109489\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109489\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109489\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109489\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109489\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109489\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109489\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109489\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801607\",\r\n                    \"endPointName\": \"9990000000000109489\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669279\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109490\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109490\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109490\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109490\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109490\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109490\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109490\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109490\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51788152\",\r\n                    \"endPointName\": \"9990000000000109490\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:15:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669280\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109491\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109491\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109491\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109491\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109491\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109491\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109491\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109491\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781277\",\r\n                    \"endPointName\": \"9990000000000109491\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669281\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109492\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109492\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109492\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109492\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109492\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109492\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109492\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109492\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789406\",\r\n                    \"endPointName\": \"9990000000000109492\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669282\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109493\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109493\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109493\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109493\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109493\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109493\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109493\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109493\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767204\",\r\n                    \"endPointName\": \"9990000000000109493\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669283\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109494\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109494\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109494\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109494\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109494\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109494\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109494\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109494\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767205\",\r\n                    \"endPointName\": \"9990000000000109494\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669284\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109495\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109495\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109495\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109495\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109495\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109495\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109495\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109495\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768332\",\r\n                    \"endPointName\": \"9990000000000109495\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669285\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109496\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109496\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109496\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109496\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109496\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109496\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109496\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109496\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778097\",\r\n                    \"endPointName\": \"9990000000000109496\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669286\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109497\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109497\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109497\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109497\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109497\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109497\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109497\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109497\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789407\",\r\n                    \"endPointName\": \"9990000000000109497\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669287\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109498\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109498\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109498\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109498\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109498\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109498\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109498\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109498\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765603\",\r\n                    \"endPointName\": \"9990000000000109498\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669288\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109499\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109499\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109499\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109499\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109499\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109499\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109499\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109499\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777585\",\r\n                    \"endPointName\": \"9990000000000109499\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669289\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109500\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109500\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109500\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109500\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109500\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109500\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109500\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109500\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790811\",\r\n                    \"endPointName\": \"9990000000000109500\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669290\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109501\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109501\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109501\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109501\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109501\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109501\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109501\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109501\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782144\",\r\n                    \"endPointName\": \"9990000000000109501\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669291\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109502\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109502\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109502\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109502\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109502\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109502\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109502\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109502\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783097\",\r\n                    \"endPointName\": \"9990000000000109502\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669292\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109503\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109503\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109503\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109503\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109503\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109503\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109503\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109503\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783098\",\r\n                    \"endPointName\": \"9990000000000109503\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669293\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109504\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109504\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109504\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109504\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109504\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109504\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109504\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109504\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777586\",\r\n                    \"endPointName\": \"9990000000000109504\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669294\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109505\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109505\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109505\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109505\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109505\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109505\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109505\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109505\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51765604\",\r\n                    \"endPointName\": \"9990000000000109505\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:08:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669295\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109506\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109506\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109506\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109506\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109506\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109506\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109506\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109506\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768170\",\r\n                    \"endPointName\": \"9990000000000109506\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669296\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109507\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109507\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109507\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109507\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109507\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109507\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109507\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109507\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768171\",\r\n                    \"endPointName\": \"9990000000000109507\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669297\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109508\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109508\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109508\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109508\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109508\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109508\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109508\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109508\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771095\",\r\n                    \"endPointName\": \"9990000000000109508\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669298\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109509\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109509\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109509\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109509\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109509\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109509\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109509\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109509\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783099\",\r\n                    \"endPointName\": \"9990000000000109509\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669299\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109510\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109510\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109510\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109510\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109510\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109510\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109510\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109510\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768333\",\r\n                    \"endPointName\": \"9990000000000109510\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669300\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109511\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109511\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109511\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109511\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109511\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109511\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109511\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109511\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770908\",\r\n                    \"endPointName\": \"9990000000000109511\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669301\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109512\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109512\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109512\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109512\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109512\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109512\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109512\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109512\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774435\",\r\n                    \"endPointName\": \"9990000000000109512\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669302\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109513\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109513\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109513\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109513\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109513\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109513\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109513\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109513\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771096\",\r\n                    \"endPointName\": \"9990000000000109513\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669303\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109514\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109514\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109514\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109514\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109514\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109514\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109514\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109514\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774798\",\r\n                    \"endPointName\": \"9990000000000109514\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669304\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109515\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109515\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109515\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109515\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109515\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109515\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109515\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109515\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786650\",\r\n                    \"endPointName\": \"9990000000000109515\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669305\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109516\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109516\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109516\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109516\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109516\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109516\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109516\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109516\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766301\",\r\n                    \"endPointName\": \"9990000000000109516\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669306\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109517\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109517\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109517\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109517\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109517\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109517\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109517\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109517\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789810\",\r\n                    \"endPointName\": \"9990000000000109517\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669307\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109518\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109518\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109518\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109518\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109518\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109518\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109518\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109518\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779078\",\r\n                    \"endPointName\": \"9990000000000109518\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669308\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109519\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109519\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109519\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109519\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109519\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109519\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109519\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109519\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770909\",\r\n                    \"endPointName\": \"9990000000000109519\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669309\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109520\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109520\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109520\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109520\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109520\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109520\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109520\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109520\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801609\",\r\n                    \"endPointName\": \"9990000000000109520\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669310\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109521\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109521\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109521\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109521\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109521\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109521\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109521\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109521\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774436\",\r\n                    \"endPointName\": \"9990000000000109521\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669311\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109522\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109522\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109522\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109522\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109522\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109522\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109522\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109522\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790812\",\r\n                    \"endPointName\": \"9990000000000109522\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669312\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109523\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109523\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109523\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109523\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109523\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109523\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109523\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109523\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766302\",\r\n                    \"endPointName\": \"9990000000000109523\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669313\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109524\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109524\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109524\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109524\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109524\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109524\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109524\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109524\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766206\",\r\n                    \"endPointName\": \"9990000000000109524\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669314\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109525\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109525\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109525\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109525\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109525\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109525\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109525\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109525\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766207\",\r\n                    \"endPointName\": \"9990000000000109525\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669315\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109526\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109526\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109526\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109526\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109526\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109526\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109526\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109526\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766208\",\r\n                    \"endPointName\": \"9990000000000109526\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669316\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109527\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109527\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109527\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109527\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109527\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109527\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109527\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109527\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781278\",\r\n                    \"endPointName\": \"9990000000000109527\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669317\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109528\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109528\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109528\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109528\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109528\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109528\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109528\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109528\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781279\",\r\n                    \"endPointName\": \"9990000000000109528\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669318\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109529\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109529\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109529\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109529\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109529\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109529\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109529\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109529\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774437\",\r\n                    \"endPointName\": \"9990000000000109529\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669319\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109530\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109530\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109530\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109530\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109530\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109530\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109530\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109530\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766209\",\r\n                    \"endPointName\": \"9990000000000109530\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669320\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109531\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109531\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109531\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109531\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109531\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109531\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109531\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109531\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786651\",\r\n                    \"endPointName\": \"9990000000000109531\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:34:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669321\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109532\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109532\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109532\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109532\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109532\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109532\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109532\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109532\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779079\",\r\n                    \"endPointName\": \"9990000000000109532\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:09:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669322\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109533\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109533\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109533\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109533\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109533\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109533\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109533\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109533\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783100\",\r\n                    \"endPointName\": \"9990000000000109533\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669323\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109534\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109534\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109534\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109534\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109534\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109534\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109534\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109534\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768334\",\r\n                    \"endPointName\": \"9990000000000109534\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669324\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109535\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109535\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109535\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109535\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109535\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109535\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109535\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109535\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783101\",\r\n                    \"endPointName\": \"9990000000000109535\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669325\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109536\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109536\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109536\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109536\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109536\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109536\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109536\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109536\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782145\",\r\n                    \"endPointName\": \"9990000000000109536\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669326\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109537\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109537\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109537\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109537\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109537\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109537\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109537\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109537\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781280\",\r\n                    \"endPointName\": \"9990000000000109537\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669327\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109538\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109538\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109538\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109538\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109538\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109538\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109538\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109538\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789408\",\r\n                    \"endPointName\": \"9990000000000109538\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669328\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109539\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109539\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109539\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109539\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109539\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109539\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109539\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109539\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774438\",\r\n                    \"endPointName\": \"9990000000000109539\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669329\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109540\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109540\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109540\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109540\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109540\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109540\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109540\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109540\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774439\",\r\n                    \"endPointName\": \"9990000000000109540\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669330\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109541\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109541\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109541\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109541\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109541\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109541\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109541\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109541\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786652\",\r\n                    \"endPointName\": \"9990000000000109541\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:35:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669331\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109542\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109542\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109542\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109542\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109542\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109542\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109542\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109542\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769778\",\r\n                    \"endPointName\": \"9990000000000109542\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669332\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109543\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109543\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109543\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109543\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109543\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109543\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109543\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109543\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790813\",\r\n                    \"endPointName\": \"9990000000000109543\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669333\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109544\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109544\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109544\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109544\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109544\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109544\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109544\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109544\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789811\",\r\n                    \"endPointName\": \"9990000000000109544\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669334\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109545\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109545\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109545\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109545\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109545\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109545\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109545\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109545\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774799\",\r\n                    \"endPointName\": \"9990000000000109545\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669335\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109546\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109546\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109546\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109546\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109546\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109546\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109546\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109546\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779080\",\r\n                    \"endPointName\": \"9990000000000109546\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669336\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109547\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109547\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109547\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109547\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109547\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109547\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109547\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109547\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782146\",\r\n                    \"endPointName\": \"9990000000000109547\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669337\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109548\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109548\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109548\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109548\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109548\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109548\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109548\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109548\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778098\",\r\n                    \"endPointName\": \"9990000000000109548\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669338\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109549\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109549\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109549\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109549\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109549\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109549\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109549\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109549\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771097\",\r\n                    \"endPointName\": \"9990000000000109549\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669339\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109550\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109550\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109550\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109550\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109550\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109550\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109550\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109550\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771287\",\r\n                    \"endPointName\": \"9990000000000109550\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669340\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109551\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109551\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109551\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109551\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109551\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109551\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109551\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109551\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801611\",\r\n                    \"endPointName\": \"9990000000000109551\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669341\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109552\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109552\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109552\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109552\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109552\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109552\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109552\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109552\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789812\",\r\n                    \"endPointName\": \"9990000000000109552\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669342\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109553\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109553\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109553\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109553\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109553\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109553\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109553\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109553\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769107\",\r\n                    \"endPointName\": \"9990000000000109553\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669343\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109554\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109554\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109554\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109554\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109554\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109554\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109554\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109554\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781281\",\r\n                    \"endPointName\": \"9990000000000109554\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669344\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109555\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109555\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109555\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109555\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109555\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109555\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109555\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109555\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774440\",\r\n                    \"endPointName\": \"9990000000000109555\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669345\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109556\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109556\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109556\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109556\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109556\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109556\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109556\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109556\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790814\",\r\n                    \"endPointName\": \"9990000000000109556\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669346\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109557\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109557\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109557\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109557\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109557\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109557\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109557\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109557\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778099\",\r\n                    \"endPointName\": \"9990000000000109557\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669347\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109558\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109558\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109558\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109558\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109558\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109558\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109558\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109558\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782147\",\r\n                    \"endPointName\": \"9990000000000109558\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669348\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109559\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109559\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109559\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109559\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109559\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109559\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109559\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109559\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769779\",\r\n                    \"endPointName\": \"9990000000000109559\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669349\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109560\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109560\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109560\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109560\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109560\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109560\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109560\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109560\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771098\",\r\n                    \"endPointName\": \"9990000000000109560\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:41:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669350\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109561\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109561\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109561\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109561\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109561\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109561\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109561\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109561\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769108\",\r\n                    \"endPointName\": \"9990000000000109561\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:46\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669351\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109562\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109562\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109562\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109562\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109562\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109562\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109562\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109562\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774441\",\r\n                    \"endPointName\": \"9990000000000109562\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669352\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109563\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109563\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109563\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109563\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109563\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109563\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109563\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109563\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767206\",\r\n                    \"endPointName\": \"9990000000000109563\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669353\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109564\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109564\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109564\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109564\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109564\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109564\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109564\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109564\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781282\",\r\n                    \"endPointName\": \"9990000000000109564\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669354\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109565\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109565\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109565\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109565\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109565\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109565\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109565\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109565\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789813\",\r\n                    \"endPointName\": \"9990000000000109565\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669355\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109566\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109566\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109566\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109566\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109566\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109566\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109566\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109566\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782148\",\r\n                    \"endPointName\": \"9990000000000109566\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:28:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669356\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109567\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109567\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109567\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109567\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109567\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109567\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109567\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109567\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790815\",\r\n                    \"endPointName\": \"9990000000000109567\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:25:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669357\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109568\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109568\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109568\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109568\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109568\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109568\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109568\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109568\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768172\",\r\n                    \"endPointName\": \"9990000000000109568\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669358\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109569\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109569\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109569\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109569\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109569\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109569\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109569\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109569\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777587\",\r\n                    \"endPointName\": \"9990000000000109569\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669359\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109570\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109570\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109570\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109570\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109570\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109570\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109570\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109570\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782149\",\r\n                    \"endPointName\": \"9990000000000109570\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669360\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109571\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109571\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109571\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109571\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109571\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109571\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109571\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109571\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801613\",\r\n                    \"endPointName\": \"9990000000000109571\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669361\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109572\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109572\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109572\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109572\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109572\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109572\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109572\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109572\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771288\",\r\n                    \"endPointName\": \"9990000000000109572\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669362\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109573\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109573\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109573\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109573\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109573\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109573\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109573\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109573\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771099\",\r\n                    \"endPointName\": \"9990000000000109573\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669363\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109574\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109574\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109574\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109574\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109574\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109574\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109574\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109574\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766303\",\r\n                    \"endPointName\": \"9990000000000109574\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669364\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109575\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109575\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109575\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109575\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109575\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109575\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109575\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109575\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786653\",\r\n                    \"endPointName\": \"9990000000000109575\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:35:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669365\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109576\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109576\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109576\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109576\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109576\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109576\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109576\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109576\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781283\",\r\n                    \"endPointName\": \"9990000000000109576\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669366\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109577\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109577\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109577\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109577\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109577\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109577\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109577\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109577\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786654\",\r\n                    \"endPointName\": \"9990000000000109577\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:35:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669367\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109578\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109578\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109578\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109578\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109578\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109578\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109578\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109578\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789814\",\r\n                    \"endPointName\": \"9990000000000109578\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669368\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109579\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109579\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109579\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109579\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109579\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109579\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109579\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109579\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783102\",\r\n                    \"endPointName\": \"9990000000000109579\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669369\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109580\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109580\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109580\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109580\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109580\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109580\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109580\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109580\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774442\",\r\n                    \"endPointName\": \"9990000000000109580\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669370\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109581\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109581\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109581\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109581\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109581\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109581\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109581\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109581\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778100\",\r\n                    \"endPointName\": \"9990000000000109581\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669371\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109582\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109582\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109582\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109582\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109582\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109582\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109582\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109582\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777588\",\r\n                    \"endPointName\": \"9990000000000109582\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669372\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109583\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109583\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109583\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109583\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109583\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109583\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109583\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109583\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783103\",\r\n                    \"endPointName\": \"9990000000000109583\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669373\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109584\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109584\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109584\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109584\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109584\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109584\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109584\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109584\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781284\",\r\n                    \"endPointName\": \"9990000000000109584\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669374\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109585\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109585\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109585\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109585\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109585\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109585\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109585\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109585\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779081\",\r\n                    \"endPointName\": \"9990000000000109585\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669375\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109586\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109586\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109586\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109586\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109586\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109586\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109586\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109586\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779082\",\r\n                    \"endPointName\": \"9990000000000109586\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669376\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109587\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109587\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109587\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109587\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109587\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109587\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109587\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109587\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766304\",\r\n                    \"endPointName\": \"9990000000000109587\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669377\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109588\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109588\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109588\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109588\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109588\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109588\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109588\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109588\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767207\",\r\n                    \"endPointName\": \"9990000000000109588\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669378\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109589\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109589\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109589\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109589\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109589\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109589\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109589\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109589\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769708\",\r\n                    \"endPointName\": \"9990000000000109589\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669379\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109590\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109590\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109590\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109590\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109590\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109590\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109590\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109590\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770910\",\r\n                    \"endPointName\": \"9990000000000109590\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669380\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109591\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109591\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109591\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109591\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109591\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109591\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109591\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109591\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774443\",\r\n                    \"endPointName\": \"9990000000000109591\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669381\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109592\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109592\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109592\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109592\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109592\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109592\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109592\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109592\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768335\",\r\n                    \"endPointName\": \"9990000000000109592\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669382\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109593\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109593\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109593\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109593\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109593\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109593\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109593\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109593\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777589\",\r\n                    \"endPointName\": \"9990000000000109593\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669383\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109594\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109594\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109594\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109594\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109594\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109594\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109594\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109594\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769109\",\r\n                    \"endPointName\": \"9990000000000109594\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669384\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109595\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109595\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109595\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109595\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109595\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109595\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109595\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109595\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789409\",\r\n                    \"endPointName\": \"9990000000000109595\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669385\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109596\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109596\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109596\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109596\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109596\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109596\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109596\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109596\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767208\",\r\n                    \"endPointName\": \"9990000000000109596\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669386\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109597\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109597\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109597\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109597\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109597\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109597\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109597\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109597\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51786655\",\r\n                    \"endPointName\": \"9990000000000109597\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:35:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669387\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109598\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109598\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109598\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109598\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109598\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109598\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109598\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109598\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769780\",\r\n                    \"endPointName\": \"9990000000000109598\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669388\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109599\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109599\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109599\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109599\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109599\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109599\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109599\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109599\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51784120\",\r\n                    \"endPointName\": \"9990000000000109599\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 12:39:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669389\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109600\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109600\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109600\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109600\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109600\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109600\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109600\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109600\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778101\",\r\n                    \"endPointName\": \"9990000000000109600\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669390\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109601\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109601\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109601\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109601\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109601\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109601\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109601\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109601\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779083\",\r\n                    \"endPointName\": \"9990000000000109601\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669391\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109602\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109602\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109602\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109602\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109602\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109602\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109602\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109602\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778102\",\r\n                    \"endPointName\": \"9990000000000109602\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669392\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109603\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109603\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109603\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109603\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109603\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109603\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109603\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109603\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766305\",\r\n                    \"endPointName\": \"9990000000000109603\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669393\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109604\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109604\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109604\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109604\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109604\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109604\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109604\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109604\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770911\",\r\n                    \"endPointName\": \"9990000000000109604\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669394\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109605\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109605\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109605\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109605\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109605\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109605\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109605\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109605\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783104\",\r\n                    \"endPointName\": \"9990000000000109605\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669395\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109606\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109606\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109606\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109606\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109606\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109606\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109606\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109606\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768173\",\r\n                    \"endPointName\": \"9990000000000109606\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669396\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109607\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109607\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109607\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109607\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109607\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109607\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109607\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109607\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778103\",\r\n                    \"endPointName\": \"9990000000000109607\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669397\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109608\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109608\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109608\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109608\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109608\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109608\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109608\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109608\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767209\",\r\n                    \"endPointName\": \"9990000000000109608\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669398\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109609\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109609\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109609\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109609\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109609\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109609\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109609\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109609\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779084\",\r\n                    \"endPointName\": \"9990000000000109609\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669399\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109610\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109610\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109610\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109610\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109610\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109610\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109610\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109610\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766210\",\r\n                    \"endPointName\": \"9990000000000109610\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669400\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109611\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109611\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109611\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109611\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109611\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109611\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109611\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109611\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778104\",\r\n                    \"endPointName\": \"9990000000000109611\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:43\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669401\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109612\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109612\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109612\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109612\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109612\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109612\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109612\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109612\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774800\",\r\n                    \"endPointName\": \"9990000000000109612\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669402\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109613\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109613\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109613\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109613\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109613\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109613\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109613\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109613\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774444\",\r\n                    \"endPointName\": \"9990000000000109613\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669403\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109614\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109614\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109614\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109614\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109614\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109614\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109614\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109614\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777590\",\r\n                    \"endPointName\": \"9990000000000109614\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669404\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109615\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109615\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109615\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109615\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109615\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109615\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109615\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109615\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766211\",\r\n                    \"endPointName\": \"9990000000000109615\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669405\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109616\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109616\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109616\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109616\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109616\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109616\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109616\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109616\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769709\",\r\n                    \"endPointName\": \"9990000000000109616\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669406\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109617\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109617\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109617\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109617\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109617\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109617\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109617\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109617\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790816\",\r\n                    \"endPointName\": \"9990000000000109617\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:26:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669407\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109618\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109618\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109618\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109618\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109618\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109618\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109618\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109618\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768336\",\r\n                    \"endPointName\": \"9990000000000109618\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669408\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109619\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109619\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109619\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109619\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109619\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109619\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109619\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109619\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781285\",\r\n                    \"endPointName\": \"9990000000000109619\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669409\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109620\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109620\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109620\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109620\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109620\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109620\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109620\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109620\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768337\",\r\n                    \"endPointName\": \"9990000000000109620\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669410\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109621\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109621\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109621\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109621\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109621\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109621\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109621\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109621\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781286\",\r\n                    \"endPointName\": \"9990000000000109621\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:04:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669411\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109622\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109622\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109622\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109622\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109622\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109622\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109622\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109622\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766212\",\r\n                    \"endPointName\": \"9990000000000109622\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669412\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109623\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109623\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109623\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109623\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109623\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109623\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109623\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109623\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801615\",\r\n                    \"endPointName\": \"9990000000000109623\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669413\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109624\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109624\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109624\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109624\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109624\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109624\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109624\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109624\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781287\",\r\n                    \"endPointName\": \"9990000000000109624\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:05:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669414\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109625\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109625\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109625\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109625\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109625\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109625\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109625\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109625\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767210\",\r\n                    \"endPointName\": \"9990000000000109625\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669415\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109626\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109626\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109626\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109626\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109626\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109626\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109626\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109626\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778105\",\r\n                    \"endPointName\": \"9990000000000109626\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669416\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109627\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109627\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109627\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109627\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109627\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109627\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109627\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109627\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769710\",\r\n                    \"endPointName\": \"9990000000000109627\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:06:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669417\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109628\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109628\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109628\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109628\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109628\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109628\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109628\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109628\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767211\",\r\n                    \"endPointName\": \"9990000000000109628\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669418\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109629\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109629\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109629\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109629\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109629\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109629\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109629\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109629\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771289\",\r\n                    \"endPointName\": \"9990000000000109629\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669419\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109630\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109630\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109630\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109630\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109630\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109630\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109630\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109630\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777591\",\r\n                    \"endPointName\": \"9990000000000109630\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669420\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109631\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109631\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109631\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109631\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109631\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109631\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109631\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109631\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781792\",\r\n                    \"endPointName\": \"9990000000000109631\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:18:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669421\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109632\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109632\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109632\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109632\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109632\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109632\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109632\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109632\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51790817\",\r\n                    \"endPointName\": \"9990000000000109632\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:26:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669422\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109633\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109633\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109633\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109633\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109633\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109633\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109633\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109633\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771290\",\r\n                    \"endPointName\": \"9990000000000109633\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669423\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109634\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109634\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109634\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109634\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109634\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109634\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109634\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109634\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770912\",\r\n                    \"endPointName\": \"9990000000000109634\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669424\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109635\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109635\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109635\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109635\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109635\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109635\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109635\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109635\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770913\",\r\n                    \"endPointName\": \"9990000000000109635\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669425\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109636\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109636\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109636\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109636\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109636\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109636\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109636\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109636\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769781\",\r\n                    \"endPointName\": \"9990000000000109636\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669426\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109637\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109637\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109637\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109637\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109637\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109637\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109637\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109637\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766213\",\r\n                    \"endPointName\": \"9990000000000109637\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669427\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109638\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109638\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109638\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109638\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109638\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109638\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109638\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109638\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787387\",\r\n                    \"endPointName\": \"9990000000000109638\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669428\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109639\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109639\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109639\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109639\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109639\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109639\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109639\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109639\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778106\",\r\n                    \"endPointName\": \"9990000000000109639\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669429\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109640\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109640\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109640\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109640\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109640\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109640\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109640\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109640\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769782\",\r\n                    \"endPointName\": \"9990000000000109640\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669430\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109641\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109641\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109641\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109641\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109641\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109641\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109641\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109641\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778107\",\r\n                    \"endPointName\": \"9990000000000109641\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669431\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109642\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109642\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109642\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109642\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109642\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109642\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109642\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109642\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771100\",\r\n                    \"endPointName\": \"9990000000000109642\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669432\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109643\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109643\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109643\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109643\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109643\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109643\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109643\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109643\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768174\",\r\n                    \"endPointName\": \"9990000000000109643\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669433\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109644\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109644\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109644\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109644\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109644\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109644\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109644\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109644\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789815\",\r\n                    \"endPointName\": \"9990000000000109644\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669434\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109645\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109645\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109645\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109645\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109645\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109645\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109645\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109645\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787388\",\r\n                    \"endPointName\": \"9990000000000109645\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669435\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109646\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109646\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109646\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109646\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109646\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109646\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109646\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109646\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783105\",\r\n                    \"endPointName\": \"9990000000000109646\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669436\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109647\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109647\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109647\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109647\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109647\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109647\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109647\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109647\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782150\",\r\n                    \"endPointName\": \"9990000000000109647\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669437\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109648\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109648\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109648\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109648\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109648\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109648\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109648\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109648\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778108\",\r\n                    \"endPointName\": \"9990000000000109648\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669438\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109649\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109649\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109649\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109649\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109649\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109649\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109649\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109649\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771291\",\r\n                    \"endPointName\": \"9990000000000109649\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669439\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109650\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109650\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109650\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109650\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109650\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109650\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109650\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109650\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767212\",\r\n                    \"endPointName\": \"9990000000000109650\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669440\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109651\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109651\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109651\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109651\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109651\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109651\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109651\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109651\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770914\",\r\n                    \"endPointName\": \"9990000000000109651\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669441\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109652\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109652\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109652\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109652\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109652\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109652\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109652\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109652\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801617\",\r\n                    \"endPointName\": \"9990000000000109652\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669442\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109653\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109653\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109653\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109653\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109653\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109653\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109653\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109653\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766214\",\r\n                    \"endPointName\": \"9990000000000109653\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669443\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109654\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109654\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109654\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109654\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109654\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109654\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109654\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109654\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778109\",\r\n                    \"endPointName\": \"9990000000000109654\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669444\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109655\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109655\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109655\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109655\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109655\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109655\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109655\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109655\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782151\",\r\n                    \"endPointName\": \"9990000000000109655\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669445\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109656\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109656\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109656\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109656\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109656\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109656\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109656\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109656\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768338\",\r\n                    \"endPointName\": \"9990000000000109656\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669446\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109657\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109657\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109657\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109657\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109657\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109657\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109657\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109657\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789410\",\r\n                    \"endPointName\": \"9990000000000109657\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669447\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109658\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109658\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109658\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109658\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109658\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109658\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109658\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109658\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774801\",\r\n                    \"endPointName\": \"9990000000000109658\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669448\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109659\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109659\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109659\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109659\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109659\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109659\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109659\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109659\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778110\",\r\n                    \"endPointName\": \"9990000000000109659\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669449\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109660\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109660\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109660\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109660\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109660\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109660\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109660\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109660\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768175\",\r\n                    \"endPointName\": \"9990000000000109660\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669450\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109661\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109661\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109661\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109661\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109661\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109661\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109661\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109661\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778111\",\r\n                    \"endPointName\": \"9990000000000109661\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669451\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109662\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109662\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109662\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109662\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109662\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109662\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109662\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109662\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791151\",\r\n                    \"endPointName\": \"9990000000000109662\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:34:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669452\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109663\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109663\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109663\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109663\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109663\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109663\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109663\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109663\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781793\",\r\n                    \"endPointName\": \"9990000000000109663\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:18:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669453\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109664\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109664\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109664\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109664\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109664\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109664\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109664\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109664\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771101\",\r\n                    \"endPointName\": \"9990000000000109664\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669454\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109665\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109665\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109665\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109665\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109665\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109665\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109665\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109665\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782152\",\r\n                    \"endPointName\": \"9990000000000109665\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669455\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109666\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109666\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109666\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109666\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109666\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109666\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109666\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109666\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777592\",\r\n                    \"endPointName\": \"9990000000000109666\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669456\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109667\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109667\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109667\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109667\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109667\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109667\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109667\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109667\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769110\",\r\n                    \"endPointName\": \"9990000000000109667\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669457\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109668\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109668\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109668\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109668\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109668\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109668\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109668\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109668\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770915\",\r\n                    \"endPointName\": \"9990000000000109668\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669458\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109669\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109669\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109669\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109669\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109669\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109669\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109669\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109669\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779085\",\r\n                    \"endPointName\": \"9990000000000109669\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669459\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109670\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109670\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109670\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109670\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109670\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109670\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109670\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109670\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778112\",\r\n                    \"endPointName\": \"9990000000000109670\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669460\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109671\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109671\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109671\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109671\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109671\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109671\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109671\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109671\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791152\",\r\n                    \"endPointName\": \"9990000000000109671\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:34:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669461\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109672\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109672\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109672\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109672\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109672\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109672\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109672\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109672\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766306\",\r\n                    \"endPointName\": \"9990000000000109672\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669462\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109673\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109673\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109673\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109673\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109673\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109673\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109673\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109673\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768339\",\r\n                    \"endPointName\": \"9990000000000109673\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669463\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109674\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109674\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109674\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109674\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109674\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109674\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109674\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109674\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769111\",\r\n                    \"endPointName\": \"9990000000000109674\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669464\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109675\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109675\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109675\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109675\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109675\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109675\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109675\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109675\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791153\",\r\n                    \"endPointName\": \"9990000000000109675\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:34:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669465\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109676\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109676\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109676\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109676\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109676\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109676\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109676\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109676\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771292\",\r\n                    \"endPointName\": \"9990000000000109676\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669466\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109677\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109677\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109677\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109677\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109677\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109677\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109677\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109677\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766215\",\r\n                    \"endPointName\": \"9990000000000109677\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669467\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109678\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109678\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109678\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109678\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109678\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109678\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109678\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109678\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766307\",\r\n                    \"endPointName\": \"9990000000000109678\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669468\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109679\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109679\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109679\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109679\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109679\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109679\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109679\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109679\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791154\",\r\n                    \"endPointName\": \"9990000000000109679\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:35:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669469\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109680\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109680\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109680\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109680\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109680\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109680\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109680\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109680\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766216\",\r\n                    \"endPointName\": \"9990000000000109680\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669470\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109681\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109681\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109681\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109681\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109681\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109681\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109681\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109681\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766308\",\r\n                    \"endPointName\": \"9990000000000109681\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:26:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669471\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109682\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109682\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109682\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109682\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109682\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109682\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109682\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109682\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771102\",\r\n                    \"endPointName\": \"9990000000000109682\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669472\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109683\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109683\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109683\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109683\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109683\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109683\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109683\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109683\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789411\",\r\n                    \"endPointName\": \"9990000000000109683\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669473\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109684\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109684\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109684\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109684\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109684\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109684\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109684\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109684\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768176\",\r\n                    \"endPointName\": \"9990000000000109684\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669474\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109685\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109685\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109685\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109685\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109685\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109685\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109685\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109685\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768177\",\r\n                    \"endPointName\": \"9990000000000109685\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669475\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109686\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109686\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109686\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109686\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109686\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109686\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109686\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109686\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774802\",\r\n                    \"endPointName\": \"9990000000000109686\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669476\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109687\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109687\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109687\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109687\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109687\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109687\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109687\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109687\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801619\",\r\n                    \"endPointName\": \"9990000000000109687\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669477\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109688\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109688\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109688\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109688\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109688\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109688\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109688\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109688\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774445\",\r\n                    \"endPointName\": \"9990000000000109688\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669478\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109689\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109689\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109689\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109689\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109689\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109689\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109689\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109689\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783106\",\r\n                    \"endPointName\": \"9990000000000109689\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669479\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109690\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109690\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109690\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109690\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109690\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109690\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109690\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109690\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801621\",\r\n                    \"endPointName\": \"9990000000000109690\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669480\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109691\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109691\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109691\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109691\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109691\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109691\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109691\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109691\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774446\",\r\n                    \"endPointName\": \"9990000000000109691\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:28\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669481\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109692\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109692\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109692\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109692\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109692\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109692\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109692\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109692\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769112\",\r\n                    \"endPointName\": \"9990000000000109692\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669482\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109693\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109693\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109693\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109693\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109693\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109693\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109693\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109693\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771103\",\r\n                    \"endPointName\": \"9990000000000109693\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669483\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109694\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109694\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109694\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109694\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109694\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109694\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109694\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109694\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779086\",\r\n                    \"endPointName\": \"9990000000000109694\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669484\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109695\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109695\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109695\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109695\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109695\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109695\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109695\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109695\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767213\",\r\n                    \"endPointName\": \"9990000000000109695\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669485\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109696\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109696\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109696\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109696\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109696\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109696\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109696\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109696\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774803\",\r\n                    \"endPointName\": \"9990000000000109696\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669486\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109697\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109697\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109697\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109697\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109697\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109697\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109697\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109697\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770632\",\r\n                    \"endPointName\": \"9990000000000109697\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669487\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109698\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109698\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109698\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109698\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109698\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109698\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109698\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109698\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771293\",\r\n                    \"endPointName\": \"9990000000000109698\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669488\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109699\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109699\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109699\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109699\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109699\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109699\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109699\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109699\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770916\",\r\n                    \"endPointName\": \"9990000000000109699\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669489\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109700\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109700\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109700\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109700\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109700\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109700\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109700\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109700\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801623\",\r\n                    \"endPointName\": \"9990000000000109700\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669490\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109701\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109701\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109701\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109701\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109701\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109701\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109701\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109701\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781794\",\r\n                    \"endPointName\": \"9990000000000109701\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669491\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109702\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109702\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109702\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109702\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109702\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109702\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109702\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109702\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770633\",\r\n                    \"endPointName\": \"9990000000000109702\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:50\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669492\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109703\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109703\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109703\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109703\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109703\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109703\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109703\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109703\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789816\",\r\n                    \"endPointName\": \"9990000000000109703\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669493\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109704\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109704\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109704\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109704\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109704\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109704\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109704\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109704\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767214\",\r\n                    \"endPointName\": \"9990000000000109704\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669494\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109705\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109705\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109705\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109705\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109705\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109705\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109705\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109705\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770917\",\r\n                    \"endPointName\": \"9990000000000109705\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:21\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669495\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109706\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109706\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109706\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109706\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109706\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109706\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109706\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109706\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778113\",\r\n                    \"endPointName\": \"9990000000000109706\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669496\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109707\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109707\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109707\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109707\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109707\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109707\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109707\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109707\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779087\",\r\n                    \"endPointName\": \"9990000000000109707\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669497\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109708\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109708\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109708\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109708\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109708\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109708\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109708\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109708\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771104\",\r\n                    \"endPointName\": \"9990000000000109708\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669498\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109709\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109709\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109709\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109709\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109709\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109709\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109709\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109709\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771294\",\r\n                    \"endPointName\": \"9990000000000109709\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669499\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109710\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109710\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109710\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109710\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109710\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109710\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109710\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109710\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801624\",\r\n                    \"endPointName\": \"9990000000000109710\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:20\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669500\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109711\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109711\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109711\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109711\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109711\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109711\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109711\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109711\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769783\",\r\n                    \"endPointName\": \"9990000000000109711\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669501\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109712\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109712\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109712\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109712\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109712\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109712\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109712\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109712\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770918\",\r\n                    \"endPointName\": \"9990000000000109712\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669502\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109713\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109713\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109713\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109713\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109713\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109713\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109713\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109713\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769113\",\r\n                    \"endPointName\": \"9990000000000109713\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669503\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109714\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109714\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109714\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109714\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109714\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109714\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109714\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109714\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782153\",\r\n                    \"endPointName\": \"9990000000000109714\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669504\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109715\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109715\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109715\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109715\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109715\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109715\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109715\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109715\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779088\",\r\n                    \"endPointName\": \"9990000000000109715\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669505\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109716\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109716\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109716\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109716\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109716\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109716\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109716\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109716\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770919\",\r\n                    \"endPointName\": \"9990000000000109716\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669506\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109717\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109717\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109717\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109717\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109717\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109717\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109717\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109717\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774804\",\r\n                    \"endPointName\": \"9990000000000109717\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669507\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109718\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109718\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109718\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109718\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109718\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109718\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109718\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109718\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771295\",\r\n                    \"endPointName\": \"9990000000000109718\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669508\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109719\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109719\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109719\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109719\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109719\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109719\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109719\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109719\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778114\",\r\n                    \"endPointName\": \"9990000000000109719\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669509\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109720\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109720\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109720\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109720\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109720\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109720\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109720\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109720\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766309\",\r\n                    \"endPointName\": \"9990000000000109720\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669510\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109721\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109721\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109721\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109721\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109721\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109721\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109721\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109721\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782154\",\r\n                    \"endPointName\": \"9990000000000109721\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669511\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109722\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109722\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109722\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109722\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109722\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109722\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109722\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109722\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766310\",\r\n                    \"endPointName\": \"9990000000000109722\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669512\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109723\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109723\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109723\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109723\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109723\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109723\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109723\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109723\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769784\",\r\n                    \"endPointName\": \"9990000000000109723\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:14\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669513\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109724\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109724\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109724\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109724\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109724\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109724\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109724\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109724\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791155\",\r\n                    \"endPointName\": \"9990000000000109724\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:35:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669514\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109725\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109725\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109725\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109725\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109725\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109725\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109725\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109725\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766311\",\r\n                    \"endPointName\": \"9990000000000109725\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669515\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109726\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109726\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109726\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109726\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109726\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109726\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109726\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109726\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801625\",\r\n                    \"endPointName\": \"9990000000000109726\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:23\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669516\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109727\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109727\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109727\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109727\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109727\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109727\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109727\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109727\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766217\",\r\n                    \"endPointName\": \"9990000000000109727\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669517\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109728\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109728\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109728\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109728\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109728\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109728\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109728\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109728\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768340\",\r\n                    \"endPointName\": \"9990000000000109728\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669518\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109729\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109729\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109729\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109729\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109729\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109729\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109729\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109729\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783107\",\r\n                    \"endPointName\": \"9990000000000109729\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:48\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669519\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109730\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109730\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109730\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109730\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109730\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109730\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109730\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109730\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783108\",\r\n                    \"endPointName\": \"9990000000000109730\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669520\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109731\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109731\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109731\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109731\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109731\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109731\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109731\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109731\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782155\",\r\n                    \"endPointName\": \"9990000000000109731\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669521\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109732\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109732\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109732\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109732\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109732\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109732\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109732\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109732\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778115\",\r\n                    \"endPointName\": \"9990000000000109732\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:48:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669522\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109733\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109733\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109733\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109733\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109733\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109733\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109733\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109733\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771105\",\r\n                    \"endPointName\": \"9990000000000109733\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669523\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109734\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109734\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109734\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109734\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109734\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109734\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109734\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109734\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778116\",\r\n                    \"endPointName\": \"9990000000000109734\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:49:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669524\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109735\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109735\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109735\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109735\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109735\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109735\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109735\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109735\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770634\",\r\n                    \"endPointName\": \"9990000000000109735\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669525\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109736\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109736\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109736\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109736\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109736\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109736\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109736\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109736\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789817\",\r\n                    \"endPointName\": \"9990000000000109736\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669526\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109737\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109737\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109737\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109737\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109737\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109737\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109737\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109737\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768341\",\r\n                    \"endPointName\": \"9990000000000109737\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669527\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109738\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109738\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109738\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109738\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109738\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109738\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109738\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109738\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789412\",\r\n                    \"endPointName\": \"9990000000000109738\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:22\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669528\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109739\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109739\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109739\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109739\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109739\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109739\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109739\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109739\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768342\",\r\n                    \"endPointName\": \"9990000000000109739\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669529\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109740\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109740\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109740\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109740\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109740\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109740\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109740\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109740\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766312\",\r\n                    \"endPointName\": \"9990000000000109740\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669530\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109741\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109741\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109741\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109741\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109741\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109741\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109741\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109741\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768343\",\r\n                    \"endPointName\": \"9990000000000109741\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669531\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109742\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109742\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109742\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109742\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109742\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109742\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109742\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109742\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766313\",\r\n                    \"endPointName\": \"9990000000000109742\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669532\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109743\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109743\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109743\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109743\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109743\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109743\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109743\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109743\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766218\",\r\n                    \"endPointName\": \"9990000000000109743\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669533\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109744\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109744\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109744\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109744\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109744\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109744\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109744\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109744\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777593\",\r\n                    \"endPointName\": \"9990000000000109744\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669534\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109745\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109745\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109745\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109745\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109745\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109745\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109745\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109745\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781795\",\r\n                    \"endPointName\": \"9990000000000109745\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:03\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669535\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109746\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109746\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109746\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109746\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109746\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109746\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109746\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109746\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768178\",\r\n                    \"endPointName\": \"9990000000000109746\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669536\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109747\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109747\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109747\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109747\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109747\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109747\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109747\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109747\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782156\",\r\n                    \"endPointName\": \"9990000000000109747\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:11\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669537\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109748\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109748\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109748\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109748\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109748\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109748\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109748\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109748\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774805\",\r\n                    \"endPointName\": \"9990000000000109748\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 22:01:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669538\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109749\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109749\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109749\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109749\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109749\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109749\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109749\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109749\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774447\",\r\n                    \"endPointName\": \"9990000000000109749\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669539\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109750\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109750\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109750\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109750\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109750\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109750\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109750\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109750\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774448\",\r\n                    \"endPointName\": \"9990000000000109750\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:31\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669540\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109751\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109751\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109751\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109751\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109751\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109751\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109751\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109751\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770635\",\r\n                    \"endPointName\": \"9990000000000109751\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:53\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669541\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109752\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109752\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109752\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109752\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109752\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109752\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109752\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109752\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768179\",\r\n                    \"endPointName\": \"9990000000000109752\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:25\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669542\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109753\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109753\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109753\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109753\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109753\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109753\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109753\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109753\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767215\",\r\n                    \"endPointName\": \"9990000000000109753\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669543\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109754\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109754\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109754\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109754\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109754\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109754\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109754\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109754\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801627\",\r\n                    \"endPointName\": \"9990000000000109754\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669544\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109755\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109755\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109755\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109755\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109755\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109755\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109755\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109755\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770920\",\r\n                    \"endPointName\": \"9990000000000109755\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669545\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109756\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109756\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109756\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109756\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109756\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109756\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109756\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109756\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767216\",\r\n                    \"endPointName\": \"9990000000000109756\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669546\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109757\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109757\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109757\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109757\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109757\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109757\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109757\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109757\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770921\",\r\n                    \"endPointName\": \"9990000000000109757\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669547\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109758\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109758\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109758\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109758\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109758\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109758\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109758\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109758\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777594\",\r\n                    \"endPointName\": \"9990000000000109758\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669548\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109759\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109759\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109759\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109759\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109759\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109759\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109759\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109759\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770922\",\r\n                    \"endPointName\": \"9990000000000109759\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669549\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109760\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109760\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109760\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109760\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109760\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109760\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109760\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109760\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767217\",\r\n                    \"endPointName\": \"9990000000000109760\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:39\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669550\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109761\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109761\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109761\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109761\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109761\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109761\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109761\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109761\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789413\",\r\n                    \"endPointName\": \"9990000000000109761\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:24\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669551\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109762\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109762\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109762\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109762\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109762\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109762\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109762\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109762\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769114\",\r\n                    \"endPointName\": \"9990000000000109762\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:54\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669552\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109763\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109763\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109763\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109763\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109763\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109763\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109763\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109763\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789818\",\r\n                    \"endPointName\": \"9990000000000109763\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:17\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669553\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109764\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109764\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109764\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109764\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109764\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109764\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109764\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109764\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782157\",\r\n                    \"endPointName\": \"9990000000000109764\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669554\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109765\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109765\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109765\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109765\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109765\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109765\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109765\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109765\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767218\",\r\n                    \"endPointName\": \"9990000000000109765\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:41\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669555\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109766\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109766\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109766\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109766\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109766\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109766\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109766\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109766\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770636\",\r\n                    \"endPointName\": \"9990000000000109766\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:55\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669556\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109767\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109767\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109767\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109767\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109767\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109767\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109767\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109767\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767219\",\r\n                    \"endPointName\": \"9990000000000109767\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669557\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109768\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109768\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109768\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109768\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109768\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109768\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109768\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109768\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791156\",\r\n                    \"endPointName\": \"9990000000000109768\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:35:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669558\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109769\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109769\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109769\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109769\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109769\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109769\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109769\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109769\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777595\",\r\n                    \"endPointName\": \"9990000000000109769\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:34:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669559\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109770\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109770\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109770\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109770\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109770\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109770\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109770\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109770\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783109\",\r\n                    \"endPointName\": \"9990000000000109770\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:51\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669560\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109771\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109771\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109771\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109771\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109771\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109771\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109771\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109771\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787389\",\r\n                    \"endPointName\": \"9990000000000109771\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669561\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109772\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109772\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109772\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109772\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109772\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109772\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109772\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109772\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771106\",\r\n                    \"endPointName\": \"9990000000000109772\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669562\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109773\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109773\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109773\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109773\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109773\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109773\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109773\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109773\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769115\",\r\n                    \"endPointName\": \"9990000000000109773\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:56\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669563\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109774\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109774\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109774\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109774\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109774\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109774\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109774\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109774\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774449\",\r\n                    \"endPointName\": \"9990000000000109774\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669564\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109775\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109775\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109775\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109775\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109775\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109775\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109775\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109775\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789414\",\r\n                    \"endPointName\": \"9990000000000109775\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:45:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669565\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109776\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109776\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109776\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109776\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109776\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109776\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109776\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109776\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770637\",\r\n                    \"endPointName\": \"9990000000000109776\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:57\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669566\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109777\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109777\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109777\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109777\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109777\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109777\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109777\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109777\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769785\",\r\n                    \"endPointName\": \"9990000000000109777\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:08:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669567\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109778\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109778\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109778\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109778\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109778\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109778\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109778\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109778\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768180\",\r\n                    \"endPointName\": \"9990000000000109778\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:27\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669568\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109779\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109779\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109779\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109779\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109779\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109779\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109779\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109779\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767220\",\r\n                    \"endPointName\": \"9990000000000109779\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669569\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109780\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109780\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109780\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109780\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109780\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109780\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109780\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109780\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769461\",\r\n                    \"endPointName\": \"9990000000000109780\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:59:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669570\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109781\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109781\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109781\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109781\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109781\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109781\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109781\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109781\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781796\",\r\n                    \"endPointName\": \"9990000000000109781\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669571\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109782\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109782\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109782\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109782\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109782\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109782\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109782\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109782\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768181\",\r\n                    \"endPointName\": \"9990000000000109782\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669572\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109783\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109783\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109783\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109783\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109783\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109783\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109783\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109783\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51782158\",\r\n                    \"endPointName\": \"9990000000000109783\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:29:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669573\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109784\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109784\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109784\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109784\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109784\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109784\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109784\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109784\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781797\",\r\n                    \"endPointName\": \"9990000000000109784\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669574\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109785\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109785\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109785\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109785\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109785\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109785\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109785\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109785\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51783110\",\r\n                    \"endPointName\": \"9990000000000109785\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:51:52\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669575\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109786\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109786\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109786\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109786\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109786\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109786\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109786\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109786\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767221\",\r\n                    \"endPointName\": \"9990000000000109786\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669576\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109787\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109787\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109787\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109787\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109787\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109787\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109787\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109787\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787390\",\r\n                    \"endPointName\": \"9990000000000109787\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669577\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109788\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109788\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109788\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109788\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109788\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109788\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109788\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109788\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781798\",\r\n                    \"endPointName\": \"9990000000000109788\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669578\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109789\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109789\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109789\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109789\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109789\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109789\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109789\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109789\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770923\",\r\n                    \"endPointName\": \"9990000000000109789\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:37:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669579\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109790\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109790\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109790\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109790\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109790\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109790\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109790\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109790\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768344\",\r\n                    \"endPointName\": \"9990000000000109790\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:27:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669580\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109791\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109791\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109791\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109791\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109791\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109791\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109791\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109791\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791157\",\r\n                    \"endPointName\": \"9990000000000109791\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:35:05\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669581\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109792\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109792\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109792\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109792\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109792\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109792\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109792\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109792\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769032\",\r\n                    \"endPointName\": \"9990000000000109792\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:48:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669582\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109793\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109793\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109793\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109793\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109793\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109793\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109793\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109793\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771296\",\r\n                    \"endPointName\": \"9990000000000109793\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669583\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109794\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109794\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109794\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109794\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109794\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109794\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109794\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109794\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766219\",\r\n                    \"endPointName\": \"9990000000000109794\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:40\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669584\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109795\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109795\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109795\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109795\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109795\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109795\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109795\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109795\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771297\",\r\n                    \"endPointName\": \"9990000000000109795\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669585\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109796\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109796\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109796\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109796\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109796\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109796\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109796\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109796\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51781799\",\r\n                    \"endPointName\": \"9990000000000109796\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 09:19:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669586\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109797\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109797\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109797\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109797\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109797\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109797\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109797\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109797\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766220\",\r\n                    \"endPointName\": \"9990000000000109797\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:24:42\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669587\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109798\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109798\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109798\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109798\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109798\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109798\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109798\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109798\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769462\",\r\n                    \"endPointName\": \"9990000000000109798\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:59:44\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669588\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109799\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109799\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109799\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109799\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109799\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109799\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109799\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109799\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51791158\",\r\n                    \"endPointName\": \"9990000000000109799\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 15:35:07\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669589\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109800\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109800\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109800\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109800\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109800\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109800\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109800\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109800\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777596\",\r\n                    \"endPointName\": \"9990000000000109800\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669590\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109801\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109801\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109801\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109801\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109801\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109801\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109801\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109801\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769116\",\r\n                    \"endPointName\": \"9990000000000109801\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:58\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669591\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109802\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109802\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109802\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109802\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109802\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109802\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109802\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109802\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766314\",\r\n                    \"endPointName\": \"9990000000000109802\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669592\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109803\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109803\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109803\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109803\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109803\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109803\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109803\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109803\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787391\",\r\n                    \"endPointName\": \"9990000000000109803\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669593\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109804\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109804\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109804\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109804\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109804\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109804\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109804\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109804\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769463\",\r\n                    \"endPointName\": \"9990000000000109804\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:59:45\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669594\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109805\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109805\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109805\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109805\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109805\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109805\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109805\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109805\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777597\",\r\n                    \"endPointName\": \"9990000000000109805\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669595\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109806\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109806\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109806\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109806\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109806\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109806\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109806\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109806\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769117\",\r\n                    \"endPointName\": \"9990000000000109806\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:50:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669596\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109807\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109807\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109807\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109807\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109807\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109807\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109807\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109807\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787392\",\r\n                    \"endPointName\": \"9990000000000109807\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:33\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669597\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109808\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109808\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109808\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109808\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109808\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109808\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109808\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109808\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801629\",\r\n                    \"endPointName\": \"9990000000000109808\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:26\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669598\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109809\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109809\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109809\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109809\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109809\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109809\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109809\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109809\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777598\",\r\n                    \"endPointName\": \"9990000000000109809\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669599\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109810\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109810\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109810\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109810\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109810\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109810\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109810\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109810\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771107\",\r\n                    \"endPointName\": \"9990000000000109810\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:42:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669600\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109811\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109811\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109811\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109811\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109811\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109811\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109811\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109811\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770638\",\r\n                    \"endPointName\": \"9990000000000109811\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:29:59\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669601\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109812\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109812\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109812\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109812\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109812\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109812\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109812\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109812\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771298\",\r\n                    \"endPointName\": \"9990000000000109812\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:35\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669602\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109813\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109813\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109813\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109813\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109813\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109813\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109813\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109813\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779089\",\r\n                    \"endPointName\": \"9990000000000109813\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:13\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669603\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109814\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109814\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109814\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109814\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109814\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109814\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109814\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109814\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777599\",\r\n                    \"endPointName\": \"9990000000000109814\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:04\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669604\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109815\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109815\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109815\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109815\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109815\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109815\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109815\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109815\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769033\",\r\n                    \"endPointName\": \"9990000000000109815\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:48:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669605\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109816\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109816\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109816\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109816\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109816\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109816\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109816\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109816\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769118\",\r\n                    \"endPointName\": \"9990000000000109816\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:51:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669606\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109817\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109817\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109817\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109817\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109817\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109817\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109817\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109817\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769119\",\r\n                    \"endPointName\": \"9990000000000109817\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:51:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669607\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109818\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109818\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109818\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109818\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109818\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109818\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109818\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109818\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769464\",\r\n                    \"endPointName\": \"9990000000000109818\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:59:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669608\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109819\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109819\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109819\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109819\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109819\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109819\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109819\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109819\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787393\",\r\n                    \"endPointName\": \"9990000000000109819\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669609\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109820\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109820\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109820\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109820\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109820\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109820\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109820\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109820\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774450\",\r\n                    \"endPointName\": \"9990000000000109820\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:34\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669610\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109821\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109821\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109821\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109821\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109821\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109821\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109821\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109821\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769034\",\r\n                    \"endPointName\": \"9990000000000109821\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:48:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669611\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109822\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109822\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109822\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109822\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109822\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109822\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109822\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109822\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766315\",\r\n                    \"endPointName\": \"9990000000000109822\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:09\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669612\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109823\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109823\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109823\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109823\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109823\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109823\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109823\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109823\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771299\",\r\n                    \"endPointName\": \"9990000000000109823\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:37\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669613\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109824\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109824\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109824\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109824\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109824\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109824\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109824\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109824\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51801632\",\r\n                    \"endPointName\": \"9990000000000109824\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 20:15:29\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669614\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109825\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109825\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109825\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109825\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109825\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109825\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109825\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109825\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766316\",\r\n                    \"endPointName\": \"9990000000000109825\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:10\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669615\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109826\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109826\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109826\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109826\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109826\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109826\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109826\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109826\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770639\",\r\n                    \"endPointName\": \"9990000000000109826\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:30:00\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669616\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109827\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109827\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109827\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109827\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109827\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109827\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109827\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109827\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777600\",\r\n                    \"endPointName\": \"9990000000000109827\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:06\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669617\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109828\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109828\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109828\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109828\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109828\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109828\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109828\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109828\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768182\",\r\n                    \"endPointName\": \"9990000000000109828\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:30\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669618\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109829\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109829\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109829\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109829\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109829\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109829\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109829\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109829\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51774451\",\r\n                    \"endPointName\": \"9990000000000109829\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 21:51:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669619\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109830\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109830\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109830\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109830\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109830\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109830\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109830\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109830\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51769465\",\r\n                    \"endPointName\": \"9990000000000109830\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:59:49\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669620\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109831\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109831\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109831\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109831\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109831\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109831\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109831\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109831\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51766317\",\r\n                    \"endPointName\": \"9990000000000109831\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:27:12\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669621\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109832\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109832\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109832\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109832\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109832\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109832\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109832\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109832\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779090\",\r\n                    \"endPointName\": \"9990000000000109832\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:15\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669622\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109833\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109833\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109833\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109833\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109833\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109833\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109833\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109833\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779091\",\r\n                    \"endPointName\": \"9990000000000109833\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:16\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669623\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109834\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109834\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109834\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109834\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109834\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109834\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109834\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109834\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51787394\",\r\n                    \"endPointName\": \"9990000000000109834\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 13:57:36\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669624\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109835\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109835\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109835\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109835\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109835\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109835\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109835\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109835\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51789819\",\r\n                    \"endPointName\": \"9990000000000109835\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"01/03/2023 14:57:19\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669625\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109836\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109836\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109836\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109836\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109836\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109836\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109836\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109836\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51770640\",\r\n                    \"endPointName\": \"9990000000000109836\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:30:02\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669626\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109837\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109837\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109837\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109837\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109837\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109837\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109837\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109837\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51771300\",\r\n                    \"endPointName\": \"9990000000000109837\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 19:47:38\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669627\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109838\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109838\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109838\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109838\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109838\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109838\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109838\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109838\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51767222\",\r\n                    \"endPointName\": \"9990000000000109838\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 17:49:47\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669628\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109839\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109839\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109839\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109839\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109839\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109839\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109839\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109839\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51779092\",\r\n                    \"endPointName\": \"9990000000000109839\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 08:10:18\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669629\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109840\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109840\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109840\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109840\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109840\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109840\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109840\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109840\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51778117\",\r\n                    \"endPointName\": \"9990000000000109840\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:49:01\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669630\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109841\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109841\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109841\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109841\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109841\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109841\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109841\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109841\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51777601\",\r\n                    \"endPointName\": \"9990000000000109841\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"28/02/2023 07:35:08\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                },\r\n                {\r\n                    \"simId\": \"669631\",\r\n                    \"simStatus\": \"Active\",\r\n                    \"simStatusId\": \"6\",\r\n                    \"iMSIList\": [\r\n                        {\r\n                            \"masterIMSI\": \"999980000109842\",\r\n                            \"supplierIMSIList\": [\r\n                                {\r\n                                    \"sponsorName\": \"OC1,DR1\",\r\n                                    \"supplierIMSI\": \"999980000109842\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888800000109842\",\r\n                                    \"supplierName\": \"IR1\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888810000109842\",\r\n                                    \"supplierName\": \"IR2\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888820000109842\",\r\n                                    \"supplierName\": \"IR3\"\r\n                                },\r\n                                {\r\n                                    \"supplierIMSI\": \"888830000109842\",\r\n                                    \"supplierName\": \"IR4\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"iccid\": \"9990000000000109842\",\r\n                    \"simAttachStatus\": \"ATTACHED\",\r\n                    \"msisdn\": \"329999800109842\",\r\n                    \"accountId\": \"41760793\",\r\n                    \"endPointId\": \"51768183\",\r\n                    \"endPointName\": \"9990000000000109842\",\r\n                    \"accountName\": \"Enterprise_Performance\",\r\n                    \"simProduct\": \"4 in 1 White 5 IMSI P2\",\r\n                    \"cardClassName\": \"1FF/2FF/3FF/4FF\",\r\n                    \"parentAccountId\": \"31760791\",\r\n                    \"directCustomerAccountId\": \"31760791\",\r\n                    \"directCustomerName\": \"Reseller_Performance\",\r\n                    \"ean\": \"5400847000105\",\r\n                    \"lastSimStateChangeDateTime\": \"27/02/2023 18:20:32\",\r\n                    \"eid\": \"-\",\r\n                    \"eSimProfileStatus\": \"enabled\"\r\n                }\r\n            ]\r\n        },\r\n        \"responseId\": \"22967874026963108\",\r\n        \"responseTimestamp\": \"29/04/2025 04:18:26\",\r\n        \"totalNoOfRecords\": \"497655\",\r\n        \"totalNoOfPages\": \"249\"\r\n    }\r\n}"}],"_postman_id":"778a0d30-200f-438e-ae08-a26bec6c0333"},{"name":"Networks","event":[{"listen":"test","script":{"id":"45f4fbc5-94b0-434a-ac0d-a38f738b5434","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"62c482f3-b55e-42f9-8abf-a7d16ba75678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchNetworkList","description":"<h2 id=\"description\">Description</h2>\n<p>Get network list API is used to fetch the list of attached network list for ex. tadig code, category group id, operator’s information, country’s information etc. which customer has access. By token account id will get attached network list. This API fetch attached network list for Enterprise and Reseller. This API will be used for creating roaming profile for enterprise level and create destination group for Reseller.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryGroupId</td>\n<td>O</td>\n<td>categoryGroupId or Sponsor id</td>\n</tr>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>Country ISO3 Code</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output</h3>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of netwrok Info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output ResponseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of the attached network object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-attached-network-list-parameters\">Output attached network list Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationGroupName</td>\n<td>O</td>\n<td>Destination group name</td>\n</tr>\n<tr>\n<td>tadigList</td>\n<td>O</td>\n<td>List of netwok object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-tadig-list-parameters\">Output tadig list Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tadigCode</td>\n<td>O</td>\n<td>Tadig code</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>O</td>\n<td>Operator name</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>O</td>\n<td>Operator Id</td>\n</tr>\n<tr>\n<td>categoryGroupName</td>\n<td>O</td>\n<td>Reference to network relation</td>\n</tr>\n<tr>\n<td>categoryGroupId</td>\n<td>O</td>\n<td>Category Group Id, it is an id of the global supplier list i.e IR, OC or Direct</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Country name</td>\n</tr>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>Country ISO3</td>\n</tr>\n<tr>\n<td>barredUnbarredStatus</td>\n<td>O</td>\n<td>Barred Unbarred Status. Status 1 is showing that operator is barred and 0 is showing operator is unbarred.</td>\n</tr>\n<tr>\n<td>supportedNetworkTypes</td>\n<td>O</td>\n<td>Network types supported by the network, separated by a pipe</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10027</td>\n<td>Fetch network list failure</td>\n<td></td>\n</tr>\n<tr>\n<td>10028</td>\n<td>Fetch network list success</td>\n<td></td>\n</tr>\n<tr>\n<td>10115</td>\n<td>Fetch network list-No Data Found</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","fetchNetworkList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e1ea0fe-2a62-48cc-be5d-f134e9a2544c","name":"Get Networks - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchNetworkList"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10027\",\n            \"resultDescription\": \"Fetch network list failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"c8d269b5-8269-43fc-b0e5-5a18643181bd","name":"Get Networks - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/fetchNetworkList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:34:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"6849"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10028\",\n            \"resultDescription\": \"Fetch network list success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"destinationGroupName\": \"MVNEDESTINATION\",\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"AFGAR\",\n                            \"operatorId\": \"251\",\n                            \"operatorName\": \"MTN Afghanistan\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Afghanistan\",\n                            \"countryISO3\": \"AFG\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DZAOT\",\n                            \"operatorId\": \"414\",\n                            \"operatorName\": \"Orascom Telecom Algerie SPA\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Algeria\",\n                            \"countryISO3\": \"DZA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"BELTB\",\n                            \"operatorId\": \"7\",\n                            \"operatorName\": \"Proximus-- Societe Anonyme de Droit Public (mobile)\",\n                            \"categoryGroupName\": \"OCBLBX1\",\n                            \"categoryGroupId\": \"2\",\n                            \"countryName\": \"Belgium\",\n                            \"countryISO3\": \"BEL\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"BEN02\",\n                            \"operatorId\": \"453\",\n                            \"operatorName\": \"ETISALAT BENIN SA\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Benin\",\n                            \"countryISO3\": \"BEN\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"CYPPT\",\n                            \"operatorId\": \"134\",\n                            \"operatorName\": \"Primetel\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Cyprus\",\n                            \"countryISO3\": \"CYP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESTRE\",\n                            \"operatorId\": \"85\",\n                            \"operatorName\": \"Elisa Eesti AS\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Estonia\",\n                            \"countryISO3\": \"EST\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF3\",\n                            \"operatorId\": \"13\",\n                            \"operatorName\": \"BOUYGUES TELECOM France\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF3\",\n                            \"operatorId\": \"13\",\n                            \"operatorName\": \"BOUYGUES TELECOM France\",\n                            \"categoryGroupName\": \"OC1\",\n                            \"categoryGroupId\": \"2\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF1\",\n                            \"operatorId\": \"10\",\n                            \"operatorName\": \"Orange\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF2\",\n                            \"operatorId\": \"11\",\n                            \"operatorName\": \"Societe Francaise du Radiotelephone -SFR sa\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUE2\",\n                            \"operatorId\": \"110\",\n                            \"operatorName\": \"Telefonica Germany GmbH & Co. OHG\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUD2\",\n                            \"operatorId\": \"109\",\n                            \"operatorName\": \"Vodafone GmbH\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUD1\",\n                            \"operatorId\": \"108\",\n                            \"operatorName\": \"Telekom Deutschland GmbH\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"236\",\n                            \"operatorName\": \"Vodafone South LTD\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"India\",\n                            \"countryISO3\": \"IND\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"237\",\n                            \"operatorName\": \"Bharti Airtel Ltd.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"India\",\n                            \"countryISO3\": \"IND\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAFM\",\n                            \"operatorId\": \"35\",\n                            \"operatorName\": \"Iliad Italia S.p.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAH3\",\n                            \"operatorId\": \"37\",\n                            \"operatorName\": \"Wind Tre S.p.A.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAOM\",\n                            \"operatorId\": \"34\",\n                            \"operatorName\": \"Vodafone Italia S.p.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"LVALM\",\n                            \"operatorId\": \"81\",\n                            \"operatorName\": \"Latvijas Mobilais Telefons\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Latvia\",\n                            \"countryISO3\": \"LVA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G\"\n                        },\n                        {\n                            \"tadigCode\": \"NLDPN\",\n                            \"operatorId\": \"6\",\n                            \"operatorName\": \"T-Mobile Netherlands B.V.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Netherlands\",\n                            \"countryISO3\": \"NLD\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"NLDLT\",\n                            \"operatorId\": \"4\",\n                            \"operatorName\": \"Vodafone Libertel BV\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Netherlands\",\n                            \"countryISO3\": \"NLD\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"POLP4\",\n                            \"operatorId\": \"107\",\n                            \"operatorName\": \"P4 Sp. Z.o.o\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Poland\",\n                            \"countryISO3\": \"POL\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G\"\n                        },\n                        {\n                            \"tadigCode\": \"SVNVG\",\n                            \"operatorId\": \"153\",\n                            \"operatorName\": \"Telemach-- sirokopasovne komunikacije d.o.o\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Slovenia\",\n                            \"countryISO3\": \"SVN\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPRT\",\n                            \"operatorId\": \"18\",\n                            \"operatorName\": \"Orange Espagne S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPTE\",\n                            \"operatorId\": \"20\",\n                            \"operatorName\": \"Telefonica de Espana S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPAT\",\n                            \"operatorId\": \"17\",\n                            \"operatorName\": \"Vodafone Espana S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPXF\",\n                            \"operatorId\": \"19\",\n                            \"operatorName\": \"Xfera Moviles-- S.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"TURIS\",\n                            \"operatorId\": \"147\",\n                            \"operatorName\": \"AVEA .Iletisim Hizmetleri A.S\",\n                            \"categoryGroupName\": \"OC1\",\n                            \"categoryGroupId\": \"2\",\n                            \"countryName\": \"Turkey\",\n                            \"countryISO3\": \"TUR\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"TURTC\",\n                            \"operatorId\": \"145\",\n                            \"operatorName\": \"Turkcell Iletisim Hizmetleri A.S\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Turkey\",\n                            \"countryISO3\": \"TUR\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"TURIS\",\n                            \"operatorId\": \"147\",\n                            \"operatorName\": \"AVEA .Iletisim Hizmetleri A.S\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Turkey\",\n                            \"countryISO3\": \"TUR\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ARETC\",\n                            \"operatorId\": \"284\",\n                            \"operatorName\": \"The Emirates Telecom. Group Company PJSC\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"United Arab Emirates\",\n                            \"countryISO3\": \"ARE\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"AREDU\",\n                            \"operatorId\": \"285\",\n                            \"operatorName\": \"Emirates Integrated Telecom. Company - Du\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"United Arab Emirates\",\n                            \"countryISO3\": \"ARE\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"43821510868422226\",\n        \"responseTimestamp\": \"11/05/2020 17:34:44\"\n    }\n}"},{"id":"6abafaa1-4021-49c2-9078-19a1157dfdbb","name":"Get Networks - Success - {Specific CountryISO3 and Category Group ID}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchNetworkList?countryISO3=AFG&categoryGroupId=SP848","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkList"],"query":[{"key":"countryISO3","value":"AFG"},{"key":"categoryGroupId","value":"SP848"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:04:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10028\",\n            \"resultDescription\": \"Fetch network list success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"destinationGroupName\": \"MVNEDESTINATION\",\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"AFGAR\",\n                            \"operatorId\": \"251\",\n                            \"operatorName\": \"MTN Afghanistan\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Afghanistan\",\n                            \"countryISO3\": \"AFG\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"43877310983675165\",\n        \"responseTimestamp\": \"12/05/2020 09:04:44\"\n    }\n}"},{"id":"b918229a-22fc-4f20-a6b9-6a58218bea4d","name":"Get Networks - Success - {Specific Category Group ID}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchNetworkList?categoryGroupId=SP848","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkList"],"query":[{"key":"categoryGroupId","value":"SP848"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 May 2020 09:02:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"6213"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10028\",\n            \"resultDescription\": \"Fetch network list success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"destinationGroupName\": \"MVNEDESTINATION\",\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"AFGAR\",\n                            \"operatorId\": \"251\",\n                            \"operatorName\": \"MTN Afghanistan\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Afghanistan\",\n                            \"countryISO3\": \"AFG\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DZAOT\",\n                            \"operatorId\": \"414\",\n                            \"operatorName\": \"Orascom Telecom Algerie SPA\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Algeria\",\n                            \"countryISO3\": \"DZA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"BEN02\",\n                            \"operatorId\": \"453\",\n                            \"operatorName\": \"ETISALAT BENIN SA\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Benin\",\n                            \"countryISO3\": \"BEN\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"CYPPT\",\n                            \"operatorId\": \"134\",\n                            \"operatorName\": \"Primetel\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Cyprus\",\n                            \"countryISO3\": \"CYP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESTRE\",\n                            \"operatorId\": \"85\",\n                            \"operatorName\": \"Elisa Eesti AS\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Estonia\",\n                            \"countryISO3\": \"EST\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF3\",\n                            \"operatorId\": \"13\",\n                            \"operatorName\": \"BOUYGUES TELECOM France\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF1\",\n                            \"operatorId\": \"10\",\n                            \"operatorName\": \"Orange\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"FRAF2\",\n                            \"operatorId\": \"11\",\n                            \"operatorName\": \"Societe Francaise du Radiotelephone -SFR sa\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"France\",\n                            \"countryISO3\": \"FRA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUD2\",\n                            \"operatorId\": \"109\",\n                            \"operatorName\": \"Vodafone GmbH\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUD1\",\n                            \"operatorId\": \"108\",\n                            \"operatorName\": \"Telekom Deutschland GmbH\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"DEUE2\",\n                            \"operatorId\": \"110\",\n                            \"operatorName\": \"Telefonica Germany GmbH & Co. OHG\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Germany\",\n                            \"countryISO3\": \"DEU\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"INDHM\",\n                            \"operatorId\": \"236\",\n                            \"operatorName\": \"Vodafone South LTD\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"India\",\n                            \"countryISO3\": \"IND\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"INDSC\",\n                            \"operatorId\": \"237\",\n                            \"operatorName\": \"Bharti Airtel Ltd.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"India\",\n                            \"countryISO3\": \"IND\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAFM\",\n                            \"operatorId\": \"35\",\n                            \"operatorName\": \"Iliad Italia S.p.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAH3\",\n                            \"operatorId\": \"37\",\n                            \"operatorName\": \"Wind Tre S.p.A.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ITAOM\",\n                            \"operatorId\": \"34\",\n                            \"operatorName\": \"Vodafone Italia S.p.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Italy\",\n                            \"countryISO3\": \"ITA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"LVALM\",\n                            \"operatorId\": \"81\",\n                            \"operatorName\": \"Latvijas Mobilais Telefons\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Latvia\",\n                            \"countryISO3\": \"LVA\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"NLDPN\",\n                            \"operatorId\": \"6\",\n                            \"operatorName\": \"T-Mobile Netherlands B.V.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Netherlands\",\n                            \"countryISO3\": \"NLD\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"NLDLT\",\n                            \"operatorId\": \"4\",\n                            \"operatorName\": \"Vodafone Libertel BV\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Netherlands\",\n                            \"countryISO3\": \"NLD\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"POLP4\",\n                            \"operatorId\": \"107\",\n                            \"operatorName\": \"P4 Sp. Z.o.o\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Poland\",\n                            \"countryISO3\": \"POL\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"SVNVG\",\n                            \"operatorId\": \"153\",\n                            \"operatorName\": \"Telemach-- sirokopasovne komunikacije d.o.o\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Slovenia\",\n                            \"countryISO3\": \"SVN\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPRT\",\n                            \"operatorId\": \"18\",\n                            \"operatorName\": \"Orange Espagne S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPTE\",\n                            \"operatorId\": \"20\",\n                            \"operatorName\": \"Telefonica de Espana S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPAT\",\n                            \"operatorId\": \"17\",\n                            \"operatorName\": \"Vodafone Espana S.A.U.\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ESPXF\",\n                            \"operatorId\": \"19\",\n                            \"operatorName\": \"Xfera Moviles-- S.A\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Spain\",\n                            \"countryISO3\": \"ESP\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"TURTC\",\n                            \"operatorId\": \"145\",\n                            \"operatorName\": \"Turkcell Iletisim Hizmetleri A.S\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Turkey\",\n                            \"countryISO3\": \"TUR\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"TURIS\",\n                            \"operatorId\": \"147\",\n                            \"operatorName\": \"AVEA .Iletisim Hizmetleri A.S\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Turkey\",\n                            \"countryISO3\": \"TUR\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"ARETC\",\n                            \"operatorId\": \"284\",\n                            \"operatorName\": \"The Emirates Telecom. Group Company PJSC\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"United Arab Emirates\",\n                            \"countryISO3\": \"ARE\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        },\n                        {\n                            \"tadigCode\": \"AREDU\",\n                            \"operatorId\": \"285\",\n                            \"operatorName\": \"Emirates Integrated Telecom. Company - Du\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"United Arab Emirates\",\n                            \"countryISO3\": \"ARE\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"43877203906425491\",\n        \"responseTimestamp\": \"12/05/2020 09:02:57\"\n    }\n}"},{"id":"a8ad5506-6b3f-47db-b466-15ca0d53c5e7","name":"Get Networks - Success - {Specific CountryISO3}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchNetworkList?countryISO3=AFG","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkList"],"query":[{"key":"countryISO3","value":"AFG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:37:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10028\",\n            \"resultDescription\": \"Fetch network list success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"destinationGroupName\": \"MVNEDESINATION\",\n                    \"tadigList\": [\n                        {\n                            \"tadigCode\": \"AFGAR\",\n                            \"operatorId\": \"251\",\n                            \"operatorName\": \"MTN Afghanistan\",\n                            \"categoryGroupName\": \"IR1\",\n                            \"categoryGroupId\": \"SP848\",\n                            \"countryName\": \"Afghanistan\",\n                            \"countryISO3\": \"AFG\",\n                            \"barredUnbarredStatus\": \"0\",\n                            \"supportedNetworkTypes\": \"2G|3G|4G\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"43821699002854893\",\n        \"responseTimestamp\": \"11/05/2020 17:37:52\"\n    }\n}"},{"id":"6f3c4ae3-e45e-44f9-a3fe-b50c0678c757","name":"Get Networks - Failure - {Specific CountryISO3}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/fetchNetworkList?countryISO3=AFG","protocol":"https","host":["{{url}}"],"path":["api","fetchNetworkList"],"query":[{"key":"countryISO3","value":"AFG"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Response\": {\r\n        \"resultParam\": {\r\n            \"resultCode\": \"10115\",\r\n            \"resultDescription\": \"Fetch network list-No Data Found\"\r\n        },\r\n        \"resultCode\": \"1\",\r\n        \"responseId\": \"12076896110786662\",\r\n        \"responseTimestamp\": \"25/08/2021 10:44:30\"\r\n    }\r\n}"}],"_postman_id":"62c482f3-b55e-42f9-8abf-a7d16ba75678"},{"name":"Notification","event":[{"listen":"test","script":{"id":"b2fcd042-ae8c-4b6a-9387-7bf3190c9a60","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d11266cb-25d7-4189-b1dc-6b760f1bbc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetNotificationType","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the notification type details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categoryId</td>\n<td>O</td>\n<td>Category Id  <br />0- Base  <br />1- Addon</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Notification Type Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationTypeList</td>\n<td>O</td>\n<td>Object of the notification Type</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-notificationtypelist-parameters\">Output notificationTypeList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>Assigned / configured by the system (auto increment value). Used as \"Notification Type\" in \"Create and Modify Plan\" APIs.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Notification Type Name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>O</td>\n<td>Notification Type description</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>O</td>\n<td>CategoryId  <br />0 - Base  <br />1 -Addon</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>8107</td>\n<td>Get notification type success</td>\n<td></td>\n</tr>\n<tr>\n<td>8108</td>\n<td>Get notification type failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetNotificationType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fba687b4-a53e-4de7-b4d6-82cfe2df6ab0","name":"Get Notification - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetNotificationType"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"8108\",\n            \"resultDescription\": \"Get notification type failure\"\n        }\n    }\n}"},{"id":"ed826118-a305-4acf-b599-9de75e7f0272","name":"Get Notification - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetNotificationType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:19:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1757"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39151741474328997\",\n        \"responseTimestamp\": \"11/05/2020 05:19:51\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"8107\",\n            \"resultDescription\": \"Get notification type success\"\n        },\n        \"responseParam\": {\n            \"notificationTypeList\": [\n                {\n                    \"description\": \"Balance Notification\",\n                    \"id\": \"116\",\n                    \"name\": \"Balance Notification\",\n                    \"categoryId\": \"0\"\n                },\n                {\n\t\t\t\n\t\t\t\t\"description\": \"NBIOT Counter Notification\",\n\t\t\t\t\"id\": \"1149\",\n\t\t\t\t\"name\": \"NB-IOT Counter Notification\",\n\t\t\t\t\"categoryId\": \"0\"\n\t\t\t},\n            {\n\t\t\t\t\"description\": \"Data Counter Notification\",\n\t\t\t\t\"id\": \"1147\",\n\t\t\t\t\"name\": \"Data Counter Notification\",\n\t\t\t\t\"categoryId\": \"0\"\n\t\t\t}, \n                {\n                    \"description\": \"Monthly Limit/Balance update\",\n                    \"id\": \"102\",\n                    \"name\": \"Monthly Limit/Balance update\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Monthly Limit reached\",\n                    \"id\": \"106\",\n                    \"name\": \"Monthly Limit reached\",\n                    \"categoryId\": \"0\"\n                },\n                \n                {\n                    \"description\": \"DATA Benefit\",\n                    \"id\": \"126\",\n                    \"name\": \"DATA Benefit\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"SMS Benefit\",\n                    \"id\": \"127\",\n                    \"name\": \"SMS Benefit\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Suspension Notification\",\n                    \"id\": \"104\",\n                    \"name\": \"Suspension Notification\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"AddOn Expiry\",\n                    \"id\": \"121\",\n                    \"name\": \"AddOn Expiry\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Zero Balance Notification\",\n                    \"id\": \"60\",\n                    \"name\": \"Zero Balance Notification\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Re-Activation Notification\",\n                    \"id\": \"109\",\n                    \"name\": \"Re-Activation Notification\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"De-activation of Add-on\",\n                    \"id\": \"9\",\n                    \"name\": \"De-activation of Add-on\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"AddOn Renewal\",\n                    \"id\": \"119\",\n                    \"name\": \"AddOn Renewal\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"BlockFlag Unbarring\",\n                    \"id\": \"115\",\n                    \"name\": \"BlockFlag Unbarring\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Service barring Notification\",\n                    \"id\": \"113\",\n                    \"name\": \"Service barring Notification\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Addon Balance Notification\",\n                    \"id\": \"123\",\n                    \"name\": \"Addon consumption notification-SMS\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Addon consumption notification\",\n                    \"id\": \"125\",\n                    \"name\": \"Addon consumption notification\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Addon consumption notification\",\n                    \"id\": \"1145\",\n                    \"name\": \"Addon consumption notification-NB-IOT\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"NB-IOT Benefit\",\n                    \"id\": \"1143\",\n                    \"name\": \"NB-IOT Benefit\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Activate of Add-on\",\n                    \"id\": \"8\",\n                    \"name\": \"Subscription of Add-on\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Service Unbarring\",\n                    \"id\": \"114\",\n                    \"name\": \"Service Unbarring\",\n                    \"categoryId\": \"0\"\n                },\n                {\n                    \"description\": \"Endpoint and SIM Status Change\",\n\t\t\t\t    \"id\": \"636\",\n\t\t\t\t     \"name\": \"Endpoint and SIM Status Change\",\n\t\t\t\t     \"categoryId\": \"0\"\n                }\n            ]\n        }\n    }\n}"},{"id":"403955d9-d4ab-440e-9e7b-36d5a6ac41ee","name":"Get Notification - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetNotificationType?categoryId=1","protocol":"https","host":["{{url}}"],"path":["api","GetNotificationType"],"query":[{"key":"categoryId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:28:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"831"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39152235678722292\",\n        \"responseTimestamp\": \"11/05/2020 05:28:05\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"8107\",\n            \"resultDescription\": \"Get notification type success\"\n        },\n        \"responseParam\": {\n            \"notificationTypeList\": [\n                {\n                    \"description\": \"De-activation of Add-on\",\n                    \"id\": \"9\",\n                    \"name\": \"De-activation of Add-on\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Activate of Add-on\",\n                    \"id\": \"8\",\n                    \"name\": \"Subscription of Add-on\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"AddOn Renewal\",\n                    \"id\": \"119\",\n                    \"name\": \"AddOn Renewal\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"AddOn Expiry\",\n                    \"id\": \"121\",\n                    \"name\": \"AddOn Expiry\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Addon Balance Notification\",\n                    \"id\": \"123\",\n                    \"name\": \"Addon consumption notification-SMS\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Addon consumption notification\",\n                    \"id\": \"1145\",\n                    \"name\": \"Addon consumption notification-NB-IOT\",\n                    \"categoryId\": \"1\"\n                },\n                {\n                    \"description\": \"Addon consumption notification\",\n                    \"id\": \"125\",\n                    \"name\": \"Addon consumption notification\",\n                    \"categoryId\": \"1\"\n                },\n                 {\n                    \"description\": \"Addon Activation Notification\",\n                    \"id\": \"2683\",\n                    \"name\": \"Activation of Addon\",\n                    \"categoryId\": \"1\"\n                 }\n            ]\n        }\n    }\n}"}],"_postman_id":"d11266cb-25d7-4189-b1dc-6b760f1bbc1e"},{"name":"Benefit","event":[{"listen":"test","script":{"id":"e8b3d69b-93ff-48d4-b5f9-7bbb1cc8917f","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"9f1f342c-4b63-4549-9d12-800dda863fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetBucket","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the benefit details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitType</td>\n<td>O</td>\n<td>Benefit Type  <br />Possible Values:  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Bucket Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>benefitList</td>\n<td>O</td>\n<td>Object of the Benefit</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-benefitlist-parameters\">Output benefitList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Benefit Name</td>\n</tr>\n<tr>\n<td>id</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Benefit (This will be an auto increment value)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Benefit  <br />0 - InActive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>benefitType</td>\n<td>O</td>\n<td>Benefit Type  <br />Possible Values:  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit type (Count or Mb)</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>O</td>\n<td>Service Id  <br />2 - SMS_MO  <br />3 - SMS_MT  <br />4 - DATA  <br />5 - NB-IOT</td>\n</tr>\n<tr>\n<td>ratType</td>\n<td>O</td>\n<td>RAT Type (Access Type)  <br />01 – 2G/3G  <br />02 – 2G  <br />06 - 2G/3G/4G  <br />08 - For NB-IOT benefit</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1307</td>\n<td>Get benefit success</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetBucket"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b18ed484-6a6d-4893-96e5-b08d5e6af56d","name":"Get Benefit Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetBucket?benefitType=0","protocol":"https","host":["{{url}}"],"path":["api","GetBucket"],"query":[{"key":"benefitType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:17:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"417"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39151626890597170\",\n        \"responseTimestamp\": \"11/05/2020 05:17:57\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1307\",\n            \"resultDescription\": \"Get benefit success\"\n        },\n        \"responseParam\": {\n            \"benefitList\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"DATA\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"4\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\",\n                    \"ratType\": \"02|01|06\"\n                },\n                {\n                    \"id\": \"2000\",\n                    \"name\": \"NB-IOT\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"5\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\",\n                    \"ratType\": \"08\"\n                },\n                {\n                    \"id\": \"3\",\n                    \"name\": \"SMS\",\n                    \"unitType\": \"COUNT\",\n                    \"serviceId\": \"2\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a4a526b8-c6cc-4483-94ff-889fd52fa205","name":"Get Benefit - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetBucket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:15:08 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"616"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39151458649659993\",\n        \"responseTimestamp\": \"11/05/2020 05:15:08\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1307\",\n            \"resultDescription\": \"Get benefit success\"\n        },\n        \"responseParam\": {\n            \"benefitList\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"DATA\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"4\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"1\",\n                    \"ratType\": \"02|01|06\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"DATA\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"4\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\",\n                    \"ratType\": \"02|01|06\"\n                },\n                {\n                    \"id\": \"2000\",\n                    \"name\": \"NB-IOT\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"5\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\",\n                    \"ratType\": \"08\"\n                },\n                {\n                    \"id\": \"2001\",\n                    \"name\": \"NB-IOT\",\n                    \"unitType\": \"Mb\",\n                    \"serviceId\": \"5\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"1\",\n                    \"ratType\": \"08\"\n                },\n                {\n                    \"id\": \"4\",\n                    \"name\": \"SMS\",\n                    \"unitType\": \"COUNT\",\n                    \"serviceId\": \"2\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"1\"\n                },\n                {\n                    \"id\": \"3\",\n                    \"name\": \"SMS\",\n                    \"unitType\": \"COUNT\",\n                    \"serviceId\": \"2\",\n                    \"status\": \"1\",\n                    \"benefitType\": \"0\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"9f1f342c-4b63-4549-9d12-800dda863fc6"},{"name":"Invoice","event":[{"listen":"test","script":{"id":"4af97f43-d0fa-4531-8974-435c9fde4fa9","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"d1cb773c-c245-4141-af30-2c77ced68c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetInvoice?month=JAN","description":"<h2 id=\"description\">Description</h2>\n<p>Get Invoice API is used to get the invoice for a specific month.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Month</td>\n<td>M</td>\n<td>Month for which invoice to be fetched. Values supported - {jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec}  <br />It will support only one month at a time.  <br />Eg: month=Jan</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billingDetails</td>\n<td>O</td>\n<td>List of billing Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-billingdetails-parameters\">Output billingDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>simActivationFee</td>\n<td>O</td>\n<td>SIM Activation Fee</td>\n</tr>\n<tr>\n<td>simMonthlyActivefee</td>\n<td>O</td>\n<td>SIM Monthly Active Fee</td>\n</tr>\n<tr>\n<td>apnSetupMonthlyFee</td>\n<td>O</td>\n<td>APN Setup Monthly Fee</td>\n</tr>\n<tr>\n<td>vpnSetupMonthlyFee</td>\n<td>O</td>\n<td>VPN Setup Monthly Fee</td>\n</tr>\n<tr>\n<td>vpnSetupOneTimeFee</td>\n<td>O</td>\n<td>VPN Setup OneTime Fee</td>\n</tr>\n<tr>\n<td>apnSetupOneTimeFee</td>\n<td>O</td>\n<td>APN Setup OneTime Fee</td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Currency Type</td>\n</tr>\n<tr>\n<td>usageDetails</td>\n<td>O</td>\n<td>List of Usage Details</td>\n</tr>\n<tr>\n<td>rentalAmount</td>\n<td>O</td>\n<td>Current month rental amount</td>\n</tr>\n<tr>\n<td>simMonthlyActiveFeatureFee</td>\n<td>O</td>\n<td>Feature based SIM management fee</td>\n</tr>\n<tr>\n<td>oemSimActivationFee</td>\n<td>O</td>\n<td>OEM-SIM Activation fee</td>\n</tr>\n<tr>\n<td>localSimProfileDownloadFee</td>\n<td>O</td>\n<td>Sim local profile download fee</td>\n</tr>\n<tr>\n<td>localSimHostingFee</td>\n<td>O</td>\n<td>Local SIM Hosting fee</td>\n</tr>\n<tr>\n<td>localSimManagementFee</td>\n<td>O</td>\n<td>Local SIM management fee</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-usagedetails-parameters\">Output usageDetails Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>usage</td>\n<td>O</td>\n<td>Usage of DATA/SMS  <br />DATA - MB  <br />SMS – Count  <br />NB-IOT - MB</td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>O</td>\n<td>Service Name</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>O</td>\n<td>Amount of Usage</td>\n</tr>\n<tr>\n<td>rateZone</td>\n<td>O</td>\n<td>Rate Zone Name</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1339</td>\n<td>Get invoice details success</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetInvoice"],"host":["{{url}}"],"query":[{"key":"month","value":"JAN"}],"variable":[]}},"response":[{"id":"ebb90036-2455-4809-b88c-e9d37c67b81f","name":"Get Invoice - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetInvoice?month=JAN","protocol":"https","host":["{{url}}"],"path":["api","GetInvoice"],"query":[{"key":"month","value":"JAN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:29:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"357"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39152327720712691\",\n        \"responseTimestamp\": \"11/05/2020 05:29:37\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1339\",\n            \"resultDescription\": \"Get invoice details success\"\n        },\n        \"responseParam\": {\n            \"billingDetails\": {\n                \"currencyType\": \"EUR\",\n                \"localSimProfileDownloadFee\": \"44\",\n                \"localSimHostingFee\": \"19.8\",\n                \"localSimManagementFee\": \"21.06\",\n                \"usageDetails\": [\n                    {\n                        \"amount\": \"361.913\",\n                        \"rateZone\": \"EST_EUROPE\",\n                        \"usage\": \"9047.83\",\n                        \"serviceName\": \"DATA\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"d1cb773c-c245-4141-af30-2c77ced68c16"},{"name":"Counter","event":[{"listen":"test","script":{"id":"79394503-2041-4d66-8be2-d1acde35b191","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"049b2437-140f-4da6-8efa-0ad957df2ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCounter","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the counter details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterType</td>\n<td>O</td>\n<td>Counter Type  <br />Possible Values:  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Counter Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>counterList</td>\n<td>O</td>\n<td>Object of the Counter</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-counterlist-parameters\">Output counterList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>O</td>\n<td>Counter Name</td>\n</tr>\n<tr>\n<td>counterId</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Counter (This will be an auto increment value)</td>\n</tr>\n<tr>\n<td>desc</td>\n<td>O</td>\n<td>Counter Description</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>O</td>\n<td>Frequency (Daily or Monthly)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>O</td>\n<td>Status of Counter  <br />0 - Inactive  <br />1 - Active</td>\n</tr>\n<tr>\n<td>counterType</td>\n<td>O</td>\n<td>Counter Type  <br />Possible Values:  <br />0 - Prepaid  <br />1 - Postpaid</td>\n</tr>\n<tr>\n<td>unitType</td>\n<td>O</td>\n<td>Unit type (Count or Volume)</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>O</td>\n<td>Counter Service Id  <br />2 – SMS-MO  <br />4 - Data  <br />5 - NB-IOT</td>\n</tr>\n<tr>\n<td>ratingGroup</td>\n<td>O</td>\n<td>Counter Rating Group  <br />2 – OTA  <br />3 – Redirect  <br />5 – Online</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1266</td>\n<td>Get counter success</td>\n<td></td>\n</tr>\n<tr>\n<td>1267</td>\n<td>Get counter failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCounter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dea580ee-a0a4-4ea9-ae58-35985b80d3dd","name":"Get Counter - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCounter"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1267\",\n            \"resultDescription\": \"Get counter failure\"\n        }\n    }\n}"},{"id":"f5e0e7ba-78e8-4a85-9dd4-47a449ff41a2","name":"Get Counter - Success - {Specific} ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCounter?counterType=0","protocol":"https","host":["{{url}}"],"path":["api","GetCounter"],"query":[{"key":"counterType","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:13:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"596"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39151381601090047\",\n        \"responseTimestamp\": \"11/05/2020 05:13:51\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1266\",\n            \"resultDescription\": \"Get counter success\"\n        },\n        \"responseParam\": {\n            \"counterList\": [\n                {\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_989\",\n                    \"name\": \"Daily\",\n                    \"desc\": \"Daily\",\n                    \"frequency\": \"Daily\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"0\"\n                },\n                {\n                    \"counterId\": \"C_Monthly_0_CE_USAGE_VOLUME_4_5_874\",\n                    \"name\": \"Monthly\",\n                    \"desc\": \"Monthly\",\n                    \"frequency\": \"Monthly\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"0\"\n                }\n\t\t\t\t\n            ]\n        }\n    }\n}"},{"id":"b414068e-0b57-4d43-b0b5-71c5eb6a5d1a","name":"Get Counter - Success - {All}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCounter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:11:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"974"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39151245292913829\",\n        \"responseTimestamp\": \"11/05/2020 05:11:35\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1266\",\n            \"resultDescription\": \"Get counter success\"\n        },\n        \"responseParam\": {\n            \"counterList\": [\n                {\n                    \"counterId\": \"C_Daily_0_CE_USAGE_VOLUME_4_5_989\",\n                    \"name\": \"Daily\",\n                    \"desc\": \"Daily\",\n                    \"frequency\": \"Daily\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"0\"\n                },\n                {\n                    \"counterId\": \"C_Daily_1_CE_USAGE_VOLUME_4_5_108\",\n                    \"name\": \"Daily\",\n                    \"desc\": \"Daily\",\n                    \"frequency\": \"Daily\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"1\"\n                },\n                {\n                    \"counterId\": \"C_Monthly_0_CE_USAGE_VOLUME_4_5_874\",\n                    \"name\": \"Monthly\",\n                    \"desc\": \"Monthly\",\n                    \"frequency\": \"Monthly\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"0\"\n                },\n                {\n                    \"counterId\": \"C_Monthly_1_CE_USAGE_VOLUME_4_5_701\",\n                    \"name\": \"Monthly\",\n                    \"desc\": \"Monthly\",\n                    \"frequency\": \"Monthly\",\n                    \"status\": \"1\",\n                    \"unitType\": \"VOLUME\",\n                    \"serviceId\": \"4\",\n                    \"ratingGroup\": \"5\",\n                    \"counterType\": \"1\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"049b2437-140f-4da6-8efa-0ad957df2ca0"}],"id":"f9e2964e-760a-445b-a653-27cd262dc6f0","_postman_id":"f9e2964e-760a-445b-a653-27cd262dc6f0","description":""},{"name":"Enterprise Tools","item":[{"name":"Callback Processes","item":[{"name":"Notification Callback","id":"640dee23-0e2e-47d9-8004-c94d48042fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request is send to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/   Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The accountID of the enterprise</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-notification-parameters\">Input Notification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback  (GMT timezone)</td>\n</tr>\n<tr>\n<td>message</td>\n<td>M</td>\n<td>The customer configured notification message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"be4e919e-a977-459c-a232-a2954f7311f3","name":"Callback Notification - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"apiCallback\": {\r\n            \"accountId\": \"41094429\",\r\n            \"callbackProcessId\": \"10011\",\r\n            \"callbackProcessName\": \"CallBackNotification\",\r\n            \"callbackURI\": \"https://CustomerDefinedURI.com\"\r\n        },\r\n        \"notification\": {\r\n            \"callbackId\": \"3868551829710785\",\r\n            \"callbackTimestamp\": \"11/09/2020 01:25:23\",\r\n            \"message\": \"Service barring notification for the customer\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"640dee23-0e2e-47d9-8004-c94d48042fe6"},{"name":"SIM Bulk Transfer Callback","id":"8c97a6e3-6a0d-4bb8-8d52-5ff7e6a768f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request is send to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The Account id to who the SIM will be transfered.</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-bulk-sim-transfer-parameters\">Input Bulk SIM Transfer Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback (GMT timezone)</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>M</td>\n<td>Unique ID generated for each sim transfer used to check the status of the transaction.  <br />  <br />This can be retrieved from Get Job status API.</td>\n</tr>\n<tr>\n<td>successList</td>\n<td>O</td>\n<td>List of resources for which bulk request was successful. Resource appearing (ICCID/MSISDN/IMSI will depend on initial Bulk request.</td>\n</tr>\n<tr>\n<td>failureList</td>\n<td>O</td>\n<td>Failure data with the reason</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"e6076f02-32de-45e8-9165-4501f111da0e","name":"SIM Bulk Transfer Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"body\": {\r\n    \"Request\": {\r\n      \"apiCallback\": {\r\n        \"accountId\": \"31760765\",\r\n        \"callbackProcessId\": \"10016\",\r\n        \"callbackProcessName\": \"SIM Bulk Transfer Callback\",\r\n        \"callbackURI\": \"https://CustomerDefinedURI.com\"\r\n      },\r\n      \"simTransfer\": {\r\n        \"callbackId\": \"6935407312288285\",\r\n        \"callbackTimestamp\": \"13/03/2023 10:00:05\",\r\n        \"jobId\": \"3420\",\r\n        \"successList\": [\r\n          \"887500000000089\",\r\n          \"887500000000090\"\r\n        ]\r\n      }\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURL.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c97a6e3-6a0d-4bb8-8d52-5ff7e6a768f1"},{"name":"Data Stream Callback (UsageEvents)","id":"b548ab86-ff80-4d0d-9ed3-2864d7f02be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request with Usage Events is send to the customer defined URI.<br /><strong>Note:</strong> only events with a valid (non-NULL) PLMN code will be processed and delivered as successful datastream usage callback APIs aligned with the GUI portal</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>usageEvents</td>\n<td>M</td>\n<td>Object of the usageEvents details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The accountID of the enterprise</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackIndex</td>\n<td>M</td>\n<td>An autoincrement number. Unique per customer per date. resets that end of each UTC day</td>\n</tr>\n<tr>\n<td>date</td>\n<td>M</td>\n<td>Date based on UTC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-usageevents-parameters\">Input usageEvents Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction.</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp when the callback has happened (GMT timezone)</td>\n</tr>\n<tr>\n<td>noOfRecords</td>\n<td>M</td>\n<td>Number of records of events</td>\n</tr>\n<tr>\n<td>rows</td>\n<td>M</td>\n<td>UsageEvents details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rows\">Rows</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>generationTimeStamp</td>\n<td>M</td>\n<td>Datetime of the generated Event based on customer timezone.</td>\n</tr>\n<tr>\n<td>callStartTimeUTC</td>\n<td>M</td>\n<td>The callStartTimeUTC is the start time of the data session based on UTC timezone</td>\n</tr>\n<tr>\n<td>callStopTimeUTC</td>\n<td>M</td>\n<td>The callStopTimeUTC is the time of the last update (when quota was consumed or session ended/closed) based on UTC timezone.</td>\n</tr>\n<tr>\n<td>callStartTime</td>\n<td>M</td>\n<td>Start datetime of the data session based on customer timezone.</td>\n</tr>\n<tr>\n<td>callStopTime</td>\n<td>M</td>\n<td>The callStopTime is the time of the last update (when quota was consumed or session ended/closed) based on customer timezone.</td>\n</tr>\n<tr>\n<td>aParty</td>\n<td>M</td>\n<td>MSISDN of the Endpoint</td>\n</tr>\n<tr>\n<td>callCharge</td>\n<td>M</td>\n<td>Charge of the usage in 1/100th of the unit (cents in case of EURO)</td>\n</tr>\n<tr>\n<td>locationInfo</td>\n<td>M</td>\n<td>Gives the location of the visited network (6 digit format)  <br />Data: MCC/MNCof the visited network  <br />SMS: MCC/MNC of the network where the SMS was originated</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>M</td>\n<td>IMSI of the Endpoint</td>\n</tr>\n<tr>\n<td>planId</td>\n<td>M</td>\n<td>Provides the Plan Id of the Endpoint</td>\n</tr>\n<tr>\n<td>volumeAccumulated</td>\n<td>M</td>\n<td>Consumed Volume of the transaction</td>\n</tr>\n<tr>\n<td>accessFlag</td>\n<td>M</td>\n<td>Indicates the type of service  <br />2 - for Data  <br />6 - for SMS  <br />124 - NB-IOT</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>M</td>\n<td>Comments for this usage event</td>\n</tr>\n<tr>\n<td>ratingGroup1</td>\n<td>M</td>\n<td>Rating Group Id,  <br />2 – RG-OTA  <br />3 – RG-Redirect  <br />5 – RG-Online  <br />Note: ratingGroup1 will be empty for SMS usage</td>\n</tr>\n<tr>\n<td>tariffInfo</td>\n<td>M</td>\n<td>For Data usage this is the unique tariff Id along with zero appended ie \"Tariffid-0\".  <br />For SMS usage this is the unique tariff Id along with PPU(price per unit) and Pulse ie \"Tariffid-PPU-PULSE\".</td>\n</tr>\n<tr>\n<td>origCountry</td>\n<td>M</td>\n<td>Originating country ID  <br />Use \"Get Countries\" API to retrieve the Country Id list.</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>ICCID of the Endpoint</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>M</td>\n<td>IMEI of the Device</td>\n</tr>\n<tr>\n<td>bparty</td>\n<td>M</td>\n<td>bparty number</td>\n</tr>\n<tr>\n<td>rateZoneId</td>\n<td>M</td>\n<td>Ratezone Id of the account</td>\n</tr>\n<tr>\n<td>parentEntityName</td>\n<td>M</td>\n<td>Name of the customer in the platform</td>\n</tr>\n<tr>\n<td>apn</td>\n<td>M</td>\n<td>APN used for the specific transaction</td>\n</tr>\n<tr>\n<td>planStartDate</td>\n<td>M</td>\n<td>The start date of the addon Plan that was used.</td>\n</tr>\n<tr>\n<td>planExpiryDate</td>\n<td>M</td>\n<td>The End date of the addon Plan that was used.</td>\n</tr>\n<tr>\n<td>uniqueId</td>\n<td>M</td>\n<td>The unique id of the addon Plan that was used.</td>\n</tr>\n<tr>\n<td>chargingId</td>\n<td>M</td>\n<td>The ID (unique) of the data session,. It remains constant for all transactions under the same session.  <br />Can be used to identify all the transactions under one specific data session.</td>\n</tr>\n<tr>\n<td>ccRequestNumber</td>\n<td>M</td>\n<td>The sequence number of the transaction within a data session. It is unique for the specific session.  <br />Starts with 0 and its is autoincrement for each transacition.</td>\n</tr>\n<tr>\n<td>ratType</td>\n<td>M</td>\n<td>Service Profile Access Type (RAT Type)  <br />01 – 2G/3G  <br />02 – 2G  <br />06 - 2G/3G/4G  <br />08 - NB-IoT</td>\n</tr>\n<tr>\n<td>origOperatorPLMN</td>\n<td>M</td>\n<td>Tadig of the visited operator</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account Id of the Endpoint (Endpoint ID)</td>\n</tr>\n<tr>\n<td>parentAccountId</td>\n<td>M</td>\n<td>Account ID of the immediate parent</td>\n</tr>\n<tr>\n<td>supplierName</td>\n<td>M</td>\n<td>It describes which IMSI (Sponsor) was used by the endpoint when the event was generated</td>\n</tr>\n<tr>\n<td>iPAddress</td>\n<td>M</td>\n<td>The IP address of the device</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"490c923d-159b-46af-9423-5976ae6f7335","name":"Data Stream Callback(UsageEvents) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"apiCallback\": {\r\n            \"accountId\": \"41064429\",\r\n            \"callbackURI\": \"https://CustomerDefinedURI.com\",\r\n            \"callbackProcessId\": \"10012\",\r\n            \"callbackProcessName\": \"Usage Events (Bulk)\",\r\n            \"callbackIndex\": \"0000064\",\r\n            \"date\": \"20250703\"\r\n        },\r\n        \"usageEvents\": {\r\n            \"callbackId\": \"3868551829710785\",\r\n            \"callbackTimestamp\": \"27/07/2023 12:50:43\",\r\n            \"noOfRecords\": \"2\",\r\n            \"rows\": [\r\n                {\r\n                    \"generationTimeStamp\": \"27/07/2023 07:48:37\",\r\n                    \"callStartTimeUTC\": \"27/07/2023 12:40:44\",\r\n                    \"callStopTimeUTC\": \"27/07/2023 12:48:37\",\r\n                    \"callStartTime\": \"27/07/2023 07:40:44\",\r\n                    \"callStopTime\": \"27/07/2023 07:48:37\",\r\n                    \"aParty\": \"327700040900008\",\r\n                    \"callCharge\": \"300.0279\",\r\n                    \"locationInfo\": \"404095\",\r\n                    \"imsi\": \"206281000000008\",\r\n                    \"planId\": \"30115135062\",\r\n                    \"volumeAccumulated\": \"3146777\",\r\n                    \"accessFlag\": \"2\",\r\n                    \"comments\": \"UPDATE-2\",\r\n                    \"ratingGroup1\": \"5\",\r\n                    \"tariffInfo\": \"13654-0\",\r\n                    \"origCountry\": \"99\",\r\n                    \"iccid\": \"8932042000000000000\",\r\n                    \"imei\": \"359160000000001\",\r\n                    \"bparty\": \"-\",\r\n                    \"rateZoneId\": \"5897\",\r\n                    \"parentEntityName\": \"parentcustomer\",\r\n                    \"apn\": \"APN\",\r\n                    \"planStartDate\": \"-\",\r\n                    \"planExpiryDate\": \"-\",\r\n                    \"uniqueId\": \"-\",\r\n                    \"chargingId\": \"11760\",\r\n                    \"ratType\": \"06\",\r\n                    \"origOperatorPLMN\": \"8\",\r\n                    \"supplierName\": \"IR1\",\r\n                    \"accountId\": \"51596096\",\r\n                    \"parentAccountId\": \"31000000\",\r\n                    \"ccRequestNumber\": \"1\"\r\n                },\r\n                {\r\n                    \"generationTimeStamp\": \"27/07/2023 07:48:40\",\r\n                    \"callStartTimeUTC\": \"27/07/2023 12:40:44\",\r\n                    \"callStopTimeUTC\": \"27/07/2023 12:48:40\",\r\n                    \"callStartTime\": \"27/07/2023 07:40:44\",\r\n                    \"callStopTime\": \"27/07/2023 07:48:40\",\r\n                    \"aParty\": \"327700040900008\",\r\n                    \"callCharge\": \"300.0279\",\r\n                    \"locationInfo\": \"404095\",\r\n                    \"imsi\": \"206281000000008\",\r\n                    \"planId\": \"30115135062\",\r\n                    \"volumeAccumulated\": \"3146777\",\r\n                    \"accessFlag\": \"2\",\r\n                    \"comments\": \"UPDATE-3\",\r\n                    \"ratingGroup1\": \"5\",\r\n                    \"tariffInfo\": \"13654-0\",\r\n                    \"origCountry\": \"99\",\r\n                    \"iccid\": \"8932042000000000000\",\r\n                    \"imei\": \"359160000000001\",\r\n                    \"supplierName\": \"IR1\",\r\n                    \"bparty\": \"-\",\r\n                    \"rateZoneId\": \"5897\",\r\n                    \"parentEntityName\": \"parentcustomer\",\r\n                    \"apn\": \"APN\",\r\n                    \"planStartDate\": \"01/07/2024 12:20:31\",\r\n                    \"planExpiryDate\": \"31/12/2099 00:00:00\",\r\n                    \"uniqueId\": \"51423\",\r\n                    \"chargingId\": \"11760\",\r\n                    \"ratType\": \"06\",\r\n                    \"origOperatorPLMN\": \"8\",\r\n                    \"accountId\": \"51596096\",\r\n                    \"parentAccountId\": \"31000000\",\r\n                    \"ccRequestNumber\": \"1\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b548ab86-ff80-4d0d-9ed3-2864d7f02be7"},{"name":"Data Stream Callback (MobilityEvents)","id":"5503578c-a098-416f-965a-16c1206761cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request with Mobility Events is send to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>mobilityEvents</td>\n<td>M</td>\n<td>Object of the mobilityEvents details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The accountID of the enterprise</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n<tr>\n<td>callbackIndex</td>\n<td>M</td>\n<td>An autoincrement number. Unique per customer per date. resets that end of each UTC day</td>\n</tr>\n<tr>\n<td>date</td>\n<td>M</td>\n<td>Date based in UTC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-mobilityevents-parameters\">Input mobilityEvents Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback (GMT timezone)</td>\n</tr>\n<tr>\n<td>noOfRecords</td>\n<td>M</td>\n<td>Number of records of events</td>\n</tr>\n<tr>\n<td>rows</td>\n<td>M</td>\n<td>MobilityEvents details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rows\">Rows</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n<td>M</td>\n<td>Country name</td>\n</tr>\n<tr>\n<td>endUserAccountId</td>\n<td>M</td>\n<td>EndpointID</td>\n</tr>\n<tr>\n<td>serialNumber</td>\n<td>M</td>\n<td>Unique number for all MobilityEvents</td>\n</tr>\n<tr>\n<td>endUserAccountName</td>\n<td>M</td>\n<td>Endpoint name</td>\n</tr>\n<tr>\n<td>errorDescription</td>\n<td>M</td>\n<td>Description of the error. Available only in failure events</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Account Name of the immediate parent customer</td>\n</tr>\n<tr>\n<td>tadig</td>\n<td>M</td>\n<td>Tadig code of the operator  <br />Tadig code will be empty for these events - Create PDP, Delete PDP, SMS-MO</td>\n</tr>\n<tr>\n<td>errorCode</td>\n<td>M</td>\n<td>Error Code is available only in failure events  <br />NOTE: For failure events the errorCode will be same as errorCause.</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>M</td>\n<td>IMSI of the Endpoint</td>\n</tr>\n<tr>\n<td>operatorName</td>\n<td>M</td>\n<td>Name of the operator</td>\n</tr>\n<tr>\n<td>result</td>\n<td>M</td>\n<td>Status of the event</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account Id of the immediate parent customer</td>\n</tr>\n<tr>\n<td>errorCause</td>\n<td>M</td>\n<td>Error code of the process  <br />SUCCESS  <br />2001 - Operation Success  <br />1016 - Debit Success  <br />3005 - Update Subscriber Success  <br />FAILURE  <br />4012 - Low Balance  <br />4001 - Aparty authentication failure  <br />1393 - UsageLimit Reached  <br />5042 - Data Session Count Exceeded  <br />1240 - Invalid IMEI  <br />NOTE: For failure events the errorCode will be same as errorCause and for failure HSS events errorCause will be same as errorDescription</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>ICCID of the Endpoint</td>\n</tr>\n<tr>\n<td>remoteNodeType</td>\n<td>M</td>\n<td>The Type of the Remote Node</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>M</td>\n<td>MSISDN of the Endpoint</td>\n</tr>\n<tr>\n<td>imei</td>\n<td>M</td>\n<td>IMEI of the Device</td>\n</tr>\n<tr>\n<td>timestampAccount</td>\n<td>M</td>\n<td>Timestamp of the Event in the Account time-zone</td>\n</tr>\n<tr>\n<td>networkType</td>\n<td>M</td>\n<td>Network Type (Possible outcome 2G,2G/3G,2G/3G/4G,4G)</td>\n</tr>\n<tr>\n<td>operation</td>\n<td>M</td>\n<td>Operation name</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>M</td>\n<td>Operator Id of the latched network</td>\n</tr>\n<tr>\n<td>remoteNodeHost</td>\n<td>M</td>\n<td>The host of the Remote Node</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>M</td>\n<td>Timestamp of the Event in GMT timezone</td>\n</tr>\n<tr>\n<td>remoteNodeGT</td>\n<td>M</td>\n<td>The GT of the Remote Node</td>\n</tr>\n<tr>\n<td>remoteNodeRealm</td>\n<td>M</td>\n<td>The Realm of the Remote Node</td>\n</tr>\n<tr>\n<td>supplierName</td>\n<td>M</td>\n<td>It describes which IMSI (Sponsor) was used by the endpoint when the event was generated</td>\n</tr>\n<tr>\n<td>locationInfo</td>\n<td>M</td>\n<td>MCC/MNC in 6 digits</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"33cc8ec9-7990-4e87-ab8f-895f77a6c9cd","name":"Data Stream Callback (MobilityEvents) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n\t\"body\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"apiCallback\": {\r\n\t\t\t\t\"callbackProcessId\": \"10013\",\r\n\t\t\t\t\"callbackProcessName\": \"Mobility Events (Bulk)\",\r\n\t\t\t\t\"accountId\": \"41598640\",\r\n\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\"\r\n\t\t\t},\r\n\t\t\t\"mobilityEvents\": {\r\n\t\t\t\t\"callbackId\": \"16251556024365731\",\r\n\t\t\t\t\"callbackTimestamp\": \"08/06/2021 12:19:09\",\r\n\t\t\t\t\"noOfRecords\": \"1\",\r\n\t\t\t\t\"rows\": [{\r\n\t\t\t\t\t\"timestamp\": \"08/06/2021 12:17:50\",\r\n\t\t\t\t\t\"operation\": \"Send Authentication Info\",\r\n\t\t\t\t\t\"msisdn\": \"327700040900008\",\r\n\t\t\t\t\t\"imsi\": \"206281000000008\",\r\n\t\t\t\t\t\"result\": \"SUCCESS\",\r\n\t\t\t\t\t\"errorCause\": \"-\",\r\n\t\t\t\t\t\"remoteNodeType\": \"SGSN\",\r\n\t\t\t\t\t\"remoteNodeGT\": \"324750007339033\",\r\n\t\t\t\t\t\"remoteNodeHost\": \"-\",\r\n\t\t\t\t\t\"remoteNodeRealm\": \"-\",\r\n\t\t\t\t\t\"accountName\": \"Ent_acct\",\r\n\t\t\t\t\t\"tadig\": \"INDSC\",\r\n\t\t\t\t\t\"operatorName\": \"Airtel india\",\r\n\t\t\t\t\t\"endUserAccountName\": \"Test_acct\",\r\n\t\t\t\t\t\"serialNumber\": 329999801175603,\r\n\t\t\t\t\t\"country\": \"India\",\r\n\t\t\t\t\t\"networkType\": \"2G/3G\",\r\n\t\t\t\t\t\"iccid\": \"8932042000000000008\",\r\n\t\t\t\t\t\"errorCode\": \"-\",\r\n\t\t\t\t\t\"errorDescription\": \"-\",\r\n\t\t\t\t\t\"imei\": \"-\",\r\n\t\t\t\t\t\"accountId\": \"41598640\",\r\n\t\t\t\t\t\"operatorId\": \"8\",\r\n\t\t\t\t\t\"endUserAccountId\": \"51598660\"\r\n\t\t\t\t}]\r\n\t\t\t}\t\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"af895c6d-b7b1-46eb-8ac2-f8c7d10dc0d0","name":"Data Stream Callback (MobilityEvents) - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","description":"This is an optional parameter. If customer has provide token in callback framework, this header will be available"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": {\r\n        \"Request\": {\r\n            \"apiCallback\": {\r\n                \"callbackProcessId\": \"10013\",\r\n                \"callbackProcessName\": \"Mobility Events (Bulk)\",\r\n                \"accountId\": \"41760786\",\r\n                \"callbackURI\": \"847db03375ea473d5bdb7665945a5082.m.pipedream.net\",\r\n                \"callbackIndex\": \"0000064\",\r\n                \"date\": \"20250703\"\r\n            },\r\n            \"mobilityEvents\": {\r\n                \"callbackId\": \"7597425858099296\",\r\n                \"callbackTimestamp\": \"19/06/2023 08:23:49\",\r\n                \"noOfRecords\": \"1\",\r\n                \"rows\": [\r\n                    {\r\n                        \"locationInfo\": \"404095\",\r\n                        \"timestamp\": \"12/07/2023 13:23:09\",\r\n                        \"operation\": \"Update Location GSM\",\r\n                        \"msisdn\": \"327700040900104\",\r\n                        \"imsi\": \"206281000000104\",\r\n                        \"result\": \"FAILURE\",\r\n                        \"errorCause\": \"MAP error: SystemFailure\",\r\n                        \"remoteNodeType\": \"VLR\",\r\n                        \"remoteNodeGT\": \"324750007339017\",\r\n                        \"remoteNodeHost\": \"-\",\r\n                        \"remoteNodeRealm\": \"-\",\r\n                        \"accountName\": \"custeomer_A1\",\r\n                        \"tadig\": \"INDSC\",\r\n                        \"operatorName\": \"Airtel india\",\r\n                        \"endUserAccountName\": \"endpointUsageMobility9\",\r\n                        \"serialNumber\": 7485101,\r\n                        \"country\": \"India\",\r\n                        \"networkType\": \"2G/3G\",\r\n                        \"iccid\": \"8932042000000000104\",\r\n                        \"errorCode\": \"34\",\r\n                        \"errorDescription\": \"MAP error: SystemFailure\",\r\n                        \"imei\": \"-\",\r\n                        \"timestampAccount\": \"12/07/2023 15:23:09\",\r\n                        \"supplierName\": \"IR1\",\r\n                        \"accountId\": \"41760786\",\r\n                        \"operatorId\": \"1\",\r\n                        \"endUserAccountId\": \"51979573\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURL.com"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2edac305-f643-48f3-954b-72d9830af930","name":"Data Stream Callback (MobilityEvents) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": {\r\n        \"Request\": {\r\n            \"apiCallback\": {\r\n                \"callbackProcessId\": \"10013\",\r\n                \"callbackProcessName\": \"Mobility Events (Bulk)\",\r\n                \"accountId\": \"40000000\",\r\n                \"callbackURI\": \"https://CustomerDefinedURI.com\",\r\n                \"callbackIndex\": \"0000064\",\r\n                \"date\": \"20250703\"\r\n            },\r\n            \"mobilityEvents\": {\r\n                \"callbackId\": \"16251556024365731\",\r\n                \"callbackTimestamp\": \"09/11/2021 04:59:16\",\r\n                \"noOfRecords\": \"1\",\r\n                \"rows\": [\r\n                    {\r\n                        \"locationInfo\": \"206001\",\r\n                        \"timestamp\": \"09/11/2021 04:54:47\",\r\n                        \"operation\": \"Send Authentication Info\",\r\n                        \"msisdn\": \"327700000000000\",\r\n                        \"imsi\": \"206281000000000\",\r\n                        \"result\": \"SUCCESS\",\r\n                        \"errorCause\": \"-\",\r\n                        \"remoteNodeType\": \"VLR\",\r\n                        \"remoteNodeGT\": \"320520600000000\",\r\n                        \"remoteNodeHost\": \"-\",\r\n                        \"remoteNodeRealm\": \"-\",\r\n                        \"accountName\": \"customerA\",\r\n                        \"tadig\": \"BELTB\",\r\n                        \"operatorName\": \"Proximus-- Societe Anonyme de Droit Public (mobile)\",\r\n                        \"endUserAccountName\": \"40000\",\r\n                        \"serialNumber\": 3122823848,\r\n                        \"country\": \"Belgium\",\r\n                        \"networkType\": \"2G/3G\",\r\n                        \"iccid\": \"8930000000000000000\",\r\n                        \"errorCode\": \"-\",\r\n                        \"errorDescription\": \"-\",\r\n                        \"imei\": \"-\",\r\n                        \"supplierName\": \"IR1\",\r\n                        \"timestampAccount\": \"09/11/2021 05:54:47\",\r\n                        \"accountId\": \"40000000\",\r\n                        \"operatorId\": \"7\",\r\n                        \"endUserAccountId\": \"50000000\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5503578c-a098-416f-965a-16c1206761cb"},{"name":"Data Stream Callback (Account Events)","id":"9b276e5c-7a1b-44fa-814f-e179cc833035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request is send to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>accountEvents</td>\n<td>M</td>\n<td>Object of the accountEvents details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The AccountId who is receiving the callback response</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-accountevents-parameters\">Input accountEvents Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback (GMT timezone)</td>\n</tr>\n<tr>\n<td>noOfRrcords</td>\n<td>M</td>\n<td>Number of records of events</td>\n</tr>\n<tr>\n<td>rows</td>\n<td>M</td>\n<td>Account Events details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rows\">Rows</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Field of the Account events</td>\n</tr>\n<tr>\n<td>eventType</td>\n<td>M</td>\n<td>The type of eventbased on category</td>\n</tr>\n<tr>\n<td>status</td>\n<td>M</td>\n<td>success or failure</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>M</td>\n<td>Timestamp of the Event in GMT timezone</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Account name of the event initiator. It can be the endpoint name or the direct customer account name or in some cases the customer’s immediate parent account name.</td>\n</tr>\n<tr>\n<td>timestampAccount</td>\n<td>M</td>\n<td>Timestamp of the Event in the Account time-zone</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account id of the event initiator. It can be the endpoint id or the direct customer account id or in some cases the customer’s immediate parent account id.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>M</td>\n<td>Status of the event described</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"12d4884a-0239-49f1-a791-76e8b641af95","name":"Data Stream Callback(Account Events) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Request\": {\r\n        \"apiCallback\": {\r\n            \"callbackProcessId\": \"10018\",\r\n            \"callbackProcessName\": \"Account Events (Bulk)\",\r\n            \"accountId\": \"41678816\",\r\n            \"callbackURI\": \"5db26b4053e246592a6b049ee862535d.m.pipedream.net\"\r\n        },\r\n        \"accountEvents\": {\r\n            \"callbackId\": \"9870032821143961\",\r\n            \"callbackTimestamp\": \"01/02/2023 16:04:44\",\r\n            \"noOfRecords\": \"2\",\r\n            \"rows\": [\r\n                {\r\n                    \"category\": \"Subscriptions\",\r\n                    \"eventType\": \"MDB Activation\",\r\n                    \"status\": \"Success\",\r\n                    \"response\": \"MDB 9084 Activated to the customer aishwarya(41678816) successfully\",\r\n                    \"timestamp\": \"01/02/2023 16:03:05\",\r\n                    \"accountName\": \"-\",\r\n                    \"timestampAccount\": \"01/02/2023 17:03:05\",\r\n                    \"accountId\": \"51755459\"\r\n                },\r\n                {\r\n                    \"category\": \"Charges\",\r\n                    \"eventType\": \"OEM SIM Activation Charge\",\r\n                    \"status\": \"Success\",\r\n                    \"response\": \"EnterpriseOEM(42037028) has been charged OEM SIM Activation Fee EUR 1.25\",\r\n                    \"timestamp\": \"05/09/2023 08:14:02\",\r\n                    \"accountName\": \"endpoint\",\r\n                    \"timestampAccount\": \"05/09/2023 10:14:02\",\r\n                    \"accountId\": \"52038381\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b276e5c-7a1b-44fa-814f-e179cc833035"},{"name":"Data Stream Callback (Endpoint Events)","id":"1d23dc47-d381-4848-927f-282a2e405517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>This Callback request is send to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>endpointEvents</td>\n<td>M</td>\n<td>Object of the endpointEvents details  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The Account id to who the SIM will be transfered.</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page. This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-endpointevents-parameters\">Input endpointEvents Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback (GMT timezone)</td>\n</tr>\n<tr>\n<td>noOfRrcords</td>\n<td>M</td>\n<td>Number of records of events</td>\n</tr>\n<tr>\n<td>rows</td>\n<td>M</td>\n<td>Endpoint Events details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rows\">Rows</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>M</td>\n<td>Field of the Endpoint events</td>\n</tr>\n<tr>\n<td>eventType</td>\n<td>M</td>\n<td>The type of eventbased on category</td>\n</tr>\n<tr>\n<td>endpointName</td>\n<td>M</td>\n<td>name of Endpoint</td>\n</tr>\n<tr>\n<td>endpointId</td>\n<td>M</td>\n<td>Id of the Endpoint</td>\n</tr>\n<tr>\n<td>description</td>\n<td>M</td>\n<td>Status of the event described</td>\n</tr>\n<tr>\n<td>eventstatus</td>\n<td>M</td>\n<td>Status Id based on the event type</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>M</td>\n<td>Id of the category</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>M</td>\n<td>Timestamp of the Event in GMT timezone</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>M</td>\n<td>MSISDN of the endpoint</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>M</td>\n<td>IMSI of the endpoint</td>\n</tr>\n<tr>\n<td>result</td>\n<td>M</td>\n<td>success or failure</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Account name of the immediate parent customer</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>ICCID of the endpoint</td>\n</tr>\n<tr>\n<td>timestampAccount</td>\n<td>M</td>\n<td>Timestamp of the Event in the Account time-zone</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Account Id of the immediate parent customer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"582c7920-b470-450e-a771-0115405d81e2","name":"Data Stream Callback (Endpoint Events) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\r\n\t\"Request\": {\r\n\t\t\"apicallback\": {\r\n\t\t\t\"callbackProcessId\": \"10017\",\r\n\t\t\t\"callbackProcessName\": \"Endpoint Events (Bulk)\",\r\n\t\t\t\"accountId\": \"41678816\",\r\n\t\t\t\"callbackURI\": \"5db26b4053e246592a6b849ee862535d.m.pipedream.net\"\r\n\t\t},\r\n\t\t\"endpointEvents\": {\r\n\t\t\t\"callbackId\": \"3722466747317041\",\r\n\t\t\t\"callbackTimestamp\": \"22/11/2022 12:25:17\",\r\n\t\t\t\"noofRecords\": \"1\",\r\n\t\t\t\"rows\": [{\r\n\t\t\t\t\"category\": \"Configuration\",\r\n\t\t\t\t\"eventType\": \"Endpoint Creation\",\r\n\t\t\t\t\"endpointName\": \"new2211\",\r\n\t\t\t\t\"endpointId\": \"51747868\",\r\n\t\t\t\t\"description\": \"New endpoint 51747868 created\",\r\n\t\t\t\t\"eventstatus\": \"6411\",\r\n\t\t\t\t\"categoryId\": \"1\",\r\n\t\t\t\t\"timestamp\": \"22/11/2022 12:23:28\",\r\n\t\t\t\t\"msisdn\": \"-\",\r\n\t\t\t\t\"imsi\": \"-\",\r\n\t\t\t\t\"result\": \"SUCCESS\",\r\n\t\t\t\t\"accountName\": \"aishwarya\",\r\n\t\t\t\t\"iccid\": \"_\",\r\n\t\t\t\t\"timestampAccount\": \"22/11/2022 13:23:28\",\r\n\t\t\t\t\"accountId\": \"41678816\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}\r\n\r\n\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1d23dc47-d381-4848-927f-282a2e405517"},{"name":"P2A SMS (Callback API)","id":"fb4519fe-6606-4512-97e4-6a5393a97f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>P2A SMS (Callback API) is used to deliver, SMS send by endpoints towards application (platform), , to customers callback API</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">INPUT PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/   Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>p2aSMS</td>\n<td>M</td>\n<td>Object of the p2aSMS details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The accountId of the enterprise</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-p2asms-parameters\">Input p2aSMS Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback id for that transaction</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp of the callback (GMT timezone).</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>M</td>\n<td>MSISDN of the originating endpoint</td>\n</tr>\n<tr>\n<td>imsi</td>\n<td>M</td>\n<td>IMSI of the originating endpoint</td>\n</tr>\n<tr>\n<td>endPointId</td>\n<td>M</td>\n<td>Endpoint Id of the originating endpoint</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>ICCID of the originating endpoint</td>\n</tr>\n<tr>\n<td>destinationAddr</td>\n<td>M</td>\n<td>Short code address<br />Note that Short-Codes in the range between 10000 – 19999 are reserved and shall not be used as Destination Address from the Endpoint.</td>\n</tr>\n<tr>\n<td>protocolId</td>\n<td>M</td>\n<td>This parameter specifies the protocol identifier as per TP‑Protocol‑Identifier in 3GPP Technical Specification 23.040 and encoded as hex-string.<br />Values allowed are,<br />00 - default<br />3F - GSM/UMTS mobile station<br />40 - Flash Message (dataCoding shall be defined accordingly to Class 1)<br />7C - ANSI-136 R-DATA (dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 11.14 and 3GPP TS 31.102 <br />7E- Mobile Equipment Data download (dataCoding shall be normally set to Class 1) <br /> 7F - (U)SIM Data (dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 51.011 and 3GPP TS 31.102</td>\n</tr>\n<tr>\n<td>dataCoding</td>\n<td>M</td>\n<td>This parameter defines the encoding scheme of the short message user data. It is defined as per 3GPP Technical Specification 23.038 and encoded as hex-string.<br />Examples,<br />0 = default (which is 7-bit GSM alphabet)<br />1 = 7-bit GSM alphabet<br />4 = 8-bit data<br />8 = UCS2 (16-bit)</td>\n</tr>\n<tr>\n<td>udhi</td>\n<td>M</td>\n<td>User Data Header Indicator - this parameter defines whether shortMessage begins with User Data Header.</td>\n</tr>\n<tr>\n<td>shortMessage</td>\n<td>M</td>\n<td>Up to 140 octets of short message user data encoded as hex-string.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"bc299363-0dd7-46bf-8993-3b5648b9ad5c","name":"P2A SMS (Callback API) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"description":"This is an optional parameter. If token is enabled in callback process this header will be available ","key":"X-Authorization","type":"text","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\n    \"Request\": {\n        \"apiCallback\": {\n            \"accountId\": \"41486780\",\n            \"callbackProcessId\": \"10010\",\n            \"callbackProcessName\": \"P2A SMS\",\n            \"callbackURI\": \"https://CustomerDefinedURI.com\"\n        },\n        \"p2aSMS\": {\n            \"callbackId\": \"5506054432424562\",\n            \"callbackTimestamp\": \"08/10/2020 10:07:33\",\n            \"msisdn\": \"327700040900018\",\n            \"imsi\": \"206281000000018\",\n            \"endPointId\": \"51527810\",\n            \"iccid\": \"8932042000000000018\",\n            \"destinationAddr\": \"666777\",\n            \"protocolId\": \"00\",\n            \"dataCoding\": \"0\",\n            \"udhi\": \"false\",\n            \"shortMessage\": \"4869\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURI.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb4519fe-6606-4512-97e4-6a5393a97f17"},{"name":"A2P SMS Status (Callback API)","id":"c778fb76-072d-4bed-8943-edafd3af7ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text","description":"<p>This is an optional parameter. If customer has provide token in callback framework, this header will be available</p>\n"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>A2P SMS Status (callback API) is used from customer to retrieve, in his callback API, the status/error Code of his A2P SMS.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">INPUT PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/   Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The accountId of the Reseller/enterprise</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n<tr>\n<td>jobId</td>\n<td>M</td>\n<td>Job ID for that transaction which is used to retrieve the status of the A2P SMS by using Get job details API</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-resultparam-parameters\">INPUT RESULTPARAM PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional / Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-responseparam-parameters\">INPUT RESPONSEPARAM PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>{\"msisdn\", \"imsi\", \"endpointID\", \"iccid\"}</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Value of the field to be updated based on the resourceType used in request</td>\n</tr>\n<tr>\n<td>sourceAddr</td>\n<td>M</td>\n<td>Address of Entity sending SMS. This value will be made available to the recipient of a message to see what the message’s originating address was.<br /> Format is a numeric value from 1 to 9 digits.<br />Note that Short-Codes in the range 10000 – 19999 are reserved and shall not be used as sourceAddr</td>\n</tr>\n<tr>\n<td>protocolid</td>\n<td>M</td>\n<td>This parameter specifies the protocol identifier. It is defined as per 3GPP Technical Specification 23.040 and encoded as decimal.<br />Values allowed are,<br />0     = default<br />63   = GSM/UMTS Mobile station<br />64   = Short Message Type 0 (Endpoint shall acknowledge receipt of the short message but shall discard its contents)<br />124 = ANSI-136 R-DATA(dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 11.14 and 3GPP TS 31.102<br />126 = Mobile Equipment Data download (dataCoding shall be normally set to Class 1)<br />127 = (U)SIM Data (dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 51.011 and 3GPP TS 31.102</td>\n</tr>\n<tr>\n<td>dataCoding</td>\n<td>M</td>\n<td>This parameter defines the encoding scheme of the short message user data. It is defined as per 3GPP Technical Specification 23.038 and encoded as decimal<br />Examples,<br />0 = default (which is 7-bit GSM alphabet)<br />1 = 7-bit GSM alphabet<br />4 = 8-bit data<br />8 = UCS2 (16-bit)</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"3f5bade9-a4d4-4e60-ae72-aa97e910c17f","name":"A2P SMS (Callback API) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}","type":"text","description":"This is an optional parameter. If token is enabled in callback process this header will available"}],"body":{"mode":"raw","raw":"{\r\n\t\"body\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"apiCallback\": {\r\n\t\t\t\t\"accountId\": \"41596097\",\r\n\t\t\t\t\"callbackProcessId\": \"10015\",\r\n\t\t\t\t\"callbackProcessName\": \"A2P-SMS Status\",\r\n\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\",\r\n\t\t\t\t\"jobId\": \"2126\"\r\n\t\t\t},\r\n\t\t\t\"Response\": {\r\n\t\t\t\t\"resultParam\": {\r\n\t\t\t\t\t\"resultCode\": \"10071\",\r\n\t\t\t\t\t\"resultDescription\": \"Get Job details success\"\r\n\t\t\t\t},\r\n\t\t\t\t\"responseId\": \"3530995173610893\",\r\n\t\t\t\t\"responseTimestamp\": \"07/01/2021 10:48:04\",\r\n\t\t\t\t\"resultCode\": \"0\",\r\n\t\t\t\t\"responseParam\": {\r\n\t\t\t\t\t\"resourceType\": \"imsi\",\r\n\t\t\t\t\t\"value\": \"206281000000004\",\r\n\t\t\t\t\t\"sourceAddress\": \"123456789\",\r\n\t\t\t\t\t\"protocolId\": \"63\",\r\n\t\t\t\t\t\"dataCoding\": \"11\",\r\n\t\t\t\t\t\"resultdescription\": \"delivered- Message is delivered to destination. The message has been delivered to the destination. No further deliveries will occur.\",\r\n\t\t\t\t\t\"resultcode\": \"02\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerdefinedURI.com"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c778fb76-072d-4bed-8943-edafd3af7ae1"},{"name":"eSIM Profile Status Notifications","id":"ec1e20b8-8a17-4435-9b22-55c5a86eb8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://CustomerDefinedURL.com","description":"<h2 id=\"description\">Description</h2>\n<p>Whenever an action is performed by the LPA of the Consumer device on the eSIM Profile (Download, Install, Enable, Disable or Delete eSIM), SFT Platform shall notify via the callback notification request to the customer defined URI.</p>\n<h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiCallback</td>\n<td>M</td>\n<td>Object of the apiCallback details</td>\n</tr>\n<tr>\n<td>eSimProfileStatusNotification</td>\n<td>M</td>\n<td>Object of the eSimProfileStatusNotification details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-apicallback-parameters\">Input apiCallback Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>The Id of Account which request is sent to</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>The name of the callback process as it is visible in the callback framework page.This can be retrieved from CallBack API-GET also</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-esimprofilestatusnotification-parameters\">Input eSimProfileStatusNotification Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackId</td>\n<td>M</td>\n<td>System generated callback ID for that transaction.</td>\n</tr>\n<tr>\n<td>callbackTimestamp</td>\n<td>M</td>\n<td>Timestamp when the callback has happened (GMT timezone)</td>\n</tr>\n<tr>\n<td>noOfRecords</td>\n<td>M</td>\n<td>Number of records of events</td>\n</tr>\n<tr>\n<td>rows</td>\n<td>M</td>\n<td>eSimProfileStatusNotification details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rows\">Rows</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>eid</td>\n<td>M</td>\n<td>Identifies the targeted eUICC.</td>\n</tr>\n<tr>\n<td>iccid</td>\n<td>M</td>\n<td>Identifies the ICCID of the eSIM Profile to which the Status Notification refers to.</td>\n</tr>\n<tr>\n<td>simProductId</td>\n<td>M</td>\n<td>The ID SIM Product of the eSIM Profile.</td>\n</tr>\n<tr>\n<td>eSimProfileType</td>\n<td>M</td>\n<td>Identifies the Profile Type associated with the eSIM Profile.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>M</td>\n<td>Indicates the date and time when the operation to which the Status Notification refers to has been performed (GMT timezone)</td>\n</tr>\n<tr>\n<td>timestampAccount</td>\n<td>M</td>\n<td>Indicates the date and time when the operation to which the Status Notification refers to has been performed (Account timezone)</td>\n</tr>\n<tr>\n<td>eSimProfileStatus</td>\n<td>M</td>\n<td>Indicates the step reached within the eSIM Profile Download and Installation procedure:  <br />- installed  <br />- downloaded  <br />- enabled  <br />- disabled  <br />- deleted  <br />- error  <br />  <br />Note: eSIM Profile Status of 'error' is generic and could be caused by different reasons as specified in 5.2.6.2 section of <a href=\"https://www.gsma.com/esim/wp-content/uploads/2021/10/SGP.22-2.4.pdf\">SGP.22</a>. Few examples of Reason Codes are,  <br />- Maximum number of retries exceeded  <br />- Refused - End User Rejection  <br />- Processing Error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["CustomerDefinedURL","com"],"query":[],"variable":[]}},"response":[{"id":"801368df-d6d9-40ea-bc87-a43292528f62","name":"eSIM Profile Status Notifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": {\r\n        \"apiCallback\": {\r\n            \"accountId\": \"32107523\",\r\n            \"callbackProcessId\": \"10019\",\r\n            \"callbackProcessName\": \"eSIM Profile Status Notifications\",\r\n            \"callbackURI\": \"https://CustomerDefinedURI.com\"\r\n        },\r\n        \"eSimProfileStatusNotification\": {\r\n            \"callbackId\": \"2894554030729083\",\r\n            \"callbackTimestamp\": \"09/01/2024 10:48:49\",\r\n            \"noOfRecords\": \"1\",\r\n            \"rows\": [\r\n                {\r\n                    \"eid\": \"99000023312170000000001234567308\",\r\n                    \"iccid\": \"9998000000001033308\",\r\n                    \"simProductId\": \"9234\",\r\n                    \"eSimProfileType\": \"myProfileType\",\r\n                    \"timestamp\": \"2024/01/09 10:48:49\",\r\n                    \"eSimProfileStatus\": \"installed\",\r\n                    \"timestampAccount\": \"2024/01/09 11:48:49\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://CustomerDefinedURL.com"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ec1e20b8-8a17-4435-9b22-55c5a86eb8f2"}],"id":"96a941b0-8bc0-47fe-80b8-c05d9fc4a565","description":"<h2 id=\"description\">Description</h2>\n<p>Using the callback processes below the platform can send information to the customer's Rest API  using post method.\nThe platform will check for HTTP responses from the API to flag if the call was successful (2XX) or not (3XX, 4XX, 5XX). However, it will not act according to the response, and it will not retry in case of a failure.</p>\n<p>For the Callback Notification process, the notification will be marked as SENT if the API server responds with a failure code or no HTTP code is present in the response.</p>\n<p>For the P2A SMS, the delivery report will be marked a success if the server responds with 2XX and as a failure for the rest of codes or no HTTP code is present in the response.</p>\n","_postman_id":"96a941b0-8bc0-47fe-80b8-c05d9fc4a565"},{"name":"Update Monthly Limit (Postpaid)","event":[{"listen":"test","script":{"id":"1859129d-6f63-47db-ac3c-88890ec96190","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"4dde3321-ee59-4423-81e7-32e46958de3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51079021\",\r\n         \"monthlyLimit\":\"UNLIMITED\",\r\n         \"reason\":\"test\"\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/updateMonthlyLimit","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to update monthly limit. In case of customer, update monthly limit is an asynchronous processs.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of monthly limit details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Endpoint Id or Customer Id</td>\n</tr>\n<tr>\n<td>monthlyLimit</td>\n<td>M</td>\n<td>Monthly Limit</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>M</td>\n<td>Reason for update monthly limit</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer success</td>\n<td></td>\n</tr>\n<tr>\n<td>3006</td>\n<td>Update endpoint/customer failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1394</td>\n<td>Successful!! request has sent for processing!!</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","updateMonthlyLimit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"406562d9-eafb-4e67-810c-b53c001b218c","name":"Update Monthly Limit (Postpaid) - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51079021\",\r\n         \"monthlyLimit\":\"UNLIMITED\",\r\n         \"reason\":\"test\"\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/updateMonthlyLimit"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"3006\",\n            \"resultDescription\": \"Update endpoint/customer failure\"\n        }\n    }\n}"},{"id":"2a125274-51eb-41d8-8323-537cd621d513","name":"Update Monthly Limit (Postpaid) - Success - {Endpoint}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51079021\",\r\n         \"monthlyLimit\":\"UNLIMITED\",\r\n         \"reason\":\"test\"\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/updateMonthlyLimit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:58:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"197"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39150440522677643\",\n        \"responseTimestamp\": \"11/05/2020 04:58:10\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"3005\",\n            \"resultDescription\": \"Update endpoint/customer success\"\n        }\n    }\n}"},{"id":"683426de-23b5-4965-919f-0f74efb4a1bc","name":"Update Monthly Limit (Postpaid) - Success - {Customer}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"41003202\",\r\n         \"monthlyLimit\":\"3100\",\r\n         \"reason\":\"test\"\r\n      }\r\n   }\r\n} \r\n\r\n"},"url":"https://{{url}}/api/updateMonthlyLimit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:50:14 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"211"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39149964308098400\",\n        \"responseTimestamp\": \"11/05/2020 04:50:14\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1394\",\n            \"resultDescription\": \"Successful!! request has sent for processing!!\"\n        }\n    }\n}"}],"_postman_id":"4dde3321-ee59-4423-81e7-32e46958de3b"},{"name":"Update Balance (Prepaid)","event":[{"listen":"test","script":{"id":"e9bc5758-ca8a-4ed1-a0f4-985626273f64","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"da6ea027-d0e7-47f5-8904-7ec7d615d284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51060308\",\r\n         \"balance\":\"+100\",\r\n         \"reason\":\"XXX\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/updateBalance","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to update prepaid balance. It can be credit or debit. In case of customer, update balance is asynchronous processs.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of monthly limit details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Endpoint Id or Customer Id</td>\n</tr>\n<tr>\n<td>action</td>\n<td>O</td>\n<td>Action to be performed against balance. Available actions are  <br />  <br />Set: to set the balance to the amount defined in the amount parameter  <br />  <br />Reset: to set balance to 0 even if the amount is given or not given  <br />  <br />Topup: to add the amount to the already existing balance  <br />  <br />Deduct: to remove the amount from the specific balance. If the amount deducted is bigger than current balance then it entity balance will become negative and might risk services  <br />  <br /><strong>NOTE</strong>: If the action parameter is omitted, the balance will be adjusted based on its value — positive values increase the balance, while negative values decrease it.  <br />  <br />Values given inside action are case insensitive</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>M</td>\n<td>Balance to be credited or debited</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>M</td>\n<td>Reason for update balance</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer success</td>\n<td></td>\n</tr>\n<tr>\n<td>3006</td>\n<td>Update endpoint/customer failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1394</td>\n<td>Successful!! request has sent for processing!!</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","updateBalance"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"66804d90-3bea-4fc0-9cf9-a823a3b08aa8","name":"Update Balance (Prepaid) - Success - {Balance Credited}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51060308\",\r\n         \"balance\":\"-100\",\r\n         \"reason\":\"XXX\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/updateBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:02:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"197"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39150674728228834\",\n        \"responseTimestamp\": \"11/05/2020 05:02:04\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"3005\",\n            \"resultDescription\": \"Update endpoint/customer success\"\n        }\n    }\n}"},{"id":"2baa0ffd-c532-4f02-b735-e9b009065cc3","name":"Update Balance (Prepaid) - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51060308\",\r\n         \"balance\":\"+100\",\r\n         \"reason\":\"XXX\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/updateBalance"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"3006\",\n            \"resultDescription\": \"Update endpoint/customer failure\"\n        }\n    }\n}"},{"id":"80f0a245-33ca-42df-b56f-dfaa62c29037","name":"Update Balance (Prepaid) - Success - {Balance Debited}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"51060308\",\r\n         \"balance\":\"+100\",\r\n         \"reason\":\"XXX\"\r\n      }\r\n   }\r\n} \r\n"},"url":"https://{{url}}/api/updateBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:03:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"197"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"39150762267354884\",\n        \"responseTimestamp\": \"11/05/2020 05:03:32\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"3005\",\n            \"resultDescription\": \"Update endpoint/customer success\"\n        }\n    }\n}"},{"id":"d28eeb72-c56e-4d87-a3fc-a0b0af71f112","name":"Update Balance (Prepaid) - Success - {Balance Reset}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n         \"accountId\":\"50021346\",\r\n         \"balance\":\"0\",\r\n         \"reason\":\"XXX\"\r\n      }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/updateBalance"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{  \r\n   \"Response\":{  \r\n      \"responseId\":\"92157820093497\",\r\n      \"responseTimestamp\":\"20/10/2020 18:05:04\",\r\n      \"resultCode\":\"0\",\r\n      \"resultParam\":{  \r\n         \"resultCode\":\"3005\",\r\n         \"resultDescription\":\"Update endpoint/customer success\"\r\n      }\r\n   }\r\n}\r\n"}],"_postman_id":"da6ea027-d0e7-47f5-8904-7ec7d615d284"},{"name":"Bulk Update Balance (Prepaid)","event":[{"listen":"test","script":{"id":"e9bc5758-ca8a-4ed1-a0f4-985626273f64","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"646d86c4-48c3-4a6f-9378-8bc737a9c941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\",\"51949958\"],\r\n        \"action\":\"topup\",\r\n        \"balance\":\"50\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/bulkUpdateBalance","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to update prepaid balance for multiple accounts or multiple endpoints.</p>\n<p>Multiple actions against balance are supported (Set, Reset, Deduct, TopUp)</p>\n<p>Maximum number of accounts/endpoints that can be updated is 4000.</p>\n<p>This API is</p>\n<ul>\n<li>synchronous when a single endpoint is updated</li>\n<li>Asynchronous when multiple endpoints are updated</li>\n<li>Asynchronous when updating the balance of an account (single or multiple)</li>\n</ul>\n<p>When API is acting in Asynchronous mode, user can get the final result by calling the “Get bulk Job details” API using the JobID provided in the responce of this API.</p>\n<p>EndFragment</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>M</td>\n<td>Object of request details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-request-parameters\">Input Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestParam</td>\n<td>M</td>\n<td>Object of monthly limit details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-requestparam-parameters\">Input requestParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>Used for defining the type of information that will be provided under the parameter \"valuelist\"  <br />Possible values:  <br />  <br />accountId  <br />  <br />endpointId  <br />  <br />imsi  <br />  <br />iccid  <br />  <br />msisdn  <br />  <br />Values given inside resourcetype are case insensitive</td>\n</tr>\n<tr>\n<td>valueList</td>\n<td>CM</td>\n<td>List of resourceType (Max4000)  <br />  <br />Note: Mandatory if valueRange is not available</td>\n</tr>\n<tr>\n<td>action</td>\n<td>M</td>\n<td>Action to be performed against balance. Available actions are  <br />  <br />Set: to set the balance to the amount defined in the amount parameter  <br />  <br />Reset: to set balance to 0 even if the amount is given or not given  <br />  <br />Topup: to add the amount to the already existing balance  <br />  <br />Deduct: to remove the amount from the specific balance. If the amount deducted is bigger than current balance then it entity balance will become negative and might risk services  <br />  <br />Values given inside action are case insensitive</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>CM</td>\n<td>balance  <br />Mandatory if action is  <br />Set  <br />Deduct  <br />TopUp  <br />NOTE: If amount is provided with action Reset, it is simply ignored and balance is set to 0</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>M</td>\n<td>User Comment</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>M</td>\n<td>Unique ID generated for each bulk modification. Used as input in the “Get bulk Job details” API. to check the status of the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1001</td>\n<td>Wrong input parameter –{Parameter Name}</td>\n</tr>\n<tr>\n<td>10073</td>\n<td>Maximum count exceeds for input Parameter - {reason}</td>\n</tr>\n<tr>\n<td>1000</td>\n<td>Mandatory parameter missing –{Parameter Name}</td>\n</tr>\n<tr>\n<td>1889</td>\n<td>Parameter length is not in range-{Parameter Name}</td>\n</tr>\n<tr>\n<td>401</td>\n<td>User Authorization failed</td>\n</tr>\n<tr>\n<td>2503</td>\n<td>Subscriber not in active state</td>\n</tr>\n<tr>\n<td>10209</td>\n<td>Not a Prepaid customer/Endpoint</td>\n</tr>\n<tr>\n<td>10205</td>\n<td>Bulk update balance success</td>\n</tr>\n<tr>\n<td>10206</td>\n<td>Bulk update balance failure</td>\n</tr>\n<tr>\n<td>10207</td>\n<td>Success!! Request has sent for processing</td>\n</tr>\n<tr>\n<td>10216</td>\n<td>Duplicate Value in Request</td>\n</tr>\n<tr>\n<td>2028</td>\n<td>Operation not allowed</td>\n</tr>\n<tr>\n<td>5030</td>\n<td>Subscriber does not exists</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","bulkUpdateBalance"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8c4de137-4542-4f5f-9892-1cb29e768d5f","name":"Bulk Update Balance (Prepaid) - Success - {Balance Topup}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\",\"51949958\"],\r\n        \"action\":\"topup\",\r\n        \"balance\":\"50\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkUpdateBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:02:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"197"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6699934597633264\",\n        \"responseTimestamp\": \"22/06/2023 05:13:59\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10207\",\n            \"resultDescription\": \"Success!! Request has sent for processing\"\n        },\n        \"JobId\": \"6469\"\n    }\n}"},{"id":"5b6397ee-624c-4141-bb44-74fd6e7eb7d8","name":"Bulk Update Balance (Prepaid) - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\"],\r\n        \"action\":\"topup\",\r\n        \"balance\":\"50\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkUpdateBalance"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6797723851645918\",\n        \"responseTimestamp\": \"23/06/2023 08:23:48\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"10206\",\n            \"resultDescription\": \"Bulk Update Balance failure\"\n        }\n    }\n}"},{"id":"0ea7e0a0-080a-44c3-afe3-fb58170c26bd","name":"Bulk Update Balance (Prepaid) - Success - {Balance Deduct}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\",\"51949958\"],\r\n        \"action\":\"deduct\",\r\n        \"balance\":\"50\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkUpdateBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 17:03:31 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"197"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6713885430844254\",\n        \"responseTimestamp\": \"22/06/2023 09:06:30\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10207\",\n            \"resultDescription\": \"Success!! Request has sent for processing\"\n        },\n        \"JobId\": \"6471\"\n    }\n}"},{"id":"18362f29-569c-4c3e-9056-0c501dc7941a","name":"Bulk Update Balance (Prepaid) - Success - {Balance Reset}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\",\"51949958\"],\r\n        \"action\":\"reset\",\r\n        \"balance\":\"0\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkUpdateBalance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6699934597633264\",\n        \"responseTimestamp\": \"22/06/2023 05:13:59\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10207\",\n            \"resultDescription\": \"Success!! Request has sent for processing\"\n        },\n        \"JobId\": \"6469\"\n    }\n}"},{"id":"06674861-36cf-40d7-9ae7-2c075e574214","name":"Bulk Update Balance (Prepaid) - Success - {Balance Set}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"Request\":{  \r\n      \"requestParam\":{  \r\n        \"resourceType\":\"endpointid\",\r\n        \"valueList\": [\"51949959\",\"51949958\"],\r\n        \"action\":\"set\",\r\n        \"balance\":\"10\",\r\n        \"reason\":\"XXX\"\r\n     }\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/bulkUpdateBalance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"6699934597633264\",\n        \"responseTimestamp\": \"22/06/2023 05:13:59\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"10207\",\n            \"resultDescription\": \"Success!! Request has sent for processing\"\n        },\n        \"JobId\": \"6469\"\n    }\n}"}],"_postman_id":"646d86c4-48c3-4a6f-9378-8bc737a9c941"},{"name":"SMS - Send to Endpoint","event":[{"listen":"test","script":{"id":"563958bb-02bd-4d47-a660-c8fb39ed96c2","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"ad50ecec-4846-4a38-b041-3cf2c06855f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"sendSMSInfo\":{  \r\n      \"messageType\":\"1\",\r\n      \"msisdn\":\"32770000000005\",\r\n      \"message\":\"test postman\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/sendSMS","description":"<h2 id=\"description\">Description</h2>\n<p>Send SMS API will be used to Sending SMS.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sendSMSInfo</td>\n<td>M</td>\n<td>Object of the sendSMSInfo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-sendsmsinfo-parameters\">Input sendSMSInfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messageType</td>\n<td>M</td>\n<td>Message Type (1 -text)</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>M</td>\n<td>MSISDN</td>\n</tr>\n<tr>\n<td>message</td>\n<td>M</td>\n<td>Message, Max allowed length is 80  <br />Special characters are allowed. For double quote(\") and back slash(\\) characters need to explicitly add escape character(\\).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10023</td>\n<td>Send SMS success</td>\n<td></td>\n</tr>\n<tr>\n<td>10024</td>\n<td>Send SMS failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","sendSMS"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"95a19f54-1a27-4798-98aa-a18bd0f82865","name":"SMS - Send to Endpoint - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"sendSMSInfo\":{  \r\n      \"messageType\":\"1\",\r\n      \"msisdn\":\"32770000000005\",\r\n      \"message\":\"test postman\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/sendSMS"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10024\",\n            \"resultDescription\": \"Send SMS failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"de531809-67b4-430a-9661-4c0a19231b09","name":"SMS - Send to Endpoint - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{  \r\n   \"sendSMSInfo\":{  \r\n      \"messageType\":\"1\",\r\n      \"msisdn\":\"327700040910296\",\r\n      \"message\":\"test postman\"\r\n   }\r\n}\r\n"},"url":"https://{{url}}/api/sendSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:34:34 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"178"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10023\",\n            \"resultDescription\": \"Send SMS success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589214874372\",\n        \"responseTimestamp\": \"11/05/2020 16:34:34\"\n    }\n}"}],"_postman_id":"ad50ecec-4846-4a38-b041-3cf2c06855f9"},{"name":"SMS - A2P SMS","event":[{"listen":"test","script":{"id":"d31aa0da-0659-459e-bacd-933786d7f257","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"112ea130-4d87-4048-8940-6fa202cf37b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/api/a2pSMS","description":"<h2 id=\"description\">Description</h2>\n<p>A2P SMS API shall be used to send A2P SMS to Endpoint.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>a2pSMS</td>\n<td>M</td>\n<td>Object of the a2pSMS details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-a2psms-parameters\">Input a2pSMS Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>Input resource can be msisdn/imsi/endPointId/iccid</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Value of resourceType</td>\n</tr>\n<tr>\n<td>sourceAddr</td>\n<td>M</td>\n<td>Address of Entity sending SMS. This value will be made available to the recipient of a message to see what the message’s originating address was.  <br />Format is a numeric value from 1 to 9 digits.  <br />Note that Short-Codes in the range 10000 – 19999 are reserved and shall not be used as sourceAddr.</td>\n</tr>\n<tr>\n<td>protocolId</td>\n<td>O</td>\n<td>This parameter specifies the protocol identifier. It is defined as per 3GPP Technical Specification 23.040 and encoded as decimal.  <br />Values allowed are,  <br />0 = default  <br />63 = GSM/UMTS Mobile station  <br />64 = Short Message Type 0 (Endpoint shall acknowledge receipt of the short message but shall discard its contents)  <br />124 = ANSI-136 R-DATA(dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 11.14 and 3GPP TS 31.102  <br />126 = Mobile Equipment Data download (dataCoding shall be normally set to Class 1)  <br />127 = (U)SIM Data (dataCoding shall be defined accordingly to Class 2) using the mechanism described in GSM TS 51.011 and 3GPP TS 31.102</td>\n</tr>\n<tr>\n<td>dataCoding</td>\n<td>O</td>\n<td>This parameter defines the encoding scheme of the short message user data. It is defined as per 3GPP Technical Specification 23.038 and encoded as decimal  <br />Examples,  <br />0 = default (which is 7-bit GSM alphabet)  <br />1 = 7-bit GSM alphabet  <br />4 = 8-bit data  <br />8 = UCS2 (16-bit)</td>\n</tr>\n<tr>\n<td>udh</td>\n<td>O</td>\n<td>This parameter defines the GSM User Data Header as specified in 3GPP Technical Specification 23.040 and encoded as hex-string.  <br />In case udh is defined, SMSC shall concatenate udh and shortMessage and transparently forward the message downstream if length of udh and shortMessage is maximum 140 octets, otherwise request shall be rejected.  <br />In case udh parameter is not defined and shortMessage length is higher than 140 octets, SMSC shall split into 140-octets segments and send message downstream by means of User Data Header which is implicitly generated by SMSC.  <br />For more details on the usage of udh refer to <a href=\"https://en.wikipedia.org/wiki/User_Data_Header\">wikipedia</a></td>\n</tr>\n<tr>\n<td>shortMessage</td>\n<td>M</td>\n<td>Up to 1000 octets of short message user data encoded as hex-string if udh is not defined, otherwise the limit is 134 octets.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>O</td>\n<td>Unique ID generated for each A2P SMS Submitted. To be used to check the status of the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10082</td>\n<td>Submit A2P SMS success</td>\n<td></td>\n</tr>\n<tr>\n<td>10083</td>\n<td>Submit A2P SMS failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","a2pSMS"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6015c59b-3acb-42f8-b764-56b81d633735","name":"a2pSMS - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\n    \"a2pSMS\": {\n        \"resourceType\": \"msisdn\",\n        \"value\": \"327700040900018\",\n        \"sourceAddr\": \"123456789\",\n        \"protocolId\": \"0\",\n        \"dataCoding\": \"0\",\n        \"shortMessage\": \"5468697320206973207365636f6e64206d657373616765\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/a2pSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:34:34 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"178"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10082\",\n            \"resultDescription\": \"Submit A2P SMS success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1599846300178\",\n        \"responseTimestamp\": \"11/09/2020 17:45:00\",\n        \"JobId\": \"1449\"\n    }\n}\n"},{"id":"611a3b76-997a-42bd-9e74-4fde9e0af873","name":"a2pSMS Long message :1st segment of message with ID “0a” sending text “This is the first segment of the long message.”","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"a2pSMS\": {\r\n        \"resourceType\": \"iccid\",\r\n        \"value\": \"8932042000000000089\",\r\n        \"sourceAddr\": \"3090004\",\r\n        \"udh\": \"0500030a0201\",\r\n        \"shortMessage\": \"5468697320697320746865206669727374207365676d656e74206f6620746865206c6f6e67206d6573736167652e\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/a2pSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10082\",\n            \"resultDescription\": \"Submit A2P SMS success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1601566618482\",\n        \"responseTimestamp\": \"01/10/2020 15:36:58\",\n        \"JobId\": \"1907\"\n    }\n}"},{"id":"583eea10-0778-494b-a184-237a794d49a2","name":"a2p SMS :Flash Message using UCS2 (16-bit) alphabet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"a2pSMS\": {\r\n        \"resourceType\": \"endPointId\",\r\n        \"value\": \"51241703\",\r\n        \"sourceAddr\": \"1\",\r\n        \"dataCoding\": \"24\",\r\n        \"shortMessage\": \"00540068006900730020006900730020006100200066006c0061007300680020006d0065007300730061006700650020007500730069006e0067002000550043005300320020002800310036002d006200690074002900200061006c007000680061006200650074002e\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/a2pSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10082\",\n            \"resultDescription\": \"Submit A2P SMS success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1601567345838\",\n        \"responseTimestamp\": \"01/10/2020 15:49:05\",\n        \"JobId\": \"1910\"\n    }\n}"},{"id":"4d6b9daa-d577-4ac5-8459-af72ca9605d8","name":"a2pSMS long Message:2nd segment of message with ID “0a” sending text “This is the second segment of the long message.”","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"a2pSMS\": {\r\n        \"resourceType\": \"iccid\",\r\n        \"value\": \"8932042000000000089\",\r\n        \"sourceAddr\": \"3090004\",\r\n        \"udh\": \"0500030a0202\",\r\n        \"shortMessage\": \"5468697320697320746865207365636f6e64207365676d656e74206f6620746865206c6f6e67206d6573736167652e\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/a2pSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10082\",\n            \"resultDescription\": \"Submit A2P SMS success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1601566626995\",\n        \"responseTimestamp\": \"01/10/2020 15:37:07\",\n        \"JobId\": \"1908\"\n    }\n}"},{"id":"edbb45fd-8495-44b1-8cdd-8130a3a361ea","name":"a2pSMS - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"a2pSMS\": {\r\n        \"resourceType\": \"msisdn\",\r\n        \"value\": \"327700040900019\",\r\n        \"sourceAddr\": \"123456789\",\r\n        \"protocolId\": \"0\",\r\n        \"dataCoding\": \"0\",\r\n        \"shortMessage\": \"5468697320206973207365636f6e64206d657373616765\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/a2pSMS"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10083\",\n            \"resultDescription\": \"Submit A2P SMS failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"11/09/2020 18:12:27\"\n    }\n}"}],"_postman_id":"112ea130-4d87-4048-8940-6fa202cf37b8"},{"name":"SIM - Cancel Location","event":[{"listen":"test","script":{"id":"97fe4b44-23df-4027-a14e-aa332debe572","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"93c24c22-7407-4a80-b8f7-dbd376a52b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"IMSI\",\r\n    \"value\": \"206281000000000\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation","description":"<h2 id=\"description\">Description</h2>\n<p>The Cancel subscriber location feature is used to trigger HSS Cancel Location procedures for a given (single) IMSI, for all the network domains (2G, 3G, 4G, NBIOT) where the subscriber is currently attached.<br />This method is synchronous: the API will wait for all the CL procedures to finish before responding back.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cancelLocationInfo</td>\n<td>M</td>\n<td>Object of the Cancel Location info</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-destinationgroupinfo-parameters\">Input destinationGroupinfo Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resourceType</td>\n<td>M</td>\n<td>This is resource type which can be IMSI,ICCID,MSISDN or endPointId</td>\n</tr>\n<tr>\n<td>value</td>\n<td>M</td>\n<td>Value of resource type</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output ResultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10046</td>\n<td>Cancel location success</td>\n<td></td>\n</tr>\n<tr>\n<td>10047</td>\n<td>Cancel location failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","cancelLocation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7c7241c8-8837-4f60-9369-6b0963ce2a70","name":"SIM - Cancel Location - Success - {IMSI}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"IMSI\",\r\n    \"value\": \"206281000010296\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:45:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10046\",\n            \"resultDescription\": \"Cancel location success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589215517114\",\n        \"responseTimestamp\": \"11/05/2020 16:45:17\"\n    }\n}"},{"id":"8e9637aa-1d32-4772-ae71-b17bb2be02b9","name":"SIM - Cancel Location - Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"IMSI\",\r\n    \"value\": \"206281000000000\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10047\",\n            \"resultDescription\": \"Cancel location failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589307147698\",\n        \"responseTimestamp\": \"12/05/2020 18:12:27\"\n    }\n}"},{"id":"341b04ee-1b05-47b1-96d8-4ba45640def1","name":"SIM - Cancel Location - Success - {ICCID}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"ICCID\",\r\n    \"value\": \"8932042000000010296\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:43:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10046\",\n            \"resultDescription\": \"Cancel location success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589215433397\",\n        \"responseTimestamp\": \"11/05/2020 16:43:53\"\n    }\n}"},{"id":"5c5958ef-ab24-4b99-b53b-405e18acaee6","name":"SIM - Cancel Location - Failure - {Invalid MSISN}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"MSISDN\",\r\n    \"value\": \"32770004091029611111111\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:43:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"190"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"1001\",\n            \"resultDescription\": \"Wrong input parameter -MSISDN\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1589215400558\",\n        \"responseTimestamp\": \"11/05/2020 16:43:20\"\n    }\n}"},{"id":"7a79b681-82e6-49b2-986e-8fa5fe3d6995","name":"SIM - Cancel Location - Success - {MSISDN}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cancelLocationInfo\": {\r\n    \"resourceType\": \"MSISDN\",\r\n    \"value\": \"327700040910296\"\r\n  }\r\n}\r\n"},"url":"https://{{url}}/api/cancelLocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 16:42:12 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"185"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10046\",\n            \"resultDescription\": \"Cancel location success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1589215329519\",\n        \"responseTimestamp\": \"11/05/2020 16:42:12\"\n    }\n}"}],"_postman_id":"93c24c22-7407-4a80-b8f7-dbd376a52b0c"},{"name":"CallBack Modify","event":[{"listen":"test","script":{"id":"899b2312-d946-40c9-86c5-979ed4287bb6","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"71903264-e269-451b-a6bd-e0261228879b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"callbackprofile\": {\r\n\t\t\"callbackToken\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzdXBlcmFkbWluIiwic2NvcGVzIjoiQURNSU4iLCJpc3MiOiJodHRwOi8vbXZuZS5jb20iLCJpYXQiOjE1MDI4NjYxNDUsImV4cCI6MTUwMjkyNjE0NX0.d--eNsY8-GWFFvblKOXo69hy2u4sUgeiMIhen-h5xsGngLsw-zLY2OB5_acm59MTjvaQq_EX7cT2ZX3oYU87aw\",\r\n\t\t\"CallbackProcessList\": {\r\n\t\t\t\"callbackProcessId\": \"10001\",\r\n\t\t\t\"callbackUri\": \"CustomerDefinedURL.com\"\r\n\t\t}\r\n\t}\r\n\r\n}"},"url":"https://{{url}}/api/modifyCallback","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to define or modify information for callback APIs. It can be used to change the Token and/or the callback URI of a callback process. Only one URI can be defined/modified at a time. Use \"\" for \"callbackURI\" to remove existing value.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-parameters\">Input Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackToken</td>\n<td>O</td>\n<td>X-Authorization header token of the corresponding end user.  <br /></td>\n</tr>\n<tr>\n<td>callbackProcessList</td>\n<td>O</td>\n<td>Available callback process list for the account id.Callback API – JWT Token structural validation process  <br />  <br />Step 1 : Check the number of dots(.) Should be exactly two.  <br />Step 2: Split the string by using dot(.) to validate header and payload and signature should be base 64  <br />First part is HEADER:ALGORITHM &amp; TOKEN TYPE  <br />Second part is PAYLOAD:DATA  <br />Third part is VERIFY SIGNATURE  <br />Step 3: Base 64 encryption validation, platform would be validated string should be Base 64 encoded  <br />  <br />  <br />Ex.  <br />  <br />eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzdXBlcmFkbWluIiwiYXVkIjoiQUNDRVNTIiwic2NvcGVzIjoiQURNSU4iLCJpc3MiOiIxMDAwMDAiLCJpYXQiOjE2NzA1NzE5MzcsImV4cCI6MTY3MDU4NjMzN30.d_F_qSEWoDjgHMsuFvX3roExy4rr8REzTphrWqatIZOLtICn9y1eaeSgQ2QC2b0GpFUP7E338s6bv6OPE34tow  <br />  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input-callbackprocesslist-parameters\">Input CallbackProcessList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>The id of the callback process as it is visible in the callback framework page.This can be retrieved using CallBack Information API</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>M</td>\n<td>Callback URI defined by the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of the result, contains result code and description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10095</td>\n<td>Update callback profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>10096</td>\n<td>Update callback profile failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","modifyCallback"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3c309c4-7705-444a-b82f-83fcde3ea4ad","name":"CallBack URI Modify-Failure","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"callbackProfile\": {\r\n\t\t\"callbackToken\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzdXBlcmFkbWluIiwic2NvcGVzIjoiQURNSU4iLCJpc3MiOiJodHRwOi8vbXZuZS5jb20iLCJpYXQiOjE1MDI4NjYxNDUsImV4cCI6MTUwMjkyNjE0NX0.d--eNsY8-GWFFvblKOXo69hy2u4sUgeiMIhen-h5xsGngLsw-zLY2OB5_acm59MTjvaQq_EX7cT2ZX3oYU87se\",\r\n\t\t\"callbackProcessList\": {\r\n\t\t\t\"callbackURI\": \"CustomerDefinedURI.com\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyCallback"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"1000\",\n            \"resultDescription\": \"Mandatory parameter missing -callbackProcessId\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"1605684909260\",\n        \"responseTimestamp\": \"18/11/2020 13:05:09\"\n    }\n}"},{"id":"7d37aff6-67b1-47dd-80ab-eed0b591ddc3","name":"CallBack Modify - Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"callbackProfile\": {\r\n\t\t\"callbackToken\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzdXBlcmFkbWluIiwic2NvcGVzIjoiQURNSU4iLCJpc3MiOiJodHRwOi8vbXZuZS5jb20iLCJpYXQiOjE1MDI4NjYxNDUsImV4cCI6MTUwMjkyNjE0NX0.d--eNsY8-GWFFvblKOXo69hy2u4sUgeiMIhen-h5xsGngLsw-zLY2OB5_acm59MTjvaQq_EX7cT2ZX3oYU87se\",\r\n\t\t\"callbackProcessList\": {\r\n\t\t\t\"callbackProcessId\": \"10012\",\r\n\t\t\t\"callbackURI\": \"CustomerDefinedURI.com\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/modifyCallback"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10095\",\n            \"resultDescription\": \"Update callback profile success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseId\": \"1604583369762\",\n        \"responseTimestamp\": \"05/11/2020 19:06:10\"\n    }\n}"}],"_postman_id":"71903264-e269-451b-a6bd-e0261228879b"},{"name":"CallBack Information","event":[{"listen":"test","script":{"id":"a9e1710d-b735-4ca6-9c92-b14e8551cb3c","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"6e7d7b11-0a2c-4063-826a-ffbdee36205f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/callback","description":"<h2 id=\"description\">Description</h2>\n<p>This API is used to fetch all callback API configuration of a particular customer.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of the result, contains result code and description</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Callback API details will be available here.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackToken</td>\n<td>O</td>\n<td>X-Authorization header token of the curresponsing end user.</td>\n</tr>\n<tr>\n<td>callbackProcessList</td>\n<td>O</td>\n<td>A list contains all available call back process list for the account id would be there.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-callbackprocesslist-parameters\">Output CallbackProcessList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callbackProcessId</td>\n<td>M</td>\n<td>callback process id</td>\n</tr>\n<tr>\n<td>callbackProcessName</td>\n<td>M</td>\n<td>Callback process name</td>\n</tr>\n<tr>\n<td>callbackURI</td>\n<td>O</td>\n<td>Callback URI</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10092</td>\n<td>Get callback profile success</td>\n<td></td>\n</tr>\n<tr>\n<td>11005</td>\n<td>Get callback profile failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","callback"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a11d601-7df1-459d-8098-0c10062523b6","name":"CallBack API - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/callback"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"Response\": {\n\t\t\"resultParam\": {\n\t\t\t\"resultCode\": \"10092\",\n\t\t\t\"resultDescription\": \"Get callback profile success\"\n\t\t},\n\t\t\"resultCode\": \"0\",\n\t\t\"responseParam\": {\n\t\t\t\"rows\": [{\n\t\t\t\t\"callbackToken\": \"DI4NjYxNDUsImV4cCI6MTUwMjkyNjE0NX0.xsGngLsw-zLY2OB5_acm59MTjvaQq_EX7cT2ZX3oYU87se\",\n\t\t\t\t\"callbackProcessList\": [{\n\t\t\t\t\t\"callbackProcessId\": \"10015\",\n\t\t\t\t\t\"callbackProcessName\": \"A2P-SMS Status\",\n\t\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\"\n\t\t\t\t}, {\n\t\t\t\t\t\"callbackProcessId\": \"10011\",\n\t\t\t\t\t\"callbackProcessName\": \"CallBackNotification\",\n\t\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\"\n\t\t\t\t}, {\n\t\t\t\t\t\"callbackProcessId\": \"10010\",\n\t\t\t\t\t\"callbackProcessName\": \"P2A SMS\",\n\t\t\t\t\t\"callbackURI\": \"-\"\n\t\t\t\t}, {\n\t\t\t\t\t\"callbackProcessId\": \"10012\",\n\t\t\t\t\t\"callbackProcessName\": \"Usage Events (Bulk)\",\n\t\t\t\t\t\"callbackURI\": \"-\"\n\t\t\t\t}, {\n\t\t\t\t\t\"callbackProcessId\": \"10013\",\n\t\t\t\t\t\"callbackProcessName\": \"Mobility Events (Bulk)\",\n\t\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\"\n\t\t\t\t},{\n\t\t\t\t\t\"callbackProcessId\": \"10019\",\n\t\t\t\t\t\"callbackProcessName\": \"eSIM Profile Status Notifications\",\n\t\t\t\t\t\"callbackURI\": \"https://CustomerDefinedURI.com\"\n\t\t\t\t}\n                ]\n\t\t\t}]\n\t\t},\n\t\t\"responseId\": \"17529755580322428\",\n\t\t\"responseTimestamp\": \"04/06/2021 11:20:46\"\n\t}\n}"}],"_postman_id":"6e7d7b11-0a2c-4063-826a-ffbdee36205f"}],"id":"ed171a3f-4fb1-4717-b1a1-7e15f1238e2d","_postman_id":"ed171a3f-4fb1-4717-b1a1-7e15f1238e2d","description":""},{"name":"Misc Information","item":[{"name":"Countries","event":[{"listen":"test","script":{"id":"2ad5e167-fce5-4c54-ab44-86478f9e0077","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"9c8ba35e-bd07-4055-96cc-326753aadbbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCountries","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the Country details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>ISO3 Country Name</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time.Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Country Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>countryList</td>\n<td>O</td>\n<td>Object of the Country</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-countrylist-parameters\">Output countryList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>countryName</td>\n<td>O</td>\n<td>Name of the Country</td>\n</tr>\n<tr>\n<td>countryId</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each country(This will be an auto-increment value)</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>O</td>\n<td>Country Code</td>\n</tr>\n<tr>\n<td>countryISO3</td>\n<td>O</td>\n<td>Country ISO3 code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1377</td>\n<td>Get country success</td>\n<td></td>\n</tr>\n<tr>\n<td>1378</td>\n<td>Get country failure</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCountries"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b65915b5-95ac-45ec-9a65-419c440d8213","name":"Get Countries - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest","disabled":true},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/GetCountries?countryISO3=IND","protocol":"https","host":["{{url}}"],"path":["api","GetCountries"],"query":[{"key":"countryISO3","value":"IND"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:12:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"298"},{"key":"Via","value":"1.1 simforthings-dev.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45994101706126713\",\n        \"responseTimestamp\": \"05/05/2020 02:12:40\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1377\",\n            \"resultDescription\": \"Get country success\"\n        },\n        \"responseParam\": {\n            \"countryList\": [\n                {\n                    \"countryName\": \"India\",\n                    \"countryId\": \"96\",\n                    \"countryCode\": \"91\",\n                    \"countryISO3\": \"IND\"\n                }\n            ]\n        }\n    }\n}"},{"id":"68666b1e-5b25-4dca-aed1-40f6722f3770","name":"Get Countries -  Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCountries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"21771","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 27 Feb 2020 11:57:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Via","value":"1.1 simforthings-dev.bics.com","name":"Via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"simforthings-dev.bics.com","path":"/","secure":false,"value":"rd10o00000000000000000000ffff0af20505o12021","key":"Encrypt_cookies"}],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"40110775357467691\",\n        \"responseTimestamp\": \"27/02/2020 11:57:13\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1377\",\n            \"resultDescription\": \"Get country success\"\n        },\n        \"responseParam\": {\n            \"countryList\": [\n                {\n                    \"countryName\": \"Burundi\",\n                    \"countryId\": \"35\",\n                    \"countryCode\": \"257\",\n                    \"countryISO3\": \"BDI\"\n                },\n                {\n                    \"countryName\": \"Guadeloupe\",\n                    \"countryId\": \"84\",\n                    \"countryCode\": \"590\",\n                    \"countryISO3\": \"GLP\"\n                },\n                {\n                    \"countryName\": \"Indonesia\",\n                    \"countryId\": \"97\",\n                    \"countryCode\": \"62\",\n                    \"countryISO3\": \"IDN\"\n                },\n                {\n                    \"countryName\": \"Russia\",\n                    \"countryId\": \"176\",\n                    \"countryCode\": \"7\",\n                    \"countryISO3\": \"RUS\"\n                },\n                {\n                    \"countryName\": \"Saint Martin\",\n                    \"countryId\": \"182\",\n                    \"countryCode\": \"590\",\n                    \"countryISO3\": \"MAF\"\n                },\n                {\n                    \"countryName\": \"Turkey\",\n                    \"countryId\": \"220\",\n                    \"countryCode\": \"90\",\n                    \"countryISO3\": \"TUR\"\n                },\n                {\n                    \"countryName\": \"Malaysia\",\n                    \"countryId\": \"127\",\n                    \"countryCode\": \"60\",\n                    \"countryISO3\": \"MYS\"\n                },\n                {\n                    \"countryName\": \"Algeria\",\n                    \"countryId\": \"4\",\n                    \"countryCode\": \"213\",\n                    \"countryISO3\": \"DZA\"\n                },\n                {\n                    \"countryName\": \"Slovenia\",\n                    \"countryId\": \"196\",\n                    \"countryCode\": \"386\",\n                    \"countryISO3\": \"SVN\"\n                },\n                {\n                    \"countryName\": \"Republic of Kosovo\",\n                    \"countryId\": \"246\",\n                    \"countryCode\": \"383\",\n                    \"countryISO3\": \"XKS\"\n                },\n                {\n                    \"countryName\": \"Cyprus\",\n                    \"countryId\": \"54\",\n                    \"countryCode\": \"357\",\n                    \"countryISO3\": \"CYP\"\n                },\n                {\n                    \"countryName\": \"Liberia\",\n                    \"countryId\": \"118\",\n                    \"countryCode\": \"231\",\n                    \"countryISO3\": \"LBR\"\n                },\n                {\n                    \"countryName\": \"Malawi\",\n                    \"countryId\": \"126\",\n                    \"countryCode\": \"265\",\n                    \"countryISO3\": \"MWI\"\n                },\n                {\n                    \"countryName\": \"Greece\",\n                    \"countryId\": \"81\",\n                    \"countryCode\": \"30\",\n                    \"countryISO3\": \"GRC\"\n                },\n                {\n                    \"countryName\": \"Cocos Islands\",\n                    \"countryId\": \"46\",\n                    \"countryCode\": \"61\",\n                    \"countryISO3\": \"CCK\"\n                },\n                {\n                    \"countryName\": \"Tanzania\",\n                    \"countryId\": \"213\",\n                    \"countryCode\": \"255\",\n                    \"countryISO3\": \"TZA\"\n                },\n                {\n                    \"countryName\": \"Malta\",\n                    \"countryId\": \"130\",\n                    \"countryCode\": \"356\",\n                    \"countryISO3\": \"MLT\"\n                },\n                {\n                    \"countryName\": \"Serbia\",\n                    \"countryId\": \"190\",\n                    \"countryCode\": \"381\",\n                    \"countryISO3\": \"SRB\"\n                },\n                {\n                    \"countryName\": \"Iran\",\n                    \"countryId\": \"98\",\n                    \"countryCode\": \"98\",\n                    \"countryISO3\": \"IRN\"\n                },\n                {\n                    \"countryName\": \"Venezuela\",\n                    \"countryId\": \"234\",\n                    \"countryCode\": \"58\",\n                    \"countryISO3\": \"VEN\"\n                },\n                {\n                    \"countryName\": \"Niue\",\n                    \"countryId\": \"155\",\n                    \"countryCode\": \"683\",\n                    \"countryISO3\": \"NIU\"\n                },\n                {\n                    \"countryName\": \"Bolivia\",\n                    \"countryId\": \"27\",\n                    \"countryCode\": \"591\",\n                    \"countryISO3\": \"BOL\"\n                },\n                {\n                    \"countryName\": \"Italy\",\n                    \"countryId\": \"103\",\n                    \"countryCode\": \"39\",\n                    \"countryISO3\": \"ITA\"\n                },\n                {\n                    \"countryName\": \"Puerto Rico\",\n                    \"countryId\": \"172\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"PRI\"\n                },\n                {\n                    \"countryName\": \"Nauru\",\n                    \"countryId\": \"147\",\n                    \"countryCode\": \"674\",\n                    \"countryISO3\": \"NRU\"\n                },\n                {\n                    \"countryName\": \"French Southern Territories\",\n                    \"countryId\": \"74\",\n                    \"countryCode\": \"262\",\n                    \"countryISO3\": \"ATF\"\n                },\n                {\n                    \"countryName\": \"Denmark\",\n                    \"countryId\": \"56\",\n                    \"countryCode\": \"45\",\n                    \"countryISO3\": \"DNK\"\n                },\n                {\n                    \"countryName\": \"Federated States of Micronesia\",\n                    \"countryId\": \"137\",\n                    \"countryCode\": \"691\",\n                    \"countryISO3\": \"FSM\"\n                },\n                {\n                    \"countryName\": \"Mali\",\n                    \"countryId\": \"129\",\n                    \"countryCode\": \"223\",\n                    \"countryISO3\": \"MLI\"\n                },\n                {\n                    \"countryName\": \"Anguilla\",\n                    \"countryId\": \"8\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"AIA\"\n                },\n                {\n                    \"countryName\": \"Maldives\",\n                    \"countryId\": \"128\",\n                    \"countryCode\": \"960\",\n                    \"countryISO3\": \"MDV\"\n                },\n                {\n                    \"countryName\": \"Saint Kitts and Nevis\",\n                    \"countryId\": \"180\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"KNA\"\n                },\n                {\n                    \"countryName\": \"Kiribati\",\n                    \"countryId\": \"111\",\n                    \"countryCode\": \"686\",\n                    \"countryISO3\": \"KIR\"\n                },\n                {\n                    \"countryName\": \"Turkmenistan\",\n                    \"countryId\": \"221\",\n                    \"countryCode\": \"993\",\n                    \"countryISO3\": \"TKM\"\n                },\n                {\n                    \"countryName\": \"Solomon Islands\",\n                    \"countryId\": \"197\",\n                    \"countryCode\": \"677\",\n                    \"countryISO3\": \"SLB\"\n                },\n                {\n                    \"countryName\": \"Hungary\",\n                    \"countryId\": \"94\",\n                    \"countryCode\": \"36\",\n                    \"countryISO3\": \"HUN\"\n                },\n                {\n                    \"countryName\": \"Mozambique\",\n                    \"countryId\": \"144\",\n                    \"countryCode\": \"258\",\n                    \"countryISO3\": \"MOZ\"\n                },\n                {\n                    \"countryName\": \"Zambia\",\n                    \"countryId\": \"239\",\n                    \"countryCode\": \"260\",\n                    \"countryISO3\": \"ZMB\"\n                },\n                {\n                    \"countryName\": \"United Kingdom\",\n                    \"countryId\": \"227\",\n                    \"countryCode\": \"44\",\n                    \"countryISO3\": \"GBR\"\n                },\n                {\n                    \"countryName\": \"Tonga\",\n                    \"countryId\": \"217\",\n                    \"countryCode\": \"676\",\n                    \"countryISO3\": \"TON\"\n                },\n                {\n                    \"countryName\": \"Christmas Island\",\n                    \"countryId\": \"45\",\n                    \"countryCode\": \"61\",\n                    \"countryISO3\": \"CXR\"\n                },\n                {\n                    \"countryName\": \"India\",\n                    \"countryId\": \"96\",\n                    \"countryCode\": \"91\",\n                    \"countryISO3\": \"IND\"\n                },\n                {\n                    \"countryName\": \"Sudan\",\n                    \"countryId\": \"204\",\n                    \"countryCode\": \"249\",\n                    \"countryISO3\": \"SDN\"\n                },\n                {\n                    \"countryName\": \"Laos\",\n                    \"countryId\": \"114\",\n                    \"countryCode\": \"856\",\n                    \"countryISO3\": \"LAO\"\n                },\n                {\n                    \"countryName\": \"Sierra Leone\",\n                    \"countryId\": \"192\",\n                    \"countryCode\": \"232\",\n                    \"countryISO3\": \"SLE\"\n                },\n                {\n                    \"countryName\": \"Bangladesh\",\n                    \"countryId\": \"19\",\n                    \"countryCode\": \"880\",\n                    \"countryISO3\": \"BGD\"\n                },\n                {\n                    \"countryName\": \"Armenia\",\n                    \"countryId\": \"12\",\n                    \"countryCode\": \"374\",\n                    \"countryISO3\": \"ARM\"\n                },\n                {\n                    \"countryName\": \"Guinea\",\n                    \"countryId\": \"88\",\n                    \"countryCode\": \"224\",\n                    \"countryISO3\": \"GIN\"\n                },\n                {\n                    \"countryName\": \"Cape Verde\",\n                    \"countryId\": \"39\",\n                    \"countryCode\": \"238\",\n                    \"countryISO3\": \"CPV\"\n                },\n                {\n                    \"countryName\": \"Australia\",\n                    \"countryId\": \"14\",\n                    \"countryCode\": \"61\",\n                    \"countryISO3\": \"AUS\"\n                },\n                {\n                    \"countryName\": \"Isle of Man\",\n                    \"countryId\": \"101\",\n                    \"countryCode\": \"44\",\n                    \"countryISO3\": \"IMN\"\n                },\n                {\n                    \"countryName\": \"Libya\",\n                    \"countryId\": \"119\",\n                    \"countryCode\": \"218\",\n                    \"countryISO3\": \"LBY\"\n                },\n                {\n                    \"countryName\": \"Bermuda\",\n                    \"countryId\": \"25\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"BMU\"\n                },\n                {\n                    \"countryName\": \"Wallis and Futuna\",\n                    \"countryId\": \"236\",\n                    \"countryCode\": \"681\",\n                    \"countryISO3\": \"WLF\"\n                },\n                {\n                    \"countryName\": \"Niger\",\n                    \"countryId\": \"153\",\n                    \"countryCode\": \"227\",\n                    \"countryISO3\": \"NER\"\n                },\n                {\n                    \"countryName\": \"South Africa\",\n                    \"countryId\": \"199\",\n                    \"countryCode\": \"27\",\n                    \"countryISO3\": \"ZAF\"\n                },\n                {\n                    \"countryName\": \"'\",\n                    \"countryId\": \"263\",\n                    \"countryCode\": \"12345\",\n                    \"countryISO3\": \"'\"\n                },\n                {\n                    \"countryName\": \"Dominican Republic\",\n                    \"countryId\": \"59\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"DOM\"\n                },\n                {\n                    \"countryName\": \"Saint Lucia\",\n                    \"countryId\": \"181\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"LCA\"\n                },\n                {\n                    \"countryName\": \"Faroe Islands\",\n                    \"countryId\": \"68\",\n                    \"countryCode\": \"298\",\n                    \"countryISO3\": \"FRO\"\n                },\n                {\n                    \"countryName\": \"Aruba\",\n                    \"countryId\": \"13\",\n                    \"countryCode\": \"297\",\n                    \"countryISO3\": \"ABW\"\n                },\n                {\n                    \"countryName\": \"Aland Islands\",\n                    \"countryId\": \"2\",\n                    \"countryCode\": \"358\",\n                    \"countryISO3\": \"ALA\"\n                },\n                {\n                    \"countryName\": \"Swaziland\",\n                    \"countryId\": \"207\",\n                    \"countryCode\": \"268\",\n                    \"countryISO3\": \"SWZ\"\n                },\n                {\n                    \"countryName\": \"Brazil\",\n                    \"countryId\": \"30\",\n                    \"countryCode\": \"55\",\n                    \"countryISO3\": \"BRA\"\n                },\n                {\n                    \"countryName\": \"Bulgaria\",\n                    \"countryId\": \"33\",\n                    \"countryCode\": \"359\",\n                    \"countryISO3\": \"BGR\"\n                },\n                {\n                    \"countryName\": \"Martinique\",\n                    \"countryId\": \"132\",\n                    \"countryCode\": \"596\",\n                    \"countryISO3\": \"MTQ\"\n                },\n                {\n                    \"countryName\": \"Croatia\",\n                    \"countryId\": \"51\",\n                    \"countryCode\": \"385\",\n                    \"countryISO3\": \"HRV\"\n                },\n                {\n                    \"countryName\": \"Saint Helena\",\n                    \"countryId\": \"179\",\n                    \"countryCode\": \"290\",\n                    \"countryISO3\": \"SHN\"\n                },\n                {\n                    \"countryName\": \"Poland\",\n                    \"countryId\": \"170\",\n                    \"countryCode\": \"48\",\n                    \"countryISO3\": \"POL\"\n                },\n                {\n                    \"countryName\": \"Uganda\",\n                    \"countryId\": \"224\",\n                    \"countryCode\": \"256\",\n                    \"countryISO3\": \"UGA\"\n                },\n                {\n                    \"countryName\": \"Tokelau\",\n                    \"countryId\": \"216\",\n                    \"countryCode\": \"690\",\n                    \"countryISO3\": \"TKL\"\n                },\n                {\n                    \"countryName\": \"Guatemala\",\n                    \"countryId\": \"86\",\n                    \"countryCode\": \"502\",\n                    \"countryISO3\": \"GTM\"\n                },\n                {\n                    \"countryName\": \"Japan\",\n                    \"countryId\": \"106\",\n                    \"countryCode\": \"81\",\n                    \"countryISO3\": \"JPN\"\n                },\n                {\n                    \"countryName\": \"Germany\",\n                    \"countryId\": \"78\",\n                    \"countryCode\": \"49\",\n                    \"countryISO3\": \"DEU\"\n                },\n                {\n                    \"countryName\": \"Canada\",\n                    \"countryId\": \"38\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"CAN\"\n                },\n                {\n                    \"countryName\": \"Saint Vincent and the Grenadines\",\n                    \"countryId\": \"184\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"VCT\"\n                },\n                {\n                    \"countryName\": \"Ukraine\",\n                    \"countryId\": \"225\",\n                    \"countryCode\": \"380\",\n                    \"countryISO3\": \"UKR\"\n                },\n                {\n                    \"countryName\": \"New Zealand\",\n                    \"countryId\": \"151\",\n                    \"countryCode\": \"64\",\n                    \"countryISO3\": \"NZL\"\n                },\n                {\n                    \"countryName\": \"Ecuador\",\n                    \"countryId\": \"61\",\n                    \"countryCode\": \"593\",\n                    \"countryISO3\": \"ECU\"\n                },\n                {\n                    \"countryName\": \"Singapore\",\n                    \"countryId\": \"193\",\n                    \"countryCode\": \"65\",\n                    \"countryISO3\": \"SGP\"\n                },\n                {\n                    \"countryName\": \"Gabon\",\n                    \"countryId\": \"75\",\n                    \"countryCode\": \"241\",\n                    \"countryISO3\": \"GAB\"\n                },\n                {\n                    \"countryName\": \"Equatorial Guinea\",\n                    \"countryId\": \"64\",\n                    \"countryCode\": \"240\",\n                    \"countryISO3\": \"GNQ\"\n                },\n                {\n                    \"countryName\": \"Marshall Islands\",\n                    \"countryId\": \"131\",\n                    \"countryCode\": \"692\",\n                    \"countryISO3\": \"MHL\"\n                },\n                {\n                    \"countryName\": \"South Korea\",\n                    \"countryId\": \"201\",\n                    \"countryCode\": \"82\",\n                    \"countryISO3\": \"KOR\"\n                },\n                {\n                    \"countryName\": \"Cayman Islands\",\n                    \"countryId\": \"40\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"CYM\"\n                },\n                {\n                    \"countryName\": \"Slovakia\",\n                    \"countryId\": \"195\",\n                    \"countryCode\": \"421\",\n                    \"countryISO3\": \"SVK\"\n                },\n                {\n                    \"countryName\": \"Cook Islands\",\n                    \"countryId\": \"49\",\n                    \"countryCode\": \"682\",\n                    \"countryISO3\": \"COK\"\n                },\n                {\n                    \"countryName\": \"New Caledonia\",\n                    \"countryId\": \"150\",\n                    \"countryCode\": \"687\",\n                    \"countryISO3\": \"NCL\"\n                },\n                {\n                    \"countryName\": \"Belarus\",\n                    \"countryId\": \"21\",\n                    \"countryCode\": \"375\",\n                    \"countryISO3\": \"BLR\"\n                },\n                {\n                    \"countryName\": \"Argentina\",\n                    \"countryId\": \"11\",\n                    \"countryCode\": \"54\",\n                    \"countryISO3\": \"ARG\"\n                },\n                {\n                    \"countryName\": \"China\",\n                    \"countryId\": \"44\",\n                    \"countryCode\": \"86\",\n                    \"countryISO3\": \"CHN\"\n                },\n                {\n                    \"countryName\": \"Peru\",\n                    \"countryId\": \"167\",\n                    \"countryCode\": \"51\",\n                    \"countryISO3\": \"PER\"\n                },\n                {\n                    \"countryName\": \"Samoa\",\n                    \"countryId\": \"185\",\n                    \"countryCode\": \"685\",\n                    \"countryISO3\": \"WSM\"\n                },\n                {\n                    \"countryName\": \"Chad\",\n                    \"countryId\": \"42\",\n                    \"countryCode\": \"235\",\n                    \"countryISO3\": \"TCD\"\n                },\n                {\n                    \"countryName\": \"Afghanistan\",\n                    \"countryId\": \"1\",\n                    \"countryCode\": \"93\",\n                    \"countryISO3\": \"AFG\"\n                },\n                {\n                    \"countryName\": \"Dominica\",\n                    \"countryId\": \"58\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"DMA\"\n                },\n                {\n                    \"countryName\": \"TEZ\",\n                    \"countryId\": \"257\",\n                    \"countryCode\": \"19\",\n                    \"countryISO3\": \"TZA\"\n                },\n                {\n                    \"countryName\": \"Sint Maarten\",\n                    \"countryId\": \"194\",\n                    \"countryCode\": \"599\",\n                    \"countryISO3\": \"SXM\"\n                },\n                {\n                    \"countryName\": \"Vietnam\",\n                    \"countryId\": \"235\",\n                    \"countryCode\": \"84\",\n                    \"countryISO3\": \"VNM\"\n                },\n                {\n                    \"countryName\": \"Romania\",\n                    \"countryId\": \"175\",\n                    \"countryCode\": \"40\",\n                    \"countryISO3\": \"ROU\"\n                },\n                {\n                    \"countryName\": \"Egypt\",\n                    \"countryId\": \"62\",\n                    \"countryCode\": \"20\",\n                    \"countryISO3\": \"EGY\"\n                },\n                {\n                    \"countryName\": \"Pakistan\",\n                    \"countryId\": \"161\",\n                    \"countryCode\": \"92\",\n                    \"countryISO3\": \"PAK\"\n                },\n                {\n                    \"countryName\": \"North Korea\",\n                    \"countryId\": \"157\",\n                    \"countryCode\": \"850\",\n                    \"countryISO3\": \"PRK\"\n                },\n                {\n                    \"countryName\": \"Ethiopia\",\n                    \"countryId\": \"67\",\n                    \"countryCode\": \"251\",\n                    \"countryISO3\": \"ETH\"\n                },\n                {\n                    \"countryName\": \"Honduras\",\n                    \"countryId\": \"92\",\n                    \"countryCode\": \"504\",\n                    \"countryISO3\": \"HND\"\n                },\n                {\n                    \"countryName\": \"Iceland\",\n                    \"countryId\": \"95\",\n                    \"countryCode\": \"354\",\n                    \"countryISO3\": \"ISL\"\n                },\n                {\n                    \"countryName\": \"Paraguay\",\n                    \"countryId\": \"166\",\n                    \"countryCode\": \"595\",\n                    \"countryISO3\": \"PRY\"\n                },\n                {\n                    \"countryName\": \"East Timor\",\n                    \"countryId\": \"60\",\n                    \"countryCode\": \"670\",\n                    \"countryISO3\": \"TLS\"\n                },\n                {\n                    \"countryName\": \"Antigua and Barbuda\",\n                    \"countryId\": \"10\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"ATG\"\n                },\n                {\n                    \"countryName\": \"Central African Republic\",\n                    \"countryId\": \"41\",\n                    \"countryCode\": \"236\",\n                    \"countryISO3\": \"CAF\"\n                },\n                {\n                    \"countryName\": \"Cuba\",\n                    \"countryId\": \"52\",\n                    \"countryCode\": \"53\",\n                    \"countryISO3\": \"CUB\"\n                },\n                {\n                    \"countryName\": \"Curacao\",\n                    \"countryId\": \"53\",\n                    \"countryCode\": \"599\",\n                    \"countryISO3\": \"CUW\"\n                },\n                {\n                    \"countryName\": \"San Marino\",\n                    \"countryId\": \"186\",\n                    \"countryCode\": \"378\",\n                    \"countryISO3\": \"SMR\"\n                },\n                {\n                    \"countryName\": \"Tunisia\",\n                    \"countryId\": \"219\",\n                    \"countryCode\": \"216\",\n                    \"countryISO3\": \"TUN\"\n                },\n                {\n                    \"countryName\": \"El Salvador\",\n                    \"countryId\": \"63\",\n                    \"countryCode\": \"503\",\n                    \"countryISO3\": \"SLV\"\n                },\n                {\n                    \"countryName\": \"Panama\",\n                    \"countryId\": \"164\",\n                    \"countryCode\": \"507\",\n                    \"countryISO3\": \"PAN\"\n                },\n                {\n                    \"countryName\": \"Lithuania\",\n                    \"countryId\": \"121\",\n                    \"countryCode\": \"370\",\n                    \"countryISO3\": \"LTU\"\n                },\n                {\n                    \"countryName\": \"Qatar\",\n                    \"countryId\": \"173\",\n                    \"countryCode\": \"974\",\n                    \"countryISO3\": \"QAT\"\n                },\n                {\n                    \"countryName\": \"Vatican City\",\n                    \"countryId\": \"233\",\n                    \"countryCode\": \"379\",\n                    \"countryISO3\": \"VAT\"\n                },\n                {\n                    \"countryName\": \"British Indian Ocean Territory\",\n                    \"countryId\": \"31\",\n                    \"countryCode\": \"246\",\n                    \"countryISO3\": \"IOT\"\n                },\n                {\n                    \"countryName\": \"Cambodia\",\n                    \"countryId\": \"36\",\n                    \"countryCode\": \"855\",\n                    \"countryISO3\": \"KHM\"\n                },\n                {\n                    \"countryName\": \"Tajikistan\",\n                    \"countryId\": \"212\",\n                    \"countryCode\": \"992\",\n                    \"countryISO3\": \"TJK\"\n                },\n                {\n                    \"countryName\": \"Thailand\",\n                    \"countryId\": \"214\",\n                    \"countryCode\": \"66\",\n                    \"countryISO3\": \"THA\"\n                },\n                {\n                    \"countryName\": \"Somalia\",\n                    \"countryId\": \"198\",\n                    \"countryCode\": \"252\",\n                    \"countryISO3\": \"SOM\"\n                },\n                {\n                    \"countryName\": \"Sweden\",\n                    \"countryId\": \"208\",\n                    \"countryCode\": \"46\",\n                    \"countryISO3\": \"SWE\"\n                },\n                {\n                    \"countryName\": \"Mayotte\",\n                    \"countryId\": \"135\",\n                    \"countryCode\": \"262\",\n                    \"countryISO3\": \"MYT\"\n                },\n                {\n                    \"countryName\": \"United States Minor Outlying Islands\",\n                    \"countryId\": \"229\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"UMI\"\n                },\n                {\n                    \"countryName\": \"Mauritius\",\n                    \"countryId\": \"134\",\n                    \"countryCode\": \"230\",\n                    \"countryISO3\": \"MUS\"\n                },\n                {\n                    \"countryName\": \"Benin\",\n                    \"countryId\": \"24\",\n                    \"countryCode\": \"229\",\n                    \"countryISO3\": \"BEN\"\n                },\n                {\n                    \"countryName\": \"Spain\",\n                    \"countryId\": \"202\",\n                    \"countryCode\": \"34\",\n                    \"countryISO3\": \"ESP\"\n                },\n                {\n                    \"countryName\": \"American Samoa\",\n                    \"countryId\": \"5\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"ASM\"\n                },\n                {\n                    \"countryName\": \"Estonia\",\n                    \"countryId\": \"66\",\n                    \"countryCode\": \"372\",\n                    \"countryISO3\": \"EST\"\n                },\n                {\n                    \"countryName\": \"Israel\",\n                    \"countryId\": \"102\",\n                    \"countryCode\": \"972\",\n                    \"countryISO3\": \"ISR\"\n                },\n                {\n                    \"countryName\": \"Falkland Islands\",\n                    \"countryId\": \"243\",\n                    \"countryCode\": \"500\",\n                    \"countryISO3\": \"FKP\"\n                },\n                {\n                    \"countryName\": \"United Arab Emirates\",\n                    \"countryId\": \"226\",\n                    \"countryCode\": \"971\",\n                    \"countryISO3\": \"ARE\"\n                },\n                {\n                    \"countryName\": \"Kazakhstan\",\n                    \"countryId\": \"109\",\n                    \"countryCode\": \"7\",\n                    \"countryISO3\": \"KAZ\"\n                },\n                {\n                    \"countryName\": \"Uruguay\",\n                    \"countryId\": \"230\",\n                    \"countryCode\": \"598\",\n                    \"countryISO3\": \"URY\"\n                },\n                {\n                    \"countryName\": \"Djibouti\",\n                    \"countryId\": \"57\",\n                    \"countryCode\": \"253\",\n                    \"countryISO3\": \"DJI\"\n                },\n                {\n                    \"countryName\": \"Nigeria\",\n                    \"countryId\": \"154\",\n                    \"countryCode\": \"234\",\n                    \"countryISO3\": \"NGA\"\n                },\n                {\n                    \"countryName\": \"Saint Pierre and Miquelon\",\n                    \"countryId\": \"183\",\n                    \"countryCode\": \"508\",\n                    \"countryISO3\": \"SPM\"\n                },\n                {\n                    \"countryName\": \"Ireland\",\n                    \"countryId\": \"100\",\n                    \"countryCode\": \"353\",\n                    \"countryISO3\": \"IRL\"\n                },\n                {\n                    \"countryName\": \"Portugal\",\n                    \"countryId\": \"171\",\n                    \"countryCode\": \"351\",\n                    \"countryISO3\": \"PRT\"\n                },\n                {\n                    \"countryName\": \"Taiwan\",\n                    \"countryId\": \"211\",\n                    \"countryCode\": \"886\",\n                    \"countryISO3\": \"TWN\"\n                },\n                {\n                    \"countryName\": \"Oman\",\n                    \"countryId\": \"160\",\n                    \"countryCode\": \"968\",\n                    \"countryISO3\": \"OMN\"\n                },\n                {\n                    \"countryName\": \"Svalbard and Jan Mayen\",\n                    \"countryId\": \"206\",\n                    \"countryCode\": \"47\",\n                    \"countryISO3\": \"SJM\"\n                },\n                {\n                    \"countryName\": \"Bahamas\",\n                    \"countryId\": \"17\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"BHS\"\n                },\n                {\n                    \"countryName\": \"Iraq\",\n                    \"countryId\": \"99\",\n                    \"countryCode\": \"964\",\n                    \"countryISO3\": \"IRQ\"\n                },\n                {\n                    \"countryName\": \"Mongolia\",\n                    \"countryId\": \"140\",\n                    \"countryCode\": \"976\",\n                    \"countryISO3\": \"MNG\"\n                },\n                {\n                    \"countryName\": \"Eritrea\",\n                    \"countryId\": \"65\",\n                    \"countryCode\": \"291\",\n                    \"countryISO3\": \"ERI\"\n                },\n                {\n                    \"countryName\": \"Mauritania\",\n                    \"countryId\": \"133\",\n                    \"countryCode\": \"222\",\n                    \"countryISO3\": \"MRT\"\n                },\n                {\n                    \"countryName\": \"Pitcairn\",\n                    \"countryId\": \"169\",\n                    \"countryCode\": \"872\",\n                    \"countryISO3\": \"PCN\"\n                },\n                {\n                    \"countryName\": \"Liechtenstein\",\n                    \"countryId\": \"120\",\n                    \"countryCode\": \"423\",\n                    \"countryISO3\": \"LIE\"\n                },\n                {\n                    \"countryName\": \"Senegal\",\n                    \"countryId\": \"189\",\n                    \"countryCode\": \"221\",\n                    \"countryISO3\": \"SEN\"\n                },\n                {\n                    \"countryName\": \"Suriname\",\n                    \"countryId\": \"205\",\n                    \"countryCode\": \"597\",\n                    \"countryISO3\": \"SUR\"\n                },\n                {\n                    \"countryName\": \"Czech Republic\",\n                    \"countryId\": \"55\",\n                    \"countryCode\": \"420\",\n                    \"countryISO3\": \"CZE\"\n                },\n                {\n                    \"countryName\": \"Nicaragua\",\n                    \"countryId\": \"152\",\n                    \"countryCode\": \"505\",\n                    \"countryISO3\": \"NIC\"\n                },\n                {\n                    \"countryName\": \"United States\",\n                    \"countryId\": \"228\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"USA\"\n                },\n                {\n                    \"countryName\": \"Kenya\",\n                    \"countryId\": \"110\",\n                    \"countryCode\": \"254\",\n                    \"countryISO3\": \"KEN\"\n                },\n                {\n                    \"countryName\": \"Sri Lanka\",\n                    \"countryId\": \"203\",\n                    \"countryCode\": \"94\",\n                    \"countryISO3\": \"LKA\"\n                },\n                {\n                    \"countryName\": \"Norfolk Island\",\n                    \"countryId\": \"156\",\n                    \"countryCode\": \"672\",\n                    \"countryISO3\": \"NFK\"\n                },\n                {\n                    \"countryName\": \"Greenland\",\n                    \"countryId\": \"82\",\n                    \"countryCode\": \"299\",\n                    \"countryISO3\": \"GRL\"\n                },\n                {\n                    \"countryName\": \"Austria\",\n                    \"countryId\": \"15\",\n                    \"countryCode\": \"43\",\n                    \"countryISO3\": \"AUT\"\n                },\n                {\n                    \"countryName\": \"Burkina Faso\",\n                    \"countryId\": \"34\",\n                    \"countryCode\": \"226\",\n                    \"countryISO3\": \"BFA\"\n                },\n                {\n                    \"countryName\": \"Luxembourg\",\n                    \"countryId\": \"122\",\n                    \"countryCode\": \"352\",\n                    \"countryISO3\": \"LUX\"\n                },\n                {\n                    \"countryName\": \"Macedonia\",\n                    \"countryId\": \"124\",\n                    \"countryCode\": \"389\",\n                    \"countryISO3\": \"MKD\"\n                },\n                {\n                    \"countryName\": \"Cameroon\",\n                    \"countryId\": \"37\",\n                    \"countryCode\": \"237\",\n                    \"countryISO3\": \"CMR\"\n                },\n                {\n                    \"countryName\": \"Grenada\",\n                    \"countryId\": \"83\",\n                    \"countryCode\": \"1 473\",\n                    \"countryISO3\": \"GRD\"\n                },\n                {\n                    \"countryName\": \"Northern Mariana Islands\",\n                    \"countryId\": \"158\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"MNP\"\n                },\n                {\n                    \"countryName\": \"Guinea-Bissau\",\n                    \"countryId\": \"89\",\n                    \"countryCode\": \"245\",\n                    \"countryISO3\": \"GNB\"\n                },\n                {\n                    \"countryName\": \"Ivory Coast\",\n                    \"countryId\": \"104\",\n                    \"countryCode\": \"225\",\n                    \"countryISO3\": \"CIV\"\n                },\n                {\n                    \"countryName\": \"Turks and Caicos Islands\",\n                    \"countryId\": \"222\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"TCA\"\n                },\n                {\n                    \"countryName\": \"Vanuatu\",\n                    \"countryId\": \"232\",\n                    \"countryCode\": \"678\",\n                    \"countryISO3\": \"VUT\"\n                },\n                {\n                    \"countryName\": \"Lebanon\",\n                    \"countryId\": \"116\",\n                    \"countryCode\": \"961\",\n                    \"countryISO3\": \"LBN\"\n                },\n                {\n                    \"countryName\": \"Seychelles\",\n                    \"countryId\": \"191\",\n                    \"countryCode\": \"248\",\n                    \"countryISO3\": \"SYC\"\n                },\n                {\n                    \"countryName\": \"Brunei\",\n                    \"countryId\": \"32\",\n                    \"countryCode\": \"673\",\n                    \"countryISO3\": \"BRN\"\n                },\n                {\n                    \"countryName\": \"Belgium\",\n                    \"countryId\": \"22\",\n                    \"countryCode\": \"32\",\n                    \"countryISO3\": \"BEL\"\n                },\n                {\n                    \"countryName\": \"Comoros\",\n                    \"countryId\": \"48\",\n                    \"countryCode\": \"269\",\n                    \"countryISO3\": \"COM\"\n                },\n                {\n                    \"countryName\": \"Trinidad and Tobago\",\n                    \"countryId\": \"218\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"TTO\"\n                },\n                {\n                    \"countryName\": \"France\",\n                    \"countryId\": \"71\",\n                    \"countryCode\": \"33\",\n                    \"countryISO3\": \"FRA\"\n                },\n                {\n                    \"countryName\": \"Palestine\",\n                    \"countryId\": \"163\",\n                    \"countryCode\": \"970\",\n                    \"countryISO3\": \"PSE\"\n                },\n                {\n                    \"countryName\": \"British Virgin Islands\",\n                    \"countryId\": \"242\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"BVI\"\n                },\n                {\n                    \"countryName\": \"Chile\",\n                    \"countryId\": \"43\",\n                    \"countryCode\": \"56\",\n                    \"countryISO3\": \"CHL\"\n                },\n                {\n                    \"countryName\": \"Rwanda\",\n                    \"countryId\": \"177\",\n                    \"countryCode\": \"250\",\n                    \"countryISO3\": \"RWA\"\n                },\n                {\n                    \"countryName\": \"French Polynesia\",\n                    \"countryId\": \"73\",\n                    \"countryCode\": \"689\",\n                    \"countryISO3\": \"PYF\"\n                },\n                {\n                    \"countryName\": \"Norway\",\n                    \"countryId\": \"159\",\n                    \"countryCode\": \"47\",\n                    \"countryISO3\": \"NOR\"\n                },\n                {\n                    \"countryName\": \"Latvia\",\n                    \"countryId\": \"115\",\n                    \"countryCode\": \"371\",\n                    \"countryISO3\": \"LVA\"\n                },\n                {\n                    \"countryName\": \"French Guiana\",\n                    \"countryId\": \"72\",\n                    \"countryCode\": \"594\",\n                    \"countryISO3\": \"GUF\"\n                },\n                {\n                    \"countryName\": \"Andorra\",\n                    \"countryId\": \"6\",\n                    \"countryCode\": \"376\",\n                    \"countryISO3\": \"AND\"\n                },\n                {\n                    \"countryName\": \"Zimbabwe\",\n                    \"countryId\": \"240\",\n                    \"countryCode\": \"263\",\n                    \"countryISO3\": \"ZWE\"\n                },\n                {\n                    \"countryName\": \"Azerbaijan\",\n                    \"countryId\": \"16\",\n                    \"countryCode\": \"994\",\n                    \"countryISO3\": \"AZE\"\n                },\n                {\n                    \"countryName\": \"Yemen\",\n                    \"countryId\": \"238\",\n                    \"countryCode\": \"967\",\n                    \"countryISO3\": \"YEM\"\n                },\n                {\n                    \"countryName\": \"Netherlands\",\n                    \"countryId\": \"149\",\n                    \"countryCode\": \"31\",\n                    \"countryISO3\": \"NLD\"\n                },\n                {\n                    \"countryName\": \"Kyrgyzstan\",\n                    \"countryId\": \"113\",\n                    \"countryCode\": \"996\",\n                    \"countryISO3\": \"KGZ\"\n                },\n                {\n                    \"countryName\": \"Namibia\",\n                    \"countryId\": \"146\",\n                    \"countryCode\": \"264\",\n                    \"countryISO3\": \"NAM\"\n                },\n                {\n                    \"countryName\": \"Angola\",\n                    \"countryId\": \"7\",\n                    \"countryCode\": \"244\",\n                    \"countryISO3\": \"AGO\"\n                },\n                {\n                    \"countryName\": \"Monaco\",\n                    \"countryId\": \"139\",\n                    \"countryCode\": \"377\",\n                    \"countryISO3\": \"MCO\"\n                },\n                {\n                    \"countryName\": \"Montenegro\",\n                    \"countryId\": \"141\",\n                    \"countryCode\": \"382\",\n                    \"countryISO3\": \"MNE\"\n                },\n                {\n                    \"countryName\": \"Papua New Guinea\",\n                    \"countryId\": \"165\",\n                    \"countryCode\": \"675\",\n                    \"countryISO3\": \"PNG\"\n                },\n                {\n                    \"countryName\": \"Georgia\",\n                    \"countryId\": \"77\",\n                    \"countryCode\": \"995\",\n                    \"countryISO3\": \"GEO\"\n                },\n                {\n                    \"countryName\": \"Montserrat\",\n                    \"countryId\": \"142\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"MSR\"\n                },\n                {\n                    \"countryName\": \"Gambia\",\n                    \"countryId\": \"76\",\n                    \"countryCode\": \"220\",\n                    \"countryISO3\": \"GMB\"\n                },\n                {\n                    \"countryName\": \"Republic of South Sudan\",\n                    \"countryId\": \"244\",\n                    \"countryCode\": \"211\",\n                    \"countryISO3\": \"SSD\"\n                },\n                {\n                    \"countryName\": \"Haiti\",\n                    \"countryId\": \"91\",\n                    \"countryCode\": \"509\",\n                    \"countryISO3\": \"HTI\"\n                },\n                {\n                    \"countryName\": \"Togo\",\n                    \"countryId\": \"215\",\n                    \"countryCode\": \"228\",\n                    \"countryISO3\": \"TGO\"\n                },\n                {\n                    \"countryName\": \"Macau\",\n                    \"countryId\": \"123\",\n                    \"countryCode\": \"853\",\n                    \"countryISO3\": \"MAC\"\n                },\n                {\n                    \"countryName\": \"Western Sahara\",\n                    \"countryId\": \"237\",\n                    \"countryCode\": \"212\",\n                    \"countryISO3\": \"ESH\"\n                },\n                {\n                    \"countryName\": \"Madagascar\",\n                    \"countryId\": \"125\",\n                    \"countryCode\": \"261\",\n                    \"countryISO3\": \"MDG\"\n                },\n                {\n                    \"countryName\": \"Gibraltar\",\n                    \"countryId\": \"80\",\n                    \"countryCode\": \"350\",\n                    \"countryISO3\": \"GIB\"\n                },\n                {\n                    \"countryName\": \"Kuwait\",\n                    \"countryId\": \"112\",\n                    \"countryCode\": \"965\",\n                    \"countryISO3\": \"KWT\"\n                },\n                {\n                    \"countryName\": \"Bosnia and Herzegovina\",\n                    \"countryId\": \"28\",\n                    \"countryCode\": \"387\",\n                    \"countryISO3\": \"BIH\"\n                },\n                {\n                    \"countryName\": \"Democratic Republic of the Congo\",\n                    \"countryId\": \"241\",\n                    \"countryCode\": \"243\",\n                    \"countryISO3\": \"COD\"\n                },\n                {\n                    \"countryName\": \"Jordan\",\n                    \"countryId\": \"108\",\n                    \"countryCode\": \"962\",\n                    \"countryISO3\": \"JOR\"\n                },\n                {\n                    \"countryName\": \"Barbados\",\n                    \"countryId\": \"20\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"BRB\"\n                },\n                {\n                    \"countryName\": \"Saudi Arabia\",\n                    \"countryId\": \"188\",\n                    \"countryCode\": \"966\",\n                    \"countryISO3\": \"SAU\"\n                },\n                {\n                    \"countryName\": \"Hong Kong\",\n                    \"countryId\": \"93\",\n                    \"countryCode\": \"852\",\n                    \"countryISO3\": \"HKG\"\n                },\n                {\n                    \"countryName\": \"Jersey\",\n                    \"countryId\": \"107\",\n                    \"countryCode\": \"44\",\n                    \"countryISO3\": \"JEY\"\n                },\n                {\n                    \"countryName\": \"Saint Barthelemy\",\n                    \"countryId\": \"178\",\n                    \"countryCode\": \"590\",\n                    \"countryISO3\": \"BLM\"\n                },\n                {\n                    \"countryName\": \"Fiji\",\n                    \"countryId\": \"69\",\n                    \"countryCode\": \"679\",\n                    \"countryISO3\": \"FJI\"\n                },\n                {\n                    \"countryName\": \"Lesotho\",\n                    \"countryId\": \"117\",\n                    \"countryCode\": \"266\",\n                    \"countryISO3\": \"LSO\"\n                },\n                {\n                    \"countryName\": \"United States Virgin Islands\",\n                    \"countryId\": \"247\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"USVI\"\n                },\n                {\n                    \"countryName\": \"Nepal\",\n                    \"countryId\": \"148\",\n                    \"countryCode\": \"977\",\n                    \"countryISO3\": \"NPL\"\n                },\n                {\n                    \"countryName\": \"Ghana\",\n                    \"countryId\": \"79\",\n                    \"countryCode\": \"233\",\n                    \"countryISO3\": \"GHA\"\n                },\n                {\n                    \"countryName\": \"Syria\",\n                    \"countryId\": \"210\",\n                    \"countryCode\": \"963\",\n                    \"countryISO3\": \"SYR\"\n                },\n                {\n                    \"countryName\": \"Belize\",\n                    \"countryId\": \"23\",\n                    \"countryCode\": \"501\",\n                    \"countryISO3\": \"BLZ\"\n                },\n                {\n                    \"countryName\": \"Bhutan\",\n                    \"countryId\": \"26\",\n                    \"countryCode\": \"975\",\n                    \"countryISO3\": \"BTN\"\n                },\n                {\n                    \"countryName\": \"Sao Tome and Principe\",\n                    \"countryId\": \"187\",\n                    \"countryCode\": \"239\",\n                    \"countryISO3\": \"STP\"\n                },\n                {\n                    \"countryName\": \"Botswana\",\n                    \"countryId\": \"29\",\n                    \"countryCode\": \"267\",\n                    \"countryISO3\": \"BWA\"\n                },\n                {\n                    \"countryName\": \"Philippines\",\n                    \"countryId\": \"168\",\n                    \"countryCode\": \"63\",\n                    \"countryISO3\": \"PHL\"\n                },\n                {\n                    \"countryName\": \"Guyana\",\n                    \"countryId\": \"90\",\n                    \"countryCode\": \"592\",\n                    \"countryISO3\": \"GUY\"\n                },\n                {\n                    \"countryName\": \"Mexico\",\n                    \"countryId\": \"136\",\n                    \"countryCode\": \"52\",\n                    \"countryISO3\": \"MEX\"\n                },\n                {\n                    \"countryName\": \"Albania\",\n                    \"countryId\": \"3\",\n                    \"countryCode\": \"355\",\n                    \"countryISO3\": \"ALB\"\n                },\n                {\n                    \"countryName\": \"Guernsey\",\n                    \"countryId\": \"87\",\n                    \"countryCode\": \"44\",\n                    \"countryISO3\": \"GGY\"\n                },\n                {\n                    \"countryName\": \"Finland\",\n                    \"countryId\": \"70\",\n                    \"countryCode\": \"358\",\n                    \"countryISO3\": \"FIN\"\n                },\n                {\n                    \"countryName\": \"Moldova\",\n                    \"countryId\": \"138\",\n                    \"countryCode\": \"373\",\n                    \"countryISO3\": \"MDA\"\n                },\n                {\n                    \"countryName\": \"Costa Rica\",\n                    \"countryId\": \"50\",\n                    \"countryCode\": \"506\",\n                    \"countryISO3\": \"CRI\"\n                },\n                {\n                    \"countryName\": \"Colombia\",\n                    \"countryId\": \"47\",\n                    \"countryCode\": \"57\",\n                    \"countryISO3\": \"COL\"\n                },\n                {\n                    \"countryName\": \"tes\",\n                    \"countryId\": \"265\",\n                    \"countryCode\": \"123\",\n                    \"countryISO3\": \"tes\"\n                },\n                {\n                    \"countryName\": \"South Georgia and the South Sandwich Islands\",\n                    \"countryId\": \"200\",\n                    \"countryCode\": \"500\",\n                    \"countryISO3\": \"SGS\"\n                },\n                {\n                    \"countryName\": \"Palau\",\n                    \"countryId\": \"162\",\n                    \"countryCode\": \"680\",\n                    \"countryISO3\": \"PLW\"\n                },\n                {\n                    \"countryName\": \"Morocco\",\n                    \"countryId\": \"143\",\n                    \"countryCode\": \"212\",\n                    \"countryISO3\": \"MAR\"\n                },\n                {\n                    \"countryName\": \"Guam\",\n                    \"countryId\": \"85\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"GUM\"\n                },\n                {\n                    \"countryName\": \"Myanmar\",\n                    \"countryId\": \"145\",\n                    \"countryCode\": \"95\",\n                    \"countryISO3\": \"MMR\"\n                },\n                {\n                    \"countryName\": \"Bahrain\",\n                    \"countryId\": \"18\",\n                    \"countryCode\": \"973\",\n                    \"countryISO3\": \"BHR\"\n                },\n                {\n                    \"countryName\": \"Tuvalu\",\n                    \"countryId\": \"223\",\n                    \"countryCode\": \"688\",\n                    \"countryISO3\": \"TUV\"\n                },\n                {\n                    \"countryName\": \"Reunion\",\n                    \"countryId\": \"174\",\n                    \"countryCode\": \"262\",\n                    \"countryISO3\": \"REU\"\n                },\n                {\n                    \"countryName\": \"Switzerland\",\n                    \"countryId\": \"209\",\n                    \"countryCode\": \"41\",\n                    \"countryISO3\": \"CHE\"\n                },\n                {\n                    \"countryName\": \"Uzbekistan\",\n                    \"countryId\": \"231\",\n                    \"countryCode\": \"998\",\n                    \"countryISO3\": \"UZB\"\n                },\n                {\n                    \"countryName\": \"Jamaica\",\n                    \"countryId\": \"105\",\n                    \"countryCode\": \"1\",\n                    \"countryISO3\": \"JAM\"\n                }\n            ]\n        }\n    }\n}"},{"id":"872c3f5f-d233-4c60-a2d8-4eed56c29cfa","name":"Get Countries - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"X-Requested-With","value":"XMLHttpRequest","disabled":true},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCountries"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1378\",\n            \"resultDescription\": \"Get country failure\"\n        }\n    }\n}"}],"_postman_id":"9c8ba35e-bd07-4055-96cc-326753aadbbb"},{"name":"Currencies","event":[{"listen":"test","script":{"id":"20351cd7-f4b5-4691-a59e-6fd9bec2b0a3","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"32108c78-332a-4c6f-a577-4d6bd3aff398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCurrency","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the Currency details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Currency Type</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Currency Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currencyList</td>\n<td>O</td>\n<td>Object of the Currency</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-currencylist-parameters\">Output currencyList Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currencyName</td>\n<td>O</td>\n<td>Name of the Currency</td>\n</tr>\n<tr>\n<td>currencyId</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Currency(This will be an auto - increment value)</td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>O</td>\n<td>Currency Type</td>\n</tr>\n<tr>\n<td>currencyDesc</td>\n<td>O</td>\n<td>Currency Description</td>\n</tr>\n<tr>\n<td>conversionFactor</td>\n<td>O</td>\n<td>Currency Conversion Factor</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1379</td>\n<td>Get currency success</td>\n<td></td>\n</tr>\n<tr>\n<td>1380</td>\n<td>Get currency failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1384</td>\n<td>No currency exists</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetCurrency"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9facc88a-3bcd-4ebf-9c62-d2c5a29380c3","name":"Get Currencies - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetCurrency"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1380\",\n            \"resultDescription\": \"Get currency failure\"\n        }\n    }\n}"},{"id":"4fbb1cc7-ee5a-419a-98ec-d9d0db826a74","name":"Get Currencies  - Success - {Specific}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","warning":""},{"key":"X-Requested-With","value":"XMLHttpRequest","warning":""},{"key":"X-Authorization","value":"Sample Token","warning":""}],"url":{"raw":"https://{{url}}/api/GetCurrency?currencyType=AED","protocol":"https","host":["{{url}}"],"path":["api","GetCurrency"],"query":[{"key":"currencyType","value":"AED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":"Options that are desired for the connection"},{"key":"content-length","value":"361","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Fri, 24 Apr 2020 09:31:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"45026833557041858\",\n        \"responseTimestamp\": \"24/04/2020 09:31:31\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1379\",\n            \"resultDescription\": \"Get currency success\"\n        },\n        \"responseParam\": {\n            \"currencyList\": [\n                {\n                    \"currencyId\": \"1\",\n                    \"currencyName\": \"Arab Emirates Dirham\",\n                    \"currencyType\": \"AED\",\n                    \"currencyDesc\": \"Arab Emirates Dirham\",\n                    \"conversionFactor\": \"100\"\n                }\n            ]\n        }\n    }\n}"},{"id":"27bdee18-2239-4c49-b55f-3893cdd47957","name":"Get Currencies - Sucess","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","warning":""},{"key":"X-Requested-With","value":"XMLHttpRequest","warning":""},{"key":"X-Authorization","value":"Sample Token","warning":""}],"url":"https://{{url}}/api/GetCurrency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"Keep-Alive","name":"connection","description":"Options that are desired for the connection"},{"key":"content-length","value":"22088","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json;charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Fri, 24 Apr 2020 09:25:10 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"via","value":"1.1 simforthings-dev.bics.com","name":"via","description":"Informs the client of proxies through which the response was sent."}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"5276591533155583\",\n        \"responseTimestamp\": \"07/06/2021 17:43:55\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1379\",\n            \"resultDescription\": \"Get currency success\"\n        },\n        \"responseParam\": {\n            \"currencyList\": [\n                {\n                    \"currencyId\": \"126\",\n                    \"currencyName\": \"Singapore Dollar\",\n                    \"currencyType\": \"SGD\",\n                    \"currencyDesc\": \"Singapore Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"30\",\n                    \"currencyName\": \"Yuan Renminbi\",\n                    \"currencyType\": \"CNY\",\n                    \"currencyDesc\": \"Yuan Renminbi\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"35\",\n                    \"currencyName\": \"Czech Koruna\",\n                    \"currencyType\": \"CZK\",\n                    \"currencyDesc\": \"Czech Koruna\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"119\",\n                    \"currencyName\": \"Russian Ruble\",\n                    \"currencyType\": \"RUB\",\n                    \"currencyDesc\": \"Russian Ruble\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"147\",\n                    \"currencyName\": \"US Dollar\",\n                    \"currencyType\": \"USD\",\n                    \"currencyDesc\": \"US Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"56\",\n                    \"currencyName\": \"Hong Kong Dollar\",\n                    \"currencyType\": \"HKD\",\n                    \"currencyDesc\": \"Hong Kong Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"8\",\n                    \"currencyName\": \"Australian Dollar\",\n                    \"currencyType\": \"AUD\",\n                    \"currencyDesc\": \"Australian Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"104\",\n                    \"currencyName\": \"Norwegian Krone\",\n                    \"currencyType\": \"NOK\",\n                    \"currencyDesc\": \"Norwegian Krone\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"44\",\n                    \"currencyName\": \"Euro\",\n                    \"currencyType\": \"EUR\",\n                    \"currencyDesc\": \"Euro\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"106\",\n                    \"currencyName\": \"New Zealand Dollar\",\n                    \"currencyType\": \"NZD\",\n                    \"currencyDesc\": \"New Zealand Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"63\",\n                    \"currencyName\": \"Indian Rupee\",\n                    \"currencyType\": \"INR\",\n                    \"currencyDesc\": \"Indian Rupee\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"26\",\n                    \"currencyName\": \"Canadian Dollar\",\n                    \"currencyType\": \"CAD\",\n                    \"currencyDesc\": \"Canadian Dollar\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"99\",\n                    \"currencyName\": \"Malaysian Ringgit\",\n                    \"currencyType\": \"MYR\",\n                    \"currencyDesc\": \"Malaysian Ringgit\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"156\",\n                    \"currencyName\": \"West African CFA Franc\",\n                    \"currencyType\": \"XOF\",\n                    \"currencyDesc\": \"West African CFA Franc\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"37\",\n                    \"currencyName\": \"Danish Krone\",\n                    \"currencyType\": \"DKK\",\n                    \"currencyDesc\": \"Danish Krone\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"47\",\n                    \"currencyName\": \"Pound Sterling\",\n                    \"currencyType\": \"GBP\",\n                    \"currencyDesc\": \"Pound Sterling\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"159\",\n                    \"currencyName\": \"South African Rand\",\n                    \"currencyType\": \"ZAR\",\n                    \"currencyDesc\": \"South African Rand\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"113\",\n                    \"currencyName\": \"Polish Zloty\",\n                    \"currencyType\": \"PLN\",\n                    \"currencyDesc\": \"Polish Zloty\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"141\",\n                    \"currencyName\": \"Turkish Lira\",\n                    \"currencyType\": \"TRY\",\n                    \"currencyDesc\": \"Turkish Lira\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"125\",\n                    \"currencyName\": \"Swedish Krona\",\n                    \"currencyType\": \"SEK\",\n                    \"currencyDesc\": \"Swedish Krona\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"28\",\n                    \"currencyName\": \"Swiss Franc\",\n                    \"currencyType\": \"CHF\",\n                    \"currencyDesc\": \"Swiss Franc\",\n                    \"conversionFactor\": \"100\"\n                },\n                {\n                    \"currencyId\": \"69\",\n                    \"currencyName\": \"Japanese Yen\",\n                    \"currencyType\": \"JPY\",\n                    \"currencyDesc\": \"Japanese Yen\",\n                    \"conversionFactor\": \"100\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"32108c78-332a-4c6f-a577-4d6bd3aff398"},{"name":"Timezones","event":[{"listen":"test","script":{"id":"d708a29a-45a6-42b9-8067-c89c0e9a496a","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"981b086e-502a-4e2b-8724-3bafa7ab5712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTimeZone","description":"<h2 id=\"description\">Description</h2>\n<p>This API will be used to fetch the time zone details.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of the Time Zone Details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>timeZoneList</td>\n<td>O</td>\n<td>Object of the Time Zone</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-timezonelist-parameter\">Output timeZoneList Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>canonicalId</td>\n<td>O</td>\n<td>Canonical Id</td>\n</tr>\n<tr>\n<td>timeZoneId</td>\n<td>O</td>\n<td>ID assigned / configured in the system against each Time Zone(This will be an auto-increment value)</td>\n</tr>\n<tr>\n<td>standardOffset</td>\n<td>O</td>\n<td>Standard Offset</td>\n</tr>\n<tr>\n<td>description</td>\n<td>O</td>\n<td>Currency Time Zone</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1381</td>\n<td>Get time zone success</td>\n<td></td>\n</tr>\n<tr>\n<td>1382</td>\n<td>Get time zone failure</td>\n<td></td>\n</tr>\n<tr>\n<td>1385</td>\n<td>No timezone exists</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetTimeZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a5575481-28f0-4964-8957-5c5920b9c781","name":"Get Timezones - Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTimeZone"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"10147764526003929674\",\n        \"responseTimestamp\": \"26/05/2020 01:59:44\",\n        \"resultCode\": \"1\",\n        \"resultParam\": {\n            \"resultCode\": \"1382\",\n            \"resultDescription\": \"Get time zone failure\"\n        }\n    }\n}"},{"id":"e31052cd-cb2a-4fec-ae17-d83c8fdf6afa","name":"Get Timezones - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/GetTimeZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:52:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"45157"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseId\": \"38624487160146648\",\n        \"responseTimestamp\": \"05/05/2020 02:52:17\",\n        \"resultCode\": \"0\",\n        \"resultParam\": {\n            \"resultCode\": \"1381\",\n            \"resultDescription\": \"Get time zone success\"\n        },\n        \"responseParam\": {\n            \"timeZoneList\": [\n                {\n                    \"timeZoneId\": \"106\",\n                    \"canonicalId\": \"America/Halifax\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Halifax\"\n                },\n                {\n                    \"timeZoneId\": \"34\",\n                    \"canonicalId\": \"Africa/Maseru\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Maseru\"\n                },\n                {\n                    \"timeZoneId\": \"133\",\n                    \"canonicalId\": \"America/Menominee\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Menominee\"\n                },\n                {\n                    \"timeZoneId\": \"259\",\n                    \"canonicalId\": \"Asia/Shanghai\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Shanghai\"\n                },\n                {\n                    \"timeZoneId\": \"70\",\n                    \"canonicalId\": \"America/Barbados\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Barbados\"\n                },\n                {\n                    \"timeZoneId\": \"374\",\n                    \"canonicalId\": \"Pacific/Guam\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Guam\"\n                },\n                {\n                    \"timeZoneId\": \"311\",\n                    \"canonicalId\": \"Europe/Istanbul\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Istanbul\"\n                },\n                {\n                    \"timeZoneId\": \"321\",\n                    \"canonicalId\": \"Europe/Mariehamn\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Mariehamn\"\n                },\n                {\n                    \"timeZoneId\": \"159\",\n                    \"canonicalId\": \"America/Recife\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Recife\"\n                },\n                {\n                    \"timeZoneId\": \"87\",\n                    \"canonicalId\": \"America/Curacao\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Curacao\"\n                },\n                {\n                    \"timeZoneId\": \"313\",\n                    \"canonicalId\": \"Europe/Kaliningrad\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Kaliningrad\"\n                },\n                {\n                    \"timeZoneId\": \"125\",\n                    \"canonicalId\": \"America/Lower_Princes\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Lower_Princes\"\n                },\n                {\n                    \"timeZoneId\": \"349\",\n                    \"canonicalId\": \"Europe/Zurich\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Zurich\"\n                },\n                {\n                    \"timeZoneId\": \"397\",\n                    \"canonicalId\": \"America/Tortola\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Tortola\"\n                },\n                {\n                    \"timeZoneId\": \"93\",\n                    \"canonicalId\": \"America/Edmonton\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Edmonton\"\n                },\n                {\n                    \"timeZoneId\": \"152\",\n                    \"canonicalId\": \"America/Phoenix\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Phoenix\"\n                },\n                {\n                    \"timeZoneId\": \"295\",\n                    \"canonicalId\": \"Europe/Amsterdam\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Amsterdam\"\n                },\n                {\n                    \"timeZoneId\": \"21\",\n                    \"canonicalId\": \"Africa/Gaborone\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Gaborone\"\n                },\n                {\n                    \"timeZoneId\": \"393\",\n                    \"canonicalId\": \"Pacific/Wake\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Wake\"\n                },\n                {\n                    \"timeZoneId\": \"97\",\n                    \"canonicalId\": \"America/Glace_Bay\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Glace_Bay\"\n                },\n                {\n                    \"timeZoneId\": \"217\",\n                    \"canonicalId\": \"Asia/Dili\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Asia/Dili\"\n                },\n                {\n                    \"timeZoneId\": \"273\",\n                    \"canonicalId\": \"Asia/Yerevan\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Asia/Yerevan\"\n                },\n                {\n                    \"timeZoneId\": \"267\",\n                    \"canonicalId\": \"Asia/Ulaanbaatar\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Ulaanbaatar\"\n                },\n                {\n                    \"timeZoneId\": \"332\",\n                    \"canonicalId\": \"Europe/San_Marino\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/San_Marino\"\n                },\n                {\n                    \"timeZoneId\": \"239\",\n                    \"canonicalId\": \"Asia/Macau\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Macau\"\n                },\n                {\n                    \"timeZoneId\": \"11\",\n                    \"canonicalId\": \"Africa/Bujumbura\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Bujumbura\"\n                },\n                {\n                    \"timeZoneId\": \"81\",\n                    \"canonicalId\": \"America/Cayenne\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Cayenne\"\n                },\n                {\n                    \"timeZoneId\": \"253\",\n                    \"canonicalId\": \"Asia/Qyzylorda\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Qyzylorda\"\n                },\n                {\n                    \"timeZoneId\": \"257\",\n                    \"canonicalId\": \"Asia/Samarkand\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Samarkand\"\n                },\n                {\n                    \"timeZoneId\": \"149\",\n                    \"canonicalId\": \"America/Panama\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Panama\"\n                },\n                {\n                    \"timeZoneId\": \"211\",\n                    \"canonicalId\": \"Asia/Brunei\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Brunei\"\n                },\n                {\n                    \"timeZoneId\": \"119\",\n                    \"canonicalId\": \"America/Juneau\",\n                    \"standardOffset\": \"-08:00\",\n                    \"description\": \"America/Juneau\"\n                },\n                {\n                    \"timeZoneId\": \"391\",\n                    \"canonicalId\": \"Pacific/Tarawa\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Tarawa\"\n                },\n                {\n                    \"timeZoneId\": \"366\",\n                    \"canonicalId\": \"Pacific/Easter\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"Pacific/Easter\"\n                },\n                {\n                    \"timeZoneId\": \"296\",\n                    \"canonicalId\": \"Europe/Andorra\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Andorra\"\n                },\n                {\n                    \"timeZoneId\": \"297\",\n                    \"canonicalId\": \"Europe/Athens\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Athens\"\n                },\n                {\n                    \"timeZoneId\": \"35\",\n                    \"canonicalId\": \"Africa/Mbabane\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Mbabane\"\n                },\n                {\n                    \"timeZoneId\": \"251\",\n                    \"canonicalId\": \"Asia/Pyongyang\",\n                    \"standardOffset\": \"+08:30\",\n                    \"description\": \"Asia/Pyongyang\"\n                },\n                {\n                    \"timeZoneId\": \"351\",\n                    \"canonicalId\": \"Indian/Chagos\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Indian/Chagos\"\n                },\n                {\n                    \"timeZoneId\": \"69\",\n                    \"canonicalId\": \"America/Bahia_Banderas\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Bahia_Banderas\"\n                },\n                {\n                    \"timeZoneId\": \"112\",\n                    \"canonicalId\": \"America/Indiana/Petersburg\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Petersburg\"\n                },\n                {\n                    \"timeZoneId\": \"25\",\n                    \"canonicalId\": \"Africa/Khartoum\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Khartoum\"\n                },\n                {\n                    \"timeZoneId\": \"51\",\n                    \"canonicalId\": \"America/Antigua\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Antigua\"\n                },\n                {\n                    \"timeZoneId\": \"88\",\n                    \"canonicalId\": \"America/Danmarkshavn\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"America/Danmarkshavn\"\n                },\n                {\n                    \"timeZoneId\": \"392\",\n                    \"canonicalId\": \"Pacific/Tongatapu\",\n                    \"standardOffset\": \"+13:00\",\n                    \"description\": \"Pacific/Tongatapu\"\n                },\n                {\n                    \"timeZoneId\": \"131\",\n                    \"canonicalId\": \"America/Matamoros\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Matamoros\"\n                },\n                {\n                    \"timeZoneId\": \"203\",\n                    \"canonicalId\": \"Asia/Aqtobe\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Aqtobe\"\n                },\n                {\n                    \"timeZoneId\": \"388\",\n                    \"canonicalId\": \"Pacific/Rarotonga\",\n                    \"standardOffset\": \"-10:00\",\n                    \"description\": \"Pacific/Rarotonga\"\n                },\n                {\n                    \"timeZoneId\": \"19\",\n                    \"canonicalId\": \"Africa/El_Aaiun\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/El_Aaiun\"\n                },\n                {\n                    \"timeZoneId\": \"372\",\n                    \"canonicalId\": \"Pacific/Gambier\",\n                    \"standardOffset\": \"-10:00\",\n                    \"description\": \"Pacific/Gambier\"\n                },\n                {\n                    \"timeZoneId\": \"176\",\n                    \"canonicalId\": \"America/Tegucigalpa\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Tegucigalpa\"\n                },\n                {\n                    \"timeZoneId\": \"5\",\n                    \"canonicalId\": \"Africa/Asmara\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Asmara\"\n                },\n                {\n                    \"timeZoneId\": \"167\",\n                    \"canonicalId\": \"America/Sao_Paulo\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Sao_Paulo\"\n                },\n                {\n                    \"timeZoneId\": \"336\",\n                    \"canonicalId\": \"Europe/Sofia\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Sofia\"\n                },\n                {\n                    \"timeZoneId\": \"264\",\n                    \"canonicalId\": \"Asia/Tehran\",\n                    \"standardOffset\": \"+04:30\",\n                    \"description\": \"Asia/Tehran\"\n                },\n                {\n                    \"timeZoneId\": \"327\",\n                    \"canonicalId\": \"Europe/Podgorica\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Podgorica\"\n                },\n                {\n                    \"timeZoneId\": \"288\",\n                    \"canonicalId\": \"Australia/Eucla\",\n                    \"standardOffset\": \"+08:45\",\n                    \"description\": \"Australia/Eucla\"\n                },\n                {\n                    \"timeZoneId\": \"322\",\n                    \"canonicalId\": \"Europe/Minsk\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Minsk\"\n                },\n                {\n                    \"timeZoneId\": \"150\",\n                    \"canonicalId\": \"America/Pangnirtung\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Pangnirtung\"\n                },\n                {\n                    \"timeZoneId\": \"224\",\n                    \"canonicalId\": \"Asia/Ho_Chi_Minh\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Ho_Chi_Minh\"\n                },\n                {\n                    \"timeZoneId\": \"135\",\n                    \"canonicalId\": \"America/Mexico_City\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Mexico_City\"\n                },\n                {\n                    \"timeZoneId\": \"62\",\n                    \"canonicalId\": \"America/Argentina/San_Luis\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/San_Luis\"\n                },\n                {\n                    \"timeZoneId\": \"399\",\n                    \"canonicalId\": \"Africa/Juba\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Juba\"\n                },\n                {\n                    \"timeZoneId\": \"22\",\n                    \"canonicalId\": \"Africa/Harare\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Harare\"\n                },\n                {\n                    \"timeZoneId\": \"278\",\n                    \"canonicalId\": \"Atlantic/Faroe\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Atlantic/Faroe\"\n                },\n                {\n                    \"timeZoneId\": \"207\",\n                    \"canonicalId\": \"Asia/Baku\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Asia/Baku\"\n                },\n                {\n                    \"timeZoneId\": \"300\",\n                    \"canonicalId\": \"Europe/Bratislava\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Bratislava\"\n                },\n                {\n                    \"timeZoneId\": \"305\",\n                    \"canonicalId\": \"Europe/Copenhagen\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Copenhagen\"\n                },\n                {\n                    \"timeZoneId\": \"184\",\n                    \"canonicalId\": \"America/Yakutat\",\n                    \"standardOffset\": \"-08:00\",\n                    \"description\": \"America/Yakutat\"\n                },\n                {\n                    \"timeZoneId\": \"293\",\n                    \"canonicalId\": \"Australia/Perth\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Australia/Perth\"\n                },\n                {\n                    \"timeZoneId\": \"60\",\n                    \"canonicalId\": \"America/Argentina/Salta\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Salta\"\n                },\n                {\n                    \"timeZoneId\": \"250\",\n                    \"canonicalId\": \"Asia/Pontianak\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Pontianak\"\n                },\n                {\n                    \"timeZoneId\": \"56\",\n                    \"canonicalId\": \"America/Argentina/Jujuy\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Jujuy\"\n                },\n                {\n                    \"timeZoneId\": \"377\",\n                    \"canonicalId\": \"Pacific/Majuro\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Majuro\"\n                },\n                {\n                    \"timeZoneId\": \"193\",\n                    \"canonicalId\": \"Antarctica/Rothera\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"Antarctica/Rothera\"\n                },\n                {\n                    \"timeZoneId\": \"281\",\n                    \"canonicalId\": \"Atlantic/South_Georgia\",\n                    \"standardOffset\": \"-02:00\",\n                    \"description\": \"Atlantic/South_Georgia\"\n                },\n                {\n                    \"timeZoneId\": \"71\",\n                    \"canonicalId\": \"America/Belem\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Belem\"\n                },\n                {\n                    \"timeZoneId\": \"282\",\n                    \"canonicalId\": \"Atlantic/St_Helena\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Atlantic/St_Helena\"\n                },\n                {\n                    \"timeZoneId\": \"228\",\n                    \"canonicalId\": \"Asia/Jerusalem\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Jerusalem\"\n                },\n                {\n                    \"timeZoneId\": \"375\",\n                    \"canonicalId\": \"Pacific/Kiritimati\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Kiritimati\"\n                },\n                {\n                    \"timeZoneId\": \"186\",\n                    \"canonicalId\": \"Antarctica/Casey\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Antarctica/Casey\"\n                },\n                {\n                    \"timeZoneId\": \"331\",\n                    \"canonicalId\": \"Europe/Samara\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Europe/Samara\"\n                },\n                {\n                    \"timeZoneId\": \"382\",\n                    \"canonicalId\": \"Pacific/Norfolk\",\n                    \"standardOffset\": \"+11:30\",\n                    \"description\": \"Pacific/Norfolk\"\n                },\n                {\n                    \"timeZoneId\": \"286\",\n                    \"canonicalId\": \"Australia/Currie\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Currie\"\n                },\n                {\n                    \"timeZoneId\": \"115\",\n                    \"canonicalId\": \"America/Indiana/Winamac\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Winamac\"\n                },\n                {\n                    \"timeZoneId\": \"238\",\n                    \"canonicalId\": \"Asia/Kuwait\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Kuwait\"\n                },\n                {\n                    \"timeZoneId\": \"197\",\n                    \"canonicalId\": \"Arctic/Longyearbyen\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Arctic/Longyearbyen\"\n                },\n                {\n                    \"timeZoneId\": \"248\",\n                    \"canonicalId\": \"Asia/Oral\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Oral\"\n                },\n                {\n                    \"timeZoneId\": \"202\",\n                    \"canonicalId\": \"Asia/Aqtau\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Aqtau\"\n                },\n                {\n                    \"timeZoneId\": \"289\",\n                    \"canonicalId\": \"Australia/Hobart\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Hobart\"\n                },\n                {\n                    \"timeZoneId\": \"2\",\n                    \"canonicalId\": \"Africa/Accra\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Accra\"\n                },\n                {\n                    \"timeZoneId\": \"347\",\n                    \"canonicalId\": \"Europe/Zagreb\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Zagreb\"\n                },\n                {\n                    \"timeZoneId\": \"215\",\n                    \"canonicalId\": \"Asia/Damascus\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Damascus\"\n                },\n                {\n                    \"timeZoneId\": \"57\",\n                    \"canonicalId\": \"America/Argentina/La_Rioja\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/La_Rioja\"\n                },\n                {\n                    \"timeZoneId\": \"136\",\n                    \"canonicalId\": \"America/Miquelon\",\n                    \"standardOffset\": \"-02:00\",\n                    \"description\": \"America/Miquelon\"\n                },\n                {\n                    \"timeZoneId\": \"75\",\n                    \"canonicalId\": \"America/Bogota\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Bogota\"\n                },\n                {\n                    \"timeZoneId\": \"361\",\n                    \"canonicalId\": \"Pacific/Apia\",\n                    \"standardOffset\": \"+13:00\",\n                    \"description\": \"Pacific/Apia\"\n                },\n                {\n                    \"timeZoneId\": \"127\",\n                    \"canonicalId\": \"America/Managua\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Managua\"\n                },\n                {\n                    \"timeZoneId\": \"266\",\n                    \"canonicalId\": \"Asia/Tokyo\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Asia/Tokyo\"\n                },\n                {\n                    \"timeZoneId\": \"369\",\n                    \"canonicalId\": \"Pacific/Fakaofo\",\n                    \"standardOffset\": \"-10:00\",\n                    \"description\": \"Pacific/Fakaofo\"\n                },\n                {\n                    \"timeZoneId\": \"6\",\n                    \"canonicalId\": \"Africa/Bamako\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Bamako\"\n                },\n                {\n                    \"timeZoneId\": \"263\",\n                    \"canonicalId\": \"Asia/Tbilisi\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Asia/Tbilisi\"\n                },\n                {\n                    \"timeZoneId\": \"24\",\n                    \"canonicalId\": \"Africa/Kampala\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Kampala\"\n                },\n                {\n                    \"timeZoneId\": \"320\",\n                    \"canonicalId\": \"Europe/Malta\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Malta\"\n                },\n                {\n                    \"timeZoneId\": \"346\",\n                    \"canonicalId\": \"Europe/Warsaw\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Warsaw\"\n                },\n                {\n                    \"timeZoneId\": \"350\",\n                    \"canonicalId\": \"Indian/Antananarivo\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Indian/Antananarivo\"\n                },\n                {\n                    \"timeZoneId\": \"312\",\n                    \"canonicalId\": \"Europe/Jersey\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/Jersey\"\n                },\n                {\n                    \"timeZoneId\": \"79\",\n                    \"canonicalId\": \"America/Cancun\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Cancun\"\n                },\n                {\n                    \"timeZoneId\": \"249\",\n                    \"canonicalId\": \"Asia/Phnom_Penh\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Phnom_Penh\"\n                },\n                {\n                    \"timeZoneId\": \"283\",\n                    \"canonicalId\": \"Australia/Adelaide\",\n                    \"standardOffset\": \"+09:30\",\n                    \"description\": \"Australia/Adelaide\"\n                },\n                {\n                    \"timeZoneId\": \"337\",\n                    \"canonicalId\": \"Europe/Stockholm\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Stockholm\"\n                },\n                {\n                    \"timeZoneId\": \"15\",\n                    \"canonicalId\": \"Africa/Dakar\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Dakar\"\n                },\n                {\n                    \"timeZoneId\": \"137\",\n                    \"canonicalId\": \"America/Moncton\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Moncton\"\n                },\n                {\n                    \"timeZoneId\": \"318\",\n                    \"canonicalId\": \"Europe/Luxembourg\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Luxembourg\"\n                },\n                {\n                    \"timeZoneId\": \"177\",\n                    \"canonicalId\": \"America/Thule\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Thule\"\n                },\n                {\n                    \"timeZoneId\": \"216\",\n                    \"canonicalId\": \"Asia/Dhaka\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Dhaka\"\n                },\n                {\n                    \"timeZoneId\": \"324\",\n                    \"canonicalId\": \"Europe/Moscow\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Moscow\"\n                },\n                {\n                    \"timeZoneId\": \"175\",\n                    \"canonicalId\": \"America/Swift_Current\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Swift_Current\"\n                },\n                {\n                    \"timeZoneId\": \"142\",\n                    \"canonicalId\": \"America/Nassau\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Nassau\"\n                },\n                {\n                    \"timeZoneId\": \"31\",\n                    \"canonicalId\": \"Africa/Lusaka\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Lusaka\"\n                },\n                {\n                    \"timeZoneId\": \"188\",\n                    \"canonicalId\": \"Antarctica/DumontDUrville\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Antarctica/DumontDUrville\"\n                },\n                {\n                    \"timeZoneId\": \"299\",\n                    \"canonicalId\": \"Europe/Berlin\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Berlin\"\n                },\n                {\n                    \"timeZoneId\": \"243\",\n                    \"canonicalId\": \"Asia/Muscat\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Asia/Muscat\"\n                },\n                {\n                    \"timeZoneId\": \"107\",\n                    \"canonicalId\": \"America/Havana\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Havana\"\n                },\n                {\n                    \"timeZoneId\": \"168\",\n                    \"canonicalId\": \"America/Scoresbysund\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"America/Scoresbysund\"\n                },\n                {\n                    \"timeZoneId\": \"111\",\n                    \"canonicalId\": \"America/Indiana/Marengo\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Marengo\"\n                },\n                {\n                    \"timeZoneId\": \"65\",\n                    \"canonicalId\": \"America/Aruba\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Aruba\"\n                },\n                {\n                    \"timeZoneId\": \"389\",\n                    \"canonicalId\": \"Pacific/Saipan\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Saipan\"\n                },\n                {\n                    \"timeZoneId\": \"275\",\n                    \"canonicalId\": \"Atlantic/Bermuda\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"Atlantic/Bermuda\"\n                },\n                {\n                    \"timeZoneId\": \"94\",\n                    \"canonicalId\": \"America/Eirunepe\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Eirunepe\"\n                },\n                {\n                    \"timeZoneId\": \"147\",\n                    \"canonicalId\": \"America/North_Dakota/New_Salem\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/North_Dakota/New_Salem\"\n                },\n                {\n                    \"timeZoneId\": \"225\",\n                    \"canonicalId\": \"Asia/Irkutsk\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Irkutsk\"\n                },\n                {\n                    \"timeZoneId\": \"179\",\n                    \"canonicalId\": \"America/Tijuana\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Tijuana\"\n                },\n                {\n                    \"timeZoneId\": \"345\",\n                    \"canonicalId\": \"Europe/Volgograd\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Volgograd\"\n                },\n                {\n                    \"timeZoneId\": \"190\",\n                    \"canonicalId\": \"Antarctica/Mawson\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Antarctica/Mawson\"\n                },\n                {\n                    \"timeZoneId\": \"342\",\n                    \"canonicalId\": \"Europe/Vatican\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Vatican\"\n                },\n                {\n                    \"timeZoneId\": \"61\",\n                    \"canonicalId\": \"America/Argentina/San_Juan\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/San_Juan\"\n                },\n                {\n                    \"timeZoneId\": \"235\",\n                    \"canonicalId\": \"Asia/Krasnoyarsk\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Krasnoyarsk\"\n                },\n                {\n                    \"timeZoneId\": \"146\",\n                    \"canonicalId\": \"America/North_Dakota/Center\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/North_Dakota/Center\"\n                },\n                {\n                    \"timeZoneId\": \"120\",\n                    \"canonicalId\": \"America/Kentucky/Louisville\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Kentucky/Louisville\"\n                },\n                {\n                    \"timeZoneId\": \"363\",\n                    \"canonicalId\": \"Pacific/Bougainville\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Bougainville\"\n                },\n                {\n                    \"timeZoneId\": \"360\",\n                    \"canonicalId\": \"Indian/Reunion\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Indian/Reunion\"\n                },\n                {\n                    \"timeZoneId\": \"68\",\n                    \"canonicalId\": \"America/Bahia\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Bahia\"\n                },\n                {\n                    \"timeZoneId\": \"260\",\n                    \"canonicalId\": \"Asia/Singapore\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Singapore\"\n                },\n                {\n                    \"timeZoneId\": \"67\",\n                    \"canonicalId\": \"America/Atikokan\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Atikokan\"\n                },\n                {\n                    \"timeZoneId\": \"400\",\n                    \"canonicalId\": \"America/St_Thomas\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/St_Thomas\"\n                },\n                {\n                    \"timeZoneId\": \"236\",\n                    \"canonicalId\": \"Asia/Kuala_Lumpur\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Kuala_Lumpur\"\n                },\n                {\n                    \"timeZoneId\": \"91\",\n                    \"canonicalId\": \"America/Denver\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Denver\"\n                },\n                {\n                    \"timeZoneId\": \"139\",\n                    \"canonicalId\": \"America/Montevideo\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Montevideo\"\n                },\n                {\n                    \"timeZoneId\": \"395\",\n                    \"canonicalId\": \"Africa/Kinshasa\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Kinshasa\"\n                },\n                {\n                    \"timeZoneId\": \"344\",\n                    \"canonicalId\": \"Europe/Vilnius\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Vilnius\"\n                },\n                {\n                    \"timeZoneId\": \"261\",\n                    \"canonicalId\": \"Asia/Taipei\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Taipei\"\n                },\n                {\n                    \"timeZoneId\": \"170\",\n                    \"canonicalId\": \"America/St_Barthelemy\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/St_Barthelemy\"\n                },\n                {\n                    \"timeZoneId\": \"370\",\n                    \"canonicalId\": \"Pacific/Fiji\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Fiji\"\n                },\n                {\n                    \"timeZoneId\": \"14\",\n                    \"canonicalId\": \"Africa/Conakry\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Conakry\"\n                },\n                {\n                    \"timeZoneId\": \"206\",\n                    \"canonicalId\": \"Asia/Bahrain\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Bahrain\"\n                },\n                {\n                    \"timeZoneId\": \"140\",\n                    \"canonicalId\": \"America/Montreal\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Montreal\"\n                },\n                {\n                    \"timeZoneId\": \"189\",\n                    \"canonicalId\": \"Antarctica/Macquarie\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Antarctica/Macquarie\"\n                },\n                {\n                    \"timeZoneId\": \"268\",\n                    \"canonicalId\": \"Asia/Urumqi\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Urumqi\"\n                },\n                {\n                    \"timeZoneId\": \"116\",\n                    \"canonicalId\": \"America/Inuvik\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Inuvik\"\n                },\n                {\n                    \"timeZoneId\": \"44\",\n                    \"canonicalId\": \"Africa/Sao_Tome\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Sao_Tome\"\n                },\n                {\n                    \"timeZoneId\": \"356\",\n                    \"canonicalId\": \"Indian/Mahe\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Indian/Mahe\"\n                },\n                {\n                    \"timeZoneId\": \"123\",\n                    \"canonicalId\": \"America/Lima\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Lima\"\n                },\n                {\n                    \"timeZoneId\": \"396\",\n                    \"canonicalId\": \"Africa/Lubumbashi\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Lubumbashi\"\n                },\n                {\n                    \"timeZoneId\": \"86\",\n                    \"canonicalId\": \"America/Cuiaba\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Cuiaba\"\n                },\n                {\n                    \"timeZoneId\": \"132\",\n                    \"canonicalId\": \"America/Mazatlan\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Mazatlan\"\n                },\n                {\n                    \"timeZoneId\": \"227\",\n                    \"canonicalId\": \"Asia/Jayapura\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Asia/Jayapura\"\n                },\n                {\n                    \"timeZoneId\": \"181\",\n                    \"canonicalId\": \"America/Vancouver\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Vancouver\"\n                },\n                {\n                    \"timeZoneId\": \"99\",\n                    \"canonicalId\": \"America/Goose_Bay\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Goose_Bay\"\n                },\n                {\n                    \"timeZoneId\": \"114\",\n                    \"canonicalId\": \"America/Indiana/Vincennes\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Vincennes\"\n                },\n                {\n                    \"timeZoneId\": \"80\",\n                    \"canonicalId\": \"America/Caracas\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Caracas\"\n                },\n                {\n                    \"timeZoneId\": \"355\",\n                    \"canonicalId\": \"Indian/Kerguelen\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Indian/Kerguelen\"\n                },\n                {\n                    \"timeZoneId\": \"130\",\n                    \"canonicalId\": \"America/Martinique\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Martinique\"\n                },\n                {\n                    \"timeZoneId\": \"144\",\n                    \"canonicalId\": \"America/Nipigon\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Nipigon\"\n                },\n                {\n                    \"timeZoneId\": \"334\",\n                    \"canonicalId\": \"Europe/Simferopol\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Simferopol\"\n                },\n                {\n                    \"timeZoneId\": \"381\",\n                    \"canonicalId\": \"Pacific/Niue\",\n                    \"standardOffset\": \"-11:00\",\n                    \"description\": \"Pacific/Niue\"\n                },\n                {\n                    \"timeZoneId\": \"92\",\n                    \"canonicalId\": \"America/Dominica\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Dominica\"\n                },\n                {\n                    \"timeZoneId\": \"200\",\n                    \"canonicalId\": \"Asia/Amman\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Amman\"\n                },\n                {\n                    \"timeZoneId\": \"58\",\n                    \"canonicalId\": \"America/Argentina/Mendoza\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Mendoza\"\n                },\n                {\n                    \"timeZoneId\": \"252\",\n                    \"canonicalId\": \"Asia/Qatar\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Qatar\"\n                },\n                {\n                    \"timeZoneId\": \"292\",\n                    \"canonicalId\": \"Australia/Melbourne\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Melbourne\"\n                },\n                {\n                    \"timeZoneId\": \"274\",\n                    \"canonicalId\": \"Atlantic/Azores\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Atlantic/Azores\"\n                },\n                {\n                    \"timeZoneId\": \"364\",\n                    \"canonicalId\": \"Pacific/Chatham\",\n                    \"standardOffset\": \"+12:45\",\n                    \"description\": \"Pacific/Chatham\"\n                },\n                {\n                    \"timeZoneId\": \"258\",\n                    \"canonicalId\": \"Asia/Seoul\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Asia/Seoul\"\n                },\n                {\n                    \"timeZoneId\": \"95\",\n                    \"canonicalId\": \"America/El_Salvador\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/El_Salvador\"\n                },\n                {\n                    \"timeZoneId\": \"340\",\n                    \"canonicalId\": \"Europe/Uzhgorod\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Uzhgorod\"\n                },\n                {\n                    \"timeZoneId\": \"8\",\n                    \"canonicalId\": \"Africa/Banjul\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Banjul\"\n                },\n                {\n                    \"timeZoneId\": \"329\",\n                    \"canonicalId\": \"Europe/Riga\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Riga\"\n                },\n                {\n                    \"timeZoneId\": \"96\",\n                    \"canonicalId\": \"America/Fortaleza\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Fortaleza\"\n                },\n                {\n                    \"timeZoneId\": \"240\",\n                    \"canonicalId\": \"Asia/Magadan\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Asia/Magadan\"\n                },\n                {\n                    \"timeZoneId\": \"82\",\n                    \"canonicalId\": \"America/Cayman\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Cayman\"\n                },\n                {\n                    \"timeZoneId\": \"254\",\n                    \"canonicalId\": \"Asia/Rangoon\",\n                    \"standardOffset\": \"+06:30\",\n                    \"description\": \"Asia/Rangoon\"\n                },\n                {\n                    \"timeZoneId\": \"204\",\n                    \"canonicalId\": \"Asia/Ashgabat\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Ashgabat\"\n                },\n                {\n                    \"timeZoneId\": \"156\",\n                    \"canonicalId\": \"America/Puerto_Rico\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Puerto_Rico\"\n                },\n                {\n                    \"timeZoneId\": \"265\",\n                    \"canonicalId\": \"Asia/Thimphu\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Thimphu\"\n                },\n                {\n                    \"timeZoneId\": \"306\",\n                    \"canonicalId\": \"Europe/Dublin\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/Dublin\"\n                },\n                {\n                    \"timeZoneId\": \"45\",\n                    \"canonicalId\": \"Africa/Tripoli\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Tripoli\"\n                },\n                {\n                    \"timeZoneId\": \"163\",\n                    \"canonicalId\": \"America/Santarem\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Santarem\"\n                },\n                {\n                    \"timeZoneId\": \"9\",\n                    \"canonicalId\": \"Africa/Bissau\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Bissau\"\n                },\n                {\n                    \"timeZoneId\": \"213\",\n                    \"canonicalId\": \"Asia/Chongqing\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Chongqing\"\n                },\n                {\n                    \"timeZoneId\": \"129\",\n                    \"canonicalId\": \"America/Marigot\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Marigot\"\n                },\n                {\n                    \"timeZoneId\": \"157\",\n                    \"canonicalId\": \"America/Rainy_River\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Rainy_River\"\n                },\n                {\n                    \"timeZoneId\": \"90\",\n                    \"canonicalId\": \"America/Dawson_Creek\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Dawson_Creek\"\n                },\n                {\n                    \"timeZoneId\": \"287\",\n                    \"canonicalId\": \"Australia/Darwin\",\n                    \"standardOffset\": \"+09:30\",\n                    \"description\": \"Australia/Darwin\"\n                },\n                {\n                    \"timeZoneId\": \"387\",\n                    \"canonicalId\": \"Pacific/Port_Moresby\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Port_Moresby\"\n                },\n                {\n                    \"timeZoneId\": \"325\",\n                    \"canonicalId\": \"Europe/Oslo\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Oslo\"\n                },\n                {\n                    \"timeZoneId\": \"221\",\n                    \"canonicalId\": \"Asia/Harbin\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Harbin\"\n                },\n                {\n                    \"timeZoneId\": \"64\",\n                    \"canonicalId\": \"America/Argentina/Ushuaia\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Ushuaia\"\n                },\n                {\n                    \"timeZoneId\": \"237\",\n                    \"canonicalId\": \"Asia/Kuching\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Kuching\"\n                },\n                {\n                    \"timeZoneId\": \"49\",\n                    \"canonicalId\": \"America/Anchorage\",\n                    \"standardOffset\": \"-08:00\",\n                    \"description\": \"America/Anchorage\"\n                },\n                {\n                    \"timeZoneId\": \"379\",\n                    \"canonicalId\": \"Pacific/Midway\",\n                    \"standardOffset\": \"-11:00\",\n                    \"description\": \"Pacific/Midway\"\n                },\n                {\n                    \"timeZoneId\": \"173\",\n                    \"canonicalId\": \"America/St_Lucia\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/St_Lucia\"\n                },\n                {\n                    \"timeZoneId\": \"110\",\n                    \"canonicalId\": \"America/Indiana/Knox\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Indiana/Knox\"\n                },\n                {\n                    \"timeZoneId\": \"218\",\n                    \"canonicalId\": \"Asia/Dubai\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Asia/Dubai\"\n                },\n                {\n                    \"timeZoneId\": \"317\",\n                    \"canonicalId\": \"Europe/London\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/London\"\n                },\n                {\n                    \"timeZoneId\": \"386\",\n                    \"canonicalId\": \"Pacific/Pitcairn\",\n                    \"standardOffset\": \"-08:00\",\n                    \"description\": \"Pacific/Pitcairn\"\n                },\n                {\n                    \"timeZoneId\": \"37\",\n                    \"canonicalId\": \"Africa/Monrovia\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Monrovia\"\n                },\n                {\n                    \"timeZoneId\": \"52\",\n                    \"canonicalId\": \"America/Araguaina\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Araguaina\"\n                },\n                {\n                    \"timeZoneId\": \"89\",\n                    \"canonicalId\": \"America/Dawson\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Dawson\"\n                },\n                {\n                    \"timeZoneId\": \"141\",\n                    \"canonicalId\": \"America/Montserrat\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Montserrat\"\n                },\n                {\n                    \"timeZoneId\": \"330\",\n                    \"canonicalId\": \"Europe/Rome\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Rome\"\n                },\n                {\n                    \"timeZoneId\": \"390\",\n                    \"canonicalId\": \"Pacific/Tahiti\",\n                    \"standardOffset\": \"-10:00\",\n                    \"description\": \"Pacific/Tahiti\"\n                },\n                {\n                    \"timeZoneId\": \"174\",\n                    \"canonicalId\": \"America/St_Vincent\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/St_Vincent\"\n                },\n                {\n                    \"timeZoneId\": \"338\",\n                    \"canonicalId\": \"Europe/Tallinn\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Tallinn\"\n                },\n                {\n                    \"timeZoneId\": \"42\",\n                    \"canonicalId\": \"Africa/Ouagadougou\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Ouagadougou\"\n                },\n                {\n                    \"timeZoneId\": \"309\",\n                    \"canonicalId\": \"Europe/Helsinki\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Helsinki\"\n                },\n                {\n                    \"timeZoneId\": \"72\",\n                    \"canonicalId\": \"America/Belize\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Belize\"\n                },\n                {\n                    \"timeZoneId\": \"229\",\n                    \"canonicalId\": \"Asia/Kabul\",\n                    \"standardOffset\": \"+04:30\",\n                    \"description\": \"Asia/Kabul\"\n                },\n                {\n                    \"timeZoneId\": \"185\",\n                    \"canonicalId\": \"America/Yellowknife\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Yellowknife\"\n                },\n                {\n                    \"timeZoneId\": \"1\",\n                    \"canonicalId\": \"Africa/Abidjan\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Abidjan\"\n                },\n                {\n                    \"timeZoneId\": \"314\",\n                    \"canonicalId\": \"Europe/Kiev\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Kiev\"\n                },\n                {\n                    \"timeZoneId\": \"396\",\n                    \"canonicalId\": \"Africa/Lubumbashi\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Lubumbashi\"\n                },\n                {\n                    \"timeZoneId\": \"354\",\n                    \"canonicalId\": \"Indian/Comoro\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Indian/Comoro\"\n                },\n                {\n                    \"timeZoneId\": \"20\",\n                    \"canonicalId\": \"Africa/Freetown\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Freetown\"\n                },\n                {\n                    \"timeZoneId\": \"241\",\n                    \"canonicalId\": \"Asia/Makassar\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Makassar\"\n                },\n                {\n                    \"timeZoneId\": \"319\",\n                    \"canonicalId\": \"Europe/Madrid\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Madrid\"\n                },\n                {\n                    \"timeZoneId\": \"214\",\n                    \"canonicalId\": \"Asia/Colombo\",\n                    \"standardOffset\": \"+05:30\",\n                    \"description\": \"Asia/Colombo\"\n                },\n                {\n                    \"timeZoneId\": \"256\",\n                    \"canonicalId\": \"Asia/Sakhalin\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Asia/Sakhalin\"\n                },\n                {\n                    \"timeZoneId\": \"323\",\n                    \"canonicalId\": \"Europe/Monaco\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Monaco\"\n                },\n                {\n                    \"timeZoneId\": \"194\",\n                    \"canonicalId\": \"Antarctica/Syowa\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Antarctica/Syowa\"\n                },\n                {\n                    \"timeZoneId\": \"222\",\n                    \"canonicalId\": \"Asia/Hong_Kong\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Hong_Kong\"\n                },\n                {\n                    \"timeZoneId\": \"353\",\n                    \"canonicalId\": \"Indian/Cocos\",\n                    \"standardOffset\": \"+06:30\",\n                    \"description\": \"Indian/Cocos\"\n                },\n                {\n                    \"timeZoneId\": \"53\",\n                    \"canonicalId\": \"America/Argentina/Buenos_Aires\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Buenos_Aires\"\n                },\n                {\n                    \"timeZoneId\": \"230\",\n                    \"canonicalId\": \"Asia/Kamchatka\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Asia/Kamchatka\"\n                },\n                {\n                    \"timeZoneId\": \"124\",\n                    \"canonicalId\": \"America/Los_Angeles\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Los_Angeles\"\n                },\n                {\n                    \"timeZoneId\": \"74\",\n                    \"canonicalId\": \"America/Boa_Vista\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Boa_Vista\"\n                },\n                {\n                    \"timeZoneId\": \"234\",\n                    \"canonicalId\": \"Asia/Kolkata\",\n                    \"standardOffset\": \"+05:30\",\n                    \"description\": \"Asia/Kolkata\"\n                },\n                {\n                    \"timeZoneId\": \"16\",\n                    \"canonicalId\": \"Africa/Dar_es_Salaam\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Dar_es_Salaam\"\n                },\n                {\n                    \"timeZoneId\": \"155\",\n                    \"canonicalId\": \"America/Port_of_Spain\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Port_of_Spain\"\n                },\n                {\n                    \"timeZoneId\": \"269\",\n                    \"canonicalId\": \"Asia/Vientiane\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Vientiane\"\n                },\n                {\n                    \"timeZoneId\": \"358\",\n                    \"canonicalId\": \"Indian/Mauritius\",\n                    \"standardOffset\": \"+04:00\",\n                    \"description\": \"Indian/Mauritius\"\n                },\n                {\n                    \"timeZoneId\": \"160\",\n                    \"canonicalId\": \"America/Regina\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Regina\"\n                },\n                {\n                    \"timeZoneId\": \"118\",\n                    \"canonicalId\": \"America/Jamaica\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Jamaica\"\n                },\n                {\n                    \"timeZoneId\": \"223\",\n                    \"canonicalId\": \"Asia/Hovd\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Hovd\"\n                },\n                {\n                    \"timeZoneId\": \"178\",\n                    \"canonicalId\": \"America/Thunder_Bay\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Thunder_Bay\"\n                },\n                {\n                    \"timeZoneId\": \"303\",\n                    \"canonicalId\": \"Europe/Budapest\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Budapest\"\n                },\n                {\n                    \"timeZoneId\": \"18\",\n                    \"canonicalId\": \"Africa/Douala\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Douala\"\n                },\n                {\n                    \"timeZoneId\": \"104\",\n                    \"canonicalId\": \"America/Guayaquil\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Guayaquil\"\n                },\n                {\n                    \"timeZoneId\": \"335\",\n                    \"canonicalId\": \"Europe/Skopje\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Skopje\"\n                },\n                {\n                    \"timeZoneId\": \"302\",\n                    \"canonicalId\": \"Europe/Bucharest\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Bucharest\"\n                },\n                {\n                    \"timeZoneId\": \"3\",\n                    \"canonicalId\": \"Africa/Addis_Ababa\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Addis_Ababa\"\n                },\n                {\n                    \"timeZoneId\": \"154\",\n                    \"canonicalId\": \"America/Porto_Velho\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Porto_Velho\"\n                },\n                {\n                    \"timeZoneId\": \"310\",\n                    \"canonicalId\": \"Europe/Isle_of_Man\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/Isle_of_Man\"\n                },\n                {\n                    \"timeZoneId\": \"219\",\n                    \"canonicalId\": \"Asia/Dushanbe\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Dushanbe\"\n                },\n                {\n                    \"timeZoneId\": \"246\",\n                    \"canonicalId\": \"Asia/Novosibirsk\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Novosibirsk\"\n                },\n                {\n                    \"timeZoneId\": \"7\",\n                    \"canonicalId\": \"Africa/Bangui\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Bangui\"\n                },\n                {\n                    \"timeZoneId\": \"210\",\n                    \"canonicalId\": \"Asia/Bishkek\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Bishkek\"\n                },\n                {\n                    \"timeZoneId\": \"46\",\n                    \"canonicalId\": \"Africa/Tunis\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Tunis\"\n                },\n                {\n                    \"timeZoneId\": \"143\",\n                    \"canonicalId\": \"America/New_York\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/New_York\"\n                },\n                {\n                    \"timeZoneId\": \"151\",\n                    \"canonicalId\": \"America/Paramaribo\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Paramaribo\"\n                },\n                {\n                    \"timeZoneId\": \"199\",\n                    \"canonicalId\": \"Asia/Almaty\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Almaty\"\n                },\n                {\n                    \"timeZoneId\": \"158\",\n                    \"canonicalId\": \"America/Rankin_Inlet\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Rankin_Inlet\"\n                },\n                {\n                    \"timeZoneId\": \"33\",\n                    \"canonicalId\": \"Africa/Maputo\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Maputo\"\n                },\n                {\n                    \"timeZoneId\": \"83\",\n                    \"canonicalId\": \"America/Chicago\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Chicago\"\n                },\n                {\n                    \"timeZoneId\": \"198\",\n                    \"canonicalId\": \"Asia/Aden\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Aden\"\n                },\n                {\n                    \"timeZoneId\": \"39\",\n                    \"canonicalId\": \"Africa/Ndjamena\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Ndjamena\"\n                },\n                {\n                    \"timeZoneId\": \"398\",\n                    \"canonicalId\": \"Atlantic/Stanley\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"Atlantic/Stanley\"\n                },\n                {\n                    \"timeZoneId\": \"205\",\n                    \"canonicalId\": \"Asia/Baghdad\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Baghdad\"\n                },\n                {\n                    \"timeZoneId\": \"276\",\n                    \"canonicalId\": \"Atlantic/Canary\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Atlantic/Canary\"\n                },\n                {\n                    \"timeZoneId\": \"385\",\n                    \"canonicalId\": \"Pacific/Palau\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Pacific/Palau\"\n                },\n                {\n                    \"timeZoneId\": \"343\",\n                    \"canonicalId\": \"Europe/Vienna\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Vienna\"\n                },\n                {\n                    \"timeZoneId\": \"84\",\n                    \"canonicalId\": \"America/Chihuahua\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Chihuahua\"\n                },\n                {\n                    \"timeZoneId\": \"328\",\n                    \"canonicalId\": \"Europe/Prague\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Prague\"\n                },\n                {\n                    \"timeZoneId\": \"333\",\n                    \"canonicalId\": \"Europe/Sarajevo\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Sarajevo\"\n                },\n                {\n                    \"timeZoneId\": \"316\",\n                    \"canonicalId\": \"Europe/Ljubljana\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Ljubljana\"\n                },\n                {\n                    \"timeZoneId\": \"348\",\n                    \"canonicalId\": \"Europe/Zaporozhye\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Zaporozhye\"\n                },\n                {\n                    \"timeZoneId\": \"101\",\n                    \"canonicalId\": \"America/Grenada\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Grenada\"\n                },\n                {\n                    \"timeZoneId\": \"368\",\n                    \"canonicalId\": \"Pacific/Enderbury\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Enderbury\"\n                },\n                {\n                    \"timeZoneId\": \"26\",\n                    \"canonicalId\": \"Africa/Kigali\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Kigali\"\n                },\n                {\n                    \"timeZoneId\": \"304\",\n                    \"canonicalId\": \"Europe/Chisinau\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Europe/Chisinau\"\n                },\n                {\n                    \"timeZoneId\": \"121\",\n                    \"canonicalId\": \"America/Kentucky/Monticello\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Kentucky/Monticello\"\n                },\n                {\n                    \"timeZoneId\": \"244\",\n                    \"canonicalId\": \"Asia/Nicosia\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Nicosia\"\n                },\n                {\n                    \"timeZoneId\": \"59\",\n                    \"canonicalId\": \"America/Argentina/Rio_Gallegos\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Rio_Gallegos\"\n                },\n                {\n                    \"timeZoneId\": \"255\",\n                    \"canonicalId\": \"Asia/Riyadh\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Riyadh\"\n                },\n                {\n                    \"timeZoneId\": \"55\",\n                    \"canonicalId\": \"America/Argentina/Cordoba\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Cordoba\"\n                },\n                {\n                    \"timeZoneId\": \"279\",\n                    \"canonicalId\": \"Atlantic/Madeira\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Atlantic/Madeira\"\n                },\n                {\n                    \"timeZoneId\": \"290\",\n                    \"canonicalId\": \"Australia/Lindeman\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Lindeman\"\n                },\n                {\n                    \"timeZoneId\": \"103\",\n                    \"canonicalId\": \"America/Guatemala\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Guatemala\"\n                },\n                {\n                    \"timeZoneId\": \"134\",\n                    \"canonicalId\": \"America/Merida\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Merida\"\n                },\n                {\n                    \"timeZoneId\": \"373\",\n                    \"canonicalId\": \"Pacific/Guadalcanal\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Pacific/Guadalcanal\"\n                },\n                {\n                    \"timeZoneId\": \"113\",\n                    \"canonicalId\": \"America/Indiana/Vevay\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Vevay\"\n                },\n                {\n                    \"timeZoneId\": \"270\",\n                    \"canonicalId\": \"Asia/Vladivostok\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Asia/Vladivostok\"\n                },\n                {\n                    \"timeZoneId\": \"294\",\n                    \"canonicalId\": \"Australia/Sydney\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Sydney\"\n                },\n                {\n                    \"timeZoneId\": \"191\",\n                    \"canonicalId\": \"Antarctica/McMurdo\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Antarctica/McMurdo\"\n                },\n                {\n                    \"timeZoneId\": \"108\",\n                    \"canonicalId\": \"America/Hermosillo\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Hermosillo\"\n                },\n                {\n                    \"timeZoneId\": \"195\",\n                    \"canonicalId\": \"Antarctica/Troll\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Antarctica/Troll\"\n                },\n                {\n                    \"timeZoneId\": \"315\",\n                    \"canonicalId\": \"Europe/Lisbon\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/Lisbon\"\n                },\n                {\n                    \"timeZoneId\": \"41\",\n                    \"canonicalId\": \"Africa/Nouakchott\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Nouakchott\"\n                },\n                {\n                    \"timeZoneId\": \"326\",\n                    \"canonicalId\": \"Europe/Paris\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Paris\"\n                },\n                {\n                    \"timeZoneId\": \"341\",\n                    \"canonicalId\": \"Europe/Vaduz\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Vaduz\"\n                },\n                {\n                    \"timeZoneId\": \"232\",\n                    \"canonicalId\": \"Asia/Kashgar\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Kashgar\"\n                },\n                {\n                    \"timeZoneId\": \"262\",\n                    \"canonicalId\": \"Asia/Tashkent\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Tashkent\"\n                },\n                {\n                    \"timeZoneId\": \"245\",\n                    \"canonicalId\": \"Asia/Novokuznetsk\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Novokuznetsk\"\n                },\n                {\n                    \"timeZoneId\": \"98\",\n                    \"canonicalId\": \"America/Godthab\",\n                    \"standardOffset\": \"-02:00\",\n                    \"description\": \"America/Godthab\"\n                },\n                {\n                    \"timeZoneId\": \"126\",\n                    \"canonicalId\": \"America/Maceio\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Maceio\"\n                },\n                {\n                    \"timeZoneId\": \"226\",\n                    \"canonicalId\": \"Asia/Jakarta\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Jakarta\"\n                },\n                {\n                    \"timeZoneId\": \"117\",\n                    \"canonicalId\": \"America/Iqaluit\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Iqaluit\"\n                },\n                {\n                    \"timeZoneId\": \"208\",\n                    \"canonicalId\": \"Asia/Bangkok\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Asia/Bangkok\"\n                },\n                {\n                    \"timeZoneId\": \"242\",\n                    \"canonicalId\": \"Asia/Manila\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Manila\"\n                },\n                {\n                    \"timeZoneId\": \"307\",\n                    \"canonicalId\": \"Europe/Gibraltar\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Gibraltar\"\n                },\n                {\n                    \"timeZoneId\": \"73\",\n                    \"canonicalId\": \"America/Blanc-Sablon\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Blanc-Sablon\"\n                },\n                {\n                    \"timeZoneId\": \"280\",\n                    \"canonicalId\": \"Atlantic/Reykjavik\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Atlantic/Reykjavik\"\n                },\n                {\n                    \"timeZoneId\": \"23\",\n                    \"canonicalId\": \"Africa/Johannesburg\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Johannesburg\"\n                },\n                {\n                    \"timeZoneId\": \"365\",\n                    \"canonicalId\": \"Pacific/Chuuk\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Chuuk\"\n                },\n                {\n                    \"timeZoneId\": \"36\",\n                    \"canonicalId\": \"Africa/Mogadishu\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Mogadishu\"\n                },\n                {\n                    \"timeZoneId\": \"285\",\n                    \"canonicalId\": \"Australia/Broken_Hill\",\n                    \"standardOffset\": \"+09:30\",\n                    \"description\": \"Australia/Broken_Hill\"\n                },\n                {\n                    \"timeZoneId\": \"308\",\n                    \"canonicalId\": \"Europe/Guernsey\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Europe/Guernsey\"\n                },\n                {\n                    \"timeZoneId\": \"66\",\n                    \"canonicalId\": \"America/Asuncion\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Asuncion\"\n                },\n                {\n                    \"timeZoneId\": \"4\",\n                    \"canonicalId\": \"Africa/Algiers\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Algiers\"\n                },\n                {\n                    \"timeZoneId\": \"187\",\n                    \"canonicalId\": \"Antarctica/Davis\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Antarctica/Davis\"\n                },\n                {\n                    \"timeZoneId\": \"153\",\n                    \"canonicalId\": \"America/Port-au-Prince\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Port-au-Prince\"\n                },\n                {\n                    \"timeZoneId\": \"29\",\n                    \"canonicalId\": \"Africa/Lome\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Lome\"\n                },\n                {\n                    \"timeZoneId\": \"172\",\n                    \"canonicalId\": \"America/St_Kitts\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/St_Kitts\"\n                },\n                {\n                    \"timeZoneId\": \"164\",\n                    \"canonicalId\": \"America/Santa_Isabel\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Santa_Isabel\"\n                },\n                {\n                    \"timeZoneId\": \"43\",\n                    \"canonicalId\": \"Africa/Porto-Novo\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Porto-Novo\"\n                },\n                {\n                    \"timeZoneId\": \"367\",\n                    \"canonicalId\": \"Pacific/Efate\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Pacific/Efate\"\n                },\n                {\n                    \"timeZoneId\": \"212\",\n                    \"canonicalId\": \"Asia/Choibalsan\",\n                    \"standardOffset\": \"+08:00\",\n                    \"description\": \"Asia/Choibalsan\"\n                },\n                {\n                    \"timeZoneId\": \"102\",\n                    \"canonicalId\": \"America/Guadeloupe\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Guadeloupe\"\n                },\n                {\n                    \"timeZoneId\": \"85\",\n                    \"canonicalId\": \"America/Costa_Rica\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Costa_Rica\"\n                },\n                {\n                    \"timeZoneId\": \"284\",\n                    \"canonicalId\": \"Australia/Brisbane\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Australia/Brisbane\"\n                },\n                {\n                    \"timeZoneId\": \"28\",\n                    \"canonicalId\": \"Africa/Libreville\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Libreville\"\n                },\n                {\n                    \"timeZoneId\": \"162\",\n                    \"canonicalId\": \"America/Rio_Branco\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Rio_Branco\"\n                },\n                {\n                    \"timeZoneId\": \"38\",\n                    \"canonicalId\": \"Africa/Nairobi\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Nairobi\"\n                },\n                {\n                    \"timeZoneId\": \"272\",\n                    \"canonicalId\": \"Asia/Yekaterinburg\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Yekaterinburg\"\n                },\n                {\n                    \"timeZoneId\": \"12\",\n                    \"canonicalId\": \"Africa/Cairo\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Cairo\"\n                },\n                {\n                    \"timeZoneId\": \"76\",\n                    \"canonicalId\": \"America/Boise\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Boise\"\n                },\n                {\n                    \"timeZoneId\": \"378\",\n                    \"canonicalId\": \"Pacific/Marquesas\",\n                    \"standardOffset\": \"-10:00\",\n                    \"description\": \"Pacific/Marquesas\"\n                },\n                {\n                    \"timeZoneId\": \"291\",\n                    \"canonicalId\": \"Australia/Lord_Howe\",\n                    \"standardOffset\": \"+10:30\",\n                    \"description\": \"Australia/Lord_Howe\"\n                },\n                {\n                    \"timeZoneId\": \"50\",\n                    \"canonicalId\": \"America/Anguilla\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Anguilla\"\n                },\n                {\n                    \"timeZoneId\": \"231\",\n                    \"canonicalId\": \"Asia/Karachi\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Asia/Karachi\"\n                },\n                {\n                    \"timeZoneId\": \"48\",\n                    \"canonicalId\": \"America/Adak\",\n                    \"standardOffset\": \"-09:00\",\n                    \"description\": \"America/Adak\"\n                },\n                {\n                    \"timeZoneId\": \"359\",\n                    \"canonicalId\": \"Indian/Mayotte\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Indian/Mayotte\"\n                },\n                {\n                    \"timeZoneId\": \"13\",\n                    \"canonicalId\": \"Africa/Casablanca\",\n                    \"standardOffset\": \"+00:00\",\n                    \"description\": \"Africa/Casablanca\"\n                },\n                {\n                    \"timeZoneId\": \"165\",\n                    \"canonicalId\": \"America/Santiago\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Santiago\"\n                },\n                {\n                    \"timeZoneId\": \"192\",\n                    \"canonicalId\": \"Antarctica/Palmer\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"Antarctica/Palmer\"\n                },\n                {\n                    \"timeZoneId\": \"277\",\n                    \"canonicalId\": \"Atlantic/Cape_Verde\",\n                    \"standardOffset\": \"-01:00\",\n                    \"description\": \"Atlantic/Cape_Verde\"\n                },\n                {\n                    \"timeZoneId\": \"109\",\n                    \"canonicalId\": \"America/Indiana/Indianapolis\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Indiana/Indianapolis\"\n                },\n                {\n                    \"timeZoneId\": \"54\",\n                    \"canonicalId\": \"America/Argentina/Catamarca\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Catamarca\"\n                },\n                {\n                    \"timeZoneId\": \"161\",\n                    \"canonicalId\": \"America/Resolute\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Resolute\"\n                },\n                {\n                    \"timeZoneId\": \"339\",\n                    \"canonicalId\": \"Europe/Tirane\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Tirane\"\n                },\n                {\n                    \"timeZoneId\": \"63\",\n                    \"canonicalId\": \"America/Argentina/Tucuman\",\n                    \"standardOffset\": \"-03:00\",\n                    \"description\": \"America/Argentina/Tucuman\"\n                },\n                {\n                    \"timeZoneId\": \"247\",\n                    \"canonicalId\": \"Asia/Omsk\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Asia/Omsk\"\n                },\n                {\n                    \"timeZoneId\": \"27\",\n                    \"canonicalId\": \"Africa/Lagos\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Lagos\"\n                },\n                {\n                    \"timeZoneId\": \"145\",\n                    \"canonicalId\": \"America/Noronha\",\n                    \"standardOffset\": \"-02:00\",\n                    \"description\": \"America/Noronha\"\n                },\n                {\n                    \"timeZoneId\": \"148\",\n                    \"canonicalId\": \"America/Ojinaga\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Ojinaga\"\n                },\n                {\n                    \"timeZoneId\": \"196\",\n                    \"canonicalId\": \"Antarctica/Vostok\",\n                    \"standardOffset\": \"+06:00\",\n                    \"description\": \"Antarctica/Vostok\"\n                },\n                {\n                    \"timeZoneId\": \"10\",\n                    \"canonicalId\": \"Africa/Blantyre\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Blantyre\"\n                },\n                {\n                    \"timeZoneId\": \"47\",\n                    \"canonicalId\": \"Africa/Windhoek\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Africa/Windhoek\"\n                },\n                {\n                    \"timeZoneId\": \"100\",\n                    \"canonicalId\": \"America/Grand_Turk\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Grand_Turk\"\n                },\n                {\n                    \"timeZoneId\": \"32\",\n                    \"canonicalId\": \"Africa/Malabo\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Malabo\"\n                },\n                {\n                    \"timeZoneId\": \"183\",\n                    \"canonicalId\": \"America/Winnipeg\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Winnipeg\"\n                },\n                {\n                    \"timeZoneId\": \"376\",\n                    \"canonicalId\": \"Pacific/Kwajalein\",\n                    \"standardOffset\": \"+10:00\",\n                    \"description\": \"Pacific/Kwajalein\"\n                },\n                {\n                    \"timeZoneId\": \"383\",\n                    \"canonicalId\": \"Pacific/Noumea\",\n                    \"standardOffset\": \"+11:00\",\n                    \"description\": \"Pacific/Noumea\"\n                },\n                {\n                    \"timeZoneId\": \"271\",\n                    \"canonicalId\": \"Asia/Yakutsk\",\n                    \"standardOffset\": \"+09:00\",\n                    \"description\": \"Asia/Yakutsk\"\n                },\n                {\n                    \"timeZoneId\": \"233\",\n                    \"canonicalId\": \"Asia/Kathmandu\",\n                    \"standardOffset\": \"+05:45\",\n                    \"description\": \"Asia/Kathmandu\"\n                },\n                {\n                    \"timeZoneId\": \"209\",\n                    \"canonicalId\": \"Asia/Beirut\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Beirut\"\n                },\n                {\n                    \"timeZoneId\": \"78\",\n                    \"canonicalId\": \"America/Campo_Grande\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Campo_Grande\"\n                },\n                {\n                    \"timeZoneId\": \"180\",\n                    \"canonicalId\": \"America/Toronto\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Toronto\"\n                },\n                {\n                    \"timeZoneId\": \"298\",\n                    \"canonicalId\": \"Europe/Belgrade\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Belgrade\"\n                },\n                {\n                    \"timeZoneId\": \"166\",\n                    \"canonicalId\": \"America/Santo_Domingo\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Santo_Domingo\"\n                },\n                {\n                    \"timeZoneId\": \"30\",\n                    \"canonicalId\": \"Africa/Luanda\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Luanda\"\n                },\n                {\n                    \"timeZoneId\": \"352\",\n                    \"canonicalId\": \"Indian/Christmas\",\n                    \"standardOffset\": \"+07:00\",\n                    \"description\": \"Indian/Christmas\"\n                },\n                {\n                    \"timeZoneId\": \"171\",\n                    \"canonicalId\": \"America/St_Johns\",\n                    \"standardOffset\": \"-02:30\",\n                    \"description\": \"America/St_Johns\"\n                },\n                {\n                    \"timeZoneId\": \"40\",\n                    \"canonicalId\": \"Africa/Niamey\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Niamey\"\n                },\n                {\n                    \"timeZoneId\": \"301\",\n                    \"canonicalId\": \"Europe/Brussels\",\n                    \"standardOffset\": \"+02:00\",\n                    \"description\": \"Europe/Brussels\"\n                },\n                {\n                    \"timeZoneId\": \"371\",\n                    \"canonicalId\": \"Pacific/Funafuti\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Funafuti\"\n                },\n                {\n                    \"timeZoneId\": \"77\",\n                    \"canonicalId\": \"America/Cambridge_Bay\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Cambridge_Bay\"\n                },\n                {\n                    \"timeZoneId\": \"394\",\n                    \"canonicalId\": \"Pacific/Wallis\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Wallis\"\n                },\n                {\n                    \"timeZoneId\": \"395\",\n                    \"canonicalId\": \"Africa/Kinshasa\",\n                    \"standardOffset\": \"+01:00\",\n                    \"description\": \"Africa/Kinshasa\"\n                },\n                {\n                    \"timeZoneId\": \"201\",\n                    \"canonicalId\": \"Asia/Anadyr\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Asia/Anadyr\"\n                },\n                {\n                    \"timeZoneId\": \"17\",\n                    \"canonicalId\": \"Africa/Djibouti\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Africa/Djibouti\"\n                },\n                {\n                    \"timeZoneId\": \"380\",\n                    \"canonicalId\": \"Pacific/Nauru\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Nauru\"\n                },\n                {\n                    \"timeZoneId\": \"128\",\n                    \"canonicalId\": \"America/Manaus\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Manaus\"\n                },\n                {\n                    \"timeZoneId\": \"122\",\n                    \"canonicalId\": \"America/La_Paz\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/La_Paz\"\n                },\n                {\n                    \"timeZoneId\": \"105\",\n                    \"canonicalId\": \"America/Guyana\",\n                    \"standardOffset\": \"-04:00\",\n                    \"description\": \"America/Guyana\"\n                },\n                {\n                    \"timeZoneId\": \"182\",\n                    \"canonicalId\": \"America/Whitehorse\",\n                    \"standardOffset\": \"-07:00\",\n                    \"description\": \"America/Whitehorse\"\n                },\n                {\n                    \"timeZoneId\": \"169\",\n                    \"canonicalId\": \"America/Shiprock\",\n                    \"standardOffset\": \"-06:00\",\n                    \"description\": \"America/Shiprock\"\n                },\n                {\n                    \"timeZoneId\": \"220\",\n                    \"canonicalId\": \"Asia/Gaza\",\n                    \"standardOffset\": \"+03:00\",\n                    \"description\": \"Asia/Gaza\"\n                },\n                {\n                    \"timeZoneId\": \"362\",\n                    \"canonicalId\": \"Pacific/Auckland\",\n                    \"standardOffset\": \"+12:00\",\n                    \"description\": \"Pacific/Auckland\"\n                },\n                {\n                    \"timeZoneId\": \"138\",\n                    \"canonicalId\": \"America/Monterrey\",\n                    \"standardOffset\": \"-05:00\",\n                    \"description\": \"America/Monterrey\"\n                },\n                {\n                    \"timeZoneId\": \"384\",\n                    \"canonicalId\": \"Pacific/Pago_Pago\",\n                    \"standardOffset\": \"-11:00\",\n                    \"description\": \"Pacific/Pago_Pago\"\n                },\n                {\n                    \"timeZoneId\": \"357\",\n                    \"canonicalId\": \"Indian/Maldives\",\n                    \"standardOffset\": \"+05:00\",\n                    \"description\": \"Indian/Maldives\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"981b086e-502a-4e2b-8724-3bafa7ab5712"},{"name":"Hierarchy","event":[{"listen":"test","script":{"id":"d708a29a-45a6-42b9-8067-c89c0e9a496a","exec":["\r"," \r",""],"type":"text/javascript"}}],"id":"90bef0c5-0bc4-4a53-b04c-d3329f923c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/accountHierarchy","description":"<h2 id=\"description\">Description</h2>\n<p>Get Account Hierarchy API will be used by Reseller to fetch their hierarchy. Using Query Parameter we can fetch the Hierarchy of a specific account under our organization. Account ID can be fetched using a new API.</p>\n<h2 id=\"account-access\">Account Access</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Access</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reseller</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>NO</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"input\">Input</h2>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>O</td>\n<td>Account id for who we fetching the hierarchy.  <br />If not provided then the account Id of the login users is used.  <br />If user has login using target account id then then target account Id is used.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<h3 id=\"output-parameters\">Output Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Response</td>\n<td>M</td>\n<td>Object of response details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-response-parameters\">Output response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Result code  <br />0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>M</td>\n<td>Response Transaction ID</td>\n</tr>\n<tr>\n<td>responseTimestamp</td>\n<td>M</td>\n<td>Response initiated time  <br />Format: dd/mm/yyyy hh:mm:ss</td>\n</tr>\n<tr>\n<td>resultParam</td>\n<td>M</td>\n<td>Object of transaction result</td>\n</tr>\n<tr>\n<td>responseParam</td>\n<td>O</td>\n<td>Object of account hierarchy Group</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-resultparam-parameters\">Output resultParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/ Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>M</td>\n<td>Status/Error Code</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>M</td>\n<td>Status/Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-responseparam-parameters\">Output responseParam Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>O</td>\n<td>List of the account Hierarchy info.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-account-hierarchy-parameters\">Output account Hierarchy Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Id of the Account</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Name of the Account</td>\n</tr>\n<tr>\n<td>childrenAccounts</td>\n<td>O</td>\n<td>List of accounts under the specific account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-childrenaccounts-parameters\">Output childrenAccounts Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Optional/Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>M</td>\n<td>Id of the Account</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>M</td>\n<td>Name of the Account</td>\n</tr>\n<tr>\n<td>childrenAccounts</td>\n<td>O</td>\n<td>List of accounts under the specific account.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"result-codes\">Result Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th><strong>Next Steps</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10138</td>\n<td>Get Account Hierarchy success</td>\n<td></td>\n</tr>\n<tr>\n<td>10139</td>\n<td>Get Account Hierarchy failure.</td>\n<td></td>\n</tr>\n<tr>\n<td>11004</td>\n<td>Invalid Account ID or Account ID not part of your Hierarchy</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","accountHierarchy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"33b94ed9-3084-4676-a097-b0e2505b2c19","name":"Get Account Hierarchy- Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/accountHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:52:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"45157"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10138\",\n            \"resultDescription\": \"Get Account Hierarchy success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"accountId\": 31746082,\n                    \"accountName\": \"Reseller1\",\n                    \"childrenAccounts\": [\n                        {\n                            \"accountId\": 41746092,\n                            \"accountName\": \"Enterprise1\"\n                        },\n                        {\n                            \"accountId\": 41746093,\n                            \"accountName\": \"Enterprise2\"\n                        },\n                        {\n                            \"accountId\": 31746102,\n                            \"accountName\": \"Reseller2\",\n                            \"childrenAccounts\": [\n                                {\n                                    \"accountId\": 41746108,\n                                    \"accountName\": \"Enterprise3\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"3714754946290144\",\n        \"responseTimestamp\": \"22/11/2022 08:16:45\"\n    }\n}"},{"id":"886d001e-9d06-45b0-aa5a-2d213cd861b3","name":"Get Account Hierarchy- Success (with accountId Parameter)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":{"raw":"https://{{url}}/api/accountHierarchy?accountId=31746082","protocol":"https","host":["{{url}}"],"path":["api","accountHierarchy"],"query":[{"key":"accountId","value":"31746082"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:52:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"45157"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10138\",\n            \"resultDescription\": \"Get Account Hierarchy success\"\n        },\n        \"resultCode\": \"0\",\n        \"responseParam\": {\n            \"rows\": [\n                {\n                    \"accountId\": 31746082,\n                    \"accountName\": \"Reseller1\",\n                    \"childrenAccounts\": [\n                        {\n                            \"accountId\": 41746092,\n                            \"accountName\": \"Enterprise1\"\n                        },\n                        {\n                            \"accountId\": 41746093,\n                            \"accountName\": \"Enterprise2\"\n                        },\n                        {\n                            \"accountId\": 31746102,\n                            \"accountName\": \"Reseller2\",\n                            \"childrenAccounts\": [\n                                {\n                                    \"accountId\": 41746108,\n                                    \"accountName\": \"Enterprise3\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        \"responseId\": \"3714754946290144\",\n        \"responseTimestamp\": \"22/11/2022 08:16:45\"\n    }\n}"},{"id":"30d9e82d-2938-43f3-ab9a-0ed16d12bf65","name":"Get Account Hierarchy- Different Account ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/accountHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:52:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"45157"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"11004\",\n            \"resultDescription\": \"Invalid Account ID or Account ID not part of your Hierarchy\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3693975193260011\",\n        \"responseTimestamp\": \"22/11/2022 08:30:26\"\n    }\n}"},{"id":"59d7cf53-5e93-4eae-a8fb-f9f1e91f9f96","name":"Get Account Hierarchy- Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-Authorization","value":"Bearer {{Auth_Key}}"}],"url":"https://{{url}}/api/accountHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 14:52:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"45157"},{"key":"Via","value":"1.1 sft.bics.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"Response\": {\n        \"resultParam\": {\n            \"resultCode\": \"10139\",\n            \"resultDescription\": \"Get Account Hierarchy failure\"\n        },\n        \"resultCode\": \"1\",\n        \"responseId\": \"3956109616518671\",\n        \"responseTimestamp\": \"22/11/2022 08:31:48\"\n    }\n}"}],"_postman_id":"90bef0c5-0bc4-4a53-b04c-d3329f923c12"}],"id":"9460cf76-ee78-4fde-86c9-e93d419067e4","event":[{"listen":"prerequest","script":{"id":"c87a9a3c-6ecf-4d6d-b801-7c8a91cdf395","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"293de2d6-4a19-4fdc-96f5-4b22f8217b1b","type":"text/javascript","exec":[""]}}],"_postman_id":"9460cf76-ee78-4fde-86c9-e93d419067e4","description":""},{"name":"SIM Product IDs","item":[],"id":"be8bea88-03bd-4876-9d8d-e6f1d906db53","description":"<h2 id=\"description\">Description</h2>\n<p>Mapping of SIM Product Name with SIM Product Id,</p>\n<p>Using the product name of your SIM, you can find the corresponding id and use it as a query parameter in the GET SIM api</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SIM_PRODUCT_TYPE_ID</th>\n<th>SIM_PRODUCT_NAME</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>IR1-1EU28-Multi</td>\n</tr>\n<tr>\n<td>3</td>\n<td>IR3-1EU28-Multi</td>\n</tr>\n<tr>\n<td>513</td>\n<td>4 in 1 white Starhub only</td>\n</tr>\n<tr>\n<td>515</td>\n<td>4 in 1 White 5 IMSI P1</td>\n</tr>\n<tr>\n<td>517</td>\n<td>4 in 1 White 5 IMSI P2</td>\n</tr>\n<tr>\n<td>519</td>\n<td>4 in 1 White Proximus only</td>\n</tr>\n<tr>\n<td>521</td>\n<td>4 in 1 BICS Branded</td>\n</tr>\n<tr>\n<td>523</td>\n<td>4 in 1 White Premium</td>\n</tr>\n<tr>\n<td>525</td>\n<td>4 in 1 White Standard</td>\n</tr>\n<tr>\n<td>527</td>\n<td>4 in 1 Indus W 5 IMSI Premium</td>\n</tr>\n<tr>\n<td>529</td>\n<td>4 in 1 Indus White Prox only</td>\n</tr>\n<tr>\n<td>531</td>\n<td>MFF2 Premium Industrial Grade</td>\n</tr>\n<tr>\n<td>533</td>\n<td>Premium</td>\n</tr>\n<tr>\n<td>1025</td>\n<td>Proximus Only</td>\n</tr>\n<tr>\n<td>1537</td>\n<td>Trio eUICC Premium XTR</td>\n</tr>\n<tr>\n<td>1539</td>\n<td>4 in 1 Premium XTR</td>\n</tr>\n<tr>\n<td>1541</td>\n<td>2FF eUICC Premium XTR Indus</td>\n</tr>\n<tr>\n<td>1543</td>\n<td>3FF eUICC Premium XTR Industri</td>\n</tr>\n<tr>\n<td>1545</td>\n<td>4FF eUICC Premium XTR Industri</td>\n</tr>\n<tr>\n<td>1547</td>\n<td>MFF2 eUICC Premium XTR</td>\n</tr>\n<tr>\n<td>1549</td>\n<td>Step 2 eUICC Premium XTR</td>\n</tr>\n<tr>\n<td>1551</td>\n<td>MFF2 Premium</td>\n</tr>\n<tr>\n<td>1553</td>\n<td>MFF2 5 IMSI P2</td>\n</tr>\n<tr>\n<td>1555</td>\n<td>Soft SIM</td>\n</tr>\n<tr>\n<td>1557</td>\n<td>MFF2 P2 V industrial grade</td>\n</tr>\n<tr>\n<td>1559</td>\n<td>2FF MINI White 5 IMSI P2 Indus</td>\n</tr>\n<tr>\n<td>1561</td>\n<td>3FF White Premium Industrial</td>\n</tr>\n<tr>\n<td>1563</td>\n<td>eUICC Proximus Only</td>\n</tr>\n<tr>\n<td>1565</td>\n<td>4 in 1 XTR Brazil Consumer</td>\n</tr>\n<tr>\n<td>1567</td>\n<td>4 in 1 White XTR industrial gr</td>\n</tr>\n<tr>\n<td>1569</td>\n<td>4 in 1 White XTR Brazil indust</td>\n</tr>\n<tr>\n<td>1571</td>\n<td>MFF2 Premium XTR</td>\n</tr>\n<tr>\n<td>1573</td>\n<td>MFF2 Premium XTR Brazil</td>\n</tr>\n<tr>\n<td>2049</td>\n<td>4 in 1 White SFR only</td>\n</tr>\n<tr>\n<td>2051</td>\n<td>4 in 1 White 5 IMSI P2 Indust</td>\n</tr>\n<tr>\n<td>2053</td>\n<td>Virtual eUICC Premium</td>\n</tr>\n<tr>\n<td>2562</td>\n<td>4 in 1 Consumer Premium Gorill</td>\n</tr>\n<tr>\n<td>2564</td>\n<td>Premium 4in1 Consum</td>\n</tr>\n<tr>\n<td>3074</td>\n<td>Trio eUICC Premium</td>\n</tr>\n<tr>\n<td>3076</td>\n<td>4 in 1 Premium XTR2</td>\n</tr>\n<tr>\n<td>3078</td>\n<td>4 in 1 XTR2 Brazil Consumer</td>\n</tr>\n<tr>\n<td>3585</td>\n<td>Step 2 eUICC Premium</td>\n</tr>\n<tr>\n<td>3587</td>\n<td>MFF2 eUICC Premium</td>\n</tr>\n<tr>\n<td>4097</td>\n<td>4 in 1 White Premium 2022</td>\n</tr>\n<tr>\n<td>4099</td>\n<td>4 in 1 Premium 2022 Industrial</td>\n</tr>\n<tr>\n<td>4610</td>\n<td>Step 2 eUICC Premium 2022</td>\n</tr>\n<tr>\n<td>4612</td>\n<td>MFF2 Premium 2022</td>\n</tr>\n<tr>\n<td>4614</td>\n<td>Step 2 eUICC Premium 2022 ES2</td>\n</tr>\n<tr>\n<td>4616</td>\n<td>4 in 1 White XTR2 Brazil indus</td>\n</tr>\n<tr>\n<td>4618</td>\n<td>MFF2 Premium XTR2 Brazil</td>\n</tr>\n<tr>\n<td>4620</td>\n<td>4 in 1 White XTR2 industrial</td>\n</tr>\n<tr>\n<td>4622</td>\n<td>Step 2 eUICC Single IMSI ES2</td>\n</tr>\n<tr>\n<td>4624</td>\n<td>Step 2 eUICC Single IMSI</td>\n</tr>\n<tr>\n<td>5121</td>\n<td>MFF2 Premium XTR2</td>\n</tr>\n<tr>\n<td>5634</td>\n<td>Step 2 eUICC Single IMSI 3DMNC</td>\n</tr>\n<tr>\n<td>5636</td>\n<td>Step 2 eUICC S IMSI 3DMNC ES2</td>\n</tr>\n<tr>\n<td>5638</td>\n<td>MFF2 SFR Only consumer</td>\n</tr>\n<tr>\n<td>5640</td>\n<td>XTR2 BICS applet</td>\n</tr>\n<tr>\n<td>5642</td>\n<td>Single IMSI generic</td>\n</tr>\n<tr>\n<td>6146</td>\n<td>4 in 1 White XTR3 Brazil</td>\n</tr>\n<tr>\n<td>6148</td>\n<td>4 in 1 White LPWAN</td>\n</tr>\n<tr>\n<td>8707</td>\n<td>Step 2 eUICC Single IMSI White</td>\n</tr>\n<tr>\n<td>8709</td>\n<td>Step 2 eUICC Single IMSI 3DMNC White</td>\n</tr>\n<tr>\n<td>9218</td>\n<td>Consumer eUICC Profile Single IMSI White</td>\n</tr>\n<tr>\n<td>10241</td>\n<td>4 in 1 eUICC LPWAN</td>\n</tr>\n<tr>\n<td>10753</td>\n<td>4 in 1 M2M eUICC LPWAN</td>\n</tr>\n<tr>\n<td>11777</td>\n<td>Consumer eUICC Profile Dual IMSI IR1 White</td>\n</tr>\n<tr>\n<td>12289</td>\n<td>IPP Consumer eUICC LPWAN</td>\n</tr>\n<tr>\n<td>12293</td>\n<td>Consumer eUICC Profile LPWAN</td>\n</tr>\n<tr>\n<td>13825</td>\n<td>Consumer eUICC Profile Dual IMSI IR2 White</td>\n</tr>\n<tr>\n<td>13827</td>\n<td>4 in 1 White NextGenSIM Consumer</td>\n</tr>\n<tr>\n<td>14337</td>\n<td>IPP NextGenSIM</td>\n</tr>\n<tr>\n<td>14339</td>\n<td>Consumer eUICC Profile Dual IMSI IR2</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"be8bea88-03bd-4876-9d8d-e6f1d906db53"},{"name":"Result Codes","item":[],"id":"b7773f42-e3f1-44cc-bad2-81f73fbca77e","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Codes</th>\n<th>Description</th>\n<th>Next Steps</th>\n<th>Refer API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>User Authorization Failed</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1000</td>\n<td>Mandatory parameter missing –{Parameter Name}</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1001</td>\n<td>Wrong input parameter –{Parameter Name}</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1004</td>\n<td>IP Not Allowed</td>\n<td>This IP is currently blacklisted. Kindly contact system admin</td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1008</td>\n<td>Invalid Life Cycle</td>\n<td></td>\n<td>POSTEndpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>1009</td>\n<td>Life Cycle change not allowed due to endpoint/subscriber is in deactivate state</td>\n<td></td>\n<td>POSTEndpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Already Deactivated (Addon remove)</td>\n<td></td>\n<td>PATCH -Endpoint Modify</td>\n</tr>\n<tr>\n<td>1045</td>\n<td>Invalid Parent Id</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1056</td>\n<td>Query rate plan success</td>\n<td></td>\n<td>Query- Rate Plan</td>\n</tr>\n<tr>\n<td>1057</td>\n<td>Query Rate Plan Failure</td>\n<td>Operational failure, try after sometime or kindly verify all mandatory parameters in the API request else contact the system administrator.</td>\n<td>Query- Rate Plan</td>\n</tr>\n<tr>\n<td>1058</td>\n<td>No Rate Plan Configured</td>\n<td></td>\n<td>GET-Query Rate Plan</td>\n</tr>\n<tr>\n<td>1059</td>\n<td>Get customer profile success</td>\n<td></td>\n<td>Organization- Get Customer Profile</td>\n</tr>\n<tr>\n<td>1060</td>\n<td>Get customer profile failure</td>\n<td></td>\n<td>GET-Customer Profile</td>\n</tr>\n<tr>\n<td>1082</td>\n<td>Get endpoint profile success</td>\n<td></td>\n<td>GET-EndPoint Profile</td>\n</tr>\n<tr>\n<td>1083</td>\n<td>Get endpoint profile failure</td>\n<td></td>\n<td>GET-EndPoint Profile</td>\n</tr>\n<tr>\n<td>1171</td>\n<td>Addon subscription success</td>\n<td></td>\n<td>Post SubscribeAddon</td>\n</tr>\n<tr>\n<td>1172</td>\n<td>Addon subscription failure</td>\n<td></td>\n<td>Post SubscribeAddon</td>\n</tr>\n<tr>\n<td>1208</td>\n<td>Duplicate ratezone name</td>\n<td></td>\n<td>POST-Create-RateZone</td>\n</tr>\n<tr>\n<td>1209</td>\n<td>Create ratezone success</td>\n<td></td>\n<td>POST-Ratezone - Create</td>\n</tr>\n<tr>\n<td>1210</td>\n<td>Create ratezone failure</td>\n<td></td>\n<td>POST-Ratezone - Create</td>\n</tr>\n<tr>\n<td>1211</td>\n<td>Get rate zone success</td>\n<td></td>\n<td>GET-RateZone</td>\n</tr>\n<tr>\n<td>1212</td>\n<td>Get rate zone failure</td>\n<td></td>\n<td>GET-RateZone</td>\n</tr>\n<tr>\n<td>1222</td>\n<td>Delete ratezone success</td>\n<td></td>\n<td>POST-Ratezone - Delete</td>\n</tr>\n<tr>\n<td>1223</td>\n<td>Delete ratezone failure</td>\n<td></td>\n<td>POST-Ratezone - Delete</td>\n</tr>\n<tr>\n<td>1224</td>\n<td>Modify ratezone success</td>\n<td></td>\n<td>POST-Ratezone - Modify</td>\n</tr>\n<tr>\n<td>1225</td>\n<td>Modify rat111ezone failure</td>\n<td></td>\n<td>POST-Ratezone - Modify</td>\n</tr>\n<tr>\n<td>1242</td>\n<td>Life Cycle change not allowed because parent is not in active state</td>\n<td></td>\n<td>POST-Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>1249</td>\n<td>Get Rule Success</td>\n<td></td>\n<td>GET-Rule</td>\n</tr>\n<tr>\n<td>1250</td>\n<td>Get Rule Failure</td>\n<td></td>\n<td>GET-Rule</td>\n</tr>\n<tr>\n<td>1254</td>\n<td>You are Currently in same Lifecycle</td>\n<td></td>\n<td>POST- Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>1257</td>\n<td>Wrong Request Packet</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1266</td>\n<td>Get Counter Success</td>\n<td></td>\n<td>GET-Counter</td>\n</tr>\n<tr>\n<td>1267</td>\n<td>Get Counter Failure</td>\n<td></td>\n<td>GET-Counter</td>\n</tr>\n<tr>\n<td>1307</td>\n<td>Get Benefit Success</td>\n<td></td>\n<td>GET-Benefit</td>\n</tr>\n<tr>\n<td>1317</td>\n<td>Get Charge Success</td>\n<td></td>\n<td>GET-Charge</td>\n</tr>\n<tr>\n<td>1318</td>\n<td>Get Charge Failure</td>\n<td></td>\n<td>GET-Charge</td>\n</tr>\n<tr>\n<td>1328</td>\n<td>Get Service Profile Failure</td>\n<td></td>\n<td>GET-Service Profile</td>\n</tr>\n<tr>\n<td>1331</td>\n<td>Get Service Profile Success</td>\n<td></td>\n<td>GET-Service Profile</td>\n</tr>\n<tr>\n<td>1323</td>\n<td>Create Service Profile Success</td>\n<td></td>\n<td>POST-Service Profile - Create</td>\n</tr>\n<tr>\n<td>1324</td>\n<td>Create Service Profile Failure</td>\n<td></td>\n<td>POST-Service Profile - Create</td>\n</tr>\n<tr>\n<td>1325</td>\n<td>Modify Service Profile Success</td>\n<td></td>\n<td>POST -Service Profile - Modify</td>\n</tr>\n<tr>\n<td>1326</td>\n<td>Modify Service Profile Failure</td>\n<td></td>\n<td>POST -Service Profile - Modify</td>\n</tr>\n<tr>\n<td>1329</td>\n<td>Delete Service Profile Success</td>\n<td></td>\n<td>POST Service Profile - Delete</td>\n</tr>\n<tr>\n<td>1330</td>\n<td>Delete Service Profile Failure</td>\n<td></td>\n<td>POST Service Profile - Delete</td>\n</tr>\n<tr>\n<td>1333</td>\n<td>Create organization success</td>\n<td></td>\n<td>POST-Organization - Create</td>\n</tr>\n<tr>\n<td>1334</td>\n<td>Create organization failure</td>\n<td></td>\n<td>POST-Organization - Create</td>\n</tr>\n<tr>\n<td>1338</td>\n<td>Service Profile Attached To Plan So Deletion Failure</td>\n<td>Delete the plan which is attached to the service profile and then try Service profile deletion</td>\n<td>POST-Serivce Profile - Delete</td>\n</tr>\n<tr>\n<td>1339</td>\n<td>Get invoice Details Success</td>\n<td></td>\n<td>GET-Invoice</td>\n</tr>\n<tr>\n<td>1340</td>\n<td>No record Exists</td>\n<td></td>\n<td>GET-Job Status</td>\n</tr>\n<tr>\n<td>1359</td>\n<td>No Data Available</td>\n<td></td>\n<td>GET-AccountID</td>\n</tr>\n<tr>\n<td>1369</td>\n<td>Ratezone already exists for these operators</td>\n<td></td>\n<td>POST-Ratezone - Create</td>\n</tr>\n<tr>\n<td>1372</td>\n<td>Update Roaming Profile Success</td>\n<td></td>\n<td>POST-Endpoint - Change Roaming Profile</td>\n</tr>\n<tr>\n<td>1373</td>\n<td>Update Roaming Profile Failed</td>\n<td></td>\n<td>POST-Endpoint - Change Roaming Profile</td>\n</tr>\n<tr>\n<td>1377</td>\n<td>Get country success</td>\n<td></td>\n<td>Misc Information- Countries</td>\n</tr>\n<tr>\n<td>1378</td>\n<td>Get country failure</td>\n<td></td>\n<td>Misc Information- Countries</td>\n</tr>\n<tr>\n<td>1379</td>\n<td>Get Currency Success</td>\n<td></td>\n<td>Misc Information- Currencies</td>\n</tr>\n<tr>\n<td>1380</td>\n<td>Get Currency Failure</td>\n<td></td>\n<td>Misc Information- Currencies</td>\n</tr>\n<tr>\n<td>1381</td>\n<td>Get Time Zone Success</td>\n<td></td>\n<td>Misc Information- TimeZone</td>\n</tr>\n<tr>\n<td>1382</td>\n<td>Get Time Zone Failure</td>\n<td></td>\n<td>GET TimeZone</td>\n</tr>\n<tr>\n<td>1383</td>\n<td>Country Not Configured</td>\n<td></td>\n<td>GET Countries</td>\n</tr>\n<tr>\n<td>1384</td>\n<td>No currency exists</td>\n<td></td>\n<td>GET Currencies</td>\n</tr>\n<tr>\n<td>1385</td>\n<td>No timezone exists</td>\n<td></td>\n<td>GET TimeZone</td>\n</tr>\n<tr>\n<td>1390</td>\n<td>Customer name already exists</td>\n<td></td>\n<td>POST-Organization - Create</td>\n</tr>\n<tr>\n<td>1394</td>\n<td>Successful!! Request Has Sent For Processing!!</td>\n<td></td>\n<td>POST-Update Monthly Limit (Postpaid)</td>\n</tr>\n<tr>\n<td>1410</td>\n<td>Duplicate rdb code</td>\n<td></td>\n<td>POST-Organization - Create</td>\n</tr>\n<tr>\n<td>1415</td>\n<td>Duplicate operator</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1417</td>\n<td>Forbidden strings were identified(\"character or String\").Please correct</td>\n<td>Verify the API request, if any special characters (drop,delete,  <br />//,http,TRUNCATE,DELETE,DROP,truncate,HTTP,&lt;,&gt;,/&gt;,$(,cmd,CMD,=,!,/c,/C) enterted, please remove and try again.</td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1889</td>\n<td>Parameter length is not in range-{Parameter Name}</td>\n<td>Verify the API request, if any parameter value exceeds the permissible length range. Please remove/change and try again.</td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1890</td>\n<td>Parameter Not a Number-{Parameter Name}</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>1892</td>\n<td>Parameter Invalid Boolean value-{Parameter Name}</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>2026</td>\n<td>Duplicate IMSI</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>2028</td>\n<td>Operation Not Allowed As Parent Service Is In Barred Status</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>2503</td>\n<td>Subscriber not in active state</td>\n<td></td>\n<td>POST-Endpoint - Change Roaming Profile/PATCHEndpoint - Modify</td>\n</tr>\n<tr>\n<td>2507</td>\n<td>SIM Already In Active State</td>\n<td></td>\n<td>POST-Endpoint - Activate/POST-Endpoint - Link SIM</td>\n</tr>\n<tr>\n<td>2589</td>\n<td>Get End point Statistics Success</td>\n<td></td>\n<td>GET-Endpoint - Statistics</td>\n</tr>\n<tr>\n<td>3005</td>\n<td>Update endpoint/customer success</td>\n<td></td>\n<td>POST-Endpoint - Threshold</td>\n</tr>\n<tr>\n<td>3006</td>\n<td>Update endpoint/customer failure</td>\n<td></td>\n<td>POST-Endpoint - Threshold</td>\n</tr>\n<tr>\n<td>4012</td>\n<td>Insufficient monthly limit/balance</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>5000</td>\n<td>Create Plan Success</td>\n<td></td>\n<td>POST-Create-Plan</td>\n</tr>\n<tr>\n<td>5001</td>\n<td>Create Plan Failure</td>\n<td></td>\n<td>POST-Create-Plan</td>\n</tr>\n<tr>\n<td>5002</td>\n<td>Modify Plan Success</td>\n<td></td>\n<td>POST-Modify-Plan</td>\n</tr>\n<tr>\n<td>5003</td>\n<td>Modify Plan Failure</td>\n<td></td>\n<td>POST-Modify-Plan</td>\n</tr>\n<tr>\n<td>5014</td>\n<td>SIM Provisioning Success</td>\n<td></td>\n<td>POST-Endpoint - Create/POST-Endpoint - Activate</td>\n</tr>\n<tr>\n<td>5015</td>\n<td>SIM provisioning failure</td>\n<td></td>\n<td>POST-Endpoint - Activate</td>\n</tr>\n<tr>\n<td>5016</td>\n<td>SIM Already provisioned</td>\n<td></td>\n<td>POST-Endpoint - Link SIM</td>\n</tr>\n<tr>\n<td>5017</td>\n<td>Lifecycle Change Success</td>\n<td></td>\n<td>POST-Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>5018</td>\n<td>Endpoint/Subscriber Lifecycle change Failed</td>\n<td></td>\n<td>POST-Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>5019</td>\n<td>Plan does not exist</td>\n<td></td>\n<td>POST Plan- Delete</td>\n</tr>\n<tr>\n<td>5020</td>\n<td>Plan Already Exists</td>\n<td>Attaching the same plan via API which is already attached to the endpoint will give this error code 5020.</td>\n<td>POST-Endpoint - Plan Change</td>\n</tr>\n<tr>\n<td>5030</td>\n<td>Endpoint/Subscriber does not Exists</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>5064</td>\n<td>Delete Plan Success</td>\n<td></td>\n<td>POST-Plan - Delete</td>\n</tr>\n<tr>\n<td>5065</td>\n<td>Delete Plan Failure</td>\n<td></td>\n<td>POST-Plan - Delete</td>\n</tr>\n<tr>\n<td>5067</td>\n<td>Plan Deletion Failed. Subscriber exists for the Plan</td>\n<td>Delete the subscriber which is attatched to same plan and then re-run the delete plan.</td>\n<td>POST-Plan - Delete</td>\n</tr>\n<tr>\n<td>5110</td>\n<td>Get Account ID Success</td>\n<td></td>\n<td>Get - AccountID</td>\n</tr>\n<tr>\n<td>5111</td>\n<td>Get Account ID Failure</td>\n<td></td>\n<td>Get - AccountID</td>\n</tr>\n<tr>\n<td>5112</td>\n<td>Invalid Account Name</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6409</td>\n<td>Link SIM Success</td>\n<td></td>\n<td>POST-Endpoint - Link SIM</td>\n</tr>\n<tr>\n<td>6410</td>\n<td>Link SIM Failure</td>\n<td></td>\n<td>POST-Endpoint - Link SIM</td>\n</tr>\n<tr>\n<td>6411</td>\n<td>Create Endpoint Success</td>\n<td></td>\n<td>POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>6412</td>\n<td>Create Endpoint Failure</td>\n<td></td>\n<td>POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>6413</td>\n<td>SIM Delink Success</td>\n<td></td>\n<td>POST-Endpoint - De-Link SIM</td>\n</tr>\n<tr>\n<td>6414</td>\n<td>SIM Delink Failure</td>\n<td></td>\n<td>POST-Endpoint - De-Link SIM</td>\n</tr>\n<tr>\n<td>6420</td>\n<td>SIM Not attached</td>\n<td></td>\n<td>POST-Endpoint - De-Link SIM</td>\n</tr>\n<tr>\n<td>6554</td>\n<td>Duplicate Service Profile Name</td>\n<td></td>\n<td>POST-Serivce Profile - Modify</td>\n</tr>\n<tr>\n<td>6565</td>\n<td>Invalid Child Config for Service Profile</td>\n<td>Verify the parent service profile and modify the request basd on configuration and try again.</td>\n<td>POST-Service Profile - Create/Modify</td>\n</tr>\n<tr>\n<td>6717</td>\n<td>MA is mandatory for prepaid normal plan</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>6719</td>\n<td>Total Charge Amount exceeded MA Benefit Value</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>6721</td>\n<td>No counter exists</td>\n<td></td>\n<td>POST-Endpoint - Threshold</td>\n</tr>\n<tr>\n<td>6722</td>\n<td>MSISDN not exist</td>\n<td></td>\n<td>POST Endpoint Create</td>\n</tr>\n<tr>\n<td>6742</td>\n<td>Fetch Endpoints Success</td>\n<td></td>\n<td>GET-Endpoints</td>\n</tr>\n<tr>\n<td>6745</td>\n<td>Fetch Endpoints Failure</td>\n<td></td>\n<td>GET-Endpoints</td>\n</tr>\n<tr>\n<td>7000</td>\n<td>PlanType Not Matching</td>\n<td></td>\n<td>POST-Endpoint - Plan Change</td>\n</tr>\n<tr>\n<td>7001</td>\n<td>Plan Change Success</td>\n<td></td>\n<td>POST-Endpoint - Plan Change</td>\n</tr>\n<tr>\n<td>7002</td>\n<td>Plan Change Failure</td>\n<td></td>\n<td>POST-Endpoint - Plan Change</td>\n</tr>\n<tr>\n<td>7013</td>\n<td>Create tariff success</td>\n<td></td>\n<td>POST-Tariff - Create</td>\n</tr>\n<tr>\n<td>7014</td>\n<td>Create tariff failure</td>\n<td></td>\n<td>POST-Tariff - Create</td>\n</tr>\n<tr>\n<td>7015</td>\n<td>Modify tariff success</td>\n<td></td>\n<td>POST-Tariff - Modify</td>\n</tr>\n<tr>\n<td>7016</td>\n<td>Modify tariff failure</td>\n<td></td>\n<td>POST-Tariff - Modify</td>\n</tr>\n<tr>\n<td>7017</td>\n<td>Delete tariff success</td>\n<td></td>\n<td>POST-Tariff - Delete</td>\n</tr>\n<tr>\n<td>7018</td>\n<td>Delete tariff failure</td>\n<td></td>\n<td>POST-Tariff - Delete</td>\n</tr>\n<tr>\n<td>7021</td>\n<td>Successful!! request has sent for processing!!</td>\n<td></td>\n<td>POST-DeLinkSim</td>\n</tr>\n<tr>\n<td>7022</td>\n<td>Customer is in Low Balance Provisioning Not Allowed</td>\n<td></td>\n<td>POST-Organization - Create/POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>7025</td>\n<td>Duplicate external identifier</td>\n<td></td>\n<td>POST-Organization - Create</td>\n</tr>\n<tr>\n<td>8098</td>\n<td>Duplicate operators present in the ratezone selected</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>8104</td>\n<td>Endpoint in PreActive/Hold State</td>\n<td></td>\n<td>POST-Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>8107</td>\n<td>Get Notification Type Success</td>\n<td></td>\n<td>GET-Notification</td>\n</tr>\n<tr>\n<td>8108</td>\n<td>Get Notification Type Failure</td>\n<td></td>\n<td>GET-Notification</td>\n</tr>\n<tr>\n<td>8194</td>\n<td>Get tariff success</td>\n<td></td>\n<td>GET-Tariff</td>\n</tr>\n<tr>\n<td>8195</td>\n<td>Get tariff failure</td>\n<td></td>\n<td>GET-Tariff</td>\n</tr>\n<tr>\n<td>8211</td>\n<td>Ratezone already linked to rateplan tariffs</td>\n<td>Delete the plan which is attached to the Ratezone and then try Ratezone deletion</td>\n<td>POST-Ratezone - Delete/POST-Ratezone - Modify</td>\n</tr>\n<tr>\n<td>8213</td>\n<td>Invalid ratezone</td>\n<td></td>\n<td>POST-Ratezone - Modify</td>\n</tr>\n<tr>\n<td>8223</td>\n<td>Tariff already attached to plan</td>\n<td></td>\n<td>POST-Tariff - Delete</td>\n</tr>\n<tr>\n<td>8233</td>\n<td>Ratezone already attached with benefit</td>\n<td></td>\n<td>POST-Ratezone - Delete</td>\n</tr>\n<tr>\n<td>9003</td>\n<td>Lifecycle change success Note: For OEM enabled accounts</td>\n<td></td>\n<td>Lifecycle change success Note: For OEM enabled accounts POST- Endpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>10000</td>\n<td>Get APN Group Success</td>\n<td></td>\n<td>GET-APN Group</td>\n</tr>\n<tr>\n<td>10001</td>\n<td>Get APN Group Failure</td>\n<td></td>\n<td>Get-APN Group</td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Insufficient Privilege</td>\n<td></td>\n<td>POST-Roaming Profile - Modify and POSt- Plan Create/Modify/POST-createCustomUser</td>\n</tr>\n<tr>\n<td>10003</td>\n<td>Invalid Operation code</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10005</td>\n<td>Missing mandatory parameter</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Wrong Request Packet</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10007</td>\n<td>DB Failure</td>\n<td>DB table update failed due to any (DB down/HSS down). Please contact system admin</td>\n<td>POST- Endpoint Bulk Create</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>Get Roaming Profile Success</td>\n<td></td>\n<td>GET-Roaming Profile</td>\n</tr>\n<tr>\n<td>10010</td>\n<td>Get Roaming Profile Failure</td>\n<td></td>\n<td>GET-Roaming Profile</td>\n</tr>\n<tr>\n<td>10011</td>\n<td>Create APN Group Success</td>\n<td></td>\n<td>POST-APN Group - Create</td>\n</tr>\n<tr>\n<td>10012</td>\n<td>Create APN Group Failure</td>\n<td></td>\n<td>POST-APN Group - Create</td>\n</tr>\n<tr>\n<td>10013</td>\n<td>Modify APN Group Success</td>\n<td></td>\n<td>POST-APN Group - Modify</td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Modify APN Group Failure</td>\n<td></td>\n<td>POST-APN Group - Modify</td>\n</tr>\n<tr>\n<td>10015</td>\n<td>Delete APN Group Success</td>\n<td></td>\n<td>POST-APN Group - Delete</td>\n</tr>\n<tr>\n<td>10016</td>\n<td>Delete APN Group Failure</td>\n<td></td>\n<td>POST-APN Group - Delete</td>\n</tr>\n<tr>\n<td>10017</td>\n<td>Create Roaming Profile Success</td>\n<td></td>\n<td>POST-Roaming Profile - Create</td>\n</tr>\n<tr>\n<td>10018</td>\n<td>Create Roaming Profile Failure</td>\n<td></td>\n<td>POST-Roaming Profile - Create</td>\n</tr>\n<tr>\n<td>10019</td>\n<td>Modify Roaming Profile Success</td>\n<td></td>\n<td>POST-Roaming Profile - Modify</td>\n</tr>\n<tr>\n<td>10020</td>\n<td>Modify Roaming Profile Failure</td>\n<td></td>\n<td>POST-Roaming Profile - Modify</td>\n</tr>\n<tr>\n<td>10021</td>\n<td>Fetch SIM Success</td>\n<td></td>\n<td>GET-SIM</td>\n</tr>\n<tr>\n<td>10022</td>\n<td>Fetch SIM Failure</td>\n<td></td>\n<td>GET-SIM</td>\n</tr>\n<tr>\n<td>10023</td>\n<td>Send SMS Success</td>\n<td></td>\n<td>POST-SMS - Send to Endpoint  <br />/ POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>10024</td>\n<td>Send SMS Failure</td>\n<td></td>\n<td>POST-SMS - Send to Endpoint</td>\n</tr>\n<tr>\n<td>10025</td>\n<td>Fetch APN Failure</td>\n<td></td>\n<td>GET-APN</td>\n</tr>\n<tr>\n<td>10026</td>\n<td>Fetch APN Success</td>\n<td></td>\n<td>GET-APN</td>\n</tr>\n<tr>\n<td>10027</td>\n<td>Fetch Network List Failure</td>\n<td></td>\n<td>GET-Networks</td>\n</tr>\n<tr>\n<td>10028</td>\n<td>Fetch Network List Success</td>\n<td></td>\n<td>GET-Networks</td>\n</tr>\n<tr>\n<td>10029</td>\n<td>Get Destination List Success</td>\n<td></td>\n<td>GET-Destination Group</td>\n</tr>\n<tr>\n<td>10030</td>\n<td>Get Destination List Failure</td>\n<td></td>\n<td>GET-Destination Group</td>\n</tr>\n<tr>\n<td>10031</td>\n<td>No Data Found</td>\n<td></td>\n<td>GET Roaming Profile/GET Destination Group</td>\n</tr>\n<tr>\n<td>10032</td>\n<td>Create Destination Group Success</td>\n<td></td>\n<td>POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10033</td>\n<td>Create Destination Group Failure</td>\n<td></td>\n<td>POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10034</td>\n<td>Modify destination group success</td>\n<td></td>\n<td>POST-Destination Group - Modify</td>\n</tr>\n<tr>\n<td>10035</td>\n<td>Modify destination group failure</td>\n<td></td>\n<td>POST-Destination Group - Modify</td>\n</tr>\n<tr>\n<td>10036</td>\n<td>Delete Destination Group Success</td>\n<td></td>\n<td>POST-Destination Group - Delete</td>\n</tr>\n<tr>\n<td>10037</td>\n<td>Delete Destination Group Failure</td>\n<td></td>\n<td>POST-Destination Group - Delete</td>\n</tr>\n<tr>\n<td>10040</td>\n<td>Destination Group Already Attached With Plan</td>\n<td>Use GET Query Rate Plan  <br />to identify in which all Destination Group is used for  <br />plans or Delete the plan which is attached to the same Destination Group and then try delete Destination Group API</td>\n<td>POST-Destination Group - Delete</td>\n</tr>\n<tr>\n<td>10041</td>\n<td>Destination Group Already Attached With ratezone</td>\n<td>Use GET Ratezone API  <br />to identify in which all Destination Group is used for  <br />Ratezones or Delete the ratezone which is attached to the same Destination Group and then try delete Destination Group API</td>\n<td>POST-Destination Group - Delete</td>\n</tr>\n<tr>\n<td>10042</td>\n<td>Destination Not Attached With Account</td>\n<td></td>\n<td>POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10043</td>\n<td>Operator cannot be removed, as single operator is present in destination group.</td>\n<td>Add one more operator to the same Destination Group and then remove the required operator</td>\n<td>POST-Destination Group - Modify</td>\n</tr>\n<tr>\n<td>10044</td>\n<td>Operator already exists in the list.</td>\n<td></td>\n<td>POST-Destination Group - Modify / POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10045</td>\n<td>Operator already exists in the destination group.</td>\n<td></td>\n<td>POST-Destination Group - Modify</td>\n</tr>\n<tr>\n<td>10046</td>\n<td>Cancel Location Success</td>\n<td></td>\n<td>POST-SIM - Cancel Location</td>\n</tr>\n<tr>\n<td>10047</td>\n<td>Cancel Location Failure</td>\n<td></td>\n<td>POST-SIM - Cancel Location</td>\n</tr>\n<tr>\n<td>10048</td>\n<td>Fetch ICCID for provisioning success</td>\n<td></td>\n<td>GET-Endpoint - Get ICCID</td>\n</tr>\n<tr>\n<td>10049</td>\n<td>Fetch ICCID for provisioning failure</td>\n<td></td>\n<td>GET-Endpoint - Get ICCID</td>\n</tr>\n<tr>\n<td>10050</td>\n<td>Fetch SIM provisioning details success</td>\n<td></td>\n<td>GET-Endpoint - Bulk Create - Process Status</td>\n</tr>\n<tr>\n<td>10051</td>\n<td>Fetch SIM provisioning details failure</td>\n<td></td>\n<td>GET-Endpoint - Bulk Create - Process Status</td>\n</tr>\n<tr>\n<td>10054</td>\n<td>Success!! Request has sent for processing.</td>\n<td></td>\n<td>POST-Bulk SIM Transfer / POST-Endpoint - Bulk Create</td>\n</tr>\n<tr>\n<td>10057</td>\n<td>Unexpected error occured.Please try again..!!</td>\n<td></td>\n<td>POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10068</td>\n<td>Modify endpoint success</td>\n<td></td>\n<td>PATCH-Endpoint - Modify</td>\n</tr>\n<tr>\n<td>10069</td>\n<td>Modify endpoint failure</td>\n<td></td>\n<td>PATCH-Endpoint - Modify</td>\n</tr>\n<tr>\n<td>10070</td>\n<td>Success!! Request has sent for processing</td>\n<td></td>\n<td>PATCH-Endpoint - Bulk Modify</td>\n</tr>\n<tr>\n<td>10071</td>\n<td>Get bulk Job details success</td>\n<td></td>\n<td>GET-Job Status</td>\n</tr>\n<tr>\n<td>10072</td>\n<td>Get bulk Job details failure</td>\n<td></td>\n<td>GET-Job Status</td>\n</tr>\n<tr>\n<td>10073</td>\n<td>Maximum count exceeds for input Parameter - {reason}</td>\n<td>Based on the input parameter from the request ,the reason for this error code will differ. For example, if we are trying to add more than 15 addon plans for a single endpoint we will get this error code saying that Maximum count exceeds for input parameter - addAddonPlanIds,value</td>\n<td>POST-Endpoint - Create / PATCH-Endpoint - Bulk Modify</td>\n</tr>\n<tr>\n<td>10074</td>\n<td>Failure!! Unrecognized field-{Parameter Name}</td>\n<td>Verify in the API request resouretype filed is corret or not (imsi , iccid , msisdn)</td>\n<td>POST-Bulk SIM Transfer</td>\n</tr>\n<tr>\n<td>10076</td>\n<td>Invalid parent</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>10077</td>\n<td>Maximum Benifit limit Reached</td>\n<td></td>\n<td>POST-Endpoint - Create / PATCH-Endpoint - Bulk Modify</td>\n</tr>\n<tr>\n<td>10080</td>\n<td>Addon PlanID does not belong to the roaming profile</td>\n<td>Crete a new Addon plan with same roaming profile which used for base plan, (Attached to the endpoint) and then re-try.</td>\n<td>POST- Endpoint Create/ PATCH- Endpoint Modify</td>\n</tr>\n<tr>\n<td>10081</td>\n<td>Restricted words (like delete ,drop ,truncate etc) should not be used for name</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10082</td>\n<td>The minimum number of characters required is 2</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>10083</td>\n<td>Submit A2P SMS failure</td>\n<td></td>\n<td>POST-SMS - A2P SMS</td>\n</tr>\n<tr>\n<td>10084</td>\n<td>Location info – Success</td>\n<td></td>\n<td>GET-Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10085</td>\n<td>Service profile change denied due to conflicting RAT privileges assigned by (child-entity-name). Please first update the service profile(s) of (child-entity-name)/ Location info - failure</td>\n<td></td>\n<td>POST-Serivce Profile - Modify/ GETEndpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10087</td>\n<td>HSS connection Failed</td>\n<td></td>\n<td>GET-Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10088</td>\n<td>Failure!! request to HSS timed out</td>\n<td></td>\n<td>GET-Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10089</td>\n<td>Endpoint is detached</td>\n<td></td>\n<td>GET- Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10086</td>\n<td>Invalid Json</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10092</td>\n<td>Get callback profile success</td>\n<td></td>\n<td>GET-CallBack Information</td>\n</tr>\n<tr>\n<td>10093</td>\n<td>Service not available for the subscribing plan</td>\n<td></td>\n<td>POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>10094</td>\n<td>No geolocation information was provided by visited network</td>\n<td></td>\n<td>GET-Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>10095</td>\n<td>Update callback profile success</td>\n<td></td>\n<td>PATCH-CallBack Modify</td>\n</tr>\n<tr>\n<td>10096</td>\n<td>Update callback profile failure</td>\n<td></td>\n<td>PATCH-CallBack Modify</td>\n</tr>\n<tr>\n<td>10097</td>\n<td>Multiple query parameters are not allowed</td>\n<td></td>\n<td>GET-SIM</td>\n</tr>\n<tr>\n<td>10098</td>\n<td>Failure!! {parameter Name} already exists in the system.</td>\n<td></td>\n<td>POST-Destination Group - Create</td>\n</tr>\n<tr>\n<td>10100</td>\n<td>Service modification not allowed for the addon - service</td>\n<td></td>\n<td>POST-Serivce Profile - Modify</td>\n</tr>\n<tr>\n<td>10106</td>\n<td>Prorate is not allowed with the Minimum fee charge</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>10108</td>\n<td>SIM already in suspend state</td>\n<td></td>\n<td>POST-Endpoint - Link SIM</td>\n</tr>\n<tr>\n<td>10109</td>\n<td>SIM already in preActive state</td>\n<td></td>\n<td>POSTEndpoint - Link SIM</td>\n</tr>\n<tr>\n<td>10110</td>\n<td>Operation failed - Multiple instances of fee type {} are not allowed</td>\n<td></td>\n<td>POSTPlan - Create / POSTPlan - Modify</td>\n</tr>\n<tr>\n<td>10111</td>\n<td>Obsolete access type value</td>\n<td></td>\n<td>POST-Service Profile - Create</td>\n</tr>\n<tr>\n<td>10115</td>\n<td>Fetch network list-No Data Found</td>\n<td></td>\n<td>GET-Networks</td>\n</tr>\n<tr>\n<td>10117</td>\n<td>Incorrect value in targetAccountId</td>\n<td></td>\n<td>POST-Endpoint - Plan Change</td>\n</tr>\n<tr>\n<td>10119</td>\n<td>Benefit rule Configuration is missing. Please add benefit rule configuration - BenefitId</td>\n<td></td>\n<td>POST-Plan - Create / POST-Plan - Modify</td>\n</tr>\n<tr>\n<td>10120</td>\n<td>Maximum number of tag is reached</td>\n<td></td>\n<td>POST-Tag Create/Modify</td>\n</tr>\n<tr>\n<td>10123</td>\n<td>Failure.!! Not possible to remove last APN</td>\n<td></td>\n<td>POST-APN Group - Modify</td>\n</tr>\n<tr>\n<td>10125</td>\n<td>API operation has Time out. Request has been received but it has timeout before we receive the response. Please try again later.  <br />* Timeout Response for GET APIs</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10126</td>\n<td>API operation has Time out. Request has been received and is has timeout before we receive the response. Please verify the request has been completed successfully or not. using the appropriate APIs.  <br />* Timeout Response for POST/PATCH APIs</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10127</td>\n<td>Delete Roaming Profile is not allowed. Roaming profile is assigned to the following plans listed below.</td>\n<td></td>\n<td>POST-Roaming Profile - Delete</td>\n</tr>\n<tr>\n<td>10128</td>\n<td>Delete roaming profile SUCCESS</td>\n<td></td>\n<td>POST-Roaming Profile - Delete</td>\n</tr>\n<tr>\n<td>10129</td>\n<td>Delete roaming profile FAILURE</td>\n<td></td>\n<td>POST-Roaming Profile - Delete</td>\n</tr>\n<tr>\n<td>10134</td>\n<td>Modify endpoint(s) failure - {0}</td>\n<td></td>\n<td>PATCH- Endpoint Bulk Modify</td>\n</tr>\n<tr>\n<td>10138</td>\n<td>Get Account Hierarchy success</td>\n<td></td>\n<td>GET-Hierarchy</td>\n</tr>\n<tr>\n<td>10139</td>\n<td>Get Account Hierarchy failure</td>\n<td></td>\n<td>GET-Hierarchy</td>\n</tr>\n<tr>\n<td>10142</td>\n<td>SIM Transfer failure - Start range or end range is not valid</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>10146</td>\n<td>The option Dynamic Benefit only is enabled at parent level. Please subscribe the endpoint to a pooled or non-pooled dynamic benefit.</td>\n<td></td>\n<td>POST-Endpoint - Bulk Create</td>\n</tr>\n<tr>\n<td>10147</td>\n<td>Request fails since same dynamic benefit is already assigned</td>\n<td></td>\n<td>PATCH- Endpoint Modify</td>\n</tr>\n<tr>\n<td>10148</td>\n<td>Failure!! Either use iccidList or range</td>\n<td></td>\n<td>POST-Endpoint - Bulk Create</td>\n</tr>\n<tr>\n<td>10149</td>\n<td>Create Tag success</td>\n<td></td>\n<td>POST-Tag - Create</td>\n</tr>\n<tr>\n<td>10145</td>\n<td>The option Dynamic Benefit only is enabled at parent level.So removing dynamic benefit is not possible</td>\n<td></td>\n<td>PATCH- Endpoint Modify</td>\n</tr>\n<tr>\n<td>10140</td>\n<td>ICCID not available</td>\n<td></td>\n<td>POST-Endpoint - Create</td>\n</tr>\n<tr>\n<td>10160</td>\n<td>Internal failure</td>\n<td></td>\n<td>POST- Endpoint Delete</td>\n</tr>\n<tr>\n<td>10169</td>\n<td>Roaming Profile Limit Exceed</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>10175</td>\n<td>Request under processing</td>\n<td></td>\n<td>GET-Job Status</td>\n</tr>\n<tr>\n<td>10132</td>\n<td>Get endpoint coverage success</td>\n<td></td>\n<td>GET-Endpoint Coverage</td>\n</tr>\n<tr>\n<td>10133</td>\n<td>Get endpoint coverage failure</td>\n<td></td>\n<td>GET-ndpoint Coverage</td>\n</tr>\n<tr>\n<td>10135</td>\n<td>Endpoint blacklist modification success</td>\n<td></td>\n<td>POST-EndPoint - Blacklisting</td>\n</tr>\n<tr>\n<td>10136</td>\n<td>Endpoint blacklist modification failure</td>\n<td></td>\n<td>POST-EndPoint - Blacklisting</td>\n</tr>\n<tr>\n<td>11004</td>\n<td>Invalid Account ID or Account ID not part of your Hierarchy</td>\n<td></td>\n<td>GET-Hierarchy</td>\n</tr>\n<tr>\n<td>11005</td>\n<td>Get callback profile failure</td>\n<td></td>\n<td>GET-CallBack Information</td>\n</tr>\n<tr>\n<td>10141</td>\n<td>API operation has timed out. We couldn't authenticate your request and generate your Token due to internal timeout. Please try again later.</td>\n<td></td>\n<td>POST-Access Token</td>\n</tr>\n<tr>\n<td>10158</td>\n<td>Delete Endpoint is not allowed. Please De-Link SIM first</td>\n<td></td>\n<td>POST-Endpoint - Delete</td>\n</tr>\n<tr>\n<td>10159</td>\n<td>Endpoint successfully deleted.</td>\n<td></td>\n<td>POST-Endpoint - Delete</td>\n</tr>\n<tr>\n<td>10149</td>\n<td>Create Tag success</td>\n<td></td>\n<td>POST-Tag - Create</td>\n</tr>\n<tr>\n<td>10150</td>\n<td>Create Tag failure</td>\n<td></td>\n<td>POST-Tag - Create</td>\n</tr>\n<tr>\n<td>10120</td>\n<td>Maximum number of tag is reached</td>\n<td></td>\n<td>POST-Endpoint create  <br />POST-Tag - Create  <br />POST-Tag - Modify</td>\n</tr>\n<tr>\n<td>10157</td>\n<td>Failure..! Duplicate parameter- {parameter name} in request</td>\n<td></td>\n<td>POST-Tag - Create</td>\n</tr>\n<tr>\n<td>10151</td>\n<td>Get Tag success</td>\n<td></td>\n<td>GET-Tag - Get</td>\n</tr>\n<tr>\n<td>10152</td>\n<td>Get Tag failure</td>\n<td></td>\n<td>GET-Tag - Get</td>\n</tr>\n<tr>\n<td>10153</td>\n<td>Delete Tag success</td>\n<td></td>\n<td>POST-Tag - Delete</td>\n</tr>\n<tr>\n<td>10154</td>\n<td>Delete Tag failure</td>\n<td></td>\n<td>POST-Tag - Delete</td>\n</tr>\n<tr>\n<td>10155</td>\n<td>Modify Tag success</td>\n<td></td>\n<td>PATCH-Tag - Modify</td>\n</tr>\n<tr>\n<td>10156</td>\n<td>Modify Tag failure</td>\n<td></td>\n<td>PATCH-Tag - Modify</td>\n</tr>\n<tr>\n<td>10157</td>\n<td>Failure..! Duplicate parameter- {paramName} in request</td>\n<td></td>\n<td>POST Tag - Create</td>\n</tr>\n<tr>\n<td>11005</td>\n<td>Get callback profile failure</td>\n<td></td>\n<td>GET Callback</td>\n</tr>\n<tr>\n<td>10183</td>\n<td>Dynamic Benefits is not allowed for Addon plan</td>\n<td></td>\n<td>POST Plan - Create</td>\n</tr>\n<tr>\n<td>10198</td>\n<td>Notification message length has been exceeded</td>\n<td></td>\n<td>POST-Plan - Create</td>\n</tr>\n<tr>\n<td>10199</td>\n<td>Your request is under process</td>\n<td></td>\n<td>PATCH - Endpoint - Modify</td>\n</tr>\n<tr>\n<td>10200</td>\n<td>Coverage of the selected dynamicbenefit does not match with this endpoint's roamingprofile meaning the endpoint would not be able to use any of the benefits provided. Please select a dynamic benefit with matching coverage</td>\n<td></td>\n<td>POST Endpoint - Create</td>\n</tr>\n<tr>\n<td>10201</td>\n<td>The option Dynamic Benefit only is enabled at parent level. Please subscribe the endpoint to a pooled or non-pooled dynamic benefit.</td>\n<td></td>\n<td>POST-  <br />Endpoint - Create</td>\n</tr>\n<tr>\n<td>10202</td>\n<td>One deactivate addon request is under process</td>\n<td></td>\n<td>PATCH - Endpoint - Modify</td>\n</tr>\n<tr>\n<td>10208</td>\n<td>APN already attached</td>\n<td></td>\n<td>POST- Assign APN to Account</td>\n</tr>\n<tr>\n<td>10211</td>\n<td>APN not attached</td>\n<td></td>\n<td>POST- Assign Plans to Account</td>\n</tr>\n<tr>\n<td>10212</td>\n<td>Plan already attached</td>\n<td></td>\n<td>POST- Assign Plans to Account</td>\n</tr>\n<tr>\n<td>10213</td>\n<td>Invalid Request</td>\n<td></td>\n<td>Generic API</td>\n</tr>\n<tr>\n<td>10214</td>\n<td>Plan_attach_limit_reached_for_enterprise - testPlanId/inventoryPlanId</td>\n<td></td>\n<td>POST- Assign Plans to Account</td>\n</tr>\n<tr>\n<td>11014</td>\n<td>Assign users to account success</td>\n<td></td>\n<td>POST- Assign Users to Account</td>\n</tr>\n<tr>\n<td>11016</td>\n<td>LoginUserId already exist</td>\n<td></td>\n<td>POST- Assign Users to Account</td>\n</tr>\n<tr>\n<td>11017</td>\n<td>Plan is not attached for the account</td>\n<td></td>\n<td>POST- Assign Users to Account</td>\n</tr>\n<tr>\n<td>11018</td>\n<td>User already exist</td>\n<td></td>\n<td>POST- Assign Users to Account</td>\n</tr>\n<tr>\n<td>11020</td>\n<td>Assign users to account failure</td>\n<td></td>\n<td>POST- Assign Users to Account</td>\n</tr>\n<tr>\n<td>10221</td>\n<td>Duplicate addon plans are not allowed</td>\n<td></td>\n<td>POST- Endpoint Create</td>\n</tr>\n<tr>\n<td>10209</td>\n<td>Not a Prepaid customer/Endpoint</td>\n<td></td>\n<td>POST-Bulk Update Balance (Prepaid)</td>\n</tr>\n<tr>\n<td>10205</td>\n<td>Bulk update balance success</td>\n<td></td>\n<td>POST-Bulk Update Balance (Prepaid)</td>\n</tr>\n<tr>\n<td>10206</td>\n<td>Bulk update balance failure</td>\n<td></td>\n<td>POST-Bulk Update Balance (Prepaid)</td>\n</tr>\n<tr>\n<td>10207</td>\n<td>Success!! Request has sent for processing</td>\n<td></td>\n<td>POST-Bulk Update Balance (Prepaid)</td>\n</tr>\n<tr>\n<td>10216</td>\n<td>Duplicate Value in Request</td>\n<td></td>\n<td>POST-Bulk Update Balance (Prepaid)</td>\n</tr>\n<tr>\n<td>10227</td>\n<td>ModifyPlan not possible as subscription OR validity unlimited</td>\n<td></td>\n<td>POST- Plan Modify</td>\n</tr>\n<tr>\n<td>10230</td>\n<td>Service already barred - {paramName} in request</td>\n<td></td>\n<td>POST -Endpoint Modify</td>\n</tr>\n<tr>\n<td>10231</td>\n<td>Service already unbarred - {paramName} in request</td>\n<td></td>\n<td>POST -Endpoint Modify</td>\n</tr>\n<tr>\n<td>10232</td>\n<td>Service is not present for endpoint</td>\n<td></td>\n<td>POST -Endpoint Modify</td>\n</tr>\n<tr>\n<td>10233</td>\n<td>Unbarring RAT is not possible when DATA Service is already barred'</td>\n<td></td>\n<td>POST -Endpoint Modify</td>\n</tr>\n<tr>\n<td>10234</td>\n<td>Child reseller creation is not possible</td>\n<td></td>\n<td>POST-Organization-create</td>\n</tr>\n<tr>\n<td>10235</td>\n<td>Tariff Price Updation Success</td>\n<td>v</td>\n<td>Post Tariff - Modify Price - Success</td>\n</tr>\n<tr>\n<td></td>\n<td>Tariff Price Updation Failure</td>\n<td></td>\n<td>Post Tariff - Modify Price - Failure</td>\n</tr>\n<tr>\n<td>10239</td>\n<td>Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not.</td>\n<td></td>\n<td>Service Profile Create, Modify &amp; Delete  <br />- Ratezone Create, Modify &amp; Delete  <br />- Tariff Create, Modify &amp; Delete  <br />- Plan Create, Modify &amp; Delete  <br />- Endpoint Create  <br />- Endpoint link  <br />- Organisation Create</td>\n</tr>\n<tr>\n<td>10240</td>\n<td>Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not.</td>\n<td></td>\n<td>Service Profile Create, Modify &amp; Delete  <br />- Ratezone Create, Modify &amp; Delete  <br />- Tariff Create, Modify &amp; Delete  <br />- Plan Create, Modify &amp; Delete  <br />- Endpoint Create  <br />- Endpoint link  <br />- Organisation Create</td>\n</tr>\n<tr>\n<td></td>\n<td>User already exists for the specified User ID</td>\n<td></td>\n<td>POST-createCustomUser</td>\n</tr>\n<tr>\n<td>11028</td>\n<td>Invalid Role Id</td>\n<td></td>\n<td>POST-createCustomUser</td>\n</tr>\n<tr>\n<td>11029</td>\n<td>User created successfully !</td>\n<td></td>\n<td>POST-createCustomUser</td>\n</tr>\n<tr>\n<td>11031</td>\n<td>From API default user can not be created</td>\n<td></td>\n<td>POST-createCustomUser</td>\n</tr>\n<tr>\n<td>11043</td>\n<td>User CreationLimit Reached.</td>\n<td></td>\n<td>POST-createCustomUse</td>\n</tr>\n<tr>\n<td>11044</td>\n<td>Your account has been blocked due to multiple failed login attempts. To regain access, please reset your password using the 'Forgot Password' option on the login page.</td>\n<td>Reset the password using the 'Forgot Password' option on the login page.</td>\n<td>POST ACCESS TOKEN</td>\n</tr>\n<tr>\n<td>11054</td>\n<td>Query parameters containsSponsor and matchesSponsor together are not allowed</td>\n<td></td>\n<td>GET SIM</td>\n</tr>\n<tr>\n<td>10245</td>\n<td>Lifecycle change requested...</td>\n<td></td>\n<td>POSTEndpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>10244</td>\n<td>Activation/Suspension ongoing – try again later</td>\n<td></td>\n<td>POSTEndpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>10246</td>\n<td>Failed to change endpoint state - try again</td>\n<td></td>\n<td>POSTEndpoint - Status Change (Activate / Suspend)</td>\n</tr>\n<tr>\n<td>10250</td>\n<td>Endpoint with RSP State = Local cannot be de-linked</td>\n<td></td>\n<td>POST Endpoint - De-Link SIM</td>\n</tr>\n<tr>\n<td>10252</td>\n<td>Data threshold counter cannot be updated for endpoints with RSP State = Local</td>\n<td></td>\n<td>POST Endpoint - Threshold</td>\n</tr>\n<tr>\n<td>11055</td>\n<td>Geolocation cannot be retrieved for the endpoints with RSP State = Local</td>\n<td></td>\n<td>GET Endpoint - Geolocation</td>\n</tr>\n<tr>\n<td>11060</td>\n<td>Get datastream filelist -Success</td>\n<td></td>\n<td>Get datastream filelist -Success</td>\n</tr>\n<tr>\n<td>11061</td>\n<td>Invalid date format</td>\n<td></td>\n<td>Get datastream filelist -Failure</td>\n</tr>\n<tr>\n<td>10257</td>\n<td>Addon Not available</td>\n<td></td>\n<td>Get  <br />GetEndpointAddonDetails</td>\n</tr>\n<tr>\n<td>10255</td>\n<td>Get endpoint addon details success</td>\n<td></td>\n<td>Get  <br />GetEndpointAddonDetails</td>\n</tr>\n<tr>\n<td>10260</td>\n<td>Failed..! Adjusted balance is lesser than the Counter value</td>\n<td></td>\n<td>POST - SubscribeAddon</td>\n</tr>\n<tr>\n<td>80009</td>\n<td>Atleast one tariff to be attached - tariffId</td>\n<td></td>\n<td>POST- Plan Modify</td>\n</tr>\n<tr>\n<td>1257</td>\n<td>Wrong request packet - {Paramter name}</td>\n<td>Parameter <strong>prorate</strong> is only for postpaid plan.  <br />-Parameter <strong>tariffList</strong> is not a valid in custom traiff off case</td>\n<td>POST- Plan Create</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"b2ada0dc-50e5-4c03-a499-3fed0e1856ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c0077e5-bca0-44da-95ee-4d69eb9f6315","type":"text/javascript","exec":[""]}}],"_postman_id":"b7773f42-e3f1-44cc-bad2-81f73fbca77e"},{"name":"Release Notes","item":[{"name":"26.1 - February 25, 2026","item":[],"id":"4bb15177-2ec3-4bc9-84b9-a3c340698773","description":"<h3 id=\"post-plan--delete-new-version\"><strong>Post Plan – Delete (New Version)</strong></h3>\n<blockquote>\n<p>A new version of the \"<strong>Post Plan – Delete</strong>\" API is now available.<br />This new version is more efficient and consumes fewer resources. It has been published under a new URL: <strong><code>/api/DeleteRatePlan</code></strong><br />This is different from the existing <strong>\"Post Plan – Delete</strong>\" API, which uses: <strong><code>/api/DeletePlan</code></strong><br />Currently, both versions are operational.<br />However, customers are strongly encouraged to start using the new version since the old onewill be deprecated and discontinued in the next release. </p>\n</blockquote>\n<h3 id=\"post-plan--delete-old-version\"><strong>Post Plan – Delete (Old version)</strong></h3>\n<h4 id=\"the-old-version-will-be-deprecated-and-discontinued-in-the-next-release-262\">The old version will be deprecated and discontinued in the next release 26.2</h4>\n<h3 id=\"post-pan---modify\">POST Pan - Modify</h3>\n<blockquote>\n<p>A new parameter, <strong>notificationId</strong>, has been added under the Input Notification parameters. This parameter can be used to modify an existing configured plan notification.<br />The <strong>notificationId</strong> can be retrieved via the \"<strong>Get Query Rate Plan</strong>\" API.<br />If a customer wants to modify an existing notification (for example, to change the message), they must provide the <strong>notificationId</strong> to specify which notification should be updated.<br />If the customer wants to add a new notification to the plan, the <strong>notificationId</strong> can be omitted and the remaining parameters can be used as they are today. </p>\n</blockquote>\n<h3 id=\"post-tariff---modify-price\">POST Tariff - Modify Price</h3>\n<blockquote>\n<p>The API URL provided in the documentation was incorrect and has now been corrected.<br />Previously, the documentation listed the API URL as: <strong><code>/api/ModifyPriceTariff</code></strong><br />The correct API URL is: <strong><code>/api/ModifyTariffPrice</code></strong><br />This is a documentation correction only. </p>\n</blockquote>\n<h3 id=\"get-getendpointaddondetails\">GET GetEndpointAddonDetails</h3>\n<blockquote>\n<p>The documentation for the output parameters \"Info\" and \"Counter\" has been corrected.<br />Previously, they were shown with an uppercase first letter, while in the actual API response the first letter is lowercase.<br />There are no changes to the API itself — this is only a documentation fix.</p>\n</blockquote>\n","_postman_id":"4bb15177-2ec3-4bc9-84b9-a3c340698773"},{"name":"Legacy Releases","item":[{"name":"4.20.0 - December 8, 2025","item":[],"id":"0dfcefd9-43cd-4ee3-949f-a893aa2a0854","description":"<h3 id=\"post-subscribeaddon---balance-adjustment-for-addon-plans\">POST SubscribeAddon - <strong>Balance Adjustment for Addon Plans</strong></h3>\n<p><strong>Benefit Control at Subscription Time</strong></p>\n<blockquote>\n<p>We added the possibility to adapt the benefit balance of the addon plan via the SubscribeAddon API. </p>\n</blockquote>\n<p><strong>Key Capabilities:</strong></p>\n<ul>\n<li><strong>Flexible Balance Control</strong>: Adjust available units of addon plan benefits at subscription time</li>\n<li><strong>Partial Provisioning</strong>: Provision addons with custom starting balances for trial periods or promotional offers.</li>\n<li><strong>Auto-Reset on Renewal</strong>: Benefits automatically reset to full plan value upon renewal.</li>\n</ul>\n<blockquote>\n<p>For more information refer to the documentation of the api \"POST SubscribeAddon\" under <strong>Endpoint</strong> section and the cooresponsive examples (3 examples for Adjusted Balance) </p>\n</blockquote>\n<h3 id=\"plan-create--plan-modify\">Plan Create &amp; Plan Modify</h3>\n<blockquote>\n<p>New value for the parameter \"validityType\", under \"Output Validity Parameters<br />validityType=4 for End of the Month for Prepaid<br />Added new result codes 80009 &amp; 1257 - Also added n the <strong>Result Codes</strong> section </p>\n</blockquote>\n<h3 id=\"get-sim\">Get SIM</h3>\n<blockquote>\n<p>A new optional output parameter, \"imei\" has been added under the \"Output SIM Parameters\" section.<br />Updated Examples: Fetch SIM - Success - {All}, Fetch SIM - Success - Example 6, Fetch SIM - Success - {Specific ICCID}</p>\n</blockquote>\n","_postman_id":"0dfcefd9-43cd-4ee3-949f-a893aa2a0854"},{"name":"4.19.0 - September 25, 2025","item":[],"id":"b0f0f1b7-5841-425d-a91d-261213d60d09","description":"<h2 id=\"new-apis\"><strong>New APIs</strong></h2>\n<h3 id=\"get-endpointaddondetails---new-api\">GET EndpointAddonDetails - NEW API!!</h3>\n<blockquote>\n<p>Introduced a new API to fetch Endpoint Addon details.<br />Designed as a lighter and faster alternative to the GET EndpointProfile API.<br />Returns only the mandatory information for an Endpoint Addon.<br />Recommended to use this API instead of GET EndpointProfile when only addon details are required.<br />Available under the Endpoint section. </p>\n</blockquote>\n<h2 id=\"enhancements\"><strong>Enhancements</strong></h2>\n<h3 id=\"post-data-stream-callback-usageevents--mobilityevents\">POST Data Stream Callback UsageEvents &amp; MobilityEvents</h3>\n<blockquote>\n<p>Added new input fields under apiCallback Parameters:<br />- callbackIndex: Auto-numbers the API callbacks. Customers can use it to track received -callbacks and identify any missing ones.<br />- date: Specifies the date in YYYYMMDD (UTC) format.<br />Updated examples available under:<br />- POST Data Stream Callback (UsageEvents)<br />- POST Data Stream Callback (MobilityEvents)<br />See Enterprise Tools ⇒ Callback Process for details. </p>\n</blockquote>\n<h3 id=\"get-sim\">GET SIM</h3>\n<blockquote>\n<p>Added a new output parameter: rspState (under Output SIM Parameters).<br />Updated examples:<br />- Fetch-SIM-success-eid<br />- Fetch SIM - Success - Example 6<br />Refer to GET SIM in Enterprise Info. </p>\n</blockquote>\n<h3 id=\"get-endpoints\">GET Endpoints</h3>\n<blockquote>\n<p>Added new output parameter: eid (under Output Endpoint Parameters).<br />Updated example:<br />- Get EndPoints - Success<br />Refer to GET Endpoints in Endpoint. </p>\n</blockquote>\n<h3 id=\"get-endpoint---profile\">GET Endpoint - Profile</h3>\n<blockquote>\n<p>Added new output parameter: rspState.<br />Updated descriptions for existing basicInfo output parameters.<br />Updated example:<br />- Get Endpoint Profile - Success {Example 1}<br />Refer to GET Endpoint - Profile in Endpoint. </p>\n</blockquote>\n<h3 id=\"get-endpoint---geolocation\">GET Endpoint - Geolocation</h3>\n<blockquote>\n<p>Added new Result Code details.<br />Refer to GET Endpoint - Geolocation in Endpoint. </p>\n</blockquote>\n<h3 id=\"post-endpoint---de-link-sim\">POST Endpoint - De-Link SIM</h3>\n<blockquote>\n<p>Added new Result Code details.<br />Refer to POST Endpoint - De-Link SIM in Endpoint. </p>\n</blockquote>\n<h3 id=\"post-endpoint---threshold\">POST Endpoint - Threshold</h3>\n<blockquote>\n<p>Added new Result Code details.<br />Refer to POST Endpoint - Threshold in Endpoint. </p>\n</blockquote>\n<h3 id=\"get-fetchnetworkstatus\">GET fetchNetworkStatus</h3>\n<blockquote>\n<p>Added a new example for the fetchNetworkStatus API.<br />Refer to GET fetchNetworkStatus in Endpoint. </p>\n</blockquote>\n<h3 id=\"post-sms---a2p-sms\">POST SMS - A2P SMS</h3>\n<blockquote>\n<p>Corrected the description for the shortMessage parameter.<br />Refer to POST SMS - A2P SMS in Enterprise Tools. </p>\n</blockquote>\n<h3 id=\"result-codes\">Result Codes</h3>\n<blockquote>\n<p>As part of release 4.19.0, new Result Code details were added across multiple APIs.</p>\n</blockquote>\n","_postman_id":"b0f0f1b7-5841-425d-a91d-261213d60d09"},{"name":"4.18.0 - June 11, 2025","item":[],"id":"9c22353d-6df0-48f5-85fe-fe950bbd61ca","description":"<h3 id=\"post-subscribeaddon---new-api\">Post SubscribeAddon - New API!</h3>\n<blockquote>\n<p>A new API is now available for assigning Addon plans to endpoints. It is designed for assigning a single Addon at a time and returns the unique Addon ID in the response, simplifying integration and reducing the number of API calls needed to retrieve Addon details.<br />You can find this API under the \"Endpoint\" section. </p>\n</blockquote>\n<h3 id=\"get-sim\">GET SIM</h3>\n<blockquote>\n<p>New query parameter \"containsSponsor\" that can be used to filter SIMs based on their sponsors IMSIs.<br />Updated examples and new result codes available.<br />For more info see \"GET SIM\" under \"Enteprise Info\" </p>\n</blockquote>\n<h3 id=\"get-notification\">GET Notification</h3>\n<blockquote>\n<p>Support has been added for the new notification type \"Activation of Addon\".<br />For more details about this notification type, please refer to the 4.18.0 Release Notes.<br />Examples have also been updated accordinly.</p>\n</blockquote>\n","_postman_id":"9c22353d-6df0-48f5-85fe-fe950bbd61ca"},{"name":"4.16.2 - February 12, 2025","item":[],"id":"c0c839d0-2891-41a0-bbae-a1a44d4db4c0","description":"<h3 id=\"new-api-rate-limiting\">New API rate-limiting</h3>\n<blockquote>\n<p>New API rate-limiting mechanism is implemented to ensure platform stability and better resource utilisation while reducing rate limit exceed waiting time for customers.<br />More information in the \"API Rate Limit\" section </p>\n</blockquote>\n<h3 id=\"responce-time--timeout\">Responce Time &amp; Timeout</h3>\n<blockquote>\n<p>Clarifications on API responce times and configured timeouts. Please refer to \"Responce Time &amp; API Timeout\" section for more information. </p>\n</blockquote>\n<h3 id=\"endpoint-modify--endpoint-bulk-modfiy\">Endpoint Modify &amp; Endpoint Bulk Modfiy</h3>\n<blockquote>\n<p>Clarifications on number of addon that can be provisioned per API call and the maximum number of subscribed addons per endpoint.<br />See \"addAddonPlanIds\" parameter under \"Input requestParam Parameters\" section.</p>\n</blockquote>\n","_postman_id":"c0c839d0-2891-41a0-bbae-a1a44d4db4c0"},{"name":"4.17.0 - April 3, 2025","item":[],"id":"bc020a53-a8fd-45b1-be78-56a00be371ba","description":"<h3 id=\"get-destination-group--get-roaming-profile\">Get Destination Group &amp; Get Roaming Profile</h3>\n<blockquote>\n<p>A new output parameter, \"<strong>supplierPriority</strong>,\" has been added under the \"Output TadigList Parameters\" section.<br />It is used to define the priority of a given network and is applicable only to customers using NextGenSIM. It has no function for customers without it.<br />A relevant example is included. </p>\n</blockquote>\n<h3 id=\"fetch-sim\">Fetch SIM</h3>\n<blockquote>\n<p>A new output parameter, \"<strong>eSimProfileStatus</strong>,\" has been added under the \"Output SIM Parameters\" section.<br />This parameter indicates the current step reached in the eSIM Profile Download and Installation process.<br />A relevant example is included. </p>\n</blockquote>\n<h3 id=\"get-endpointprofile\">Get EndpointProfile</h3>\n<blockquote>\n<p>A new output parameter, \"<strong>eSimProfileStatus</strong>,\" has been added under the \"Output basicInfo Parameters\" section.<br />This parameter indicates the current step reached in the eSIM Profile Download and Installation process.<br />A relevant example is included. </p>\n</blockquote>\n<h3 id=\"access-token\">Access Token</h3>\n<blockquote>\n<p>The response packet for the Access Token - Support User (Failure) example has been updated.<br />The \"resultCode\" and \"resultDescription\" fields are now correctly included in the \"resultParam\" array, replacing the previous incorrect placement in \"requestParam.\" </p>\n</blockquote>\n<h3 id=\"new-sim-products\">New SIM Products</h3>\n<blockquote>\n<p>New SIM product \"Consumer eUICC Profile Dual IMSI IR2 White\", id: 13825</p>\n</blockquote>\n","_postman_id":"bc020a53-a8fd-45b1-be78-56a00be371ba"},{"name":"4.16 - January 24, 2025","item":[],"id":"a6dadc7e-6b8c-4911-9e76-1e07efe9d291","description":"<h3 id=\"addon-counter-functionality\">Addon Counter Functionality</h3>\n<blockquote>\n<p>With the current release, Addon plans support counters, similar with base plan.<br />Parameters remains the same as for Base plan counters and support has been added to: - - Create Plan<br />- Modify Plan<br />- Qurey Rate Plan<br />- Endpoint Profile<br />For all above, updated examples have been added. </p>\n</blockquote>\n<blockquote>\n<p>In addition, \"Update threshold\" API under Endpoint sections has been updated with additional Input requestParam Parameters<br />- PlanId<br />-counterId<br />- UniqueID<br />See above APIs for updated desciptions and use case examples </p>\n</blockquote>\n<h3 id=\"modify-tariff-price---new-api-\">Modify Tariff Price - New API !</h3>\n<blockquote>\n<p>New, ligthweigh, API for modifying explicity Tarrif's price per unit. available under Tariff Section with examples </p>\n</blockquote>\n<h3 id=\"get-account-users---new-api-\">GET Account Users - New API !</h3>\n<blockquote>\n<p>New API to fetch the user under your accounts or under specific account in your hieararchy. Available under Organisation section with examples </p>\n</blockquote>\n<h3 id=\"endpoint---modify--endpoint---bulk-modify\">Endpoint - Modify &amp; Endpoint - Bulk Modify</h3>\n<blockquote>\n<p>New Input requestParam Parameters, \"apnGroupId\". Used to modify endpoint(s) APN Group. Available group ids can be fetch fetchApnGroup\" API. See update example. </p>\n</blockquote>\n<h3 id=\"access-token\">Access Token</h3>\n<blockquote>\n<p>New Results code available (11044) to when account is being blocked. Added also under<br />Result Codes section </p>\n</blockquote>\n<h3 id=\"post---createcustomuser\">POST - CreateCustomUser</h3>\n<blockquote>\n<p>New result code \"11043 : User CreationLimit Reached.\" added for API CreateCustomUser, under Organisation section, to identify specific error.<br />Added also under th resle codes section.</p>\n</blockquote>\n","_postman_id":"a6dadc7e-6b8c-4911-9e76-1e07efe9d291"},{"name":"4.15 - October 8, 2024","item":[],"id":"b69aff16-2586-45de-af82-971e08e89af5","description":"<h3 id=\"post-plan---create--post-plan---modify\">POST Plan - Create &amp; POST Plan - Modify</h3>\n<blockquote>\n<p>Update the documenation for the \"action\" parameter under \"Input usageCounter Parameters\". Provide a detail list of \"action\" values and their usage </p>\n</blockquote>\n<h3 id=\"get-customer-profile\">GET Customer Profile</h3>\n<blockquote>\n<p>New parameter \"suspensionDate\" under \"Output basicInfo Parameters\", provides date and time for the suspended accounts </p>\n</blockquote>\n<h3 id=\"post-organisation---create\">Post Organisation - Create</h3>\n<blockquote>\n<p>New result code \"10234\" for the use case when \"Child reseller creation is not possible|\"</p>\n</blockquote>\n","_postman_id":"b69aff16-2586-45de-af82-971e08e89af5"},{"name":"4.14 - July 24, 2024","item":[],"id":"5dffe838-3b3e-49dd-ac50-9b26ead32b2a","description":"<h3 id=\"post-createcustomuser\">POST createCustomUser</h3>\n<blockquote>\n<p>New API available to for account administrators to create and assign new users under their account.<br />You can find more information together with examples and error codes in the documentation which is located under <strong>\"Organisation\"</strong> folder. </p>\n</blockquote>\n<h3 id=\"get-sim\">GET SIM</h3>\n<blockquote>\n<p>New query parameter \"matchesSponsor\" is avaialble to filter SIMs based on their sponsor.<br />Check updated documentation for more information and examples on how to be used </p>\n</blockquote>\n<h3 id=\"post-data-stream-callback-usageevents\">POST Data Stream Callback (UsageEvents)</h3>\n<blockquote>\n<p>New parameters available under \"Row\"<br />- planStartDate<br />- planExpiryDate<br />- uniqueId<br />- chargingId<br />- ccRequestNumber<br />See documentation for more information (avail;able under \"Enterprise Tools\" ==&gt; \"Callback Processes\" folder </p>\n</blockquote>\n<h3 id=\"get-customer-profile\">GET Customer Profile</h3>\n<blockquote>\n<p>Added new parameter \"customerType\" under \"Output basicInfo Parameters\". </p>\n</blockquote>\n<h3 id=\"get-endpoint-coverage\">GET Endpoint Coverage</h3>\n<blockquote>\n<p>Added new parameter \"supplierPriority\" under \"Output coverage Parameters \".</p>\n</blockquote>\n","_postman_id":"5dffe838-3b3e-49dd-ac50-9b26ead32b2a"},{"name":"4.13 - May 7, 2024","item":[],"id":"9403dbf6-8acc-45b7-9043-a0a3990a4095","description":"<h3 id=\"get-plan---plan-create---plan-modify\">GET PLAN - PLAN Create - PLAN Modify</h3>\n<blockquote>\n<p>Multiple changes to support new Addon functionalities (You can read more for the new addon functionalities on the documentation release notes.) </p>\n</blockquote>\n<blockquote>\n<p>New parameters<br />- Input Subscription Parameters<br />- Input Validity Parameters </p>\n</blockquote>\n<blockquote>\n<p>Changes on the Input charge Parameters<br />- chargeId\": This is Removed. API will fail if it is provided<br />- factor: This is Removed. Will be ignored if it is provided<br />- frequency: This is Removed. Will be ignored if it is provided<br />- autoRenewal: This is Removed. Will be ignored if it is provided </p>\n</blockquote>\n<blockquote>\n<p>Changes on the Input benefit Parameters<br />- action: This is Removed. Will be ignored if it is provided<br />Update examples to match the new addon parameters </p>\n</blockquote>\n<blockquote>\n<p>New result code for PLAN Modify<br />- Added Result code 10277: \"ModifyPlan not possible as subscription OR validity unlimited\" </p>\n</blockquote>\n<h3 id=\"devie-ip-address-is-now-available-in-the-usageevents-callback-datastream\">Devie IP Address is now available in the UsageEvents Callback DataStream</h3>\n<blockquote>\n<p>New parameter unde Rows:<br />\"iPAddress\" containing device IP address </p>\n</blockquote>\n<h3 id=\"get-customer-profile\">GET Customer Profile</h3>\n<blockquote>\n<p>Added \"Counter\" parameter under \"Output info Parameters\".<br />This is a documentation change only. The parameter was available via API but it was missed in the documenation </p>\n</blockquote>\n<h3 id=\"endpoint-modify--endpoint-bulk-modify\">Endpoint Modify &amp; Endpoint Bulk Modify</h3>\n<blockquote>\n<p>Now can be used to Bar/unBar services.<br />New Input requestParam Parameters: bar_2G, bar_2G/3G, bar_4G, bar_5G, bar_SMS_MT, bar_SMS_MO, bar_DATA, bar_NB_IOT &amp; bar_All_Services<br />Updated examples and new error codes for new scenarios</p>\n</blockquote>\n","_postman_id":"9403dbf6-8acc-45b7-9043-a0a3990a4095"},{"name":"4.12.1 - February 23, 2024","item":[],"id":"394b5731-fe8b-4217-a21a-a64c64e2aa09","description":"<h3 id=\"get---customer-balance-infro\">GET - Customer Balance Infro</h3>\n<blockquote>\n<p>New API \"Get Customer Balance Info\" under \"Organisation\" section. Can be used to fetch Customer Balance from the platform.</p>\n</blockquote>\n","_postman_id":"394b5731-fe8b-4217-a21a-a64c64e2aa09"},{"name":"4.12.0 - January 25, 2024","item":[],"id":"cc7587a4-1bae-4f14-b584-6b2a1c7e8d77","description":"<h3 id=\"post---plan-create-post---plan-modify-get---query-rate-plan\">POST - Plan Create, POST - Plan Modify, GET - Query Rate Plan</h3>\n<blockquote>\n<p>Update examples for new SIM Management charge details. </p>\n</blockquote>\n<h3 id=\"get---charge\">GET - Charge</h3>\n<blockquote>\n<p>Update examples for new SIM Management charge details. </p>\n</blockquote>\n<h3 id=\"get---invoice\">GET - Invoice</h3>\n<blockquote>\n<p>New parameters<br />- localSimProfileDownloadFee<br />- localSimHostingFee<br />- localSimManagementFee<br />under Output billingDetails Parameters </p>\n</blockquote>\n<h3 id=\"get---sim\">GET - SIM</h3>\n<blockquote>\n<p>New Parameter \"smDpPlusProfileType\" under Output SIM Parameters </p>\n</blockquote>\n<h3 id=\"get---sim-1\">GET - SIM</h3>\n<blockquote>\n<p>Correcting type for parameter \"page\" (instead of wrong \"Page\") under Query Parameters<br />New Parameter \"smDpPlusProfileType\" under Output SIM Parameters </p>\n</blockquote>\n<h3 id=\"post---esim-profile-status-notifications-under-callback-processes\">POST - eSIM Profile Status Notifications (under Callback Processes)</h3>\n<blockquote>\n<p>New callback api \"eSIM Profile Status Notifications\" available via GUI to be configured.<br />Description of available parameters and example under \"POST - eSIM Profile Status Notifications\" under Callback Processes </p>\n</blockquote>\n<h3 id=\"get---callback-information\">GET - Callback Information</h3>\n<blockquote>\n<p>Update example for the new callback process - \"eSIM Profile Status Notifications\"</p>\n</blockquote>\n","_postman_id":"cc7587a4-1bae-4f14-b584-6b2a1c7e8d77"},{"name":"4.11.0 - October 19, 2023","item":[],"id":"d1e35765-cb99-4cbc-9865-d1bba69bec33","description":"<h3 id=\"post-assign-plans-to-account\">POST Assign Plans to Account</h3>\n<blockquote>\n<p>Input requestParam Parameters \"testplanId\" was remaned to \"testPlanId\" for parameter naming consistency </p>\n</blockquote>\n<h3 id=\"get-sim-fetchsim\">GET SIM (fetchSIM)</h3>\n<blockquote>\n<p>New query parameter \"eid\"<br />New parameter under Output SIM Parameters, \"eid\"<br />New examples </p>\n</blockquote>\n<h3 id=\"post---data-stream-callback-account-events\">POST - Data Stream Callback (Account Events)</h3>\n<blockquote>\n<p>Update the desciption of Input apiCallback parameter<br />\"accountId\". It refers to the account who is receiving the callback response </p>\n</blockquote>\n<blockquote>\n<p>Updated the example \"Data Stream Callback(Account Events) - Success \" by adding OEM SIM Activation charge event </p>\n</blockquote>\n<h3 id=\"get-charge\">GET Charge</h3>\n<blockquote>\n<p>Updated the example \"GET Charge success\" response by adding the SFT-OEM SIM Activation charge details </p>\n</blockquote>\n<h3 id=\"get-invoice\">GET Invoice</h3>\n<blockquote>\n<p>New parameter \"oemSimActivationFee\" under Output billingDetails Parameters </p>\n</blockquote>\n<h3 id=\"plan-create-modify--query-rate-plan\">Plan Create, Modify &amp; Query Rate Plan</h3>\n<blockquote>\n<p>Updated the existing create plan, modify plan API request examples and QueryRatePlan response by adding OEM SIM Activation fee configuration entiers (see success examples for charge 24)<br />Example<br />{<br />\"chargeId\": \"24\",<br />\"chargeAmount\": \"10\",<br />\"actionType\": \"0\"<br />}</p>\n</blockquote>\n","_postman_id":"d1e35765-cb99-4cbc-9865-d1bba69bec33"},{"name":"4.10.0 - August 10, 2023","item":[],"id":"4fcdc49e-4820-47be-987e-2bc7bebcb494","description":"<h3 id=\"post-bulk-update-balance-prepaid---new-api\">POST Bulk Update Balance (Prepaid) - NEW API!!</h3>\n<blockquote>\n<p>EndFragment&gt; New API for bulk updating balance of prepaiid accounts and endpoints.<br />You can find the description and examples under \"Enterprise Tools\" section<br />Result example is also available under the \"GET<br />Job Status\" </p>\n</blockquote>\n<h3 id=\"get-fetchnetworkstatus---new-api\">GET fetchNetworkStatus - NEW API!!.</h3>\n<blockquote>\n<p>New API available to fetch the connectivity status of a given endpoint<br />You can find the description and examples under \"Endpoint\" section </p>\n</blockquote>\n<h3 id=\"post-assign-apn-to-account---new-api\">POST Assign APN to Account - NEW API!!.</h3>\n<blockquote>\n<p>New API available to assign APNs and default APN to an account </p>\n</blockquote>\n<h3 id=\"post-assign-plans-to-account---new-api\">POST Assign Plans to Account - NEW API!!.</h3>\n<blockquote>\n<p>New API available to assign Base Plan to an account<br />For OEM account it can be used to assign Test and Inventory plans </p>\n</blockquote>\n<h3 id=\"post-assign-users-to-account---new-api\">POST Assign Users to Account - NEW API!!.</h3>\n<blockquote>\n<p>New API available to assign default user to an account </p>\n</blockquote>\n<h3 id=\"create-account-via-api\">Create Account via API</h3>\n<blockquote>\n<p>Using existing API<br />1. POST Organization - Create<br />together with new APIs<br />2. POST Assign APN (This one)<br />3. POST Assign Plans to Account<br />4. POST Assign Users to Account<br />(in this order)<br />user can complete and automate the account creation process via APIs </p>\n</blockquote>\n<h3 id=\"post--create-endpoint\">POST- Create Endpoint</h3>\n<blockquote>\n<p>New result code \"10221\" - \"Duplicate addon plans are not allowed\" </p>\n</blockquote>\n<h3 id=\"get-entpoints\"><strong>Get Entpoints</strong></h3>\n<blockquote>\n<p>New parameter tagIdList under \"Output endpoints Parameters\" </p>\n</blockquote>\n<h3 id=\"tag-create\"><strong>TAG Create</strong></h3>\n<blockquote>\n<p>New result code 10120 added: \"Maximum number of tag is reached\" </p>\n</blockquote>\n<h3 id=\"tag-modify\"><strong>TAG Modify</strong></h3>\n<blockquote>\n<p>New result code 10120 added: \"Maximum number of tag is reached\" </p>\n</blockquote>\n<h3 id=\"post---data-stream-callback-usage-events\">POST - Data Stream Callback (Usage Events)</h3>\n<blockquote>\n<p>Parameter \"locationInfo\" now available for SMS usage events displaying the MCC/MNC of the network where the SMS was originated </p>\n</blockquote>\n<h3 id=\"post---data-stream-callback-mobility-events\">POST - Data Stream Callback (Mobility Events)</h3>\n<blockquote>\n<p>New parameter \"\"locationInfo\" under \"Rows\"<br />New failure example </p>\n</blockquote>\n<h3 id=\"post---data-stream-callback-account-events\">POST - Data Stream Callback (Account Events)</h3>\n<blockquote>\n<p>Updating the description of paramters \"accountName\" &amp; \"accountId\" under \"Rows\" to clarify they refer to immediate parent </p>\n</blockquote>\n<h3 id=\"get--query-rate-plan-api\">GET- Query Rate Plan API</h3>\n<blockquote>\n<p>New parameters \"addOnPriority\" and \"activatedBy\" under \"Output basicInfo Parameters\" </p>\n</blockquote>\n<h3 id=\"post-roaming-profile---delete\">POST Roaming Profile - Delete</h3>\n<blockquote>\n<p>Result code \"10130\" not available anymore </p>\n</blockquote>\n<h3 id=\"post--plan-create--post-modify-plan\">POST- Plan create &amp; Post-Modify Plan</h3>\n<blockquote>\n<p>New Message supported Identifiers available: </p>\n</blockquote>\n<ul>\n<li>0 MSISDN of the SIM,Available in enterprise once sim is activared</li>\n<li>47 IMSI 0f the sim,Available in enterprise once sim is linked to endpoint</li>\n<li>57 ICCID of the sim, available in enterprise once the sim is linked to endpoint</li>\n</ul>\n","_postman_id":"4fcdc49e-4820-47be-987e-2bc7bebcb494"},{"name":"4.9.0 - May 25, 2023","item":[],"id":"cbbdcca6-4376-4661-86f1-f7f86b4780eb","description":"<h3 id=\"access-token\"><strong>Access Token</strong></h3>\n<blockquote>\n<p>Result code 10141 replaced by result code 10126:<br />\"API operation has Time out. Request has been received and is has timeout before we receive the response. Please verify the request has been completed successfully or not. using the appropriate APIs.\"</p>\n</blockquote>\n<h3 id=\"plan--create\">Plan -Create</h3>\n<blockquote>\n<p>New result code 10183: \"Dynamic Benefits is not allowed for Addon plan\"</p>\n</blockquote>\n<h3 id=\"query-rate-plan\">Query Rate Plan</h3>\n<blockquote>\n<p>New parameter \"dynamicBenefitsDetails\" under Output plan Parameterssection</p>\n<p>Updated the examples for OEM for Test plan example (benefitName)</p>\n</blockquote>\n<h3 id=\"bulk-sim-transfer\">Bulk SIM Transfer</h3>\n<blockquote>\n<p>Added new result code 10142: \"SIM Transfer failure - Start range or end range is not valid\"</p>\n</blockquote>\n<h3 id=\"job-status\">Job Status</h3>\n<blockquote>\n<p>Added new section \"Output responseParam Parameters for Bulk SIM Transfer Job\" in Description</p>\n</blockquote>\n<h2 id=\"result-codes\">Result Codes</h2>\n<blockquote>\n<p>Update description and next steps for result code 10073</p>\n<p>Update and next steps for result code 5020.</p>\n<p>Update description for result code 1001</p>\n</blockquote>\n<h3 id=\"callback-processes---sim-bulk-transfer-callback\">Callback Processes - SIM Bulk Transfer Callback</h3>\n<blockquote>\n<p>Update request example</p>\n</blockquote>\n<h3 id=\"plan---create--plan---modify\">Plan - Create &amp; Plan - Modify</h3>\n<blockquote>\n<p>updated description for the parameter \"action\" under the \"Input usageCounter Parameters\" section</p>\n</blockquote>\n<h3 id=\"rule\">Rule</h3>\n<blockquote>\n<p>Update examples - Update the values of parameter \"ruleid\"</p>\n</blockquote>\n<h3 id=\"endpoint-tags\">Endpoint Tags</h3>\n<blockquote>\n<p>New section for endpoint Tags related APIs</p>\n</blockquote>\n<ul>\n<li>Tag - Create</li>\n<li>Tag - Modify</li>\n<li>Tag - Get</li>\n<li>Tag - Delete</li>\n</ul>\n<h3 id=\"tag---create\"><strong>Tag - Create</strong></h3>\n<blockquote>\n<p>New result code 10120: \"Maximum number of tag is reached\"</p>\n</blockquote>\n<h3 id=\"endpoint---modify--endpoint---bulk-modify\"><strong>Endpoint - Modify &amp; Endpoint - Bulk Modify</strong></h3>\n<blockquote>\n<p>Support modify of endpoint name. New parameter \"endPointName\" under \"Input requestParam Parameters\" section<br />Added examples for modifing endPointName</p>\n</blockquote>\n<h3 id=\"plan---modify\">Plan - Modify</h3>\n<blockquote>\n<p>Update the description for parameter \"planStatus\" under INPUT BASICINFO PARAMETERS section</p>\n</blockquote>\n<h3 id=\"organization---create\"><strong>Organization - Create</strong></h3>\n<blockquote>\n<p>New value for parameter \"customerType\" under \"Input requestParam Parameters\" sections.</p>\n</blockquote>\n","_postman_id":"cbbdcca6-4376-4661-86f1-f7f86b4780eb"},{"name":"4.8.0 - February 16, 2023","item":[],"id":"2420fb68-f8d1-4b8b-a543-a436dfa3103e","description":"<h2 id=\"get-hierarchy-api---new-api\">Get Hierarchy API - NEW API!</h2>\n<blockquote>\n<p>New API used for fetching accounts under an hieararchy<br />API is available under MISC Information section.</p>\n</blockquote>\n<h2 id=\"new-callback-process-for-account-events\">NEW Callback Process for Account Events</h2>\n<blockquote>\n<p>New callback process where the User can define his callback URL to receive Account events.<br />For more information check Callback Process section under \"Enterprise Tools\"</p>\n</blockquote>\n<h2 id=\"new-callback-process-for-endpoint-events\">NEW Callback Process for Endpoint Events</h2>\n<blockquote>\n<p>New callback process where the User can define his callback URL to receive Account events.<br />For more information check Callback Process section under \"Enterprise Tools\"</p>\n</blockquote>\n<h2 id=\"get-sim\">GET SIM</h2>\n<blockquote>\n<p>New query parameters are added to allow filtering of the results. Specifficlay<br />- simStatusId<br />- simAttachStatusId<br />- simProductID<br />- accountId<br />For more information on how to use new parameters please check API and available examples</p>\n<p>NOTE: for simProductID, you can find all available IDs in then new \"SIM Products\" section</p>\n<p>New parameters \"lastSimStateChangeDateTime\" and \"activationCode\" under \"Output SIM Parameters \"</p>\n<p>New \"Output Activationcode Parameters\" section with parameters: matchingId, textQrCode and smDpPlusAdress</p>\n</blockquote>\n<h2 id=\"sim-products\">SIM Products</h2>\n<blockquote>\n<p>New SIM Products section with all available SIM products names and their IDs.</p>\n<p>Can be used as a reference to find the ID that needs to be used with the simProductID query parameters on the GET SIM api.</p>\n</blockquote>\n<h2 id=\"get-endpoint-profile\"><strong>Get Endpoint Profile</strong></h2>\n<blockquote>\n<p>New output parameter lastSimStateChangeDatetime under OUTPUT BASICINFO PARAMETERS .<br />Used to identify the datetime of the last SIM state change.</p>\n<p>New output parameter resetDate in the OUTPUT COUNTER PARAMETERS</p>\n</blockquote>\n<h2 id=\"callback-apis\">Callback APIs</h2>\n<blockquote>\n<p>Resolved issue with authentication token. If it is provisioned in the callback configuration it will now be used when calling the callaback API.</p>\n</blockquote>\n<h2 id=\"get-callback-information\">GET CallBack Information</h2>\n<blockquote>\n<p>Added new result code <strong>11005</strong> with description <strong>'Get callback profile failure '</strong></p>\n</blockquote>\n<h2 id=\"post-endpoint---create\"><strong>POST</strong> Endpoint - Create</h2>\n<blockquote>\n<p>Added new result code <strong>10201 with description</strong> \"The option Dynamic Benefit only is enabled at parent level. Please subscribe the endpoint to a pooled or non-pooled dynamic benefit.\"</p>\n<p>Result code 5015 with description \"FAILURE - Invalid IMSI - In use \" is removed since not valid anymore</p>\n</blockquote>\n<h2 id=\"patch-endpoint---modify\">PATCH Endpoint - Modify</h2>\n<blockquote>\n<p>Added a new parameter removeAddonPlanIds under INPUT REQUESTPARAM PARAMETERS . It can be used for removing the addon plans fromendpoints in ActiveTest and ActiveInventory status (OEM model)</p>\n<p>Added new result code <strong>10199</strong> with description **\"Your request is under process\"*<em>\\</em><em>**Added new result code ***</em><strong>10202</strong> with description <strong>\"One deactivate addon request is under process\"</strong><br />Both codes are added as part of removing addon plans from an endpoint</p>\n</blockquote>\n<h2 id=\"result-codes\">Result Codes</h2>\n<blockquote>\n<p>Update the Result Code table to include<br />- Added \"Next Steps\" section with suggested action you can take upon specific errors<br />- Refer API: to identify which API is providing the specific Result Code.</p>\n<p>Both above sections we will be updated continuously with more information to simplify the API troubleshooting</p>\n<p>Removed result codes in result code section \"1244, 8196, 7012, 7021, 8239, 10052, 10053, 10161, 8212, 1084, 10076, 10173 and 5112\", because these result codes not using in any API's.</p>\n</blockquote>\n<blockquote>\n<p><strong>Added</strong><br />Result code <strong>10002</strong> with description <strong>'Insufficient Privilege'</strong> (generic - valid for multiple APIs)<br />Result Code <strong>10198</strong> with description '<strong>Notification message length has been exceeded'</strong> (multiple APIs)</p>\n</blockquote>\n<blockquote>\n<p><strong>Updated</strong><br />1417: updated description</p>\n</blockquote>\n<blockquote>\n<p><strong>Removed</strong><br />10161, 1244, 8196, 7012, 7021, 8239, 10052, 10053, 10161, 8212, 1084, 10076, 10173 and 5112 as not valid</p>\n</blockquote>\n<h2 id=\"plan---create\">Plan - Create</h2>\n<blockquote>\n<p>Parameter message under INPUT MESSAGES PARAMETERS now supports 1000 characters for Mail channel and 200 for Enterprise SMS channel</p>\n</blockquote>\n<h2 id=\"plan---modify\"><strong>Plan - Modify</strong></h2>\n<blockquote>\n<p>Parameter message under INPUT MESSAGES PARAMETERS now supports 1000 characters for Mail channel and 200 for Enterprise SMS channel</p>\n</blockquote>\n","_postman_id":"2420fb68-f8d1-4b8b-a543-a436dfa3103e"},{"name":"4.7.0 - October 27, 2022","item":[],"id":"ca92674d-5a21-41b3-a1dd-7ff5aaddb111","description":"<h2 id=\"sim-bulk-transfer-callback---new-api\">SIM BULK TRANSFER CALLBACK - NEW API!</h2>\n<blockquote>\n<p>New Callback API for receiving SIM Bulk Transfer results</p>\n</blockquote>\n<h2 id=\"create-organization\"><strong>CREATE ORGANIZATION</strong></h2>\n<blockquote>\n<p>Parameter 'language' has been removed from INPUT REQUESTPARAM PARAMETERS.</p>\n<p>Parameter used to be mandatory. It can still be used in the API but it will not be considered during the organization creation.</p>\n</blockquote>\n<h2 id=\"get-entpoint-profile\"><strong>GET ENTPOINT PROFILE</strong></h2>\n<blockquote>\n<p>Added \"planId, planName, uniqueId, planCategory\" in benefit array and Updated examples</p>\n<p>Added two new parameter \"balance\" and \"priority\" under OUTPUT BENEFITLIST PARAMETERS</p>\n<p>Added new parameter \"priority\" under OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS</p>\n</blockquote>\n<h2 id=\"bulk-sim-transer\">BULK SIM TRANSER</h2>\n<blockquote>\n<p>Added \"associateTestPlanId\" and \"callbackResults\" under Input requestParam Parameters<br />Updated examples with \"callbackResults\"</p>\n<p>Added success and failure examples for SIM transfer with resource type 'ValueRange'</p>\n<p>Fix an issue with one of the examples (wrong resiult code)</p>\n</blockquote>\n<h2 id=\"get-customer-profile\">GET CUSTOMER PROFILE</h2>\n<blockquote>\n<p>Added new parameter \"dynamicBenefitId\" under OUTPUT BENEFIT PARAMETERS</p>\n<p>Added new parameter \"Priority\" under OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS &amp; OUTPUT BENEFITLIST PARAMETERS.</p>\n</blockquote>\n<h2 id=\"access-token\"><strong>ACCESS TOKEN</strong></h2>\n<blockquote>\n<p>New response when API request has timeout. Added Result code '10141' and new examples.</p>\n</blockquote>\n<h2 id=\"get-entpoint-blacklist\"><strong>GET ENTPOINT BLACKLIST</strong></h2>\n<blockquote>\n<p>Added new examples</p>\n</blockquote>\n<h2 id=\"get-entpoint-coverage\"><strong>GET ENTPOINT COVERAGE</strong></h2>\n<blockquote>\n<p>Added new examples</p>\n</blockquote>\n<h2 id=\"plan-modify\"><strong>PLAN MODIFY</strong></h2>\n<blockquote>\n<p>Added clarifications for OEM plans, benefits and state transition rule modification (check Note at the end of the INPUT section)</p>\n</blockquote>\n<h2 id=\"endpoint---bulk-create\"><strong>Endpoint - Bulk Create</strong></h2>\n<blockquote>\n<p>New option to provide ICCIDs as list. New parameter iccidList under INPUT BULKPROVISIONINGINFO PARAMETERS<br />Update description for parameters 'creditLimit' &amp; ''quantity under INPUT BULKPROVISIONINGINFO PARAMETERS<br />New and updated examples</p>\n</blockquote>\n<h2 id=\"callback-api---usage-events\"><strong>CallBack API - Usage Events</strong></h2>\n<blockquote>\n<p>New parameter \"supplierName\" is available under ROWS (updated example)</p>\n</blockquote>\n<h2 id=\"callback-api---mobility-events\"><strong>CallBack API - Mobility Events</strong></h2>\n<blockquote>\n<p>New parameter \"supplierName\" is available under ROWS (updated example)</p>\n</blockquote>\n<h2 id=\"endpoint-link-sim\"><strong>Endpoint Link SIM</strong></h2>\n<blockquote>\n<p>Added new result codes \"10109\" &amp; \"10108\". Updated examples.</p>\n</blockquote>\n<h2 id=\"endpoint-modify\"><strong>Endpoint Modify</strong></h2>\n<blockquote>\n<p>New examples available.</p>\n</blockquote>\n<h2 id=\"delete-service-profile\"><strong>Delete Service Profile</strong></h2>\n<blockquote>\n<p>Removed result code \"8196: Service profile attached to plan, so deletion failure \"</p>\n</blockquote>\n<h2 id=\"create-endpoint\"><strong>Create Endpoint</strong></h2>\n<blockquote>\n<p>Added new result code \"5015\". Updated example.</p>\n<p>Result code 10077 with description 'Maximum limit reached for addons' has been removed. It has been replaced with result code 10073 with description 'Maximum count exceeds for input Parameter - {reason}'.</p>\n</blockquote>\n<h2 id=\"endpoint---delete\"><strong>Endpoint - Delete</strong></h2>\n<blockquote>\n<p>New result code <strong>10158</strong> for '<strong>Delete Endpoint is not allowed. Please De-Link SIM first'</strong> added.</p>\n</blockquote>\n<h2 id=\"create-tag\">Create TAG</h2>\n<blockquote>\n<p>New API for Enterprises , to create TAGs for endpoints.</p>\n</blockquote>\n<h2 id=\"get-tag\">Get TAG</h2>\n<blockquote>\n<p>New API for Enterprises, to fetch available endpoint TAGs.</p>\n<p>You can find it under Enterprise Tools Sections</p>\n</blockquote>\n<h2 id=\"modify-tag\">Modify <strong>TAG</strong></h2>\n<blockquote>\n<p>New API for Enterprises , used to modify existing endpoint TAGs.</p>\n<p>You can find it under Enterprise Tools Sections</p>\n</blockquote>\n<h2 id=\"delete-tag\">Delete Tag</h2>\n<blockquote>\n<p>New API for Enterprises , used to delete existing endpoint TAGs.</p>\n<p>You can find it under Enterprise Tools Sections</p>\n</blockquote>\n<h2 id=\"get-endpoints\">Get Endpoints</h2>\n<blockquote>\n<p>Added <code>tagId</code> as new query parameter. It can be use to fetch all endpoints that have the specific TAG.<br /><strong>TIP:</strong> Use \"Get TAG\" to find the <code>tagId</code> that corresponds to each <code>tagName</code></p>\n</blockquote>\n<h2 id=\"endpoint-de-link-sim\"><strong>Endpoint De-Link SIM</strong></h2>\n<blockquote>\n<p>New result code <strong>6414</strong> for <strong>'SIM Delink Failure '</strong> added.</p>\n</blockquote>\n<h2 id=\"endpoint-geolocation\"><strong>Endpoint Geolocation</strong></h2>\n<blockquote>\n<p>New result code <strong>10089</strong> for '<strong>Endpoint is detached'</strong> added**.**</p>\n<p>New result code \"<strong>10089</strong>\" for <strong>'Endpoint is detached scenario'</strong> added.</p>\n</blockquote>\n<h3 id=\"apn-group---modify\"><strong>APN Group - Modify</strong></h3>\n<blockquote>\n<p>New result code <strong>10123</strong> for '<strong>Failure.!! Not possible to remove last APN'</strong> added**.**</p>\n</blockquote>\n<h2 id=\"create-plan\"><strong>Create Plan</strong></h2>\n<blockquote>\n<p>New result code <strong>8098</strong> for '<strong>Duplicate operators present in the rate zone selected</strong>' added.</p>\n<p>New result code 10106 for 'Prorate is not allowed with the Minimum fee charge' added together with new example. New result code is triggered when creating plan with Prorate and Minimum fee charge together.</p>\n</blockquote>\n<h2 id=\"modify-rate-zone\"><strong>Modify Rate zone</strong></h2>\n<blockquote>\n<p>Result code <strong>8212</strong> with description <strong>\"Atleast one operator should be attached to ratezone \"</strong> has been removed since this error is not longer valid. We can modify rate zone without attaching single operator.</p>\n</blockquote>\n<h2 id=\"modify-roaming-profile\"><strong>Modify Roaming Profile</strong></h2>\n<blockquote>\n<p>Result code <strong>10103</strong> with description \"<strong>Insufficient privilege\"</strong> has been removed. It has been replaced with result code <strong>10002 \"Insufficient privilege\"</strong>.</p>\n</blockquote>\n<h2 id=\"get-sim\"><strong>GET SIM</strong></h2>\n<blockquote>\n<p>New result code <strong>10097</strong> for '<strong>Multiple query parameters are not allowed</strong>' added.</p>\n</blockquote>\n<h2 id=\"get-charge\"><strong>GET Charge</strong></h2>\n<blockquote>\n<p>Result code <strong>10005</strong> with description '<strong>Missing mandatory paramete</strong>r' has been removed because this error code is not longer valid.</p>\n</blockquote>\n","_postman_id":"ca92674d-5a21-41b3-a1dd-7ff5aaddb111"},{"name":"4.6.0 - July 7, 2022","item":[],"id":"95b723a0-8410-4bbc-9cb1-e96d6600f96e","description":"<h3 id=\"delete-roaming-profile---new-api\">DELETE ROAMING PROFILE - NEW API!</h3>\n<blockquote>\n<p>New API is available for deleting existing roaming profiles.</p>\n</blockquote>\n<h3 id=\"get-endpoint-coverage---new-api\"><strong>GET ENDPOINT COVERAGE - NEW API!</strong></h3>\n<blockquote>\n<p>Used for fetching the coverage for an endpoint.</p>\n<p>You can find it under ENDPOINT section.</p>\n</blockquote>\n<h3 id=\"endpoint-blacklisting---new-api\"><strong>ENDPOINT BLACKLISTING - NEW API!</strong></h3>\n<blockquote>\n<p>Used for adding and removing network from the blacklist of an endpoint.</p>\n<p>You can find it under ENDPOINT section.</p>\n</blockquote>\n<h3 id=\"bulk-sim-transfer---new-api\"><strong>BULK SIM TRANSFER - NEW API!</strong></h3>\n<blockquote>\n<p>Added new API for bulk sim transfer in organization section</p>\n<p>You can find it under ORGANISATION section.</p>\n</blockquote>\n<h3 id=\"endpoint-tags\">ENDPOINT TAGs</h3>\n<blockquote>\n<p>The following APIs have been updated to support Endpoint TAGs: Endpoint Create, Get Endpoint Profile, Get Endpoints, Endpoint Bulk Modify, Endpoint Bulk Create, Endpoint Modify.</p>\n<p>More info below</p>\n</blockquote>\n<h3 id=\"endpoint-create\">ENDPOINT CREATE</h3>\n<blockquote>\n<p>Added new parameter \"tagIds\" under INPUT REQUESTPARAM PARAMETERS</p>\n</blockquote>\n<h3 id=\"endpoint-modify\">ENDPOINT MODIFY</h3>\n<blockquote>\n<p>Added new parameters \"addtagIds\" and \"removetagIds\" under INPUT REQUESTPARAM PARAMETERS</p>\n</blockquote>\n<h3 id=\"endpoint-bulk-create\">ENDPOINT BULK CREATE</h3>\n<blockquote>\n<p>Added new parameter \"tagIds\" under INPUT BULKPROVISIONINGINFO PARAMETERS</p>\n</blockquote>\n<h3 id=\"endpoint-bulk-modify\">ENDPOINT BULK MODIFY</h3>\n<blockquote>\n<p>Added new parameters \"addtagIds\" and \"removetagIds\" under INPUT REQUESTPARAM PARAMETERS</p>\n</blockquote>\n<h3 id=\"get-endpoint\">GET ENDPOINT</h3>\n<blockquote>\n<p>Added new Output parameters section \"TAGIDLIST\" with the following parameters: \"tagName\", \"tagId\" and \"tagDescription\"</p>\n</blockquote>\n<h3 id=\"get-endpoint-statistics\"><strong>GET ENDPOINT STATISTICS</strong></h3>\n<blockquote>\n<p>Updated to provide statistics for NBIoT usage,</p>\n<p>New parameters added \"nbiotUsage\"\", \"nbiotTotalUsage\", \"smsTotalUsage\", \"dataTotalUsage\"</p>\n<p>New examples available</p>\n</blockquote>\n<h3 id=\"get-endpoint-profile\">GET ENDPOINT PROFILE</h3>\n<blockquote>\n<p>Added new Output parameters section \"TAGIDLIST\" with the following parameters: \"tagName\", \"tagId\" and \"tagDescription\"</p>\n<p>Support for Blacklisted Networks. New parameter \"blacklistedNetworks\"<br />Removed parameters \"language\" and \"languageName\"</p>\n</blockquote>\n<h3 id=\"plan-create\">PLAN CREATE</h3>\n<blockquote>\n<p>New parameters have been added to support creating and attaching Dynamic Benefits.</p>\n<p>Removed parameter \"language\"</p>\n</blockquote>\n<h3 id=\"plan-modify\">PLAN MODIFY</h3>\n<blockquote>\n<p>New parameters have been added to support Create, modify, delete, detach and attach Dynamic Benefits.</p>\n<p>Removed parameter \"language\"</p>\n</blockquote>\n<h3 id=\"query-rate-plan\"><strong>QUERY</strong> RATE PLAN</h3>\n<blockquote>\n<p>New parameters have been added for Dynamic benefits and benefits section.</p>\n<p>Removed parameter \"language\" and \"languageName\"</p>\n</blockquote>\n<h3 id=\"get-notificaiton\"><strong>GET NOTIFICAITON</strong></h3>\n<blockquote>\n<p>New counter notifications for NB-IOT and Data are supported and available in the output :\"NB-IOT Counter Notification\" and \"Data Counter Notification\"</p>\n<p>Updated example</p>\n</blockquote>\n<h3 id=\"get-customer-profile\"><strong>GET CUSTOMER PROFILE</strong></h3>\n<blockquote>\n<p>Removed parameters \"language\" and \"languageName\"</p>\n</blockquote>\n<h3 id=\"get-job-status\"><strong>GET JOB STATUS</strong></h3>\n<blockquote>\n<p>We have moved Get JobStatus from Enterprise tools section to Organization section,</p>\n</blockquote>\n<h4 id=\"create-roaming-profile\"><strong>CREATE ROAMING PROFILE</strong></h4>\n<p>Updated description for Result Code '10098'.</p>\n","_postman_id":"95b723a0-8410-4bbc-9cb1-e96d6600f96e"},{"name":"4.5.1 - May 5, 2022","item":[],"id":"1906b931-505d-4740-851e-f27bfcf4b643","description":"<h3 id=\"endpoint-modify\">Endpoint Modify</h3>\n<blockquote>\n<p>Updated description for \"removeDynamicBenefitIds\" under INPUT REQUESTPARAM PARAMETERS</p>\n</blockquote>\n<h3 id=\"plan-create\">Plan Create</h3>\n<blockquote>\n<p>Updated description for \"factor\" and \"frequency\" under INPUT CHARGE PARAMETERS</p>\n</blockquote>\n<h3 id=\"plan-modify\">Plan Modify</h3>\n<blockquote>\n<p>Updated description for \"factor\" and \"frequency\" under INPUT CHARGE PARAMETERS</p>\n</blockquote>\n<h3 id=\"get-job-status\">Get Job Status</h3>\n<blockquote>\n<p>New Result Code added</p>\n<p>\"10175 - Request under processing \"</p>\n<p>Same code was added under Results Codes</p>\n</blockquote>\n<h3 id=\"multiple-endpoints\">Multiple endpoints</h3>\n<blockquote>\n<p>For multiple endpoints (APIs) the documentation was updated to include the output \"Response\" parameter to match API response</p>\n</blockquote>\n<ul>\n<li>This is a \"Documentation\" only change that does not affect API actual response.</li>\n</ul>\n<h3 id=\"result-codes\">Result Codes</h3>\n<blockquote>\n<p>Added new result codes 10125 &amp; 10126 for API timeouts</p>\n</blockquote>\n<blockquote>\n<p>Result code 10031 was removed from the documentation of certain endpoints and moved under Result Codes.</p>\n</blockquote>\n","_postman_id":"1906b931-505d-4740-851e-f27bfcf4b643"},{"name":"4.5.0 - March 23, 2022","item":[],"id":"7f13b25d-449e-42d5-8283-d3afe2ec433b","description":"<h3 id=\"destination-group\">Destination Group</h3>\n<blockquote>\n<p>Pagination was not supported hence removed from the documentation.</p>\n</blockquote>\n<h3 id=\"tariff---create\"><strong>Tariff - Create</strong></h3>\n<blockquote>\n<p>New parameters \"p2pOffnetSMS and ppuDestCriteria \", under INPUT TARIFFDETAILS PARAMETERS,<br />for creating SMS-MO Tariff request.</p>\n<p>Updated description for \"pulse\" and ppu\".</p>\n</blockquote>\n<h3 id=\"tariff\"><strong>Tariff</strong></h3>\n<blockquote>\n<p>New parameters \"p2poffnetsms\" and \"ppuDestCriteria\" under OUTPUT TARIFFLIST PARAMETERS</p>\n<p>Updated description for \"pulse\" and ppu\".</p>\n</blockquote>\n<h3 id=\"tariff---modify\"><strong>Tariff - Modify</strong></h3>\n<blockquote>\n<p>New parameters in modify request \"ppuDestCriteria and p2pOffnetSms\" under INPUT TARIFFDETAILS PARAMETERS</p>\n<p>Updated description for \"pulse\" and ppu\".</p>\n</blockquote>\n<h3 id=\"plan---create\">Plan - Create</h3>\n<blockquote>\n<p>Updated description of parameters \"applicableFor\", \"factor\" and \"frequency\" in the Input charge Parameters<br />section</p>\n</blockquote>\n<blockquote>\n<p>Added a new parameter priceAboveIncludedPerNetwork in the Input charge Parameters section</p>\n</blockquote>\n<blockquote>\n<p>Added new section of parameters \"priceAboveIncludedPerNetwork\"</p>\n</blockquote>\n<blockquote>\n<p>Modified example \"Create Plan - Success - {Postpaid Base Plan}\" with all the new &amp; updated parameters listed above.</p>\n</blockquote>\n<blockquote>\n<p>Added Result code(10169) and relative example.</p>\n</blockquote>\n<h3 id=\"plan---modify\">Plan - Modify</h3>\n<blockquote>\n<p>Updated description of parameters \"applicableFor\", \"factor\" and \"frequency\" in the Input charge Parameters<br />section.</p>\n</blockquote>\n<blockquote>\n<p>Added a new parameter setPriceAboveIncludedPerNetwork &amp; removePriceAboveIncludedPerNetwork in the Input charge Parameters section</p>\n</blockquote>\n<blockquote>\n<p>Added a new section Input setPriceAboveIncludedPerNetwork parameters</p>\n</blockquote>\n<blockquote>\n<p>Added a new section Input removePriceAboveIncludedPerNetwork parameters</p>\n</blockquote>\n<blockquote>\n<p>Modified example \"Modify Plan - Success - {All Parameters}\" with all the new &amp; updated parameters listed above.</p>\n</blockquote>\n<h3 id=\"query-rate-plan\">Query Rate Plan</h3>\n<blockquote>\n<p>Updated description of parameters \"applicableFor\"\"factor\" and \"frequency\" in the Output charge Parameters section</p>\n</blockquote>\n<blockquote>\n<p>Added a new parameter priceAboveIncludedPerNetwork in the in the Output charge Parameters section</p>\n</blockquote>\n<blockquote>\n<p>Modified example \"Query Rate Plan - Success\" with all the new &amp; updated parameters listed above.</p>\n</blockquote>\n<h3 id=\"apn-group---modify\">APN Group - Modify</h3>\n<blockquote>\n<p>Added new Result code and Description</p>\n</blockquote>\n<h3 id=\"customer-profile\">Customer Profile</h3>\n<blockquote>\n<p>Update description of the dynamicBenefitsDetails in OUTPUT BENEFITINFO PARAMETERS</p>\n<p>Update description of the category in OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS</p>\n</blockquote>\n<h3 id=\"endpoint---create\">Endpoint - Create</h3>\n<blockquote>\n<p>New resultcode 10140</p>\n</blockquote>\n<h3 id=\"endpoint---modify\">Endpoint - Modify</h3>\n<blockquote>\n<p>Updated addDynamicBenefitsIds and removeDynamicBenefitsIds description in INPUT REQUESTPARAM PARAMETERS</p>\n<p>Added new Note for OEM enabled accounts under \"INPUT REQUESTPARAM PARAMETERS\". Check field description for more information.</p>\n<p>Update result codes (4 new)</p>\n<p>Removed failure example of adding addon plans to Active-Test and Active-Inventory endpoints</p>\n</blockquote>\n<h3 id=\"endpoint-bulk-modify\">Endpoint Bulk Modify</h3>\n<blockquote>\n<p>Updated addDynamicBenefitsIds and removeDynamicBenefitsIds description in INPUT REQUESTPARAM PARAMETERS</p>\n</blockquote>\n<h3 id=\"delete-endpoint-------new-\">Delete Endpoint ----- NEW !!!</h3>\n<blockquote>\n<p>Added new API \"POST DeleteEndPoint. You can find it under the Endpoint section</p>\n</blockquote>\n<h3 id=\"endpoint---change-roaming-profile\"><strong>Endpoint - Change Roaming Profile</strong></h3>\n<blockquote>\n<p>New failure example of passing <strong>TEST roamingProfileId</strong> in the input request parameter</p>\n</blockquote>\n<h3 id=\"endpoint---threshold\"><strong>Endpoint - Threshold</strong></h3>\n<blockquote>\n<p>Added a note in the description for Input request parameter <strong>endPointId</strong></p>\n</blockquote>\n<h3 id=\"endpoint---plan-change\">Endpoint - Plan change</h3>\n<blockquote>\n<p>Added new Result code, Description and Example</p>\n</blockquote>\n<h3 id=\"data-stream-callback-mobilityevents\">Data Stream Callback (MobilityEvents)</h3>\n<blockquote>\n<p>Added new field \"timestampAccount\" in ROWS. Check field description and examples for more information.</p>\n</blockquote>\n<h3 id=\"benefit\"><strong>Benefit</strong></h3>\n<blockquote>\n<p>Added new values for parameter 'serviceId' and 'rat type' under OUTPUT BENEFITLIST PARAMETERS<br />for NB-IOT support.</p>\n<p>New example added.</p>\n</blockquote>\n<h3 id=\"counter\"><strong>Counter</strong></h3>\n<blockquote>\n<p>Added new value for parameter 'serviceId' under OUTPUT COUNTERLIST PARAMETERS<br />for NB-IOT support.</p>\n</blockquote>\n<h3 id=\"notification\">Notification</h3>\n<blockquote>\n<p>Added examples for NB-IOT</p>\n</blockquote>\n<h3 id=\"customer-profile-1\">Customer Profile</h3>\n<blockquote>\n<p>Updated parameter 'benefit' under OUTPUT BENEFITLIST PARAMETERS for NB-IOT support.</p>\n</blockquote>\n<h3 id=\"result-codes\">Result Codes</h3>\n<blockquote>\n<p>Updated with new codes mentioned above (10140, 10169)</p>\n</blockquote>\n","_postman_id":"7f13b25d-449e-42d5-8283-d3afe2ec433b"},{"name":"4.4.0- November 25, 2021","item":[],"id":"1e76f5e1-b1c8-49f4-8d36-0452106f3b95","description":"<h2 id=\"service-profile---modify\">Service Profile - Modify</h2>\n<blockquote>\n<p>Support for new 5G access type (Added new example and updated the description for \"accessType\" parameter under INPUT SERVICEPROFILE PARAMETERS)</p>\n</blockquote>\n<h2 id=\"service-profile---create\">Service Profile - Create</h2>\n<blockquote>\n<p>Support for new 5G access type (Added new example and updated the description for \"accessType\" parameter under INPUT SERVICEPROFILE PARAMETERS)</p>\n</blockquote>\n<h2 id=\"get-service-profile\">GET Service Profile</h2>\n<blockquote>\n<p>Support for new 5G access type (Added new example and updated the description for \"ratTypeName\" parameter under OUTPUT SERVICEPROFILELIST PARAMETERS)</p>\n</blockquote>\n<h2 id=\"endpoint---create\">EndPoint - Create</h2>\n<blockquote>\n<p>Added \"valueAddedFeatureIds\"  parameter under INPUT REQUESTPARAM PARAMETERS and in the examples</p>\n</blockquote>\n<h2 id=\"endpoint---modify\">EndPoint - Modify</h2>\n<blockquote>\n<p>Added new parameters \"addValueAddedFeatureIds\" and \"removeValueAddedFeatureIds\" under INPUT REQUESTPARAM PARAMETERS. New example is also added</p>\n</blockquote>\n<h2 id=\"endpoint---bulk-modify\">EndPoint - Bulk Modify</h2>\n<blockquote>\n<p>Added new parameters \"addValueAddedFeatureIds\" and \"removeValueAddedFeatureIds\" under INPUT REQUESTPARAM PARAMETERS. New example is also added</p>\n</blockquote>\n<h2 id=\"endpoint---bulk-create\">EndPoint - Bulk Create</h2>\n<blockquote>\n<p>Added new parameters \"valueAddedFeatureIds\"  under INPUT BULKPROVISIONINGINFO PARAMETERS. New example is also added</p>\n</blockquote>\n<h2 id=\"get-networks---failure\">Get Networks - Failure</h2>\n<blockquote>\n<p>Added new example and new result code 10115.</p>\n</blockquote>\n<h2 id=\"plan-create\">Plan Create</h2>\n<blockquote>\n<p>Added MESSAGE SUPPORTED IDENTIFIERS 39 40 41 42 as part of the new notification feature \"SIM and Endpoint Status Change\"</p>\n</blockquote>\n<h2 id=\"plan-modify\">Plan Modify</h2>\n<blockquote>\n<p>Added MESSAGE SUPPORTED IDENTIFIERS 39 40 41 42</p>\n</blockquote>\n<h2 id=\"get-notification\">GET Notification</h2>\n<blockquote>\n<p>Added in example for notification type \"Endpoint and SIM Status Change\"</p>\n</blockquote>\n<h2 id=\"get-endpoints\">GET Endpoints</h2>\n<blockquote>\n<p>API now supports Pagination. Added examples</p>\n</blockquote>\n<blockquote>\n<p>Added Input Query Parameters in description.</p>\n</blockquote>\n<h2 id=\"endpoint---status-change\">Endpoint - Status Change</h2>\n<blockquote>\n<p>Added new description in Result code for 5017 and 9003</p>\n</blockquote>\n<h2 id=\"access-token\">Access Token</h2>\n<blockquote>\n<p>New feature to enable API support access to child accounts</p>\n</blockquote>\n<h2 id=\"data-stream-callback-usageevents\">Data Stream Callback (UsageEvents)</h2>\n<blockquote>\n<p>Update and correction on existing example.</p>\n</blockquote>\n<h2 id=\"get-customer-profile\">GET Customer Profile</h2>\n<blockquote>\n<p>Added new example \"Get Customer Profile - Success - {Deactivated Account}\" for deactivated accounts</p>\n</blockquote>\n<blockquote>\n<p>Removed Roamingprofileid tag from the description as well as from the examples </p>\n</blockquote>\n<blockquote>\n<p>Update and improve the description for the following parameters, under OUTPUT BASICINFO PARAMETERS : currentStatus, currentStatusName, currencyId, tierId, timeZoneId, creationDate, subscriberType, subscriberTypeName, dependendRatType.</p>\n</blockquote>\n<h2 id=\"get-endpoint-profile\">GET Endpoint Profile</h2>\n<blockquote>\n<p>Added new Example \"Get EndPoint Profile - Success {Nonpooled/pooled Endpoint}\"</p>\n</blockquote>\n<blockquote>\n<p>Update and improve the description for the following parameters, under OUTPUT BASICINFO PARAMETERS: subscriberType, subscriberTypeName, currencyId, tierId, roamingProfileId, roamingProfileName, timeZoneId.</p>\n</blockquote>\n<h2 id=\"get-service-profile-api\">GET Service Profile API</h2>\n<blockquote>\n<p>updated description for 'serviceName' and removed 'radioAccessTypeUpdate' parameter.</p>\n</blockquote>\n<h2 id=\"destination-group---create-modify\">Destination Group - Create, Modify</h2>\n<blockquote>\n<p>Added note how to fetch attached network details and find info required for Destination Group creation/modify.</p>\n</blockquote>\n<h2 id=\"roaming-profile---create-modify\">Roaming profile - Create, Modify</h2>\n<blockquote>\n<p>Added note how to fetch attached network details and find info required for creation or modifying Roaming Profile.</p>\n</blockquote>\n<h2 id=\"a2p-sms-callback-api\">A2P SMS (Callback API)</h2>\n<blockquote>\n<p>Documentation title renamed to \"A2P SMS Status (Callback API)\" for better clarify on the scope of the specific API and provide updated API description for the same reason.</p>\n</blockquote>\n<h2 id=\"p2a-sms-callback-api\">P2A SMS (Callback API)</h2>\n<blockquote>\n<p>Update API description for better understanding of the API scope.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"fafa22fb-94d6-4381-b921-5cf7bb759402","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc7ac87d-9614-4827-bc98-ec1ea4eb2edb","type":"text/javascript","exec":[""]}}],"_postman_id":"1e76f5e1-b1c8-49f4-8d36-0452106f3b95"},{"name":"4.3.1 - September 20, 2021","item":[],"id":"d5bf9750-7c74-440e-ad69-8ae245080cd6","description":"<h2 id=\"update-monthly-limitpostpaid\">Update Monthly Limit(Postpaid)</h2>\n<blockquote>\n<p>Added new result code 1394 and description \"Successful!! request has sent for processing!!\"</p>\n</blockquote>\n<h2 id=\"update-balance-prepaid\">Update Balance (Prepaid)</h2>\n<blockquote>\n<p>Added new result code 1394 and description \"Successful!! request has sent for processing!!\"</p>\n</blockquote>\n<h2 id=\"updated-get-currencies\">Updated GET Currencies</h2>\n<blockquote>\n<p>Added new result code 1384 and description \"No currency exists\"</p>\n</blockquote>\n<h2 id=\"updated-get-timezone\">Updated GET Timezone</h2>\n<blockquote>\n<p>Added new result code 1385 and description \"No timezone exists\"</p>\n</blockquote>\n<h2 id=\"updated-get-endpointprofile\">Updated GET EndPointProfile</h2>\n<blockquote>\n<p>Removed the following optional parameters from description and examples since they were not included in the responses: \"firstCallDate, featureId, featureName, featureValue, profileId, profileName, isGSM, isCDMA, isLTE, isUMTS\".</p>\n</blockquote>\n<h2 id=\"updated-get-customerprofile\">Updated GET CustomerProfile</h2>\n<blockquote>\n<p>Rename \"Ycode\" optional parameter to \"YCode\" in OUTPUT BASICINFO PARAMETERS</p>\n</blockquote>\n<blockquote>\n<p>Update description for the parameter onBoardType</p>\n</blockquote>\n<blockquote>\n<p>Update examples</p>\n</blockquote>\n<h2 id=\"updated-get-customerprofile-api\">Updated GET CustomerProfile API</h2>\n<blockquote>\n<p>Added parameter and Example</p>\n</blockquote>\n<h2 id=\"updated-get-endpointprofile-api\">Updated GET EndpointProfile API</h2>\n<blockquote>\n<p>Added parameter and Example.</p>\n</blockquote>\n<h2 id=\"updated-createendpoint-api\">Updated CreateEndPoint API</h2>\n<blockquote>\n<p>Update description for the parameter dynamicBenefitEnable, benefits.</p>\n</blockquote>\n<h2 id=\"updated-bulkprovisioning-api\">Updated bulkProvisioning API</h2>\n<blockquote>\n<p>Update description for the parameter dynamicBenefitEnable, benefits.</p>\n</blockquote>\n<h2 id=\"updated-endpoint-api\">Updated endpoint API</h2>\n<blockquote>\n<p>added example and addDynamicBenefitsIds, removeDynamicBenefitsIds parameter</p>\n</blockquote>\n<h2 id=\"--updated-endpointbulk-api\">##  Updated endpointbulk API</h2>\n<blockquote>\n<p>added example and addDynamicBenefitsIds, removeDynamicBenefitsIds parameter</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"a34e9f1a-d375-4794-bca4-27874d54e129","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ccd87a7-eccd-46d5-9982-f1a45e58b9e2","type":"text/javascript","exec":[""]}}],"_postman_id":"d5bf9750-7c74-440e-ad69-8ae245080cd6"},{"name":"4.3.0 - July 13, 2021","item":[],"id":"376cd109-65ea-4583-8fdc-fed12e388fbb","description":"<h2 id=\"service-profile---modify\">Service Profile - Modify</h2>\n<blockquote>\n<p>Added new example and new result code 10100.</p>\n</blockquote>\n<blockquote>\n<p>Support for new NB-IOT service type (Added new example and updated the description for \"service\" parameter)</p>\n</blockquote>\n<h2 id=\"service-profile---create\">Service Profile - Create</h2>\n<blockquote>\n<p>Support for new NB-IOT service type (Added new example and updated the description for \"service\" parameter)</p>\n</blockquote>\n<blockquote>\n<p>New Result code 10111</p>\n</blockquote>\n<h2 id=\"get-service-profile\">GET Service Profile</h2>\n<blockquote>\n<p>Support for new NB-IOT service type (Added new example and updated the description for \"serviceName\" parameter)</p>\n</blockquote>\n<h2 id=\"destination-group---create\">Destination Group - Create</h2>\n<blockquote>\n<p>Changed the result code SC0025 to 10098 in the example and Result code table </p>\n</blockquote>\n<h2 id=\"get-destination-group\">GET Destination Group</h2>\n<blockquote>\n<p>Updated the example and Description for  GET Destination Group</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"supportedNetworkTypes\" in the OUTPUT TADIGLIST PARAMETER table and updated the example response </p>\n</blockquote>\n<h2 id=\"get-roaming-profile\">GET Roaming Profile</h2>\n<blockquote>\n<p>Updated the example and Description for  GET GetRoamingProfiles</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"supportedNetworkTypes\" in the OUTPUT TADIGLIST PARAMETER\ntable and updated the example response</p>\n</blockquote>\n<h2 id=\"get-ratezone\">GET RateZone</h2>\n<blockquote>\n<p>Updated the example and Description for  GET GetRateZone</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"supportedNetworkTypes\" in the OUTPUT OPERATORIDLIST PARAMETERS table and updated the example response</p>\n</blockquote>\n<h2 id=\"tariff---create\">Tariff - Create</h2>\n<blockquote>\n<p>Updated description in Create Tariff Api</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"serviceId\" =\"5 - NB-IOT\" </p>\n</blockquote>\n<h2 id=\"get-tariff\">Get Tariff</h2>\n<blockquote>\n<p>Updated description in Get Tariff Api</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"serviceId\" =\"5 - NB-IOT\" .</p>\n</blockquote>\n<h2 id=\"plan---create\">Plan - Create</h2>\n<blockquote>\n<p>Added new examples for multiple onetime fee and OEM plans.</p>\n</blockquote>\n<blockquote>\n<p>Added new result codes 10110, 10119 &amp; 10120</p>\n</blockquote>\n<blockquote>\n<p>Updated the example and Description for  Create Plan API (Charge section)</p>\n</blockquote>\n<blockquote>\n<p>Added four new parameters \"applicableFor, includes, numberIncluded and priceAboveInclude\". </p>\n</blockquote>\n<blockquote>\n<p>Updated actionType description</p>\n</blockquote>\n<blockquote>\n<p>Updated the description and added new examples for create plan API</p>\n</blockquote>\n<blockquote>\n<p>Added new parameters for TEST and Inventory plan creation, NEXTPLANRULES, new examples for test and inventory plan </p>\n</blockquote>\n<h2 id=\"plan---modify\">Plan - Modify</h2>\n<blockquote>\n<p>Added new example for multiple onetime fee enabled charge </p>\n</blockquote>\n<blockquote>\n<p>Added new parameter in removecharge section </p>\n</blockquote>\n<blockquote>\n<p>Added new result code </p>\n</blockquote>\n<blockquote>\n<p>Updated the example and Description for Modify Plan API (Charge section)</p>\n</blockquote>\n<blockquote>\n<p>Added four new parameter: applicableFor, includes, numberIncluded and priceAboveInclude.</p>\n</blockquote>\n<blockquote>\n<p>Updated the description and added new examples for Modify plan API</p>\n</blockquote>\n<blockquote>\n<p>Added new parameters for TEST and Inventory plan modification, NEXTPLANRULES, and new examples for test and inventory plan</p>\n</blockquote>\n<h2 id=\"query-rate-plan\">Query Rate Plan</h2>\n<blockquote>\n<p>Added new example for multiple onetime fee enabled charge</p>\n</blockquote>\n<blockquote>\n<p>Added new tags in the output charge parameters: instanceId, instanceTimestamp, applicableForId, applicableForName, includesId, includesName, numberIncluded, priceAboveIncluded</p>\n</blockquote>\n<blockquote>\n<p>Removed redundant parameters in BasicInfo block \"frequency\" and \"factor\".</p>\n</blockquote>\n<blockquote>\n<p>Removed duplicate parameters in  OUTPUT BASICINFO \"planName\" and \"planDescription\"</p>\n</blockquote>\n<blockquote>\n<p>Updated the example and Description for  GET Query Rate Plan API (Charge section)</p>\n</blockquote>\n<blockquote>\n<p>Added four new parameters \"applicableForId, applicableForName, includesId, includesName, numberIncluded and priceAboveIncluded\".</p>\n</blockquote>\n<blockquote>\n<p>Added new Test and Inventory Plan examples in GET Query Rate Plan and described the new parameters</p>\n</blockquote>\n<blockquote>\n<p>Added new query parameter values for TEST and INVENTORY plans</p>\n</blockquote>\n<h2 id=\"get-apn-group\">GET APN Group</h2>\n<blockquote>\n<p>Updated the Description for the API fetchAttachedAPN </p>\n</blockquote>\n<blockquote>\n<p>Changed the account access for Resller to \"No\" </p>\n</blockquote>\n<h2 id=\"get-customer-profile\">Get Customer Profile</h2>\n<blockquote>\n<p>Added two new tags rdbCode and countryISO3 in the description and examples </p>\n</blockquote>\n<blockquote>\n<p>Added two new parameters \"rdbCode\" and \"countryISO3\"</p>\n</blockquote>\n<blockquote>\n<p>Updated Example and description in Get Customer Profile API</p>\n</blockquote>\n<blockquote>\n<p>Added example and new parameter \"enterpriseNbiotService\"</p>\n</blockquote>\n<h2 id=\"get-endpoint-profile\">Get Endpoint Profile</h2>\n<blockquote>\n<p>Updated Example and description in Get Endpoint Profile API</p>\n</blockquote>\n<blockquote>\n<p>Added example and new parameter \"enterpriseNbiotService\"</p>\n</blockquote>\n<h2 id=\"get-sim\">GET SIM</h2>\n<blockquote>\n<p>Updated Example and description in Fetch SIM API</p>\n</blockquote>\n<blockquote>\n<p>Added new tag \"associatedTestPlanIds\" in output parameter section in Fetch SIM API</p>\n</blockquote>\n<h2 id=\"create-organization-api\">Create Organization API</h2>\n<blockquote>\n<p>Added new example and updated description for create Organisation API </p>\n</blockquote>\n<blockquote>\n<p>Added new example for OEM enabled Account creation and new tag \"isOemEnabled\" is added  in input request parameter section</p>\n</blockquote>\n<h2 id=\"data-stream-callback-mobilityevents\">Data Stream Callback (MobilityEvents)</h2>\n<blockquote>\n<p>Updated the description for Callback process Mobility events API </p>\n</blockquote>\n<blockquote>\n<p>Added new parameter IMEI in the ROWS table and updated the example response </p>\n</blockquote>\n<blockquote>\n<p>Updated the description for Errorcause, Errorcode parameter </p>\n</blockquote>\n<h2 id=\"get-charge\">Get Charge</h2>\n<blockquote>\n<p>Added new example for Same one time fee multiple times per settlement product </p>\n</blockquote>\n<blockquote>\n<p>Added one new tag \"isallowMultipleOnetimeFee\" in the output charge parameters</p>\n</blockquote>\n<blockquote>\n<p>Updated the description for settlementProductSFT and settlementProductM2MIC</p>\n</blockquote>\n<blockquote>\n<p>Update the Example for  GET Charge (OUTPUT CHARGELIST PARAMETERS)</p>\n</blockquote>\n<blockquote>\n<p>Added new Charge \"SFT-Feature based SIM management“</p>\n</blockquote>\n<h2 id=\"get-networks\">GET Networks</h2>\n<blockquote>\n<p>Updated the example and Description for  GET fetchNetworkList</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"supportedNetworkTypes\" in the OUTPUT TADIG LIST PARAMETERS\ntable and updated the example response</p>\n</blockquote>\n<h2 id=\"get-invoice\">GET Invoice</h2>\n<blockquote>\n<p>Updated the Description for GET Invoice (OUTPUT BILLINGDETAILS PARAMETERS)</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"simMonthlyActiveFeatureFee\".</p>\n</blockquote>\n<blockquote>\n<p>Added new parameter \"NB-IOT\" in description.</p>\n</blockquote>\n<h2 id=\"get-currency\">GET currency</h2>\n<blockquote>\n<p>Updated GET currency API examples</p>\n</blockquote>\n","_postman_id":"376cd109-65ea-4583-8fdc-fed12e388fbb"},{"name":"4.2.3 - 15/3/2021","item":[],"id":"2053a4c1-6470-47d9-bc89-e8d116f6b4c9","description":"<h2 id=\"updated-callback-api-for-usage-events\">Updated Callback API for usage events</h2>\n<blockquote>\n<p>Updated callabackUri parameter (from callbackURL to callbackUri)\nAdded a note for ratingGroup1 paramter </p>\n</blockquote>\n<h2 id=\"updated-callback-api-for-mobility-events\">Updated Callback API for mobility events</h2>\n<blockquote>\n<p>Updated callabackUri parameter (from callbackURL to callbackUri)\nAdded new error codes for failure and success events in errorcause parameter's description</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"fc8b3705-542d-4cf3-a01c-d2fdd1e2e426","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fdfc4fc-f4c4-4641-9551-90024512ae4d","type":"text/javascript","exec":[""]}}],"_postman_id":"2053a4c1-6470-47d9-bc89-e8d116f6b4c9"},{"name":"4.2.0 -  1/3/2021","item":[],"id":"49d20b43-af92-4242-965b-5bdd64cbc4fc","description":"<h1 id=\"descriptions-of-changes\">Descriptions of Changes</h1>\n<ul>\n<li>New API for Callback API Modify (PATCH) (Enterprise tools &gt; Callback Processes)</li>\n<li>Added new result code in Plan modify API</li>\n<li>Get SIM API, new Query parameters (msisdn, imsi, endpointid) and new SIM Output parameter (directCustomerAccountId)</li>\n<li>Added description in Modify Service Profile API (POST) for the field Service in INPUT SERVICEPROFILE PARAMETERS</li>\n<li>Updated description for Modify Destination Group API</li>\n<li>New API for Data Stream(Usage Events and Mobility Events) Callback API POST (Enterprise tools &gt; Callback Processes)</li>\n<li>Updated description for Modify RP and added new example</li>\n<li>Updated description for GET customer profile and added new example</li>\n<li>Updated description for Create Endpoint</li>\n<li>Updated description for Modify Endpoint and added new example</li>\n<li>Updated description for Bulk Modify Endpoint and added new example in Getjob details </li>\n<li>Updated description for GET Endpoint and added new example </li>\n<li>Updated description for Endpoint Activation</li>\n<li>Updated description for Endpoint Status change</li>\n<li>Updated description for GET Endpoint profile</li>\n<li>Updated description for GET SIM </li>\n<li>Updated the description and added example for change roaming profile</li>\n<li>Updated description for the Prorate &amp; Factor parameters which are supported for new charge the \"Monthly minimum fee\" validation in the Create and Modify Plan API's</li>\n<li>Updated example for the Create plan API (POST) with new charge ID for the monthly minimum fee</li>\n<li>Added new resultcode in the Create plan API (POST)</li>\n<li>Updated example for the Get charge API (GET)</li>\n<li>Added new callback API (POST) for A2P SMS status with example.</li>\n<li>Update values for Radio access type parameter for Get Service Profile</li>\n<li>Update parameter values and descirption for Create Tariff</li>\n<li>Update parameter values and descirption for Modify Tariff</li>\n<li>Added new values for currentStatusName and currentStatus parameters for Get Customer Profile</li>\n<li>Added new result codes, 10081 and 10074, in the result codes section</li>\n<li>Updated Launch Date description in Create Organization API</li>\n<li>Updated Result Code for Endpoint Plan Change API</li>\n</ul>\n<h1 id=\"api-changes\">API Changes</h1>\n<h2 id=\"new-api-for-callback-information-modify-patch\">NEW API for Callback Information Modify (PATCH)</h2>\n<blockquote>\n<p>API is used to modify information for all callback API configuration of a particular customer(Callback URLs and Token)</p>\n</blockquote>\n<h2 id=\"added-api-result-description-for-modify-plan-api-post\">Added API result description for modify plan API (POST)</h2>\n<blockquote>\n<p>Error code- 10088 - Result description - 'Modify plan not supported - planCategory'</p>\n</blockquote>\n<h2 id=\"get-sim-api-new-query-and-output-parameters\">GET SIM API: new query and output parameters</h2>\n<blockquote>\n<p>Support for msisdn, imsi and endpointid in the query parameters</p>\n</blockquote>\n<blockquote>\n<p>New SIM Output parameter (directCustomerAccountId)</p>\n</blockquote>\n<h2 id=\"added-description-for-modify-service-profile-api-post\">Added description for Modify Service Profile API (POST)</h2>\n<blockquote>\n<p>Added description which supports service modification for an INPUT SERVICEPROFILE PARAMETERS - Service </p>\n</blockquote>\n<h2 id=\"updated-description-for-modify-destination-group-api\">Updated description for Modify Destination Group API</h2>\n<blockquote>\n<p>Update description for addTadigCodeList about automatic propagation of added networks</p>\n</blockquote>\n<h2 id=\"new-api-for-data-stream-callback-usage-events\">NEW API for Data Stream Callback Usage Events</h2>\n<blockquote>\n<p>This API is used to send Usage Events of Data stream to the customer URL</p>\n</blockquote>\n<h2 id=\"new-api-for-data-stream-callback-mobility-events\">NEW API for Data Stream Callback Mobility Events</h2>\n<blockquote>\n<p>This API is used to send Mobility Events of Data stream to the customer URL</p>\n</blockquote>\n<h2 id=\"updated-description-for-modify-rp-and-added-new-example\">Updated description for Modify RP and added new example</h2>\n<blockquote>\n<p>Updated this API for OEM enabled accounts in description and added new example </p>\n</blockquote>\n<h2 id=\"updated-description-for-get-customer-profile-and-added-new-example\">Updated description for GET customer profile and added new example</h2>\n<blockquote>\n<p>Updated this API for OEM enabled accounts in description and added new example</p>\n</blockquote>\n<h2 id=\"updated-description-for-create-endpoint\">Updated description for Create Endpoint</h2>\n<blockquote>\n<p>Updated this API for OEM enabled accounts in the desciption</p>\n</blockquote>\n<h2 id=\"updated-description-for-modify-endpoint\">Updated description for Modify Endpoint</h2>\n<blockquote>\n<p>Updated this API for OEM enabled accounts in description and new examples for addons and imei </p>\n</blockquote>\n<h2 id=\"updated-description-for-bulk-modify-endpoint\">Updated description for Bulk Modify Endpoint</h2>\n<blockquote>\n<p>Updated description for Bulk Modify Endpoint and added new example in Getjob details for OEM accounts </p>\n</blockquote>\n<h2 id=\"updated-description-for-get-endpoint\">Updated description for GET Endpoint</h2>\n<blockquote>\n<p>Updated description for GET Endpoint and added new example  for OEM accounts </p>\n</blockquote>\n<h2 id=\"updated-description-for-endpoint-activation\">Updated description for Endpoint Activation</h2>\n<blockquote>\n<p>Updated description for Endpoint Activation for OEM accounts</p>\n</blockquote>\n<h2 id=\"updated-description-for-endpoint-status-change\">Updated description for Endpoint Status change</h2>\n<blockquote>\n<p>Updated description for Endpoint status change with example for OEM accounts</p>\n</blockquote>\n<h2 id=\"updated-description-for-get-endpoint-profile\">Updated description for GET Endpoint profile</h2>\n<blockquote>\n<p>Updated description for GET endpoint profile with example for OEM accounts</p>\n</blockquote>\n<h2 id=\"updated-description-for-get-sim\">Updated description for GET SIM</h2>\n<blockquote>\n<p>Updated description for GET SIM with example</p>\n</blockquote>\n<h2 id=\"update-for-change-endpoint-roaming-profile\">Update for change endpoint roaming profile</h2>\n<blockquote>\n<p>Updated the description of the parameter roamingProfileIds and added new example </p>\n</blockquote>\n<h2 id=\"update-example-for-create-plan-api-post\">Update example for Create plan API (POST)</h2>\n<blockquote>\n<p>Updated the description of the \"Prorate\" parameter in INPUT BASICINFO PARAMETERS which supports for the newly introduced charge \"Monthly minimum fee\"</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of the \"factor\" parameter in INPUT CHARGE PARAMETERS which supports for the newly introduced charge \"Monthly minimum fee\" </p>\n</blockquote>\n<blockquote>\n<p>Updated example for the Create Plan - Success - {Postpaid Base Plan} with included new charge id for the \"Monthly minimum fee\" </p>\n</blockquote>\n<blockquote>\n<p>Added a new resultcode 10106 - Prorate is not allowed with the Minimum fee charge</p>\n</blockquote>\n<h2 id=\"update-example-for-modify-plan-api-post\">Update example for Modify plan API (POST)</h2>\n<blockquote>\n<p>Updated the description of the \"Prorate\" parameter in INPUT BASICINFO PARAMETERS which supports for the newly introduced charge \"Monthly minimum fee\"</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of the \"factor\" parameter in INPUT CHARGE PARAMETERS which supports for the newly introduced charge \"Monthly minimum fee\" </p>\n</blockquote>\n<h2 id=\"update-example-for-query-rate-plan\">Update example for Query Rate plan</h2>\n<blockquote>\n<p>Added a new example  </p>\n</blockquote>\n<h2 id=\"update-example-for-get-charge-api-get\">Update example for GET Charge API (GET)</h2>\n<blockquote>\n<p>Update success example \"Get Charge - Success\" with the new charge \"Monthly minimum fee\"</p>\n</blockquote>\n<h2 id=\"new-api-for-a2p-sms-status-callback-post\">New API for A2P SMS status callback (POST)</h2>\n<blockquote>\n<p>New A2P SMS (Callback API) example added with the callback description</p>\n</blockquote>\n<h2 id=\"update-api---get-service-profile\">Update API - \"Get Service Profile\"</h2>\n<blockquote>\n<p>Changed the uppercase letters to lowercase latters in Radio access type (true/false).</p>\n</blockquote>\n<h2 id=\"update-api---create-tariff\">Update API - \"Create Tariff\"</h2>\n<blockquote>\n<p>Corrected the description of “Minimum Session Fee(Minimum Session Fee, applicable only for serviceId=4(Data) in Enterprise level).</p>\n</blockquote>\n<blockquote>\n<p>Changed 5 – RG-Online to 5 – Default in ratingGroup.</p>\n</blockquote>\n<blockquote>\n<p>Removed 2 – RG-OTA in ratingGroup.</p>\n</blockquote>\n<blockquote>\n<p>Corrected the description for UnitType (COUNT for MT-SMS &amp; MO-SMS MB and KB for Data).</p>\n</blockquote>\n<h2 id=\"update-api---modify-tariff\">Update API - \"Modify Tariff\"</h2>\n<blockquote>\n<p>Corrected the description of “Minimum Session Fee(Minimum Session Fee, applicable only for serviceId=4(Data) in Enterprise level).</p>\n</blockquote>\n<blockquote>\n<p>Changed 5 – RG-Online to 5 – Default in ratingGroup.</p>\n</blockquote>\n<blockquote>\n<p>Removed 2 – RG-OTA in ratingGroup.</p>\n</blockquote>\n<blockquote>\n<p>Corrected the description for UnitType (COUNT for MT-SMS &amp; MO-SMS MB and KB for Data).</p>\n</blockquote>\n<h2 id=\"update-api---get-customer-profile\">Update API - Get Customer Profile\"</h2>\n<blockquote>\n<p>Added PA for currentStatusName.</p>\n</blockquote>\n<blockquote>\n<p>Added PreActive for currentStatus.</p>\n</blockquote>\n<h2 id=\"update-resultcode\">Update Resultcode</h2>\n<blockquote>\n<p>Changed the description of resultcode:\"1892\" </p>\n</blockquote>\n<blockquote>\n<p>Added new resultcode:\"10081\" \"resultDescription\": \"Restricted words (like delete ,drop ,truncate etc) should not be used for name \"</p>\n</blockquote>\n<blockquote>\n<p>Added new resultcode:\"10074\" \"resultDescription\"\": \"\"Failure!! Unrecognized field-essageType \"</p>\n</blockquote>\n<h2 id=\"updated-launch-date-description-in-create-organization-api\">Updated Launch Date description in Create Organization API</h2>\n<blockquote>\n<p>Updated description for Launch Date parameter in Create Organization API</p>\n</blockquote>\n<h2 id=\"updated-result-code-for-endpoint-plan-change-api\">Updated Result Code for Endpoint Plan Change API</h2>\n<blockquote>\n<p>Updated error message for result code 5019 for Endpoint Plan Change API</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"2bc48dac-fb62-4187-bf4a-dbf7c0ac0129","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"746369c4-ece8-4c85-a70c-36721c9aa5c9","type":"text/javascript","exec":[""]}}],"_postman_id":"49d20b43-af92-4242-965b-5bdd64cbc4fc"},{"name":"4.1.2","item":[],"id":"46a1db6d-8907-4849-b052-084173faf1c7","description":"<h1 id=\"minor-release-for-documentation-fixes\">Minor release for documentation fixes</h1>\n<h2 id=\"update-api---geolocation-information\">Update API - \"Geolocation Information\"</h2>\n<blockquote>\n<p>Moved under \"Endpoint\" and renamed to \"Endpoint Geolocation\". </p>\n</blockquote>\n<blockquote>\n<p>Convert all numeric output in decimal format (CellID, and Tac were coming in HEX under 4G). </p>\n</blockquote>\n<h2 id=\"update-api---get-customer-profile\">Update API - \"Get customer profile\"</h2>\n<blockquote>\n<p>Added two more params benefit and benefit Id in output response under basicInfo section. </p>\n</blockquote>\n<h2 id=\"update-api---fetchsim\">Update API - \"FetchSIM\"</h2>\n<blockquote>\n<p>Corrected the spelling of 'available' in output parameters description.<br />Added parameter 'result code' under output params </p>\n</blockquote>\n<h2 id=\"update-api--createendpoint\">Update API -\"CreateEndPoint\"</h2>\n<blockquote>\n<p>Added result code 6409 under result code section in the document as well as in the sample response. </p>\n</blockquote>\n<h2 id=\"update-api---modify-plan\">Update API - \"Modify Plan\"</h2>\n<blockquote>\n<p>Notification type , threshold type and threshold value were made mandatory and conditionaly mandatory under input notification parameter section. </p>\n</blockquote>\n<blockquote>\n<p>Capital letter in parameter Phone number under result description is changed to small letter. </p>\n</blockquote>\n<h2 id=\"update-api---create-plan\">Update API - \"Create Plan\"</h2>\n<blockquote>\n<p>Notification type , threshold type and threshold value were made mandatory and conditionaly mandatory under input notification parameter section. </p>\n</blockquote>\n<h2 id=\"bulk-provisioning-api---bulk-create\">BULK PROVISIONING API - Bulk create</h2>\n<blockquote>\n<p>Added description for the parameter isdefaultactivation </p>\n</blockquote>\n<h2 id=\"get-bulk-provisioning-details\">Get Bulk provisioning details</h2>\n<blockquote>\n<p>Added a new example </p>\n</blockquote>\n<h2 id=\"update-api---get-customer-profile-1\">Update API - \"Get customer profile\"</h2>\n<p>updated the discription for the paramerter apn and updated the example.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc82b48f-fc01-45d5-a36d-cfe7e7867329","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"413f49c3-9bb3-4b07-8e96-a9eb930344b8","type":"text/javascript","exec":[""]}}],"_postman_id":"46a1db6d-8907-4849-b052-084173faf1c7"},{"name":"4.1.0 -  October 23, 2020","item":[],"id":"bfdea9ff-82e5-4756-ade5-2c335f3e6494","description":"<h1 id=\"descriptions-of-changes\">Descriptions of Changes</h1>\n<ul>\n<li>New Callback API Notification Framework (Callback Processes under Enterprise Tools)</li>\n<li>New Callback Process for Notification (Enterprise tools &gt; Callback Processes)</li>\n<li>New Callback Process for P2A SMS (Enterprise tools &gt; Callback Processes)</li>\n<li>New API for Geolocation Information (GET) (Enterprise info)</li>\n<li>New API for A2P SMS (POST ASYNC) (Enterprise tools)</li>\n<li>New API for Callback API (GET) (Enterprise tools &gt; Callback Processes)</li>\n<li>Enhancement in SMS - Send to Endpoint API.</li>\n<li>Enhancement of Endpoint - Bulk Create (POST) API </li>\n<li>Enhancement of Endpoint - Bulk Create  - Process Status (GET) API </li>\n<li>Enhancement of Modify Service profile (POST)</li>\n<li>Enhancement of Job Status API to support A2P Async API</li>\n<li>New Input parameter (notification channel) in Create, Modify Plan and Query rate plan API's.</li>\n<li>Updated the description of charges under plan related to SIM Management fee in Create, Modify Plan and Query rate plan API's.</li>\n</ul>\n<h1 id=\"api-changes\">API Changes</h1>\n<h2 id=\"new-callback-process-for-notification\">NEW Callback Process for Notification</h2>\n<blockquote>\n<p>Callback process where the User can define his callback URL to receive Plan Notifications.</p>\n</blockquote>\n<h2 id=\"new-callback-process-for-p2a-sms-notification\">NEW Callback Process for P2A SMS Notification</h2>\n<blockquote>\n<p>Callback process where the User can define his callback URL to receive P2A SMS.</p>\n</blockquote>\n<h2 id=\"new-api-for-geolocation-information-get\">NEW API for Geolocation Information (GET)</h2>\n<blockquote>\n<p>API is used to fetch endpoint location info.</p>\n</blockquote>\n<h2 id=\"new-api-for-a2p-sms-post\">New API for A2P SMS (POST)</h2>\n<blockquote>\n<p>API is used to send SMS from applicaiton to endpoint (A2P).</p>\n</blockquote>\n<h2 id=\"new-api-for-callback-information-get\">NEW API for Callback Information (GET)</h2>\n<blockquote>\n<p>API is used to fetch Callback configuration of the user (Callback URLs and Token)</p>\n</blockquote>\n<h2 id=\"update-api-sms---send-to-endpoint-post\">Update API \"SMS - Send to Endpoint\" (POST)</h2>\n<blockquote>\n<p>Updated the description part for messageType field.</p>\n</blockquote>\n<blockquote>\n<p>Updated the description part for message field.</p>\n</blockquote>\n<h2 id=\"update-api---endpoint---bulk-create-post\">Update API - \"Endpoint - Bulk Create\" (POST)</h2>\n<blockquote>\n<p>Added a new INPUT BULKPROVISIONINGINFO PARAMETERS \"isDefaultActivation\"</p>\n</blockquote>\n<blockquote>\n<p>Updated \"Endpoint Bulk Create - Success\" example with the new parameter \"isDefaultActivation\"</p>\n</blockquote>\n<h2 id=\"update-api---endpoint---bulk-create----process-status-get\">Update API - \"Endpoint - Bulk Create  - Process Status\" (GET)</h2>\n<blockquote>\n<p>Added a new input QUERY PARAMETERS \"endpointStatus\"</p>\n</blockquote>\n<blockquote>\n<p>Added mandatory OUTPUT RESPONSE PARAMETER \"endpointStatus\"</p>\n</blockquote>\n<blockquote>\n<p>Updated mandatory OUTPUT RESPONSE PARAMETER \"endpointStatus\" in Endpoint Bulk Create - Process Status - Success - {All} and example and Endpoint Bulk Create - Process Status - Success - {Specific} example.</p>\n</blockquote>\n<h2 id=\"update-api-job-status-get\">Update API \"Job Status\" (GET)</h2>\n<blockquote>\n<p>Moved \"Job Status\" API under Enterprise Tools section </p>\n</blockquote>\n<blockquote>\n<p>Updated the description part for OUTPUT RESPONSEPARAM PARAMETERS (A2P SMS JOB)</p>\n</blockquote>\n<blockquote>\n<p>Added A2P SMS responseParam Result codes</p>\n</blockquote>\n<blockquote>\n<p>Updated the description part for Result Codes</p>\n</blockquote>\n<blockquote>\n<p>Added example :Job Status - A2P SMS Job - Success</p>\n</blockquote>\n<blockquote>\n<p>Removed example Job Status - Bulk Endpoing Modify Job - Success</p>\n</blockquote>\n<blockquote>\n<p>Added example Job Status - Bulk Endpoing Modify Job - Failure</p>\n</blockquote>\n<blockquote>\n<p>Updated example :Job Status - Bulk Endpoing Modify Job - Success</p>\n</blockquote>\n<h2 id=\"update-api-create-plan-post\">Update API \"Create Plan\" (POST)</h2>\n<blockquote>\n<p>Updated INPUT RECIPIENTS PARAMETERS with the new notification channel for \"API\" and new tag for \"callBackType\"</p>\n</blockquote>\n<blockquote>\n<p>Updated Success example enriched with new notification channel and new callback tag under notification recipients parameters </p>\n</blockquote>\n<blockquote>\n<p>Updated the description of \"channel\" under the INPUT MESSAGE PARAMETERS section</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of \"charges\" under the INPUT CHARGE PARAMETERS section</p>\n</blockquote>\n<h2 id=\"update-api-modify-plan-post\">Update API \"Modify Plan\" (POST)</h2>\n<blockquote>\n<p>Updated INPUT RECIPIENTS PARAMETERS with the new notification channel for \"API\" and new tag for \"callBackType\"</p>\n</blockquote>\n<blockquote>\n<p>Updated \"thresholdValue\" parameter with the fixed and slab based values</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of \"channel\" under the INPUT MESSAGE PARAMETERS section</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of \"charges\" under the INPUT CHARGE PARAMETERS section</p>\n</blockquote>\n<h2 id=\"update-api-query-rate-plan-get\">Update API \"Query Rate Plan\" (GET)</h2>\n<blockquote>\n<p>Updated OUTPUT RECIPIENTS PARAMETERS with the new notification channel for \"API\" and new parameter for \"callBackType\"</p>\n</blockquote>\n<blockquote>\n<p>Updated an example \"Query Rate Plan - Success - {Base Plan Only}\"  showing new parameter \"callBackType\" and new notification channel \"API\" in OUTPUT RECIPIENTS PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>Updated the description of \"charges\" under the OUTPUT CHARGE PARAMETERS section</p>\n</blockquote>\n<h2 id=\"update-api---modify-service-profile-post\">Update API - \"Modify Service Profile\" (POST)</h2>\n<blockquote>\n<p>Added new result code and description for  \"10085\" for ratType modification</p>\n</blockquote>\n<blockquote>\n<p>Added example for Modify Service Profile(ratType)</p>\n</blockquote>\n<h2 id=\"update-api---destination-group---modify\">Update API - \"Destination Group - Modify\"</h2>\n<blockquote>\n<p>Updated examples for \"Destination Group - Modify\".</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"0cb642be-02aa-4789-8eb7-b98dee9fd014","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db27065d-da14-498e-a280-02d7927605dc","type":"text/javascript","exec":[""]}}],"_postman_id":"bfdea9ff-82e5-4756-ade5-2c335f3e6494"},{"name":"4.0.2 - August 19, 2020","item":[],"id":"5614e367-a5c5-431e-9d44-e2e80ebb380a","description":"<h1 id=\"descriptions-of-changes\">Descriptions of Changes</h1>\n<ul>\n<li>Enhance Notification with Account name and endpoint name in Plans</li>\n<li>Support for One Time Bundles in Plans</li>\n<li>You can add and remove Addons using Endpoint Modify</li>\n<li>You can add Addons using Endpoint Bulk Modify</li>\n<li>Support for Benefit Notifications (Thershold/Consumption) in Plans</li>\n<li>Improve Endpoint Statistics</li>\n<li>Support for Prorated plans</li>\n<li>Improvements in Endpoint Modify  and Endpoint Bulk Modify</li>\n</ul>\n<h1 id=\"api-changes\">API Changes</h1>\n<h2 id=\"update-api-create-plan-post\">Update API \"Create Plan\" (POST)</h2>\n<blockquote>\n<p>New INPUT BASICINFO PARAMETER: prorate</p>\n</blockquote>\n<blockquote>\n<p>Message input parameter now supports identifiers</p>\n</blockquote>\n<blockquote>\n<p>Updated description for Input charge Parameters factor and frequency for One Time Bundles support</p>\n</blockquote>\n<blockquote>\n<p>Updated description for \"factor and frequency\" under Input charge Parameters.</p>\n</blockquote>\n<blockquote>\n<p>Updated description for \"activatedby\" under BASIC INFO PARAMTERS.</p>\n</blockquote>\n<blockquote>\n<p>Updated description for \"thresholdValue\" (fixed &amp; slab) under INPUT NOTIFICATION PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>Updated descriptions for \"email\"and \"phone\" under INPUT RECIPIENTS PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>New example added for Onetime Addon Plan and updated the example of \"Postpaid Base plan Success\" showing new parameter \"prorate\".</p>\n</blockquote>\n<h2 id=\"update-api-modify-plan-post\">Update API \"Modify Plan\" (POST)</h2>\n<blockquote>\n<p>New INPUT BASICINFO PARAMETER: prorate, addOnPriority and activatedBy </p>\n</blockquote>\n<blockquote>\n<p>Message input parameter now supports identifiers</p>\n</blockquote>\n<blockquote>\n<p>Removed planCategory,serviceProfile,currencyId,destinationGroup,planType from INPUT BASIC INFO PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>\"planName\" and \"planStatus\" under BASIC INFO PARAMETERS are optional now.</p>\n</blockquote>\n<blockquote>\n<p>New INPUT BASIC INFO PARAMETERS:addOnPriority,activatedBy</p>\n</blockquote>\n<blockquote>\n<p>parameter name changed from actions to \"actionType\" under INPUT CHARGE PARAMETERS</p>\n</blockquote>\n<blockquote>\n<p>Updated description for \"factor and frequency\" under Input charge Parameters.</p>\n</blockquote>\n<blockquote>\n<p>Updated description for thresholdValue (fixed &amp; slab) under INPUT NOTIFICATION PARAMTERS</p>\n</blockquote>\n<blockquote>\n<p>Updated description for \"email\" and \"phone\" under INPUT RECIPIENTS PARAMETERS.</p>\n</blockquote>\n<h2 id=\"update-api-query-rate-plan-get\">Update API \"Query Rate Plan\" (GET)</h2>\n<blockquote>\n<p>Added new sections OUTPUT NOTIFICATION PARAMETERS, OUTPUT MESSAGES PARAMETERS and OUTPUT RECIPIENTS PARAMETERS</p>\n</blockquote>\n<blockquote>\n<p>Updated an example \"Query Rate Plan - Success - {Base Plan Only}\"  showing OUTPUT NOTIFICATION PARAMETERS, OUTPUT MESSAGES PARAMETERS and OUTPUT RECIPIENTS PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>New optional paramter \"notification\" under OUTPUT PLAN PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>Update definition for Output charge Parameters frequency for Base Plan and Addon Plan.</p>\n</blockquote>\n<blockquote>\n<p>Updated Success example enriched with prorate parameter under basic info.</p>\n</blockquote>\n<h2 id=\"update-api-endpoint---modify-patch\">Update API \"Endpoint - Modify\" (PATCH)</h2>\n<blockquote>\n<p>New INPUT REQUESTPARAM PARAMETERS: addAddonPlanIds and removeAddonUniqueIds</p>\n</blockquote>\n<blockquote>\n<p>INPUT REQUESTPARAM PARAMETERS \"imeiLockStatus\" changed to Optional</p>\n</blockquote>\n<blockquote>\n<p>Remove OUTPUT RESPONSEPARAM PARAMETERS </p>\n</blockquote>\n<h2 id=\"update-api-endpoint---bulk-modify-patch\">Update API \"Endpoint - Bulk Modify\" (PATCH)</h2>\n<blockquote>\n<p>New INPUT REQUESTPARAM PARAMETERS: addAddonPlanIds</p>\n</blockquote>\n<blockquote>\n<p>INPUT REQUESTPARAM PARAMETERS \"imeiLockStatus\" changed to Optional</p>\n</blockquote>\n<h2 id=\"update-api-endpoint-profile-get\">Update API \"Endpoint Profile\" (GET)</h2>\n<blockquote>\n<p>New parameter \"thresholdValue\" added under OUTPUT COUNTER PARAMETERS.</p>\n</blockquote>\n<blockquote>\n<p>Updated Success example with the promotionalPlans and benefit. </p>\n</blockquote>\n<h2 id=\"update-api-charge-get\">Update API \"Charge\" (GET)</h2>\n<blockquote>\n<p>Update definition for frequency under OUTPUT CHARGELIST PARAMETERS.</p>\n</blockquote>\n<h2 id=\"update-api-notification-get\">Update API \"Notification\" (GET)</h2>\n<blockquote>\n<p>Updated Success example enriched with Base plan benefits for GET notification.</p>\n</blockquote>\n<h2 id=\"update-api-endpoint---statistics-get\">Update API \"Endpoint - Statistics\" (GET)</h2>\n<blockquote>\n<p>New set of output parameters (SMSTOTALUSAGE and DATATOTALUSAGE) for a sum of SMS and Data Usage</p>\n</blockquote>\n<h2 id=\"api-result-code-description-and-updated-examples-for-modify-destination-group-update-monthly-limit-postpaid-and-update-balance-prepaid\">API Result Code Description and updated Examples for Modify Destination Group, Update Monthly Limit (Postpaid) and Update Balance (Prepaid)</h2>\n<blockquote>\n<p>3005 error code description changed to \"Update endpoint/customer success\"</p>\n</blockquote>\n<blockquote>\n<p>3006 error code description changed to \"Update endpoint/customer failure\"</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"370cc4b7-a04a-4389-a986-24f4d75f91c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1dcd1a24-ac3f-4b34-9263-a263eccdc759","type":"text/javascript","exec":[""]}}],"_postman_id":"5614e367-a5c5-431e-9d44-e2e80ebb380a"},{"name":"4.0.0 - July 9, 2020","item":[],"id":"1d22a7d0-68d4-46a4-84e8-8b08ec04f4bf","description":"<h1 id=\"descriptions-of-changes\">Descriptions of Changes</h1>\n<ul>\n<li>Support of IMEI lock using API.</li>\n<li>Review of all parameters to improve and correct description.</li>\n</ul>\n<h1 id=\"api-changes\">API Changes</h1>\n<h2 id=\"new-api-endpoint-modify-patch\">New API \"Endpoint Modify\" (PATCH)</h2>\n<blockquote>\n<p>API can be used to lock or unlock the IMEI status of a single Endpoint.</p>\n</blockquote>\n<h2 id=\"new-api-endpoint-modify-bulk-patch\">New API \"Endpoint Modify Bulk\" (PATCH)</h2>\n<blockquote>\n<p>API can be used to lock or unlock the IMEI status of multiple Endpoints (up to 1500). \nThe actual endpoint modification is an asynchronous process. Upon request, the user receives a Job ID that can use as input in another API (Job Status) to check for the status of the bulk request.</p>\n</blockquote>\n<h2 id=\"new-api-job-status-get\">New API \"Job Status\" (GET)</h2>\n<blockquote>\n<p>API is used to get the status of an Asynchronous job. For the current time it is used to get the status of the \"Endpoint Modify Bulk\" </p>\n</blockquote>\n<h2 id=\"update-api-endpoint-create-post\">Update API \"Endpoint Create\" (POST)</h2>\n<blockquote>\n<p>You can define the IMEI Lock status (lock or unlock) during endpoint creation.</p>\n</blockquote>\n<blockquote>\n<p>You can define an Addon to be provisioned during endpoint creation.</p>\n</blockquote>\n<blockquote>\n<p>You can assign a Multiple Dynamin Beneifit (if it is enabled) during endpoint creation.</p>\n</blockquote>\n<h2 id=\"update-api-bulk-endpoint-create-post\">Update API \"Bulk Endpoint Create\" (POST)</h2>\n<blockquote>\n<p>You can define the IMEI Lock status (lock or unlock) during endpoint creation.</p>\n</blockquote>\n<blockquote>\n<p>You can define an Addon to be provisioned during endpoint creation.</p>\n</blockquote>\n<h2 id=\"update-api-endpoint-profile-get\">Update API \"Endpoint Profile\" (GET)</h2>\n<blockquote>\n<p>IMEI lock status (imeiLockStatus) is no part of of the output</p>\n</blockquote>\n<h2 id=\"update-api-endpoints-get\">Update API \"Endpoints\" (GET)</h2>\n<blockquote>\n<p>IMEI lock status (imeiLockStatus) is no part of of the output</p>\n</blockquote>\n<h2 id=\"update-api-create-organisation-post\">Update API \"Create Organisation\" (POST)</h2>\n<blockquote>\n<p>Added custom parameter (extIdentifier) that can be used to identify customer</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"f0c25b92-4a35-439d-b34a-b2eb9b244eac","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6d9b65af-6a9b-44f2-9745-8766d3be2ebd","type":"text/javascript","exec":[""]}}],"_postman_id":"1d22a7d0-68d4-46a4-84e8-8b08ec04f4bf"},{"name":"3.3.7","item":[],"id":"6cf690b9-d038-44e1-bb96-a142dea74933","description":"<p>The following summarizes the changes applied in the word documentation from version 1.29 till version 1.35</p>\n<h1 id=\"api-v130---16-november-2019\">API v1.30 - 16 November 2019</h1>\n<ul>\n<li>Added account access table for all the API(s).</li>\n</ul>\n<h1 id=\"api-v131---10-december-2019\">API v1.31 - 10 December 2019</h1>\n<ul>\n<li>Get Network List<blockquote>\n<p>Output tadig list Parameters\nOperatorID added</p>\n</blockquote>\n</li>\n<li>Create Tariff<blockquote>\n<p>Input tariffDetails Parameters\nratingGroup: added possible values in the description\nunitType: add support for KB\nrateZone: changed from Mandatory (M) to Conditional Mandatory (CM)</p>\n</blockquote>\n</li>\n</ul>\n<h1 id=\"api-v132---17-december-2019\">API v1.32 - 17 December, 2019</h1>\n<ul>\n<li>Create Plan<blockquote>\n<p>removed planId option from Create Plan\nAdded Addon Plan creation sample request</p>\n</blockquote>\n</li>\n</ul>\n<h1 id=\"api-v133---01-april-2020\">API v1.33 - 01 April, 2020</h1>\n<p>•   Added Header Format for Get API\n•   Header Format for Post API\n•   Removed Header from request JSON from all the API(s)\n•   Added NBIOT for cancel location API description and in Rat type\n•   5.59.7 Added corrected as “simProvisionId”\n•   5.53 Get Customer Profile, Added some parameter which is not mentioned in API document but still it is part of response\n•   Added missing parameters in Get Endpoint Profile</p>\n<h1 id=\"api-v134---24-april-2020\">API v1.34 - 24 April, 2020</h1>\n<ul>\n<li>Format &amp; color issue corrected</li>\n<li>API Description corrected for some of API’s</li>\n<li>Parameter description corrected for some of API’s</li>\n<li>Missing result code added in result code section for some of API’s</li>\n<li>Sample response json, upper case in between the sentence has been changed to lower case</li>\n<li>Create endpoint <blockquote>\n<p>Added new tab dynamicBenefitEnable &amp; benefits(3.3.0)\nEndpoint id made optional</p>\n</blockquote>\n</li>\n<li>Fetch SIM<blockquote>\n<p>Removed page and per page from URL</p>\n</blockquote>\n</li>\n<li>Get Endpoint profile<blockquote>\n<p>FramedIP, dynamicBenefitEnable, benefits, benefitIds added in response parameter\nEndpoint id was duplicate and removed</p>\n</blockquote>\n</li>\n<li>Get invoice<blockquote>\n<p>Added rental amount added in response parameter</p>\n</blockquote>\n</li>\n<li>Get statistics per endpoint<blockquote>\n<p>“responseParam” is added in the Response Parameters</p>\n</blockquote>\n</li>\n<li>Get Service Profile<blockquote>\n<p>radioAccessTypeUpdate added in response parameter</p>\n</blockquote>\n</li>\n<li>Response id added in output parameter for<blockquote>\n<p>Get country, Get currency, Get timezone, Get Charge, Get Counter, Get Benefit, Get Rate zone, Get rule, get notification type, get tariff</p>\n</blockquote>\n</li>\n<li>resultCode added in output parameter for<blockquote>\n<p>Get Attached APN, Get ICCID for Bulk SIM Provisioning</p>\n</blockquote>\n</li>\n<li>Get Charge<blockquote>\n<p>Corrected URL to mode=1</p>\n</blockquote>\n</li>\n<li>Get tariff <blockquote>\n<p>minSessionFee &amp; ratingGroup added in response parameter</p>\n</blockquote>\n</li>\n<li>Get Customer Profile<blockquote>\n<p>Onboard type added in response parameter</p>\n</blockquote>\n</li>\n<li>Account id removed from response parameter<blockquote>\n<p>Update balance</p>\n</blockquote>\n</li>\n<li>Get ICCID for Bulk SIM Provisioning<blockquote>\n<p>responseParam added</p>\n</blockquote>\n</li>\n<li>Get Bulk SIM Provisioning Detail<blockquote>\n<p>Result code added\nResponse param added</p>\n</blockquote>\n</li>\n</ul>\n<h1 id=\"api-v135---8-may-2020\">API v1.35 - 8 May, 2020</h1>\n<ul>\n<li>Improve parameter description </li>\n<li>Correct Typo</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"27202250-bfb5-4c91-a4b2-bf33b92418fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bf877c8e-ff81-4683-aafe-f976f361dade","type":"text/javascript","exec":[""]}}],"_postman_id":"6cf690b9-d038-44e1-bb96-a142dea74933"}],"id":"7b93c8cb-d531-4f70-9001-f9ed2be4b025","_postman_id":"7b93c8cb-d531-4f70-9001-f9ed2be4b025","description":""}],"id":"cf68860c-e61b-492b-be05-b44e2d87d48b","description":"<h2 id=\"new-release-versioning-scheme\"><strong>New Release Versioning Scheme</strong></h2>\n<p>Starting from the first release of 2026, we will adopt a new version numbering format.</p>\n<p>Instead of using the format <strong>4.XX</strong>, releases will now follow a <strong>Year.Release Number</strong> structure.</p>\n<p>For example, the first release of 2026 will be numbered <strong>26.1</strong>, the second <strong>26.2</strong>, and so on.</p>\n<p>Please note that all previous release notes (under the 4.XX format) have been moved to a separate folder named <strong>\"Legacy Releases\"</strong> for reference.</p>\n","event":[{"listen":"prerequest","script":{"id":"37eabceb-9c6a-454d-babf-7e431943d96d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab281ad0-7c03-4a5a-a91e-eab923dae26a","type":"text/javascript","exec":[""]}}],"_postman_id":"cf68860c-e61b-492b-be05-b44e2d87d48b"}],"event":[{"listen":"prerequest","script":{"id":"0bfd88b2-a591-4641-99d8-c8a3e37775e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1047cf9c-7c83-4f5a-984c-b8de02f03f01","type":"text/javascript","exec":[""]}}]}